Trace number 3386306

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) 3914.6 1300.14

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k45.cnf
MD5SUM8a76c8add64173ae39149aae572a02d9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark185.162
Satisfiable
(Un)Satisfiability was proved
Number of variables37432
Number of clauses147345
Sum of the clauses size401667
Maximum clause length37
Minimum clause length1
Number of clauses of size 1603
Number of clauses of size 269621
Number of clauses of size 371450
Number of clauses of size 4266
Number of clauses of size 5505
Number of clauses of size over 54900

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-3386306-1305576905/watcher-3386306-1305576905 -o /tmp/evaluation-result-3386306-1305576905/solver-3386306-1305576905 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386306-1305576905.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: 3.04 3.01 3.00 6/387 3617
/proc/meminfo: memFree=11858668/32951124 swapFree=54427476/67111528
[pid=3616] ppid=3614 vsize=18352 CPUtime=0 cores=1,3,5,7
/proc/3616/stat : 3616 (SArTagnan) R 3614 3616 3578 0 -1 4202496 403 0 0 0 0 0 0 0 21 0 1 0 669288488 18792448 342 33554432000 4194304 4625164 140737403813328 18446744073709551615 228122713856 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3616/statm: 4588 342 291 106 0 91 0

[startup+0.0930111 s]
/proc/loadavg: 3.04 3.01 3.00 6/387 3617
/proc/meminfo: memFree=11858668/32951124 swapFree=54427476/67111528
[pid=3616] ppid=3614 vsize=56012 CPUtime=0.08 cores=1,3,5,7
/proc/3616/stat : 3616 (SArTagnan) R 3614 3616 3578 0 -1 4202496 10029 0 0 0 7 1 0 0 21 0 1 0 669288488 57356288 7670 33554432000 4194304 4625164 140737403813328 18446744073709551615 228122411477 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3616/statm: 14003 7694 301 106 0 9506 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 56012

[startup+0.100973 s]
/proc/loadavg: 3.04 3.01 3.00 6/387 3617
/proc/meminfo: memFree=11858668/32951124 swapFree=54427476/67111528
[pid=3616] ppid=3614 vsize=88972 CPUtime=0.1 cores=1,3,5,7
/proc/3616/stat : 3616 (SArTagnan) R 3614 3616 3578 0 -1 4202496 10821 0 0 0 9 1 0 0 21 0 4 0 669288488 91107328 8461 33554432000 4194304 4625164 140737403813328 18446744073709551615 47708959700914 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3616/statm: 22243 8461 313 106 0 17746 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 88972

[startup+0.300942 s]
/proc/loadavg: 3.04 3.01 3.00 6/387 3617
/proc/meminfo: memFree=11858668/32951124 swapFree=54427476/67111528
[pid=3616] ppid=3614 vsize=230988 CPUtime=0.55 cores=1,3,5,7
/proc/3616/stat : 3616 (SArTagnan) R 3614 3616 3578 0 -1 4202496 16196 0 0 0 53 2 0 0 18 0 4 0 669288488 236531712 11766 33554432000 4194304 4625164 140737403813328 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3616/statm: 57747 11766 336 106 0 53250 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 230988

[startup+0.700868 s]
/proc/loadavg: 3.04 3.01 3.00 6/387 3617
/proc/meminfo: memFree=11858668/32951124 swapFree=54427476/67111528
[pid=3616] ppid=3614 vsize=233652 CPUtime=2.15 cores=1,3,5,7
/proc/3616/stat : 3616 (SArTagnan) R 3614 3616 3578 0 -1 4202496 19729 0 0 0 213 2 0 0 18 0 4 0 669288488 239259648 12870 33554432000 4194304 4625164 140737403813328 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3616/statm: 58413 12871 343 106 0 53916 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 233652

[startup+1.50072 s]
/proc/loadavg: 3.04 3.01 3.00 12/397 3627
/proc/meminfo: memFree=11741548/32951124 swapFree=54427476/67111528
[pid=3616] ppid=3614 vsize=233652 CPUtime=5.01 cores=1,3,5,7
/proc/3616/stat : 3616 (SArTagnan) R 3614 3616 3578 0 -1 4202496 20990 0 0 0 498 3 0 0 19 0 4 0 669288488 239259648 13216 33554432000 4194304 4625164 140737403813328 18446744073709551615 4519248 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3616/statm: 58413 13216 343 106 0 53916 0
[pid=3616/tid=3622] ppid=3614 vsize=233652 CPUtime=1.33 cores=1,3,5,7
/proc/3616/task/3622/stat : 3622 (SArTagnan) R 3614 3616 3578 0 -1 4202560 1607 0 0 0 133 0 0 0 25 0 4 0 669288497 239259648 13216 33554432000 4194304 4625164 140737403813328 18446744073709551615 4352005 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3616/tid=3623] ppid=3614 vsize=233652 CPUtime=1.3 cores=1,3,5,7
/proc/3616/task/3623/stat : 3623 (SArTagnan) R 3614 3616 3578 0 -1 4202560 1919 0 0 0 130 0 0 0 19 0 4 0 669288497 239259648 13216 33554432000 4194304 4625164 140737403813328 18446744073709551615 4464722 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3616/tid=3624] ppid=3614 vsize=233652 CPUtime=0.89 cores=1,3,5,7
/proc/3616/task/3624/stat : 3624 (SArTagnan) R 3614 3616 3578 0 -1 4202560 4474 0 0 0 89 0 0 0 25 0 4 0 669288497 239259648 13216 33554432000 4194304 4625164 140737403813328 18446744073709551615 4555386 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 233652

