Trace number 3263016

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-03-24? (TO) 4800.33 1201.84

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_1-log.shuffled-as.sat03-107.cnf
MD5SUM5f29341b29f4bbeb333d68befe08c7ae
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark460.255
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses56970
Sum of the clauses size569400
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 556910

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: 935)

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-3263016-1304099843/watcher-3263016-1304099843 -o /tmp/evaluation-result-3263016-1304099843/solver-3263016-1304099843 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3263016-1304099843.cnf -threads=4 

running on 4 cores: 0,2,4,6

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.69 4.97 6.58 2/177 9529
/proc/meminfo: memFree=29742128/32951124 swapFree=67111348/67111528
[pid=9529] ppid=9527 vsize=20628 CPUtime=0 cores=0,2,4,6
/proc/9529/stat : 9529 (SArTagnan) R 9527 9529 9165 0 -1 4202496 636 0 0 0 0 0 0 0 21 0 1 0 502399663 21123072 538 33554432000 4194304 4623224 140737095042576 18446744073709551615 254261313744 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9529/statm: 5157 552 297 105 0 661 0

[startup+0.034418 s]
/proc/loadavg: 3.69 4.97 6.58 2/177 9529
/proc/meminfo: memFree=29742128/32951124 swapFree=67111348/67111528
[pid=9529] ppid=9527 vsize=24788 CPUtime=0.03 cores=0,2,4,6
/proc/9529/stat : 9529 (SArTagnan) R 9527 9529 9165 0 -1 4202496 2816 0 0 0 3 0 0 0 21 0 1 0 502399663 25382912 1631 33554432000 4194304 4623224 140737095042576 18446744073709551615 254261277381 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9529/statm: 6197 1632 297 105 0 1701 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 24788

[startup+0.100361 s]
/proc/loadavg: 3.69 4.97 6.58 2/177 9529
/proc/meminfo: memFree=29742128/32951124 swapFree=67111348/67111528
[pid=9529] ppid=9527 vsize=206564 CPUtime=0.17 cores=0,2,4,6
/proc/9529/stat : 9529 (SArTagnan) R 9527 9529 9165 0 -1 4202496 10819 0 0 0 17 0 0 0 23 0 4 0 502399663 211521536 7605 33554432000 4194304 4623224 140737095042576 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9529/statm: 51641 7606 385 105 0 47145 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 206564

[startup+0.300326 s]
/proc/loadavg: 3.69 4.97 6.58 2/177 9529
/proc/meminfo: memFree=29742128/32951124 swapFree=67111348/67111528
[pid=9529] ppid=9527 vsize=220228 CPUtime=0.98 cores=0,2,4,6
/proc/9529/stat : 9529 (SArTagnan) R 9527 9529 9165 0 -1 4202496 14267 0 0 0 97 1 0 0 23 0 4 0 502399663 225513472 10859 33554432000 4194304 4623224 140737095042576 18446744073709551615 4510262 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9529/statm: 55057 10859 390 105 0 50561 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 220228

[startup+0.700255 s]
/proc/loadavg: 3.69 4.97 6.58 2/177 9529
/proc/meminfo: memFree=29742128/32951124 swapFree=67111348/67111528
[pid=9529] ppid=9527 vsize=230060 CPUtime=2.57 cores=0,2,4,6
/proc/9529/stat : 9529 (SArTagnan) R 9527 9529 9165 0 -1 4202496 18045 0 0 0 256 1 0 0 25 0 4 0 502399663 235581440 12549 33554432000 4194304 4623224 140737095042576 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9529/statm: 57515 12549 353 105 0 53019 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 230060

[startup+1.50111 s]
/proc/loadavg: 3.69 4.97 6.58 10/184 9536
/proc/meminfo: memFree=29666068/32951124 swapFree=67111348/67111528
[pid=9529] ppid=9527 vsize=233088 CPUtime=5.77 cores=0,2,4,6
/proc/9529/stat : 9529 (SArTagnan) R 9527 9529 9165 0 -1 4202496 23956 0 0 0 575 2 0 0 25 0 4 0 502399663 238682112 13907 33554432000 4194304 4623224 140737095042576 18446744073709551615 4510365 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9529/statm: 58272 13907 353 105 0 53776 0
[pid=9529/tid=9534] ppid=9527 vsize=233088 CPUtime=1.42 cores=0,2,4,6
/proc/9529/task/9534/stat : 9534 (SArTagnan) R 9527 9529 9165 0 -1 4202560 2212 0 0 0 142 0 0 0 25 0 4 0 502399670 238682112 13868 33554432000 4194304 4623224 140737095042576 18446744073709551615 4292392 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9529/tid=9535] ppid=9527 vsize=233088 CPUtime=1.42 cores=0,2,4,6
/proc/9529/task/9535/stat : 9535 (SArTagnan) R 9527 9529 9165 0 -1 4202560 5078 0 0 0 142 0 0 0 25 0 4 0 502399670 238682112 13868 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9529/tid=9536] ppid=9527 vsize=233088 CPUtime=1.42 cores=0,2,4,6
/proc/9529/task/9536/stat : 9536 (SArTagnan) R 9527 9529 9165 0 -1 4202560 7014 0 0 0 142 0 0 0 20 0 4 0 502399670 238682112 13868 33554432000 4194304 4623224 140737095042576 18446744073709551615 254261660007 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 233088

