Trace number 3385876

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-05-15 (fixed)? (TO) 3619.15 1300.12

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-5x41.cnf
MD5SUM420773b7b438dd18c8a88a15fb5bcae1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables820
Number of clauses34235
Sum of the clauses size134480
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21230
Number of clauses of size 30
Number of clauses of size 433005
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3385876-1305581149/watcher-3385876-1305581149 -o /tmp/evaluation-result-3385876-1305581149/solver-3385876-1305581149 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385876-1305581149.cnf -threads=4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 10.88 11.16 11.16 8/413 27742
/proc/meminfo: memFree=14174448/32950928 swapFree=62427640/67111528
[pid=27742] ppid=27740 vsize=21340 CPUtime=0.01 cores=1,3,5,7
/proc/27742/stat : 27742 (SArTagnan) R 27740 27742 27246 0 -1 4202496 1527 0 0 0 1 0 0 0 25 0 1 0 669714664 21852160 959 33554432000 4194304 4625164 140734854059168 18446744073709551615 248089698048 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/27742/statm: 5335 961 296 106 0 838 0

[startup+0.178561 s]
/proc/loadavg: 10.88 11.16 11.16 8/413 27742
/proc/meminfo: memFree=14174448/32950928 swapFree=62427640/67111528
[pid=27742] ppid=27740 vsize=194580 CPUtime=0.46 cores=1,3,5,7
/proc/27742/stat : 27742 (SArTagnan) R 27740 27742 27246 0 -1 4202496 6313 0 0 0 46 0 0 0 25 0 4 0 669714664 199249920 3819 33554432000 4194304 4625164 140734854059168 18446744073709551615 4329114 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27742/statm: 48645 3819 338 106 0 44148 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 194580

[startup+0.200559 s]
/proc/loadavg: 10.88 11.16 11.16 8/413 27742
/proc/meminfo: memFree=14174448/32950928 swapFree=62427640/67111528
[pid=27742] ppid=27740 vsize=194580 CPUtime=0.53 cores=1,3,5,7
/proc/27742/stat : 27742 (SArTagnan) R 27740 27742 27246 0 -1 4202496 6492 0 0 0 53 0 0 0 25 0 4 0 669714664 199249920 3974 33554432000 4194304 4625164 140734854059168 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27742/statm: 48645 3974 338 106 0 44148 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 194580

[startup+0.300541 s]
/proc/loadavg: 10.88 11.16 11.16 8/413 27742
/proc/meminfo: memFree=14174448/32950928 swapFree=62427640/67111528
[pid=27742] ppid=27740 vsize=195848 CPUtime=0.83 cores=1,3,5,7
/proc/27742/stat : 27742 (SArTagnan) R 27740 27742 27246 0 -1 4202496 7635 0 0 0 83 0 0 0 25 0 4 0 669714664 200548352 4441 33554432000 4194304 4625164 140734854059168 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27742/statm: 48962 4441 338 106 0 44465 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 195848

[startup+0.776097 s]
/proc/loadavg: 10.88 11.16 11.16 8/413 27742
/proc/meminfo: memFree=14174448/32950928 swapFree=62427640/67111528
[pid=27742] ppid=27740 vsize=269400 CPUtime=2.25 cores=1,3,5,7
/proc/27742/stat : 27742 (SArTagnan) R 27740 27742 27246 0 -1 4202496 11816 0 0 0 223 2 0 0 18 0 4 0 669714664 275865600 7682 33554432000 4194304 4625164 140734854059168 18446744073709551615 4396709 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27742/statm: 67350 7682 342 106 0 62853 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 269400

[startup+1.50033 s]
/proc/loadavg: 10.88 11.16 11.16 12/417 27746
/proc/meminfo: memFree=14131396/32950928 swapFree=62427640/67111528
[pid=27742] ppid=27740 vsize=278464 CPUtime=4.4 cores=1,3,5,7
/proc/27742/stat : 27742 (SArTagnan) R 27740 27742 27246 0 -1 4202496 17566 0 0 0 437 3 0 0 19 0 4 0 669714664 285147136 11555 33554432000 4194304 4625164 140734854059168 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27742/statm: 69616 11555 342 106 0 65119 0
[pid=27742/tid=27744] ppid=27740 vsize=278464 CPUtime=1.23 cores=1,3,5,7
/proc/27742/task/27744/stat : 27744 (SArTagnan) R 27740 27742 27246 0 -1 4202560 3461 0 0 0 123 0 0 0 19 0 4 0 669714666 285147136 11555 33554432000 4194304 4625164 140734854059168 18446744073709551615 4352855 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27742/tid=27745] ppid=27740 vsize=278464 CPUtime=0.35 cores=1,3,5,7
/proc/27742/task/27745/stat : 27745 (SArTagnan) R 27740 27742 27246 0 -1 4202560 1373 0 0 0 35 0 0 0 25 0 4 0 669714666 285147136 11555 33554432000 4194304 4625164 140734854059168 18446744073709551615 248089359393 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27742/tid=27746] ppid=27740 vsize=278464 CPUtime=1.31 cores=1,3,5,7
/proc/27742/task/27746/stat : 27746 (SArTagnan) R 27740 27742 27246 0 -1 4202560 6640 0 0 0 130 1 0 0 19 0 4 0 669714666 285147136 11555 33554432000 4194304 4625164 140734854059168 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 278464