[startup+3.10043 s]
/proc/loadavg: 3.04 3.01 3.00 12/397 3627
/proc/meminfo: memFree=11735224/32951124 swapFree=54427476/67111528
[pid=3616] ppid=3614 vsize=252832 CPUtime=10.49 cores=1,3,5,7
/proc/3616/stat : 3616 (SArTagnan) R 3614 3616 3578 0 -1 4202496 53906 0 0 0 1042 7 0 0 25 0 4 0 669288488 258899968 30273 33554432000 4194304 4625164 140737403813328 18446744073709551615 228122375201 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3616/statm: 63208 30273 363 106 0 58711 0
[pid=3616/tid=3622] ppid=3614 vsize=252832 CPUtime=2.83 cores=1,3,5,7
/proc/3616/task/3622/stat : 3622 (SArTagnan) R 3614 3616 3578 0 -1 4202560 3140 0 0 0 283 0 0 0 25 0 4 0 669288497 258899968 30273 33554432000 4194304 4625164 140737403813328 18446744073709551615 47708957196368 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3616/tid=3623] ppid=3614 vsize=252832 CPUtime=2.88 cores=1,3,5,7
/proc/3616/task/3623/stat : 3623 (SArTagnan) R 3614 3616 3578 0 -1 4202560 6567 0 0 0 287 1 0 0 18 0 4 0 669288497 258899968 30275 33554432000 4194304 4625164 140737403813328 18446744073709551615 228122370005 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3616/tid=3624] ppid=3614 vsize=252832 CPUtime=1.69 cores=1,3,5,7
/proc/3616/task/3624/stat : 3624 (SArTagnan) R 3614 3616 3578 0 -1 4202560 7362 0 0 0 168 1 0 0 25 0 4 0 669288497 258899968 30277 33554432000 4194304 4625164 140737403813328 18446744073709551615 4477916 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.49
Current children cumulated vsize (KiB) 252832

[startup+6.30086 s]
/proc/loadavg: 3.68 3.14 3.04 12/397 3627
/proc/meminfo: memFree=11593896/32951124 swapFree=54427476/67111528
[pid=3616] ppid=3614 vsize=381100 CPUtime=20.05 cores=1,3,5,7
/proc/3616/stat : 3616 (SArTagnan) R 3614 3616 3578 0 -1 4202496 92736 0 0 0 1993 12 0 0 25 0 4 0 669288488 390246400 47656 33554432000 4194304 4625164 140737403813328 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3616/statm: 95275 47656 473 106 0 90778 0
[pid=3616/tid=3622] ppid=3614 vsize=381100 CPUtime=3.82 cores=1,3,5,7
/proc/3616/task/3622/stat : 3622 (SArTagnan) R 3614 3616 3578 0 -1 4202560 10696 0 0 0 381 1 0 0 25 0 4 0 669288497 390246400 47656 33554432000 4194304 4625164 140737403813328 18446744073709551615 4351998 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3616/tid=3623] ppid=3614 vsize=381100 CPUtime=5.95 cores=1,3,5,7
/proc/3616/task/3623/stat : 3623 (SArTagnan) R 3614 3616 3578 0 -1 4202560 11532 0 0 0 593 2 0 0 25 0 4 0 669288497 390246400 47656 33554432000 4194304 4625164 140737403813328 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3616/tid=3624] ppid=3614 vsize=381100 CPUtime=3.99 cores=1,3,5,7
/proc/3616/task/3624/stat : 3624 (SArTagnan) R 3614 3616 3578 0 -1 4202560 29406 0 0 0 396 3 0 0 25 0 4 0 669288497 390246400 47656 33554432000 4194304 4625164 140737403813328 18446744073709551615 4547257 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20.05
Current children cumulated vsize (KiB) 381100