[startup+3.10083 s]
/proc/loadavg: 4.04 5.02 6.59 10/184 9536
/proc/meminfo: memFree=29648508/32951124 swapFree=67111348/67111528
[pid=9529] ppid=9527 vsize=239000 CPUtime=12.16 cores=0,2,4,6
/proc/9529/stat : 9529 (SArTagnan) R 9527 9529 9165 0 -1 4202496 49633 0 0 0 1209 7 0 0 25 0 4 0 502399663 244736000 16520 33554432000 4194304 4623224 140737095042576 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9529/statm: 59750 16520 353 105 0 55254 0
[pid=9529/tid=9534] ppid=9527 vsize=239000 CPUtime=3.01 cores=0,2,4,6
/proc/9529/task/9534/stat : 9534 (SArTagnan) R 9527 9529 9165 0 -1 4202560 4318 0 0 0 301 0 0 0 25 0 4 0 502399670 244736000 16520 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9529/tid=9535] ppid=9527 vsize=239000 CPUtime=3.01 cores=0,2,4,6
/proc/9529/task/9535/stat : 9535 (SArTagnan) R 9527 9529 9165 0 -1 4202560 5914 0 0 0 301 0 0 0 25 0 4 0 502399670 244736000 16520 33554432000 4194304 4623224 140737095042576 18446744073709551615 4377031 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9529/tid=9536] ppid=9527 vsize=239000 CPUtime=3.02 cores=0,2,4,6
/proc/9529/task/9536/stat : 9536 (SArTagnan) R 9527 9529 9165 0 -1 4202560 27904 0 0 0 298 4 0 0 25 0 4 0 502399670 244736000 16520 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 239000

[startup+6.30026 s]
/proc/loadavg: 4.04 5.02 6.59 10/184 9536
/proc/meminfo: memFree=29611464/32951124 swapFree=67111348/67111528
[pid=9529] ppid=9527 vsize=250892 CPUtime=24.95 cores=0,2,4,6
/proc/9529/stat : 9529 (SArTagnan) R 9527 9529 9165 0 -1 4202496 85767 0 0 0 2481 14 0 0 25 0 4 0 502399663 256913408 19061 33554432000 4194304 4623224 140737095042576 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9529/statm: 62723 19061 353 105 0 58227 0
[pid=9529/tid=9534] ppid=9527 vsize=250892 CPUtime=6.22 cores=0,2,4,6
/proc/9529/task/9534/stat : 9534 (SArTagnan) R 9527 9529 9165 0 -1 4202560 7192 0 0 0 621 1 0 0 25 0 4 0 502399670 256913408 19061 33554432000 4194304 4623224 140737095042576 18446744073709551615 4377048 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9529/tid=9535] ppid=9527 vsize=250892 CPUtime=6.22 cores=0,2,4,6
/proc/9529/task/9535/stat : 9535 (SArTagnan) R 9527 9529 9165 0 -1 4202560 8622 0 0 0 621 1 0 0 25 0 4 0 502399670 256913408 19061 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9529/tid=9536] ppid=9527 vsize=250892 CPUtime=6.22 cores=0,2,4,6
/proc/9529/task/9536/stat : 9536 (SArTagnan) R 9527 9529 9165 0 -1 4202560 58040 0 0 0 612 10 0 0 25 0 4 0 502399670 256913408 19061 33554432000 4194304 4623224 140737095042576 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 250892

[startup+12.7011 s]
/proc/loadavg: 4.64 5.12 6.60 10/184 9536
/proc/meminfo: memFree=29572680/32951124 swapFree=67111348/67111528
[pid=9529] ppid=9527 vsize=254260 CPUtime=50.51 cores=0,2,4,6
/proc/9529/stat : 9529 (SArTagnan) R 9527 9529 9165 0 -1 4202496 155626 0 0 0 5025 26 0 0 25 0 4 0 502399663 260362240 24013 33554432000 4194304 4623224 140737095042576 18446744073709551615 4517479 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9529/statm: 63565 24013 340 105 0 59069 0
[pid=9529/tid=9534] ppid=9527 vsize=254260 CPUtime=12.62 cores=0,2,4,6
/proc/9529/task/9534/stat : 9534 (SArTagnan) R 9527 9529 9165 0 -1 4202560 11645 0 0 0 1260 2 0 0 25 0 4 0 502399670 260362240 24013 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9529/tid=9535] ppid=9527 vsize=254260 CPUtime=12.62 cores=0,2,4,6
/proc/9529/task/9535/stat : 9535 (SArTagnan) R 9527 9529 9165 0 -1 4202560 9115 0 0 0 1261 1 0 0 25 0 4 0 502399670 260362240 24013 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376806 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9529/tid=9536] ppid=9527 vsize=254260 CPUtime=12.62 cores=0,2,4,6
/proc/9529/task/9536/stat : 9536 (SArTagnan) R 9527 9529 9165 0 -1 4202560 121094 0 0 0 1241 21 0 0 25 0 4 0 502399670 260362240 24013 33554432000 4194304 4623224 140737095042576 18446744073709551615 4550556 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 254260