[startup+3.10105 s]
/proc/loadavg: 10.88 11.16 11.16 12/417 27746
/proc/meminfo: memFree=14107304/32950928 swapFree=62427640/67111528
[pid=27742] ppid=27740 vsize=297632 CPUtime=9.18 cores=1,3,5,7
/proc/27742/stat : 27742 (SArTagnan) R 27740 27742 27246 0 -1 4202496 27681 0 0 0 912 6 0 0 22 0 4 0 669714664 304775168 19068 33554432000 4194304 4625164 140734854059168 18446744073709551615 4396734 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27742/statm: 74408 19068 342 106 0 69911 0
[pid=27742/tid=27744] ppid=27740 vsize=297632 CPUtime=2.53 cores=1,3,5,7
/proc/27742/task/27744/stat : 27744 (SArTagnan) R 27740 27742 27246 0 -1 4202560 5606 0 0 0 252 1 0 0 21 0 4 0 669714666 304775168 19069 33554432000 4194304 4625164 140734854059168 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27742/tid=27745] ppid=27740 vsize=297632 CPUtime=0.84 cores=1,3,5,7
/proc/27742/task/27745/stat : 27745 (SArTagnan) R 27740 27742 27246 0 -1 4202560 3109 0 0 0 83 1 0 0 25 0 4 0 669714666 304775168 19069 33554432000 4194304 4625164 140734854059168 18446744073709551615 248089359393 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27742/tid=27746] ppid=27740 vsize=297632 CPUtime=2.76 cores=1,3,5,7
/proc/27742/task/27746/stat : 27746 (SArTagnan) R 27740 27742 27246 0 -1 4202560 11405 0 0 0 275 1 0 0 22 0 4 0 669714666 304775168 19069 33554432000 4194304 4625164 140734854059168 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.18
Current children cumulated vsize (KiB) 297632

[startup+6.30049 s]
/proc/loadavg: 10.89 11.16 11.16 12/417 27746
/proc/meminfo: memFree=14046740/32950928 swapFree=62427640/67111528
[pid=27742] ppid=27740 vsize=333004 CPUtime=18.62 cores=1,3,5,7
/proc/27742/stat : 27742 (SArTagnan) R 27740 27742 27246 0 -1 4202496 46842 0 0 0 1851 11 0 0 25 0 4 0 669714664 340996096 33510 33554432000 4194304 4625164 140734854059168 18446744073709551615 4336854 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27742/statm: 83251 33510 344 106 0 78754 0
[pid=27742/tid=27744] ppid=27740 vsize=333004 CPUtime=4.43 cores=1,3,5,7
/proc/27742/task/27744/stat : 27744 (SArTagnan) R 27740 27742 27246 0 -1 4202560 11321 0 0 0 441 2 0 0 25 0 4 0 669714666 340996096 33510 33554432000 4194304 4625164 140734854059168 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27742/tid=27745] ppid=27740 vsize=333004 CPUtime=2.7 cores=1,3,5,7
/proc/27742/task/27745/stat : 27745 (SArTagnan) R 27740 27742 27246 0 -1 4202560 7220 0 0 0 267 3 0 0 25 0 4 0 669714666 340996096 33510 33554432000 4194304 4625164 140734854059168 18446744073709551615 4352407 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27742/tid=27746] ppid=27740 vsize=333004 CPUtime=5.54 cores=1,3,5,7
/proc/27742/task/27746/stat : 27746 (SArTagnan) R 27740 27742 27246 0 -1 4202560 18202 0 0 0 551 3 0 0 25 0 4 0 669714666 340996096 33510 33554432000 4194304 4625164 140734854059168 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 18.62
Current children cumulated vsize (KiB) 333004

[startup+12.7004 s]
/proc/loadavg: 10.90 11.15 11.16 12/417 27747
/proc/meminfo: memFree=13952844/32950928 swapFree=62427640/67111528
[pid=27742] ppid=27740 vsize=390492 CPUtime=37.56 cores=1,3,5,7
/proc/27742/stat : 27742 (SArTagnan) R 27740 27742 27246 0 -1 4202496 74393 0 0 0 3739 17 0 0 25 0 4 0 669714664 399863808 54934 33554432000 4194304 4625164 140734854059168 18446744073709551615 4338085 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27742/statm: 97623 54934 437 106 0 93126 0
[pid=27742/tid=27744] ppid=27740 vsize=390492 CPUtime=8.41 cores=1,3,5,7
/proc/27742/task/27744/stat : 27744 (SArTagnan) R 27740 27742 27246 0 -1 4202560 16985 0 0 0 837 4 0 0 25 0 4 0 669714666 399863808 54934 33554432000 4194304 4625164 140734854059168 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27742/tid=27745] ppid=27740 vsize=390492 CPUtime=6.79 cores=1,3,5,7
/proc/27742/task/27745/stat : 27745 (SArTagnan) R 27740 27742 27246 0 -1 4202560 14338 0 0 0 675 4 0 0 25 0 4 0 669714666 399863808 54934 33554432000 4194304 4625164 140734854059168 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27742/tid=27746] ppid=27740 vsize=390492 CPUtime=10.1 cores=1,3,5,7
/proc/27742/task/27746/stat : 27746 (SArTagnan) R 27740 27742 27246 0 -1 4202560 28831 0 0 0 1005 5 0 0 25 0 4 0 669714666 399863808 54934 33554432000 4194304 4625164 140734854059168 18446744073709551615 4352035 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 37.56
Current children cumulated vsize (KiB) 390492