[startup+12.7007 s]
/proc/loadavg: 4.26 3.28 3.09 12/397 3627
/proc/meminfo: memFree=11574416/32951124 swapFree=54427476/67111528
[pid=3616] ppid=3614 vsize=381100 CPUtime=39.16 cores=1,3,5,7
/proc/3616/stat : 3616 (SArTagnan) R 3614 3616 3578 0 -1 4202496 119693 0 0 0 3900 16 0 0 25 0 4 0 669288488 390246400 50355 33554432000 4194304 4625164 140737403813328 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3616/statm: 95275 50356 475 106 0 90778 0
[pid=3616/tid=3622] ppid=3614 vsize=381100 CPUtime=7 cores=1,3,5,7
/proc/3616/task/3622/stat : 3622 (SArTagnan) R 3614 3616 3578 0 -1 4202560 11190 0 0 0 698 2 0 0 25 0 4 0 669288497 390246400 50356 33554432000 4194304 4625164 140737403813328 18446744073709551615 4351871 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3616/tid=3623] ppid=3614 vsize=381100 CPUtime=12.26 cores=1,3,5,7
/proc/3616/task/3623/stat : 3623 (SArTagnan) R 3614 3616 3578 0 -1 4202560 11860 0 0 0 1224 2 0 0 25 0 4 0 669288497 390246400 50356 33554432000 4194304 4625164 140737403813328 18446744073709551615 4351918 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3616/tid=3624] ppid=3614 vsize=381100 CPUtime=7.22 cores=1,3,5,7
/proc/3616/task/3624/stat : 3624 (SArTagnan) R 3614 3616 3578 0 -1 4202560 55363 0 0 0 715 7 0 0 25 0 4 0 669288497 390246400 50356 33554432000 4194304 4625164 140737403813328 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39.16
Current children cumulated vsize (KiB) 381100

[startup+25.5004 s]
/proc/loadavg: 5.75 3.65 3.21 12/397 3627
/proc/meminfo: memFree=11433140/32951124 swapFree=54427476/67111528
[pid=3616] ppid=3614 vsize=401396 CPUtime=77.38 cores=1,3,5,7
/proc/3616/stat : 3616 (SArTagnan) R 3614 3616 3578 0 -1 4202496 176416 0 0 0 7713 25 0 0 25 0 4 0 669288488 411029504 57628 33554432000 4194304 4625164 140737403813328 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3616/statm: 100349 57628 474 106 0 95852 0
[pid=3616/tid=3622] ppid=3614 vsize=401396 CPUtime=13.33 cores=1,3,5,7
/proc/3616/task/3622/stat : 3622 (SArTagnan) R 3614 3616 3578 0 -1 4202560 15299 0 0 0 1331 2 0 0 25 0 4 0 669288497 411029504 57628 33554432000 4194304 4625164 140737403813328 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3616/tid=3623] ppid=3614 vsize=401396 CPUtime=24.88 cores=1,3,5,7
/proc/3616/task/3623/stat : 3623 (SArTagnan) R 3614 3616 3578 0 -1 4202560 19288 0 0 0 2485 3 0 0 25 0 4 0 669288497 411029504 57628 33554432000 4194304 4625164 140737403813328 18446744073709551615 4352827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3616/tid=3624] ppid=3614 vsize=401396 CPUtime=13.69 cores=1,3,5,7
/proc/3616/task/3624/stat : 3624 (SArTagnan) R 3614 3616 3578 0 -1 4202560 96747 0 0 0 1355 14 0 0 25 0 4 0 669288497 411029504 57628 33554432000 4194304 4625164 140737403813328 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 77.38
Current children cumulated vsize (KiB) 401396

[startup+51.1008 s]
/proc/loadavg: 7.67 4.27 3.43 12/397 3628
/proc/meminfo: memFree=11366736/32951124 swapFree=54427476/67111528
[pid=3616] ppid=3614 vsize=411540 CPUtime=153.84 cores=1,3,5,7
/proc/3616/stat : 3616 (SArTagnan) R 3614 3616 3578 0 -1 4202496 281227 0 0 0 15340 44 0 0 25 0 4 0 669288488 421416960 67241 33554432000 4194304 4625164 140737403813328 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3616/statm: 102885 67241 474 106 0 98388 0
[pid=3616/tid=3622] ppid=3614 vsize=411540 CPUtime=28.48 cores=1,3,5,7
/proc/3616/task/3622/stat : 3622 (SArTagnan) R 3614 3616 3578 0 -1 4202560 16567 0 0 0 2844 4 0 0 25 0 4 0 669288497 421416960 67241 33554432000 4194304 4625164 140737403813328 18446744073709551615 4352157 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3616/tid=3623] ppid=3614 vsize=411540 CPUtime=47.81 cores=1,3,5,7
/proc/3616/task/3623/stat : 3623 (SArTagnan) R 3614 3616 3578 0 -1 4202560 28597 0 0 0 4775 6 0 0 25 0 4 0 669288497 421416960 67241 33554432000 4194304 4625164 140737403813328 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3616/tid=3624] ppid=3614 vsize=411540 CPUtime=26.48 cores=1,3,5,7
/proc/3616/task/3624/stat : 3624 (SArTagnan) R 3614 3616 3578 0 -1 4202560 190075 0 0 0 2620 28 0 0 25 0 4 0 669288497 421416960 67241 33554432000 4194304 4625164 140737403813328 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 153.84
Current children cumulated vsize (KiB) 411540