[startup+25.5008 s]
/proc/loadavg: 5.23 5.23 6.62 10/184 9537
/proc/meminfo: memFree=29507312/32951124 swapFree=67111348/67111528
[pid=9529] ppid=9527 vsize=274612 CPUtime=101.64 cores=0,2,4,6
/proc/9529/stat : 9529 (SArTagnan) R 9527 9529 9165 0 -1 4202496 278051 0 0 0 10121 43 0 0 25 0 4 0 502399663 281202688 31339 33554432000 4194304 4623224 140737095042576 18446744073709551615 4510907 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9529/statm: 68653 31339 341 105 0 64157 0
[pid=9529/tid=9534] ppid=9527 vsize=274612 CPUtime=25.42 cores=0,2,4,6
/proc/9529/task/9534/stat : 9534 (SArTagnan) R 9527 9529 9165 0 -1 4202560 18980 0 0 0 2539 3 0 0 25 0 4 0 502399670 281202688 31339 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376960 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9529/tid=9535] ppid=9527 vsize=274612 CPUtime=25.38 cores=0,2,4,6
/proc/9529/task/9535/stat : 9535 (SArTagnan) R 9527 9529 9165 0 -1 4202560 13748 0 0 0 2537 1 0 0 25 0 4 0 502399670 281202688 31339 33554432000 4194304 4623224 140737095042576 18446744073709551615 4366341 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9529/tid=9536] ppid=9527 vsize=274612 CPUtime=25.42 cores=0,2,4,6
/proc/9529/task/9536/stat : 9536 (SArTagnan) R 9527 9529 9165 0 -1 4202560 228991 0 0 0 2506 36 0 0 25 0 4 0 502399670 281202688 31339 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 274612

[startup+51.1003 s]
/proc/loadavg: 6.18 5.45 6.66 10/184 9537
/proc/meminfo: memFree=29415816/32951124 swapFree=67111348/67111528
[pid=9529] ppid=9527 vsize=295220 CPUtime=203.88 cores=0,2,4,6
/proc/9529/stat : 9529 (SArTagnan) R 9527 9529 9165 0 -1 4202496 479919 0 0 0 20315 73 0 0 25 0 4 0 502399663 302305280 40421 33554432000 4194304 4623224 140737095042576 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9529/statm: 73805 40421 341 105 0 69309 0
[pid=9529/tid=9534] ppid=9527 vsize=295220 CPUtime=51.02 cores=0,2,4,6
/proc/9529/task/9534/stat : 9534 (SArTagnan) R 9527 9529 9165 0 -1 4202560 29410 0 0 0 5097 5 0 0 25 0 4 0 502399670 302305280 40421 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9529/tid=9535] ppid=9527 vsize=295220 CPUtime=50.84 cores=0,2,4,6
/proc/9529/task/9535/stat : 9535 (SArTagnan) R 9527 9529 9165 0 -1 4202560 14516 0 0 0 5083 1 0 0 25 0 4 0 502399670 302305280 40421 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9529/tid=9536] ppid=9527 vsize=295220 CPUtime=51.01 cores=0,2,4,6
/proc/9529/task/9536/stat : 9536 (SArTagnan) R 9527 9529 9165 0 -1 4202560 419543 0 0 0 5037 64 0 0 25 0 4 0 502399670 302305280 40421 33554432000 4194304 4623224 140737095042576 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.88
Current children cumulated vsize (KiB) 295220