[startup+25.5011 s]
/proc/loadavg: 10.99 11.16 11.16 12/417 27747
/proc/meminfo: memFree=13831184/32950928 swapFree=62427640/67111528
[pid=27742] ppid=27740 vsize=503892 CPUtime=75.56 cores=1,3,5,7
/proc/27742/stat : 27742 (SArTagnan) R 27740 27742 27246 0 -1 4202496 142296 0 0 0 7524 32 0 0 25 0 4 0 669714664 515985408 83858 33554432000 4194304 4625164 140734854059168 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27742/statm: 125973 83858 342 106 0 121476 0
[pid=27742/tid=27744] ppid=27740 vsize=503892 CPUtime=18.05 cores=1,3,5,7
/proc/27742/task/27744/stat : 27744 (SArTagnan) R 27740 27742 27246 0 -1 4202560 22487 0 0 0 1799 6 0 0 25 0 4 0 669714666 515985408 83858 33554432000 4194304 4625164 140734854059168 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27742/tid=27745] ppid=27740 vsize=503892 CPUtime=15.34 cores=1,3,5,7
/proc/27742/task/27745/stat : 27745 (SArTagnan) R 27740 27742 27246 0 -1 4202560 25842 0 0 0 1525 9 0 0 25 0 4 0 669714666 515985408 83858 33554432000 4194304 4625164 140734854059168 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27742/tid=27746] ppid=27740 vsize=503892 CPUtime=17.2 cores=1,3,5,7
/proc/27742/task/27746/stat : 27746 (SArTagnan) R 27740 27742 27246 0 -1 4202560 73044 0 0 0 1708 12 0 0 25 0 4 0 669714666 515985408 83858 33554432000 4194304 4625164 140734854059168 18446744073709551615 4339690 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 75.56
Current children cumulated vsize (KiB) 503892

[startup+51.1006 s]
/proc/loadavg: 11.05 11.16 11.16 12/417 27748
/proc/meminfo: memFree=13599892/32950928 swapFree=62427640/67111528
[pid=27742] ppid=27740 vsize=722648 CPUtime=151.63 cores=1,3,5,7
/proc/27742/stat : 27742 (SArTagnan) R 27740 27742 27246 0 -1 4202496 230080 0 0 0 15108 55 0 0 25 0 4 0 669714664 739991552 135223 33554432000 4194304 4625164 140734854059168 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27742/statm: 180662 135223 342 106 0 176165 0
[pid=27742/tid=27744] ppid=27740 vsize=722648 CPUtime=38.49 cores=1,3,5,7
/proc/27742/task/27744/stat : 27744 (SArTagnan) R 27740 27742 27246 0 -1 4202560 41098 0 0 0 3838 11 0 0 25 0 4 0 669714666 739991552 135223 33554432000 4194304 4625164 140734854059168 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27742/tid=27745] ppid=27740 vsize=722648 CPUtime=29 cores=1,3,5,7
/proc/27742/task/27745/stat : 27745 (SArTagnan) R 27740 27742 27246 0 -1 4202560 42691 0 0 0 2882 18 0 0 25 0 4 0 669714666 739991552 135223 33554432000 4194304 4625164 140734854059168 18446744073709551615 4352010 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27742/tid=27746] ppid=27740 vsize=722648 CPUtime=38.81 cores=1,3,5,7
/proc/27742/task/27746/stat : 27746 (SArTagnan) R 27740 27742 27246 0 -1 4202560 107122 0 0 0 3864 17 0 0 25 0 4 0 669714666 739991552 135224 33554432000 4194304 4625164 140734854059168 18446744073709551615 4288883 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 151.63
Current children cumulated vsize (KiB) 722648

[startup+102.301 s]
/proc/loadavg: 11.14 11.17 11.16 12/417 27749
/proc/meminfo: memFree=13286988/32950928 swapFree=62427640/67111528
[pid=27742] ppid=27740 vsize=998376 CPUtime=304.47 cores=1,3,5,7
/proc/27742/stat : 27742 (SArTagnan) R 27740 27742 27246 0 -1 4202496 436466 0 0 0 30353 94 0 0 25 0 4 0 669714664 1022337024 205100 33554432000 4194304 4625164 140734854059168 18446744073709551615 4519332 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27742/statm: 249594 205100 418 106 0 245097 0
[pid=27742/tid=27744] ppid=27740 vsize=998376 CPUtime=79.34 cores=1,3,5,7
/proc/27742/task/27744/stat : 27744 (SArTagnan) R 27740 27742 27246 0 -1 4202560 63862 0 0 0 7917 17 0 0 25 0 4 0 669714666 1022337024 205100 33554432000 4194304 4625164 140734854059168 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27742/tid=27745] ppid=27740 vsize=998376 CPUtime=64.4 cores=1,3,5,7
/proc/27742/task/27745/stat : 27745 (SArTagnan) R 27740 27742 27246 0 -1 4202560 71553 0 0 0 6410 30 0 0 25 0 4 0 669714666 1022337024 205100 33554432000 4194304 4625164 140734854059168 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27742/tid=27746] ppid=27740 vsize=998376 CPUtime=65.35 cores=1,3,5,7
/proc/27742/task/27746/stat : 27746 (SArTagnan) R 27740 27742 27246 0 -1 4202560 239214 0 0 0 6499 36 0 0 25 0 4 0 669714666 1022337024 205100 33554432000 4194304 4625164 140734854059168 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 304.47
Current children cumulated vsize (KiB) 998376