[startup+102.315 s]
/proc/loadavg: 9.71 5.34 3.83 12/397 3629
/proc/meminfo: memFree=11139428/32951124 swapFree=54427476/67111528
[pid=3616] ppid=3614 vsize=608840 CPUtime=316.47 cores=1,3,5,7
/proc/3616/stat : 3616 (SArTagnan) R 3614 3616 3578 0 -1 4202496 542889 0 0 0 31563 84 0 0 25 0 4 0 669288488 623452160 107620 33554432000 4194304 4625164 140737403813328 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/3616/statm: 152210 107620 348 106 0 147713 0
[pid=3616/tid=3622] ppid=3614 vsize=608840 CPUtime=64.33 cores=1,3,5,7
/proc/3616/task/3622/stat : 3622 (SArTagnan) R 3614 3616 3578 0 -1 4202560 60995 0 0 0 6423 10 0 0 25 0 4 0 669288497 623452160 107620 33554432000 4194304 4625164 140737403813328 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3616/tid=3623] ppid=3614 vsize=608840 CPUtime=79.18 cores=1,3,5,7
/proc/3616/task/3623/stat : 3623 (SArTagnan) R 3614 3616 3578 0 -1 4202560 49178 0 0 0 7909 9 0 0 25 0 4 0 669288497 623452160 107620 33554432000 4194304 4625164 140737403813328 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3616/tid=3624] ppid=3614 vsize=608840 CPUtime=73.11 cores=1,3,5,7
/proc/3616/task/3624/stat : 3624 (SArTagnan) R 3614 3616 3578 0 -1 4202560 380315 0 0 0 7254 57 0 0 25 0 4 0 669288497 623452160 107620 33554432000 4194304 4625164 140737403813328 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 316.47
Current children cumulated vsize (KiB) 608840

[startup+162.301 s]
/proc/loadavg: 10.56 6.38 4.29 12/397 3631
/proc/meminfo: memFree=11053840/32951124 swapFree=54427476/67111528
[pid=3616] ppid=3614 vsize=676964 CPUtime=497.92 cores=1,3,5,7
/proc/3616/stat : 3616 (SArTagnan) R 3614 3616 3578 0 -1 4202496 744885 0 0 0 49678 114 0 0 25 0 4 0 669288488 693211136 116596 33554432000 4194304 4625164 140737403813328 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/3616/statm: 169241 116596 349 106 0 164744 0
[pid=3616/tid=3622] ppid=3614 vsize=676964 CPUtime=115.91 cores=1,3,5,7
/proc/3616/task/3622/stat : 3622 (SArTagnan) R 3614 3616 3578 0 -1 4202560 62272 0 0 0 11580 11 0 0 25 0 4 0 669288497 693211136 116596 33554432000 4194304 4625164 140737403813328 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3616/tid=3623] ppid=3614 vsize=676964 CPUtime=104.19 cores=1,3,5,7
/proc/3616/task/3623/stat : 3623 (SArTagnan) R 3614 3616 3578 0 -1 4202560 49403 0 0 0 10409 10 0 0 25 0 4 0 669288497 693211136 116596 33554432000 4194304 4625164 140737403813328 18446744073709551615 228122819054 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3616/tid=3624] ppid=3614 vsize=676964 CPUtime=126.49 cores=1,3,5,7
/proc/3616/task/3624/stat : 3624 (SArTagnan) R 3614 3616 3578 0 -1 4202560 579996 0 0 0 12565 84 0 0 25 0 4 0 669288497 693211136 116596 33554432000 4194304 4625164 140737403813328 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 497.92
Current children cumulated vsize (KiB) 676964

[startup+222.301 s]
/proc/loadavg: 10.90 7.24 4.71 12/397 3632
/proc/meminfo: memFree=10834312/32951124 swapFree=54427476/67111528
[pid=3616] ppid=3614 vsize=871020 CPUtime=677.09 cores=1,3,5,7
/proc/3616/stat : 3616 (SArTagnan) R 3614 3616 3578 0 -1 4202496 963666 0 0 0 67560 149 0 0 25 0 4 0 669288488 891924480 150901 33554432000 4194304 4625164 140737403813328 18446744073709551615 4511926 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3616/statm: 217755 150901 937 106 0 213258 0
[pid=3616/tid=3622] ppid=3614 vsize=871020 CPUtime=157.66 cores=1,3,5,7
/proc/3616/task/3622/stat : 3622 (SArTagnan) R 3614 3616 3578 0 -1 4202560 65630 0 0 0 15751 15 0 0 25 0 4 0 669288497 891924480 150901 33554432000 4194304 4625164 140737403813328 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3616/tid=3623] ppid=3614 vsize=871020 CPUtime=145.63 cores=1,3,5,7
/proc/3616/task/3623/stat : 3623 (SArTagnan) R 3614 3616 3578 0 -1 4202560 63878 0 0 0 14551 12 0 0 25 0 4 0 669288497 891924480 150901 33554432000 4194304 4625164 140737403813328 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3616/tid=3624] ppid=3614 vsize=871020 CPUtime=171.66 cores=1,3,5,7
/proc/3616/task/3624/stat : 3624 (SArTagnan) R 3614 3616 3578 0 -1 4202560 754214 0 0 0 17057 109 0 0 25 0 4 0 669288497 891924480 150901 33554432000 4194304 4625164 140737403813328 18446744073709551615 4579376 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 677.09
Current children cumulated vsize (KiB) 871020

[startup+282.301 s]

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

Current children cumulated CPU time (s) 2127.51
Current children cumulated vsize (KiB) 1915528