[startup+102.306 s]
/proc/loadavg: 7.32 5.89 6.74 9/184 9539
/proc/meminfo: memFree=29309152/32951124 swapFree=67111348/67111528
[pid=9529] ppid=9527 vsize=326136 CPUtime=408.39 cores=0,2,4,6
/proc/9529/stat : 9529 (SArTagnan) R 9527 9529 9165 0 -1 4202496 708851 0 0 0 40730 109 0 0 25 0 4 0 502399663 333963264 49120 33554432000 4194304 4623224 140737095042576 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9529/statm: 81534 49120 454 105 0 77038 0
[pid=9529/tid=9534] ppid=9527 vsize=326136 CPUtime=102.2 cores=0,2,4,6
/proc/9529/task/9534/stat : 9534 (SArTagnan) R 9527 9529 9165 0 -1 4202560 30719 0 0 0 10215 5 0 0 25 0 4 0 502399670 333963264 49120 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9529/tid=9535] ppid=9527 vsize=326136 CPUtime=101.75 cores=0,2,4,6
/proc/9529/task/9535/stat : 9535 (SArTagnan) R 9527 9529 9165 0 -1 4202560 21796 0 0 0 10172 3 0 0 25 0 4 0 502399670 333963264 49120 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9529/tid=9536] ppid=9527 vsize=326136 CPUtime=102.22 cores=0,2,4,6
/proc/9529/task/9536/stat : 9536 (SArTagnan) R 9527 9529 9165 0 -1 4202560 639842 0 0 0 10124 98 0 0 25 0 4 0 502399670 333963264 49120 33554432000 4194304 4623224 140737095042576 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.39
Current children cumulated vsize (KiB) 326136

[startup+162.3 s]
/proc/loadavg: 7.75 6.27 6.82 9/184 9540
/proc/meminfo: memFree=29227792/32951124 swapFree=67111348/67111528
[pid=9529] ppid=9527 vsize=326136 CPUtime=648.03 cores=0,2,4,6
/proc/9529/stat : 9529 (SArTagnan) R 9527 9529 9165 0 -1 4202496 955473 0 0 0 64657 146 0 0 25 0 4 0 502399663 333963264 51046 33554432000 4194304 4623224 140737095042576 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9529/statm: 81534 51046 454 105 0 77038 0
[pid=9529/tid=9534] ppid=9527 vsize=326136 CPUtime=162.19 cores=0,2,4,6
/proc/9529/task/9534/stat : 9534 (SArTagnan) R 9527 9529 9165 0 -1 4202560 30817 0 0 0 16214 5 0 0 25 0 4 0 502399670 333963264 51046 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9529/tid=9535] ppid=9527 vsize=326136 CPUtime=161.41 cores=0,2,4,6
/proc/9529/task/9535/stat : 9535 (SArTagnan) R 9527 9529 9165 0 -1 4202560 22755 0 0 0 16138 3 0 0 25 0 4 0 502399670 333963264 51046 33554432000 4194304 4623224 140737095042576 18446744073709551615 4366364 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9529/tid=9536] ppid=9527 vsize=326136 CPUtime=162.22 cores=0,2,4,6
/proc/9529/task/9536/stat : 9536 (SArTagnan) R 9527 9529 9165 0 -1 4202560 885274 0 0 0 16088 134 0 0 25 0 4 0 502399670 333963264 51046 33554432000 4194304 4623224 140737095042576 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 648.03
Current children cumulated vsize (KiB) 326136

[startup+222.301 s]
/proc/loadavg: 7.91 6.58 6.89 10/184 9551
/proc/meminfo: memFree=29153376/32951124 swapFree=67111348/67111528
[pid=9529] ppid=9527 vsize=341288 CPUtime=887.67 cores=0,2,4,6
/proc/9529/stat : 9529 (SArTagnan) R 9527 9529 9165 0 -1 4202496 1291213 0 0 0 88571 196 0 0 25 0 4 0 502399663 349478912 56109 33554432000 4194304 4623224 140737095042576 18446744073709551615 4517479 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9529/statm: 85322 56109 464 105 0 80826 0
[pid=9529/tid=9534] ppid=9527 vsize=341288 CPUtime=222.18 cores=0,2,4,6
/proc/9529/task/9534/stat : 9534 (SArTagnan) R 9527 9529 9165 0 -1 4202560 31258 0 0 0 22213 5 0 0 25 0 4 0 502399670 349478912 56109 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9529/tid=9535] ppid=9527 vsize=341288 CPUtime=221.19 cores=0,2,4,6
/proc/9529/task/9535/stat : 9535 (SArTagnan) R 9527 9529 9165 0 -1 4202560 32613 0 0 0 22114 5 0 0 25 0 4 0 502399670 349478912 56109 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9529/tid=9536] ppid=9527 vsize=341288 CPUtime=222.1 cores=0,2,4,6
/proc/9529/task/9536/stat : 9536 (SArTagnan) R 9527 9529 9165 0 -1 4202560 1209869 0 0 0 22028 182 0 0 25 0 4 0 502399670 349478912 56109 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376634 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 887.67
Current children cumulated vsize (KiB) 341288

[startup+282.301 s]

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