[startup+162.301 s]
/proc/loadavg: 11.20 11.18 11.17 12/417 27751
/proc/meminfo: memFree=13016368/32950928 swapFree=62427640/67111528
[pid=27742] ppid=27740 vsize=1302064 CPUtime=482.95 cores=1,3,5,7
/proc/27742/stat : 27742 (SArTagnan) R 27740 27742 27246 0 -1 4202496 722447 0 0 0 48134 161 0 0 25 0 4 0 669714664 1333313536 266950 33554432000 4194304 4625164 140734854059168 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27742/statm: 325516 266950 342 106 0 321019 0
[pid=27742/tid=27744] ppid=27740 vsize=1302064 CPUtime=127.12 cores=1,3,5,7
/proc/27742/task/27744/stat : 27744 (SArTagnan) R 27740 27742 27246 0 -1 4202560 124925 0 0 0 12678 34 0 0 25 0 4 0 669714666 1333313536 266950 33554432000 4194304 4625164 140734854059168 18446744073709551615 4352014 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27742/tid=27745] ppid=27740 vsize=1302064 CPUtime=102.15 cores=1,3,5,7
/proc/27742/task/27745/stat : 27745 (SArTagnan) R 27740 27742 27246 0 -1 4202560 100265 0 0 0 10170 45 0 0 25 0 4 0 669714666 1333313536 266950 33554432000 4194304 4625164 140734854059168 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27742/tid=27746] ppid=27740 vsize=1302064 CPUtime=105.53 cores=1,3,5,7
/proc/27742/task/27746/stat : 27746 (SArTagnan) R 27740 27742 27246 0 -1 4202560 358940 0 0 0 10498 55 0 0 25 0 4 0 669714666 1333313536 266950 33554432000 4194304 4625164 140734854059168 18446744073709551615 4548656 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 482.95
Current children cumulated vsize (KiB) 1302064

[startup+222.3 s]
/proc/loadavg: 11.28 11.20 11.18 12/417 27752
/proc/meminfo: memFree=12788760/32950928 swapFree=62427640/67111528
[pid=27742] ppid=27740 vsize=1499628 CPUtime=640.78 cores=1,3,5,7
/proc/27742/stat : 27742 (SArTagnan) R 27740 27742 27246 0 -1 4202496 1088737 0 0 0 63847 231 0 0 25 0 4 0 669714664 1535619072 318914 33554432000 4194304 4625164 140734854059168 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27742/statm: 374907 318914 399 106 0 370410 0
[pid=27742/tid=27744] ppid=27740 vsize=1499628 CPUtime=177.15 cores=1,3,5,7
/proc/27742/task/27744/stat : 27744 (SArTagnan) R 27740 27742 27246 0 -1 4202560 129142 0 0 0 17680 35 0 0 25 0 4 0 669714666 1535619072 318914 33554432000 4194304 4625164 140734854059168 18446744073709551615 248089365389 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27742/tid=27745] ppid=27740 vsize=1499628 CPUtime=132.46 cores=1,3,5,7
/proc/27742/task/27745/stat : 27745 (SArTagnan) R 27740 27742 27246 0 -1 4202560 131606 0 0 0 13184 62 0 0 25 0 4 0 669714666 1535619072 318914 33554432000 4194304 4625164 140734854059168 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27742/tid=27746] ppid=27740 vsize=1499628 CPUtime=147.94 cores=1,3,5,7
/proc/27742/task/27746/stat : 27746 (SArTagnan) R 27740 27742 27246 0 -1 4202560 546847 0 0 0 14713 81 0 0 25 0 4 0 669714666 1535619072 318914 33554432000 4194304 4625164 140734854059168 18446744073709551615 4547342 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 640.78
Current children cumulated vsize (KiB) 1499628

[startup+282.301 s]

################
# More data... #
################