[startup+762.315 s]
/proc/loadavg: 11.05 10.51 7.54 13/397 3647
/proc/meminfo: memFree=9105664/32951124 swapFree=54427476/67111528
[pid=3616] ppid=3614 vsize=2038664 CPUtime=2306.77 cores=1,3,5,7
/proc/3616/stat : 3616 (SArTagnan) R 3614 3616 3578 0 -1 4202496 3411797 0 0 0 230134 543 0 0 25 0 4 0 669288488 2087591936 419950 33554432000 4194304 4625164 140737403813328 18446744073709551615 4393101 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/3616/statm: 509666 419950 347 106 0 505169 0
[pid=3616/tid=3622] ppid=3614 vsize=2038664 CPUtime=446.03 cores=1,3,5,7
/proc/3616/task/3622/stat : 3622 (SArTagnan) R 3614 3616 3578 0 -1 4202560 141995 0 0 0 44537 66 0 0 25 0 4 0 669288497 2087591936 419950 33554432000 4194304 4625164 140737403813328 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3616/tid=3623] ppid=3614 vsize=2038664 CPUtime=681.12 cores=1,3,5,7
/proc/3616/task/3623/stat : 3623 (SArTagnan) R 3614 3616 3578 0 -1 4202560 68055 0 0 0 68097 15 0 0 25 0 4 0 669288497 2087591936 419950 33554432000 4194304 4625164 140737403813328 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3616/tid=3624] ppid=3614 vsize=2038664 CPUtime=476.34 cores=1,3,5,7
/proc/3616/task/3624/stat : 3624 (SArTagnan) R 3614 3616 3578 0 -1 4202560 2652206 0 0 0 47250 384 0 0 25 0 4 0 669288497 2087591936 419950 33554432000 4194304 4625164 140737403813328 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2306.77
Current children cumulated vsize (KiB) 2038664

[startup+822.3 s]
/proc/loadavg: 11.05 10.61 7.76 12/397 3648
/proc/meminfo: memFree=8769956/32951124 swapFree=54427476/67111528
[pid=3616] ppid=3614 vsize=2328064 CPUtime=2485.94 cores=1,3,5,7
/proc/3616/stat : 3616 (SArTagnan) R 3614 3616 3578 0 -1 4202496 3755968 0 0 0 248007 587 0 0 25 0 4 0 669288488 2383937536 471871 33554432000 4194304 4625164 140737403813328 18446744073709551615 4511936 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/3616/statm: 582016 471871 348 106 0 577519 0
[pid=3616/tid=3622] ppid=3614 vsize=2328064 CPUtime=484.84 cores=1,3,5,7
/proc/3616/task/3622/stat : 3622 (SArTagnan) R 3614 3616 3578 0 -1 4202560 142192 0 0 0 48418 66 0 0 25 0 4 0 669288497 2383937536 471871 33554432000 4194304 4625164 140737403813328 18446744073709551615 4462461 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3616/tid=3623] ppid=3614 vsize=2328064 CPUtime=741.11 cores=1,3,5,7
/proc/3616/task/3623/stat : 3623 (SArTagnan) R 3614 3616 3578 0 -1 4202560 68088 0 0 0 74096 15 0 0 25 0 4 0 669288497 2383937536 471871 33554432000 4194304 4625164 140737403813328 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3616/tid=3624] ppid=3614 vsize=2328064 CPUtime=506.22 cores=1,3,5,7
/proc/3616/task/3624/stat : 3624 (SArTagnan) R 3614 3616 3578 0 -1 4202560 2831531 0 0 0 50210 412 0 0 25 0 4 0 669288497 2383937536 471871 33554432000 4194304 4625164 140737403813328 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2485.94
Current children cumulated vsize (KiB) 2328064

[startup+882.3 s]
/proc/loadavg: 11.10 10.69 7.97 12/397 3650
/proc/meminfo: memFree=8520436/32951124 swapFree=54427476/67111528
[pid=3616] ppid=3614 vsize=2426292 CPUtime=2665.16 cores=1,3,5,7
/proc/3616/stat : 3616 (SArTagnan) R 3614 3616 3578 0 -1 4202496 4044364 0 0 0 265888 628 0 0 25 0 4 0 669288488 2484523008 499437 33554432000 4194304 4625164 140737403813328 18446744073709551615 4512854 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3616/statm: 606573 499437 347 106 0 602076 0
[pid=3616/tid=3622] ppid=3614 vsize=2426292 CPUtime=536.93 cores=1,3,5,7
/proc/3616/task/3622/stat : 3622 (SArTagnan) R 3614 3616 3578 0 -1 4202560 143625 0 0 0 53627 66 0 0 25 0 4 0 669288497 2484523008 499437 33554432000 4194304 4625164 140737403813328 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3616/tid=3623] ppid=3614 vsize=2426292 CPUtime=786.17 cores=1,3,5,7
/proc/3616/task/3623/stat : 3623 (SArTagnan) R 3614 3616 3578 0 -1 4202560 68455 0 0 0 78602 15 0 0 25 0 4 0 669288497 2484523008 499437 33554432000 4194304 4625164 140737403813328 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3616/tid=3624] ppid=3614 vsize=2426292 CPUtime=550.61 cores=1,3,5,7
/proc/3616/task/3624/stat : 3624 (SArTagnan) R 3614 3616 3578 0 -1 4202560 3100614 0 0 0 54612 449 0 0 25 0 4 0 669288497 2484523008 499437 33554432000 4194304 4625164 140737403813328 18446744073709551615 4335165 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2665.16
Current children cumulated vsize (KiB) 2426292