[pid=9529] ppid=9527 vsize=588852 CPUtime=2565.35 cores=0,2,4,6
/proc/9529/stat : 9529 (SArTagnan) R 9527 9529 9165 0 -1 4202496 2048062 0 0 0 256216 319 0 0 25 0 4 0 502399663 602984448 106982 33554432000 4194304 4623224 140737095042576 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9529/statm: 147213 106982 1474 105 0 142717 0
[pid=9529/tid=9534] ppid=9527 vsize=588852 CPUtime=642.17 cores=0,2,4,6
/proc/9529/task/9534/stat : 9534 (SArTagnan) R 9527 9529 9165 0 -1 4202560 45702 0 0 0 64210 7 0 0 25 0 4 0 502399670 602984448 106982 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9529/tid=9535] ppid=9527 vsize=588852 CPUtime=641.16 cores=0,2,4,6
/proc/9529/task/9535/stat : 9535 (SArTagnan) R 9527 9529 9165 0 -1 4202560 47869 0 0 0 64107 9 0 0 25 0 4 0 502399670 602984448 106982 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9529/tid=9536] ppid=9527 vsize=588852 CPUtime=639.82 cores=0,2,4,6
/proc/9529/task/9536/stat : 9536 (SArTagnan) R 9527 9529 9165 0 -1 4202560 1900545 0 0 0 63691 291 0 0 25 0 4 0 502399670 602984448 106982 33554432000 4194304 4623224 140737095042576 18446744073709551615 4577498 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.35
Current children cumulated vsize (KiB) 588852

[startup+702.3 s]
/proc/loadavg: 8.14 7.83 7.38 10/184 9564
/proc/meminfo: memFree=28676336/32951124 swapFree=67111348/67111528
[pid=9529] ppid=9527 vsize=588852 CPUtime=2804.99 cores=0,2,4,6
/proc/9529/stat : 9529 (SArTagnan) R 9527 9529 9165 0 -1 4202496 2473150 0 0 0 280113 386 0 0 25 0 4 0 502399663 602984448 109967 33554432000 4194304 4623224 140737095042576 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9529/statm: 147213 109967 1491 105 0 142717 0
[pid=9529/tid=9534] ppid=9527 vsize=588852 CPUtime=702.16 cores=0,2,4,6
/proc/9529/task/9534/stat : 9534 (SArTagnan) R 9527 9529 9165 0 -1 4202560 45800 0 0 0 70209 7 0 0 25 0 4 0 502399670 602984448 109967 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9529/tid=9535] ppid=9527 vsize=588852 CPUtime=701.16 cores=0,2,4,6
/proc/9529/task/9535/stat : 9535 (SArTagnan) R 9527 9529 9165 0 -1 4202560 48214 0 0 0 70107 9 0 0 25 0 4 0 502399670 602984448 109967 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9529/tid=9536] ppid=9527 vsize=588852 CPUtime=699.49 cores=0,2,4,6
/proc/9529/task/9536/stat : 9536 (SArTagnan) R 9527 9529 9165 0 -1 4202560 2321913 0 0 0 69592 357 0 0 25 0 4 0 502399670 602984448 109967 33554432000 4194304 4623224 140737095042576 18446744073709551615 4577463 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2804.99
Current children cumulated vsize (KiB) 588852

[startup+762.307 s]
/proc/loadavg: 8.12 7.87 7.42 9/184 9565
/proc/meminfo: memFree=28642580/32951124 swapFree=67111348/67111528
[pid=9529] ppid=9527 vsize=588852 CPUtime=3044.69 cores=0,2,4,6
/proc/9529/stat : 9529 (SArTagnan) R 9527 9529 9165 0 -1 4202496 2914473 0 0 0 304013 456 0 0 25 0 4 0 502399663 602984448 111071 33554432000 4194304 4623224 140737095042576 18446744073709551615 4510189 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9529/statm: 147213 111071 1474 105 0 142717 0
[pid=9529/tid=9534] ppid=9527 vsize=588852 CPUtime=762.16 cores=0,2,4,6
/proc/9529/task/9534/stat : 9534 (SArTagnan) R 9527 9529 9165 0 -1 4202560 45953 0 0 0 76209 7 0 0 25 0 4 0 502399670 602984448 111071 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376638 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9529/tid=9535] ppid=9527 vsize=588852 CPUtime=761.16 cores=0,2,4,6
/proc/9529/task/9535/stat : 9535 (SArTagnan) R 9527 9529 9165 0 -1 4202560 48409 0 0 0 76107 9 0 0 25 0 4 0 502399670 602984448 111071 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9529/tid=9536] ppid=9527 vsize=588852 CPUtime=759.17 cores=0,2,4,6
/proc/9529/task/9536/stat : 9536 (SArTagnan) R 9527 9529 9165 0 -1 4202560 2732280 0 0 0 75495 422 0 0 25 0 4 0 502399670 602984448 111071 33554432000 4194304 4623224 140737095042576 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.69
Current children cumulated vsize (KiB) 588852