[pid=27742] ppid=27740 vsize=2212600 CPUtime=2013.22 cores=1,3,5,7
/proc/27742/stat : 27742 (SArTagnan) R 27740 27742 27246 0 -1 4202496 2825932 0 0 0 200775 547 0 0 25 0 4 0 669714664 2265702400 481362 33554432000 4194304 4625164 140734854059168 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27742/statm: 553150 481362 404 106 0 548653 0
[pid=27742/tid=27744] ppid=27740 vsize=2212600 CPUtime=467.56 cores=1,3,5,7
/proc/27742/task/27744/stat : 27744 (SArTagnan) R 27740 27742 27246 0 -1 4202560 218921 0 0 0 46686 70 0 0 25 0 4 0 669714666 2265702400 481362 33554432000 4194304 4625164 140734854059168 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27742/tid=27745] ppid=27740 vsize=2212600 CPUtime=459.19 cores=1,3,5,7
/proc/27742/task/27745/stat : 27745 (SArTagnan) R 27740 27742 27246 0 -1 4202560 148945 0 0 0 45836 83 0 0 25 0 4 0 669714666 2265702400 481362 33554432000 4194304 4625164 140734854059168 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27742/tid=27746] ppid=27740 vsize=2212600 CPUtime=425.1 cores=1,3,5,7
/proc/27742/task/27746/stat : 27746 (SArTagnan) R 27740 27742 27246 0 -1 4202560 1921423 0 0 0 42215 295 0 0 25 0 4 0 669714666 2265702400 481362 33554432000 4194304 4625164 140734854059168 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2013.22
Current children cumulated vsize (KiB) 2212600

[startup+822.3 s]
/proc/loadavg: 11.13 11.14 11.14 13/417 27799
/proc/meminfo: memFree=12623964/32950928 swapFree=62427640/67111528
[pid=27742] ppid=27740 vsize=2220356 CPUtime=2192.39 cores=1,3,5,7
/proc/27742/stat : 27742 (SArTagnan) R 27740 27742 27246 0 -1 4202496 2968868 0 0 0 218668 571 0 0 25 0 4 0 669714664 2273644544 489334 33554432000 4194304 4625164 140734854059168 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27742/statm: 555089 489334 376 106 0 550592 0
[pid=27742/tid=27744] ppid=27740 vsize=2220356 CPUtime=497.55 cores=1,3,5,7
/proc/27742/task/27744/stat : 27744 (SArTagnan) R 27740 27742 27246 0 -1 4202560 220574 0 0 0 49684 71 0 0 25 0 4 0 669714666 2273644544 489334 33554432000 4194304 4625164 140734854059168 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27742/tid=27745] ppid=27740 vsize=2220356 CPUtime=518.36 cores=1,3,5,7
/proc/27742/task/27745/stat : 27745 (SArTagnan) R 27740 27742 27246 0 -1 4202560 149056 0 0 0 51753 83 0 0 25 0 4 0 669714666 2273644544 489334 33554432000 4194304 4625164 140734854059168 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27742/tid=27746] ppid=27740 vsize=2220356 CPUtime=455.1 cores=1,3,5,7
/proc/27742/task/27746/stat : 27746 (SArTagnan) R 27740 27742 27246 0 -1 4202560 2061625 0 0 0 45193 317 0 0 25 0 4 0 669714666 2273644544 489334 33554432000 4194304 4625164 140734854059168 18446744073709551615 4579376 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2192.39
Current children cumulated vsize (KiB) 2220356

[startup+882.301 s]
/proc/loadavg: 11.14 11.14 11.14 13/417 27801
/proc/meminfo: memFree=12471888/32950928 swapFree=62427640/67111528
[pid=27742] ppid=27740 vsize=2326140 CPUtime=2371.58 cores=1,3,5,7
/proc/27742/stat : 27742 (SArTagnan) R 27740 27742 27246 0 -1 4202496 3090328 0 0 0 236561 597 0 0 25 0 4 0 669714664 2381967360 504009 33554432000 4194304 4625164 140734854059168 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27742/statm: 581535 504009 548 106 0 577038 0
[pid=27742/tid=27744] ppid=27740 vsize=2326140 CPUtime=527.55 cores=1,3,5,7
/proc/27742/task/27744/stat : 27744 (SArTagnan) R 27740 27742 27246 0 -1 4202560 225162 0 0 0 52676 79 0 0 25 0 4 0 669714666 2381967360 504009 33554432000 4194304 4625164 140734854059168 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27742/tid=27745] ppid=27740 vsize=2326140 CPUtime=577.56 cores=1,3,5,7
/proc/27742/task/27745/stat : 27745 (SArTagnan) R 27740 27742 27246 0 -1 4202560 149160 0 0 0 57673 83 0 0 25 0 4 0 669714666 2381967360 504009 33554432000 4194304 4625164 140734854059168 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27742/tid=27746] ppid=27740 vsize=2326140 CPUtime=485.11 cores=1,3,5,7
/proc/27742/task/27746/stat : 27746 (SArTagnan) R 27740 27742 27246 0 -1 4202560 2178337 0 0 0 48175 336 0 0 25 0 4 0 669714666 2381967360 504009 33554432000 4194304 4625164 140734854059168 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2371.58
Current children cumulated vsize (KiB) 2326140