[startup+942.301 s]
/proc/loadavg: 11.11 10.76 8.16 12/397 3652
/proc/meminfo: memFree=8333796/32951124 swapFree=54427476/67111528
[pid=3616] ppid=3614 vsize=2506916 CPUtime=2844.7 cores=1,3,5,7
/proc/3616/stat : 3616 (SArTagnan) R 3614 3616 3578 0 -1 4202496 4314304 0 0 0 283799 671 0 0 25 0 4 0 669288488 2567081984 525390 33554432000 4194304 4625164 140737403813328 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3616/statm: 626729 525390 348 106 0 622232 0
[pid=3616/tid=3622] ppid=3614 vsize=2506916 CPUtime=574.01 cores=1,3,5,7
/proc/3616/task/3622/stat : 3622 (SArTagnan) R 3614 3616 3578 0 -1 4202560 150770 0 0 0 57327 74 0 0 25 0 4 0 669288497 2567081984 525390 33554432000 4194304 4625164 140737403813328 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3616/tid=3623] ppid=3614 vsize=2506916 CPUtime=838.73 cores=1,3,5,7
/proc/3616/task/3623/stat : 3623 (SArTagnan) R 3614 3616 3578 0 -1 4202560 68650 0 0 0 83857 16 0 0 25 0 4 0 669288497 2567081984 525390 33554432000 4194304 4625164 140737403813328 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3616/tid=3624] ppid=3614 vsize=2506916 CPUtime=588.39 cores=1,3,5,7
/proc/3616/task/3624/stat : 3624 (SArTagnan) R 3614 3616 3578 0 -1 4202560 3352237 0 0 0 58356 483 0 0 25 0 4 0 669288497 2567081984 525390 33554432000 4194304 4625164 140737403813328 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2844.7
Current children cumulated vsize (KiB) 2506916

[startup+1002.3 s]
/proc/loadavg: 11.17 10.84 8.34 12/397 3653
/proc/meminfo: memFree=8159768/32951124 swapFree=54427476/67111528
[pid=3616] ppid=3614 vsize=2701420 CPUtime=3023.88 cores=1,3,5,7
/proc/3616/stat : 3616 (SArTagnan) R 3614 3616 3578 0 -1 4202496 4579929 0 0 0 301673 715 0 0 25 0 4 0 669288488 2766254080 547313 33554432000 4194304 4625164 140737403813328 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3616/statm: 675355 547313 354 106 0 670858 0
[pid=3616/tid=3622] ppid=3614 vsize=2701420 CPUtime=604.2 cores=1,3,5,7
/proc/3616/task/3622/stat : 3622 (SArTagnan) R 3614 3616 3578 0 -1 4202560 154406 0 0 0 60341 79 0 0 25 0 4 0 669288497 2766254080 547313 33554432000 4194304 4625164 140737403813328 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3616/tid=3623] ppid=3614 vsize=2701420 CPUtime=897.91 cores=1,3,5,7
/proc/3616/task/3623/stat : 3623 (SArTagnan) R 3614 3616 3578 0 -1 4202560 69125 0 0 0 89775 16 0 0 25 0 4 0 669288497 2766254080 547313 33554432000 4194304 4625164 140737403813328 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3616/tid=3624] ppid=3614 vsize=2701420 CPUtime=619.61 cores=1,3,5,7
/proc/3616/task/3624/stat : 3624 (SArTagnan) R 3614 3616 3578 0 -1 4202560 3543848 0 0 0 61448 513 0 0 25 0 4 0 669288497 2766254080 547313 33554432000 4194304 4625164 140737403813328 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3023.88
Current children cumulated vsize (KiB) 2701420

[startup+1062.3 s]
/proc/loadavg: 11.19 10.89 8.52 12/397 3655
/proc/meminfo: memFree=7804724/32951124 swapFree=54427476/67111528
[pid=3616] ppid=3614 vsize=2930920 CPUtime=3203.07 cores=1,3,5,7
/proc/3616/stat : 3616 (SArTagnan) R 3614 3616 3578 0 -1 4202496 4759188 0 0 0 319556 751 0 0 25 0 4 0 669288488 3001262080 604132 33554432000 4194304 4625164 140737403813328 18446744073709551615 4512125 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3616/statm: 732730 604132 351 106 0 728233 0
[pid=3616/tid=3622] ppid=3614 vsize=2930920 CPUtime=635.04 cores=1,3,5,7
/proc/3616/task/3622/stat : 3622 (SArTagnan) R 3614 3616 3578 0 -1 4202560 192675 0 0 0 63408 96 0 0 25 0 4 0 669288497 3001262080 604132 33554432000 4194304 4625164 140737403813328 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3616/tid=3623] ppid=3614 vsize=2930920 CPUtime=957.04 cores=1,3,5,7
/proc/3616/task/3623/stat : 3623 (SArTagnan) R 3614 3616 3578 0 -1 4202560 71169 0 0 0 95688 16 0 0 25 0 4 0 669288497 3001262080 604132 33554432000 4194304 4625164 140737403813328 18446744073709551615 4351752 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3616/tid=3624] ppid=3614 vsize=2930920 CPUtime=665.11 cores=1,3,5,7
/proc/3616/task/3624/stat : 3624 (SArTagnan) R 3614 3616 3578 0 -1 4202560 3639743 0 0 0 65984 527 0 0 25 0 4 0 669288497 3001262080 604132 33554432000 4194304 4625164 140737403813328 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3203.07
Current children cumulated vsize (KiB) 2930920