[startup+822.301 s]
/proc/loadavg: 8.10 7.91 7.46 10/184 9567
/proc/meminfo: memFree=28593092/32951124 swapFree=67111348/67111528
[pid=9529] ppid=9527 vsize=588852 CPUtime=3284.34 cores=0,2,4,6
/proc/9529/stat : 9529 (SArTagnan) R 9527 9529 9165 0 -1 4202496 3141636 0 0 0 327942 492 0 0 25 0 4 0 502399663 602984448 115592 33554432000 4194304 4623224 140737095042576 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9529/statm: 147213 115592 1469 105 0 142717 0
[pid=9529/tid=9534] ppid=9527 vsize=588852 CPUtime=822.15 cores=0,2,4,6
/proc/9529/task/9534/stat : 9534 (SArTagnan) R 9527 9529 9165 0 -1 4202560 46283 0 0 0 82208 7 0 0 25 0 4 0 502399670 602984448 115592 33554432000 4194304 4623224 140737095042576 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9529/tid=9535] ppid=9527 vsize=588852 CPUtime=821.15 cores=0,2,4,6
/proc/9529/task/9535/stat : 9535 (SArTagnan) R 9527 9529 9165 0 -1 4202560 48916 0 0 0 82106 9 0 0 25 0 4 0 502399670 602984448 115592 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9529/tid=9536] ppid=9527 vsize=588852 CPUtime=818.84 cores=0,2,4,6
/proc/9529/task/9536/stat : 9536 (SArTagnan) R 9527 9529 9165 0 -1 4202560 2955960 0 0 0 81428 456 0 0 25 0 4 0 502399670 602984448 115592 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.34
Current children cumulated vsize (KiB) 588852

[startup+882.3 s]
/proc/loadavg: 8.09 7.94 7.50 10/184 9569
/proc/meminfo: memFree=28550924/32951124 swapFree=67111348/67111528
[pid=9529] ppid=9527 vsize=654388 CPUtime=3524 cores=0,2,4,6
/proc/9529/stat : 9529 (SArTagnan) R 9527 9529 9165 0 -1 4202496 3471102 0 0 0 351855 545 0 0 25 0 4 0 502399663 670093312 121016 33554432000 4194304 4623224 140737095042576 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9529/statm: 163597 121016 1436 105 0 159101 0
[pid=9529/tid=9534] ppid=9527 vsize=654388 CPUtime=882.16 cores=0,2,4,6
/proc/9529/task/9534/stat : 9534 (SArTagnan) R 9527 9529 9165 0 -1 4202560 46788 0 0 0 88208 8 0 0 25 0 4 0 502399670 670093312 121016 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376749 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9529/tid=9535] ppid=9527 vsize=654388 CPUtime=881.14 cores=0,2,4,6
/proc/9529/task/9535/stat : 9535 (SArTagnan) R 9527 9529 9165 0 -1 4202560 49773 0 0 0 88105 9 0 0 25 0 4 0 502399670 670093312 121016 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376662 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9529/tid=9536] ppid=9527 vsize=654388 CPUtime=878.51 cores=0,2,4,6
/proc/9529/task/9536/stat : 9536 (SArTagnan) R 9527 9529 9165 0 -1 4202560 3264765 0 0 0 87345 506 0 0 25 0 4 0 502399670 670093312 121016 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524
Current children cumulated vsize (KiB) 654388

[startup+942.301 s]
/proc/loadavg: 8.08 7.96 7.53 10/184 9570
/proc/meminfo: memFree=28480964/32951124 swapFree=67111348/67111528
[pid=9529] ppid=9527 vsize=631736 CPUtime=3763.67 cores=0,2,4,6
/proc/9529/stat : 9529 (SArTagnan) R 9527 9529 9165 0 -1 4202496 3580727 0 0 0 375804 563 0 0 25 0 4 0 502399663 646897664 129993 33554432000 4194304 4623224 140737095042576 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9529/statm: 157934 129993 1955 105 0 153438 0
[pid=9529/tid=9534] ppid=9527 vsize=631736 CPUtime=942.15 cores=0,2,4,6
/proc/9529/task/9534/stat : 9534 (SArTagnan) R 9527 9529 9165 0 -1 4202560 47160 0 0 0 94207 8 0 0 25 0 4 0 502399670 646897664 129993 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9529/tid=9535] ppid=9527 vsize=631736 CPUtime=941.14 cores=0,2,4,6
/proc/9529/task/9535/stat : 9535 (SArTagnan) R 9527 9529 9165 0 -1 4202560 49947 0 0 0 94105 9 0 0 25 0 4 0 502399670 646897664 129993 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9529/tid=9536] ppid=9527 vsize=631736 CPUtime=938.19 cores=0,2,4,6
/proc/9529/task/9536/stat : 9536 (SArTagnan) R 9527 9529 9165 0 -1 4202560 3364056 0 0 0 93297 522 0 0 25 0 4 0 502399670 646897664 129993 33554432000 4194304 4623224 140737095042576 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.67
Current children cumulated vsize (KiB) 631736