[startup+942.3 s]
/proc/loadavg: 11.15 11.14 11.14 12/417 27802
/proc/meminfo: memFree=12373756/32950928 swapFree=62427640/67111528
[pid=27742] ppid=27740 vsize=2355912 CPUtime=2550.76 cores=1,3,5,7
/proc/27742/stat : 27742 (SArTagnan) R 27740 27742 27246 0 -1 4202496 3118503 0 0 0 254469 607 0 0 25 0 4 0 669714664 2412453888 511647 33554432000 4194304 4625164 140734854059168 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27742/statm: 588978 511647 366 106 0 584481 0
[pid=27742/tid=27744] ppid=27740 vsize=2355912 CPUtime=557.54 cores=1,3,5,7
/proc/27742/task/27744/stat : 27744 (SArTagnan) R 27740 27742 27246 0 -1 4202560 229327 0 0 0 55668 86 0 0 25 0 4 0 669714666 2412453888 511647 33554432000 4194304 4625164 140734854059168 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27742/tid=27745] ppid=27740 vsize=2355912 CPUtime=636.73 cores=1,3,5,7
/proc/27742/task/27745/stat : 27745 (SArTagnan) R 27740 27742 27246 0 -1 4202560 149257 0 0 0 63590 83 0 0 25 0 4 0 669714666 2412453888 511647 33554432000 4194304 4625164 140734854059168 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27742/tid=27746] ppid=27740 vsize=2355912 CPUtime=515.11 cores=1,3,5,7
/proc/27742/task/27746/stat : 27746 (SArTagnan) R 27740 27742 27246 0 -1 4202560 2185199 0 0 0 51175 336 0 0 25 0 4 0 669714666 2412453888 511647 33554432000 4194304 4625164 140734854059168 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2550.76
Current children cumulated vsize (KiB) 2355912

[startup+1002.3 s]
/proc/loadavg: 11.10 11.13 11.14 13/417 27804
/proc/meminfo: memFree=12278732/32950928 swapFree=62427640/67111528
[pid=27742] ppid=27740 vsize=2355912 CPUtime=2729.98 cores=1,3,5,7
/proc/27742/stat : 27742 (SArTagnan) R 27740 27742 27246 0 -1 4202496 3255507 0 0 0 272358 640 0 0 25 0 4 0 669714664 2412453888 524435 33554432000 4194304 4625164 140734854059168 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27742/statm: 588978 524435 393 106 0 584481 0
[pid=27742/tid=27744] ppid=27740 vsize=2355912 CPUtime=587.56 cores=1,3,5,7
/proc/27742/task/27744/stat : 27744 (SArTagnan) R 27740 27742 27246 0 -1 4202560 236148 0 0 0 58658 98 0 0 25 0 4 0 669714666 2412453888 524435 33554432000 4194304 4625164 140734854059168 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27742/tid=27745] ppid=27740 vsize=2355912 CPUtime=695.92 cores=1,3,5,7
/proc/27742/task/27745/stat : 27745 (SArTagnan) R 27740 27742 27246 0 -1 4202560 149369 0 0 0 69509 83 0 0 25 0 4 0 669714666 2412453888 524435 33554432000 4194304 4625164 140734854059168 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27742/tid=27746] ppid=27740 vsize=2355912 CPUtime=548.32 cores=1,3,5,7
/proc/27742/task/27746/stat : 27746 (SArTagnan) R 27740 27742 27246 0 -1 4202560 2313912 0 0 0 54475 357 0 0 25 0 4 0 669714666 2412453888 524435 33554432000 4194304 4625164 140734854059168 18446744073709551615 4552357 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2729.98
Current children cumulated vsize (KiB) 2355912

[startup+1062.3 s]
/proc/loadavg: 11.08 11.12 11.13 13/417 27806
/proc/meminfo: memFree=12130504/32950928 swapFree=62427640/67111528
[pid=27742] ppid=27740 vsize=2487024 CPUtime=2909.13 cores=1,3,5,7
/proc/27742/stat : 27742 (SArTagnan) R 27740 27742 27246 0 -1 4202496 3438881 0 0 0 290240 673 0 0 25 0 4 0 669714664 2546712576 538145 33554432000 4194304 4625164 140734854059168 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27742/statm: 621756 538145 367 106 0 617259 0
[pid=27742/tid=27744] ppid=27740 vsize=2487024 CPUtime=617.64 cores=1,3,5,7
/proc/27742/task/27744/stat : 27744 (SArTagnan) R 27740 27742 27246 0 -1 4202560 240693 0 0 0 61659 105 0 0 25 0 4 0 669714666 2546712576 538145 33554432000 4194304 4625164 140734854059168 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27742/tid=27745] ppid=27740 vsize=2487024 CPUtime=755.1 cores=1,3,5,7
/proc/27742/task/27745/stat : 27745 (SArTagnan) R 27740 27742 27246 0 -1 4202560 149507 0 0 0 75427 83 0 0 25 0 4 0 669714666 2546712576 538145 33554432000 4194304 4625164 140734854059168 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27742/tid=27746] ppid=27740 vsize=2487024 CPUtime=578.41 cores=1,3,5,7
/proc/27742/task/27746/stat : 27746 (SArTagnan) R 27740 27742 27246 0 -1 4202560 2454821 0 0 0 57463 378 0 0 25 0 4 0 669714666 2546712576 538145 33554432000 4194304 4625164 140734854059168 18446744073709551615 4548692 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2909.13
Current children cumulated vsize (KiB) 2487024