[startup+1122.3 s]
/proc/loadavg: 11.30 10.97 8.69 13/397 3656
/proc/meminfo: memFree=7407764/32951124 swapFree=54427476/67111528
[pid=3616] ppid=3614 vsize=3315032 CPUtime=3383.72 cores=1,3,5,7
/proc/3616/stat : 3616 (SArTagnan) R 3614 3616 3578 0 -1 4202496 5232713 0 0 0 337539 833 0 0 25 0 4 0 669288488 3394592768 669576 33554432000 4194304 4625164 140737403813328 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3616/statm: 828758 669576 356 106 0 824261 0
[pid=3616/tid=3622] ppid=3614 vsize=3315032 CPUtime=668.9 cores=1,3,5,7
/proc/3616/task/3622/stat : 3622 (SArTagnan) R 3614 3616 3578 0 -1 4202560 204608 0 0 0 66780 110 0 0 25 0 4 0 669288497 3394592768 669576 33554432000 4194304 4625164 140737403813328 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3616/tid=3623] ppid=3614 vsize=3315032 CPUtime=1012.7 cores=1,3,5,7
/proc/3616/task/3623/stat : 3623 (SArTagnan) R 3614 3616 3578 0 -1 4202560 77454 0 0 0 101246 24 0 0 25 0 4 0 669288497 3394592768 669576 33554432000 4194304 4625164 140737403813328 18446744073709551615 4353016 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3616/tid=3624] ppid=3614 vsize=3315032 CPUtime=697.64 cores=1,3,5,7
/proc/3616/task/3624/stat : 3624 (SArTagnan) R 3614 3616 3578 0 -1 4202560 3874423 0 0 0 69201 563 0 0 25 0 4 0 669288497 3394592768 669576 33554432000 4194304 4625164 140737403813328 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3383.72
Current children cumulated vsize (KiB) 3315032

[startup+1182.3 s]
/proc/loadavg: 11.31 11.04 8.85 12/397 3658
/proc/meminfo: memFree=7248396/32951124 swapFree=54427476/67111528
[pid=3616] ppid=3614 vsize=3352756 CPUtime=3562.92 cores=1,3,5,7
/proc/3616/stat : 3616 (SArTagnan) R 3614 3616 3578 0 -1 4202496 5484245 0 0 0 355421 871 0 0 25 0 4 0 669288488 3433222144 684524 33554432000 4194304 4625164 140737403813328 18446744073709551615 4512190 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3616/statm: 838189 684524 348 106 0 833692 0
[pid=3616/tid=3622] ppid=3614 vsize=3352756 CPUtime=698.99 cores=1,3,5,7
/proc/3616/task/3622/stat : 3622 (SArTagnan) R 3614 3616 3578 0 -1 4202560 206471 0 0 0 69788 111 0 0 25 0 4 0 669288497 3433222144 684524 33554432000 4194304 4625164 140737403813328 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3616/tid=3623] ppid=3614 vsize=3352756 CPUtime=1071.81 cores=1,3,5,7
/proc/3616/task/3623/stat : 3623 (SArTagnan) R 3614 3616 3578 0 -1 4202560 97166 0 0 0 107154 27 0 0 25 0 4 0 669288497 3433222144 684524 33554432000 4194304 4625164 140737403813328 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3616/tid=3624] ppid=3614 vsize=3352756 CPUtime=728.58 cores=1,3,5,7
/proc/3616/task/3624/stat : 3624 (SArTagnan) R 3614 3616 3578 0 -1 4202560 4095954 0 0 0 72263 595 0 0 25 0 4 0 669288497 3433222144 684524 33554432000 4194304 4625164 140737403813328 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3562.92
Current children cumulated vsize (KiB) 3352756