[startup+1002.3 s]
/proc/loadavg: 8.08 7.98 7.56 10/184 9572
/proc/meminfo: memFree=28454788/32951124 swapFree=67111348/67111528
[pid=9529] ppid=9527 vsize=720252 CPUtime=4003.35 cores=0,2,4,6
/proc/9529/stat : 9529 (SArTagnan) R 9527 9529 9165 0 -1 4202496 3779438 0 0 0 399740 595 0 0 25 0 4 0 502399663 737538048 132023 33554432000 4194304 4623224 140737095042576 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9529/statm: 180063 132023 1945 105 0 175567 0
[pid=9529/tid=9534] ppid=9527 vsize=720252 CPUtime=1002.16 cores=0,2,4,6
/proc/9529/task/9534/stat : 9534 (SArTagnan) R 9527 9529 9165 0 -1 4202560 47439 0 0 0 100208 8 0 0 25 0 4 0 502399670 737538048 132023 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9529/tid=9535] ppid=9527 vsize=720252 CPUtime=1001.14 cores=0,2,4,6
/proc/9529/task/9535/stat : 9535 (SArTagnan) R 9527 9529 9165 0 -1 4202560 50154 0 0 0 100105 9 0 0 25 0 4 0 502399670 737538048 132023 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9529/tid=9536] ppid=9527 vsize=720252 CPUtime=997.87 cores=0,2,4,6
/proc/9529/task/9536/stat : 9536 (SArTagnan) R 9527 9529 9165 0 -1 4202560 3479755 0 0 0 99246 541 0 0 25 0 4 0 502399670 737538048 132023 33554432000 4194304 4623224 140737095042576 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.35
Current children cumulated vsize (KiB) 720252

[startup+1062.3 s]
/proc/loadavg: 8.07 8.00 7.59 9/184 9573
/proc/meminfo: memFree=28411120/32951124 swapFree=67111348/67111528
[pid=9529] ppid=9527 vsize=720252 CPUtime=4243.01 cores=0,2,4,6
/proc/9529/stat : 9529 (SArTagnan) R 9527 9529 9165 0 -1 4202496 3929282 0 0 0 423685 616 0 0 25 0 4 0 502399663 737538048 135397 33554432000 4194304 4623224 140737095042576 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9529/statm: 180063 135397 1819 105 0 175567 0
[pid=9529/tid=9534] ppid=9527 vsize=720252 CPUtime=1062.15 cores=0,2,4,6
/proc/9529/task/9534/stat : 9534 (SArTagnan) R 9527 9529 9165 0 -1 4202560 47809 0 0 0 106207 8 0 0 25 0 4 0 502399670 737538048 135397 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9529/tid=9535] ppid=9527 vsize=720252 CPUtime=1061.14 cores=0,2,4,6
/proc/9529/task/9535/stat : 9535 (SArTagnan) R 9527 9529 9165 0 -1 4202560 50378 0 0 0 106105 9 0 0 25 0 4 0 502399670 737538048 135397 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9529/tid=9536] ppid=9527 vsize=720252 CPUtime=1057.54 cores=0,2,4,6
/proc/9529/task/9536/stat : 9536 (SArTagnan) R 9527 9529 9165 0 -1 4202560 3614312 0 0 0 105194 560 0 0 25 0 4 0 502399670 737538048 135397 33554432000 4194304 4623224 140737095042576 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.01
Current children cumulated vsize (KiB) 720252

[startup+1122.3 s]
/proc/loadavg: 8.02 8.00 7.62 10/184 9575
/proc/meminfo: memFree=28410740/32951124 swapFree=67111348/67111528
[pid=9529] ppid=9527 vsize=705448 CPUtime=4482.68 cores=0,2,4,6
/proc/9529/stat : 9529 (SArTagnan) R 9527 9529 9165 0 -1 4202496 4155092 0 0 0 447615 653 0 0 25 0 4 0 502399663 722378752 130626 33554432000 4194304 4623224 140737095042576 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9529/statm: 176362 130626 1233 105 0 171866 0
[pid=9529/tid=9534] ppid=9527 vsize=705448 CPUtime=1122.15 cores=0,2,4,6
/proc/9529/task/9534/stat : 9534 (SArTagnan) R 9527 9529 9165 0 -1 4202560 48232 0 0 0 112207 8 0 0 25 0 4 0 502399670 722378752 130626 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9529/tid=9535] ppid=9527 vsize=705448 CPUtime=1121.13 cores=0,2,4,6
/proc/9529/task/9535/stat : 9535 (SArTagnan) R 9527 9529 9165 0 -1 4202560 50632 0 0 0 112104 9 0 0 25 0 4 0 502399670 722378752 130626 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9529/tid=9536] ppid=9527 vsize=705448 CPUtime=1117.21 cores=0,2,4,6
/proc/9529/task/9536/stat : 9536 (SArTagnan) R 9527 9529 9165 0 -1 4202560 3816569 0 0 0 111129 592 0 0 25 0 4 0 502399670 722378752 130626 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.68
Current children cumulated vsize (KiB) 705448