[startup+1122.32 s]
/proc/loadavg: 11.12 11.12 11.13 13/417 27807
/proc/meminfo: memFree=12026920/32950928 swapFree=62427640/67111528
[pid=27742] ppid=27740 vsize=2557720 CPUtime=3088.35 cores=1,3,5,7
/proc/27742/stat : 27742 (SArTagnan) R 27740 27742 27246 0 -1 4202496 3570175 0 0 0 308135 700 0 0 25 0 4 0 669714664 2619105280 549484 33554432000 4194304 4625164 140734854059168 18446744073709551615 4393051 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27742/statm: 639430 549484 385 106 0 634933 0
[pid=27742/tid=27744] ppid=27740 vsize=2557720 CPUtime=647.63 cores=1,3,5,7
/proc/27742/task/27744/stat : 27744 (SArTagnan) R 27740 27742 27246 0 -1 4202560 245729 0 0 0 64651 112 0 0 25 0 4 0 669714666 2619105280 549484 33554432000 4194304 4625164 140734854059168 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27742/tid=27745] ppid=27740 vsize=2557720 CPUtime=814.29 cores=1,3,5,7
/proc/27742/task/27745/stat : 27745 (SArTagnan) R 27740 27742 27246 0 -1 4202560 149558 0 0 0 81346 83 0 0 25 0 4 0 669714666 2619105280 549484 33554432000 4194304 4625164 140734854059168 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27742/tid=27746] ppid=27740 vsize=2557720 CPUtime=608.43 cores=1,3,5,7
/proc/27742/task/27746/stat : 27746 (SArTagnan) R 27740 27742 27246 0 -1 4202560 2580036 0 0 0 60446 397 0 0 25 0 4 0 669714666 2619105280 549484 33554432000 4194304 4625164 140734854059168 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3088.35
Current children cumulated vsize (KiB) 2557720

[startup+1182.3 s]
/proc/loadavg: 11.12 11.13 11.13 13/417 27809
/proc/meminfo: memFree=11952708/32950928 swapFree=62427640/67111528
[pid=27742] ppid=27740 vsize=2557720 CPUtime=3267.5 cores=1,3,5,7
/proc/27742/stat : 27742 (SArTagnan) R 27740 27742 27246 0 -1 4202496 3720807 0 0 0 326017 733 0 0 25 0 4 0 669714664 2619105280 561530 33554432000 4194304 4625164 140734854059168 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27742/statm: 639430 561530 416 106 0 634933 0
[pid=27742/tid=27744] ppid=27740 vsize=2557720 CPUtime=677.62 cores=1,3,5,7
/proc/27742/task/27744/stat : 27744 (SArTagnan) R 27740 27742 27246 0 -1 4202560 251124 0 0 0 67639 123 0 0 25 0 4 0 669714666 2619105280 561530 33554432000 4194304 4625164 140734854059168 18446744073709551615 4330810 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27742/tid=27745] ppid=27740 vsize=2557720 CPUtime=873.47 cores=1,3,5,7
/proc/27742/task/27745/stat : 27745 (SArTagnan) R 27740 27742 27246 0 -1 4202560 149625 0 0 0 87264 83 0 0 25 0 4 0 669714666 2619105280 561530 33554432000 4194304 4625164 140734854059168 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27742/tid=27746] ppid=27740 vsize=2557720 CPUtime=638.42 cores=1,3,5,7
/proc/27742/task/27746/stat : 27746 (SArTagnan) R 27740 27742 27246 0 -1 4202560 2723238 0 0 0 63424 418 0 0 25 0 4 0 669714666 2619105280 561530 33554432000 4194304 4625164 140734854059168 18446744073709551615 4548757 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3267.5
Current children cumulated vsize (KiB) 2557720