[startup+1242.3 s]
/proc/loadavg: 11.17 11.04 8.99 12/397 3660
/proc/meminfo: memFree=7068444/32951124 swapFree=54427476/67111528
[pid=3616] ppid=3614 vsize=3439068 CPUtime=3742.11 cores=1,3,5,7
/proc/3616/stat : 3616 (SArTagnan) R 3614 3616 3578 0 -1 4202496 5809450 0 0 0 373290 921 0 0 25 0 4 0 669288488 3521605632 712229 33554432000 4194304 4625164 140737403813328 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3616/statm: 859767 712230 347 106 0 855270 0
[pid=3616/tid=3622] ppid=3614 vsize=3439068 CPUtime=734.78 cores=1,3,5,7
/proc/3616/task/3622/stat : 3622 (SArTagnan) R 3614 3616 3578 0 -1 4202560 206628 0 0 0 73367 111 0 0 25 0 4 0 669288497 3521605632 712230 33554432000 4194304 4625164 140737403813328 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3616/tid=3623] ppid=3614 vsize=3439068 CPUtime=1106.01 cores=1,3,5,7
/proc/3616/task/3623/stat : 3623 (SArTagnan) R 3614 3616 3578 0 -1 4202560 102280 0 0 0 110572 29 0 0 25 0 4 0 669288497 3521605632 712230 33554432000 4194304 4625164 140737403813328 18446744073709551615 4464310 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3616/tid=3624] ppid=3614 vsize=3439068 CPUtime=777.98 cores=1,3,5,7
/proc/3616/task/3624/stat : 3624 (SArTagnan) R 3614 3616 3578 0 -1 4202560 4396253 0 0 0 77158 640 0 0 25 0 4 0 669288497 3521605632 712230 33554432000 4194304 4625164 140737403813328 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3742.11
Current children cumulated vsize (KiB) 3439068



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 11.11 11.05 9.12 12/397 3661
/proc/meminfo: memFree=6911680/32951124 swapFree=54427476/67111528
[pid=3616] ppid=3614 vsize=3443424 CPUtime=3914.45 cores=1,3,5,7
/proc/3616/stat : 3616 (SArTagnan) R 3614 3616 3578 0 -1 4202496 5982786 0 0 0 390494 951 0 0 25 0 4 0 669288488 3526066176 729282 33554432000 4194304 4625164 140737403813328 18446744073709551615 4511896 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3616/statm: 860856 729282 347 106 0 856359 0
[pid=3616/tid=3622] ppid=3614 vsize=3443424 CPUtime=792.5 cores=1,3,5,7
/proc/3616/task/3622/stat : 3622 (SArTagnan) R 3614 3616 3578 0 -1 4202560 206702 0 0 0 79139 111 0 0 25 0 4 0 669288497 3526066176 729282 33554432000 4194304 4625164 140737403813328 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3616/tid=3623] ppid=3614 vsize=3443424 CPUtime=1162.94 cores=1,3,5,7
/proc/3616/task/3623/stat : 3623 (SArTagnan) R 3614 3616 3578 0 -1 4202560 103449 0 0 0 116264 30 0 0 25 0 4 0 669288497 3526066176 729282 33554432000 4194304 4625164 140737403813328 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3616/tid=3624] ppid=3614 vsize=3443424 CPUtime=806.86 cores=1,3,5,7
/proc/3616/task/3624/stat : 3624 (SArTagnan) R 3614 3616 3578 0 -1 4202560 4555793 0 0 0 80020 666 0 0 25 0 4 0 669288497 3526066176 729282 33554432000 4194304 4625164 140737403813328 18446744073709551615 4555183 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3914.45
Current children cumulated vsize (KiB) 3443424

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

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

[startup+1300.12 s]
/proc/loadavg: 11.11 11.05 9.12 6/392 3663
/proc/meminfo: memFree=11522436/32951124 swapFree=54427476/67111528
[pid=3616] ppid=3614 vsize=0 CPUtime=3914.59 cores=1,3,5,7
/proc/3616/stat : 3616 (SArTagnan) Z 3614 3616 3578 0 -1 4203548 5982786 0 0 0 390497 962 0 0 25 0 1 0 669288488 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3616/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3914.59
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.14
CPU time (s): 3914.6
CPU user time (s): 3904.98
CPU system time (s): 9.62254
CPU usage (%): 301.092
Max. virtual memory (cumulated for all children) (KiB): 3977504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3904.98
system time used= 9.62254
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5982786
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= 18707
involuntary context switches= 47591

runsolver used 5.04523 second user time and 12.3301 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-16 22:15:05
IDJOB=3386306
IDBENCH=20523
IDSOLVER=1871
FILE ID=node138/3386306-1305576905
RUNJOBID= node138-1305576905-3601
PBS_JOBID= 13350210
Free space on /tmp= 73436 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k45.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386306-1305576905/watcher-3386306-1305576905 -o /tmp/evaluation-result-3386306-1305576905/solver-3386306-1305576905 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386306-1305576905.cnf -threads=4

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

MD5SUM BENCH= 8a76c8add64173ae39149aae572a02d9
RANDOM SEED=242979758

node138.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.854
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.70
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.854
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	: 5332.75
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.854
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.82
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.854
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.75
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.854
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.80
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.854
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.75
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.854
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.82
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.854
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11858964 kB
Buffers:        313380 kB
Cached:        4399788 kB
SwapCached:      18488 kB
Active:       17479312 kB
Inactive:      3324384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11858964 kB
SwapTotal:    67111528 kB
SwapFree:     54427476 kB
Dirty:            8740 kB
Writeback:           0 kB
AnonPages:    16083484 kB
Mapped:          19556 kB
Slab:           135604 kB
PageTables:      85796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 95924828 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= 73432 MiB
End job on node138 at 2011-05-16 22:36:47