[startup+1182.3 s]
/proc/loadavg: 8.04 8.01 7.64 10/184 9576
/proc/meminfo: memFree=28376008/32951124 swapFree=67111348/67111528
[pid=9529] ppid=9527 vsize=706368 CPUtime=4722.36 cores=0,2,4,6
/proc/9529/stat : 9529 (SArTagnan) R 9527 9529 9165 0 -1 4202496 4381252 0 0 0 471545 691 0 0 25 0 4 0 502399663 723320832 136982 33554432000 4194304 4623224 140737095042576 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9529/statm: 176592 136982 1269 105 0 172096 0
[pid=9529/tid=9534] ppid=9527 vsize=706368 CPUtime=1182.15 cores=0,2,4,6
/proc/9529/task/9534/stat : 9534 (SArTagnan) R 9527 9529 9165 0 -1 4202560 48879 0 0 0 118207 8 0 0 25 0 4 0 502399670 723320832 136982 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9529/tid=9535] ppid=9527 vsize=706368 CPUtime=1181.13 cores=0,2,4,6
/proc/9529/task/9535/stat : 9535 (SArTagnan) R 9527 9529 9165 0 -1 4202560 51121 0 0 0 118104 9 0 0 25 0 4 0 502399670 723320832 136982 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9529/tid=9536] ppid=9527 vsize=706368 CPUtime=1176.89 cores=0,2,4,6
/proc/9529/task/9536/stat : 9536 (SArTagnan) R 9527 9529 9165 0 -1 4202560 4016174 0 0 0 117065 624 0 0 25 0 4 0 502399670 723320832 136982 33554432000 4194304 4623224 140737095042576 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.36
Current children cumulated vsize (KiB) 706368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.03 8.01 7.65 5/179 9578
/proc/meminfo: memFree=29197296/32951124 swapFree=67111348/67111528
[pid=9529] ppid=9527 vsize=709080 CPUtime=4800.27 cores=0,2,4,6
/proc/9529/stat : 9529 (SArTagnan) R 9527 9529 9165 0 -1 4202496 4420720 0 0 0 479331 696 0 0 25 0 4 0 502399663 726097920 137661 33554432000 4194304 4623224 140737095042576 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9529/statm: 177270 137661 1249 105 0 172774 0
[pid=9529/tid=9534] ppid=9527 vsize=709080 CPUtime=1201.65 cores=0,2,4,6
/proc/9529/task/9534/stat : 9534 (SArTagnan) R 9527 9529 9165 0 -1 4202560 48902 0 0 0 120157 8 0 0 25 0 4 0 502399670 726097920 137661 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9529/tid=9535] ppid=9527 vsize=709080 CPUtime=1200.64 cores=0,2,4,6
/proc/9529/task/9535/stat : 9535 (SArTagnan) R 9527 9529 9165 0 -1 4202560 51121 0 0 0 120055 9 0 0 25 0 4 0 502399670 726097920 137661 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376853 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9529/tid=9536] ppid=9527 vsize=709080 CPUtime=1196.28 cores=0,2,4,6
/proc/9529/task/9536/stat : 9536 (SArTagnan) R 9527 9529 9165 0 -1 4202560 4055528 0 0 0 118999 629 0 0 25 0 4 0 502399670 726097920 137661 33554432000 4194304 4623224 140737095042576 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 709080

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.84
CPU time (s): 4800.33
CPU user time (s): 4793.33
CPU system time (s): 6.99694
CPU usage (%): 399.415
Max. virtual memory (cumulated for all children) (KiB): 720252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.33
system time used= 6.99694
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4420732
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= 6366
involuntary context switches= 23296

runsolver used 2.03569 second user time and 4.51631 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-29 19:57:23
IDJOB=3263016
IDBENCH=83909
IDSOLVER=1656
FILE ID=node140/3263016-1304099843
RUNJOBID= node140-1304099843-9509
PBS_JOBID= 13170605
Free space on /tmp= 72660 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_1-log.shuffled-as.sat03-107.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263016-1304099843/watcher-3263016-1304099843 -o /tmp/evaluation-result-3263016-1304099843/solver-3263016-1304099843 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3263016-1304099843.cnf -threads=4

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

MD5SUM BENCH= 5f29341b29f4bbeb333d68befe08c7ae
RANDOM SEED=135631685

node140.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.833
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.66
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.833
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.14
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.833
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.833
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.77
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.833
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.75
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.833
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.74
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.833
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.75
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.833
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:      29743152 kB
Buffers:       1005012 kB
Cached:        1646488 kB
SwapCached:        180 kB
Active:         270096 kB
Inactive:      2448504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29743152 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            3944 kB
Writeback:           0 kB
AnonPages:       66356 kB
Mapped:          14876 kB
Slab:           426524 kB
PageTables:       5108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   209680 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= 72660 MiB
End job on node140 at 2011-04-29 20:17:27