[startup+1242.3 s]
/proc/loadavg: 11.11 11.13 11.13 13/417 27810
/proc/meminfo: memFree=11889916/32950928 swapFree=62427640/67111528
[pid=27742] ppid=27740 vsize=2557720 CPUtime=3446.67 cores=1,3,5,7
/proc/27742/stat : 27742 (SArTagnan) R 27740 27742 27246 0 -1 4202496 3861530 0 0 0 343913 754 0 0 25 0 4 0 669714664 2619105280 567550 33554432000 4194304 4625164 140734854059168 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27742/statm: 639430 567550 389 106 0 634933 0
[pid=27742/tid=27744] ppid=27740 vsize=2557720 CPUtime=707.62 cores=1,3,5,7
/proc/27742/task/27744/stat : 27744 (SArTagnan) R 27740 27742 27246 0 -1 4202560 251138 0 0 0 70639 123 0 0 25 0 4 0 669714666 2619105280 567550 33554432000 4194304 4625164 140734854059168 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27742/tid=27745] ppid=27740 vsize=2557720 CPUtime=932.64 cores=1,3,5,7
/proc/27742/task/27745/stat : 27745 (SArTagnan) R 27740 27742 27246 0 -1 4202560 149639 0 0 0 93181 83 0 0 25 0 4 0 669714666 2619105280 567550 33554432000 4194304 4625164 140734854059168 18446744073709551615 4330844 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27742/tid=27746] ppid=27740 vsize=2557720 CPUtime=668.42 cores=1,3,5,7
/proc/27742/task/27746/stat : 27746 (SArTagnan) R 27740 27742 27246 0 -1 4202560 2861258 0 0 0 66404 438 0 0 25 0 4 0 669714666 2619105280 567550 33554432000 4194304 4625164 140734854059168 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3446.67
Current children cumulated vsize (KiB) 2557720



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 11.26 11.16 11.14 12/417 27812
/proc/meminfo: memFree=11835312/32950928 swapFree=62427640/67111528
[pid=27742] ppid=27740 vsize=2557720 CPUtime=3619.03 cores=1,3,5,7
/proc/27742/stat : 27742 (SArTagnan) R 27740 27742 27246 0 -1 4202496 3993677 0 0 0 361129 774 0 0 25 0 4 0 669714664 2619105280 572427 33554432000 4194304 4625164 140734854059168 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27742/statm: 639430 572427 400 106 0 634933 0
[pid=27742/tid=27744] ppid=27740 vsize=2557720 CPUtime=736.47 cores=1,3,5,7
/proc/27742/task/27744/stat : 27744 (SArTagnan) R 27740 27742 27246 0 -1 4202560 251152 0 0 0 73524 123 0 0 25 0 4 0 669714666 2619105280 572427 33554432000 4194304 4625164 140734854059168 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27742/tid=27745] ppid=27740 vsize=2557720 CPUtime=989.56 cores=1,3,5,7
/proc/27742/task/27745/stat : 27745 (SArTagnan) R 27740 27742 27246 0 -1 4202560 149668 0 0 0 98873 83 0 0 25 0 4 0 669714666 2619105280 572427 33554432000 4194304 4625164 140734854059168 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27742/tid=27746] ppid=27740 vsize=2557720 CPUtime=697.29 cores=1,3,5,7
/proc/27742/task/27746/stat : 27746 (SArTagnan) R 27740 27742 27246 0 -1 4202560 2993263 0 0 0 69271 458 0 0 25 0 4 0 669714666 2619105280 572427 33554432000 4194304 4625164 140734854059168 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3619.03
Current children cumulated vsize (KiB) 2557720

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 11.26 11.16 11.14 12/417 27812
/proc/meminfo: memFree=11835312/32950928 swapFree=62427640/67111528
[pid=27742] ppid=27740 vsize=2557720 CPUtime=3619.03 cores=1,3,5,7
/proc/27742/stat : 27742 (SArTagnan) R 27740 27742 27246 0 -1 4202496 3993677 0 0 0 361129 774 0 0 25 0 4 0 669714664 2619105280 572427 33554432000 4194304 4625164 140734854059168 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27742/statm: 639430 572427 400 106 0 634933 0
[pid=27742/tid=27744] ppid=27740 vsize=2557720 CPUtime=736.47 cores=1,3,5,7
/proc/27742/task/27744/stat : 27744 (SArTagnan) R 27740 27742 27246 0 -1 4202560 251152 0 0 0 73524 123 0 0 25 0 4 0 669714666 2619105280 572427 33554432000 4194304 4625164 140734854059168 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27742/tid=27745] ppid=27740 vsize=2557720 CPUtime=989.56 cores=1,3,5,7
/proc/27742/task/27745/stat : 27745 (SArTagnan) R 27740 27742 27246 0 -1 4202560 149668 0 0 0 98873 83 0 0 25 0 4 0 669714666 2619105280 572427 33554432000 4194304 4625164 140734854059168 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27742/tid=27746] ppid=27740 vsize=2557720 CPUtime=697.29 cores=1,3,5,7
/proc/27742/task/27746/stat : 27746 (SArTagnan) R 27740 27742 27246 0 -1 4202560 2993263 0 0 0 69271 458 0 0 25 0 4 0 669714666 2619105280 572427 33554432000 4194304 4625164 140734854059168 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3619.03
Current children cumulated vsize (KiB) 2557720

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.12
CPU time (s): 3619.15
CPU user time (s): 3611.31
CPU system time (s): 7.84481
CPU usage (%): 278.371
Max. virtual memory (cumulated for all children) (KiB): 2557720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3611.31
system time used= 7.84481
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3993677
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24302
involuntary context switches= 39936

runsolver used 4.95425 second user time and 12.7791 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-16 23:25:49
IDJOB=3385876
IDBENCH=83163
IDSOLVER=1871
FILE ID=node123/3385876-1305581149
RUNJOBID= node123-1305577116-27265
PBS_JOBID= 13350215
Free space on /tmp= 73252 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-5x41.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385876-1305581149/watcher-3385876-1305581149 -o /tmp/evaluation-result-3385876-1305581149/solver-3385876-1305581149 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385876-1305581149.cnf -threads=4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 420773b7b438dd18c8a88a15fb5bcae1
RANDOM SEED=885777064

node123.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14174480 kB
Buffers:          2828 kB
Cached:          36412 kB
SwapCached:      74908 kB
Active:        6352340 kB
Inactive:     12196556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14174480 kB
SwapTotal:    67111528 kB
SwapFree:     62427640 kB
Dirty:             788 kB
Writeback:           0 kB
AnonPages:    18442008 kB
Mapped:          25924 kB
Slab:            87816 kB
PageTables:      72404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 107637116 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73252 MiB
End job on node123 at 2011-05-16 23:47:31