Trace number 3250298

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.5 1202.4

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-5-5_34308.cnf
MD5SUM1ef198d3f2d717e33f4f2ba124eb7eb2
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 variables34306
Number of clauses708168
Sum of the clauses size3540840
Maximum clause length5
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 5708168
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: 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-3250298-1304092667/watcher-3250298-1304092667 -o /tmp/evaluation-result-3250298-1304092667/solver-3250298-1304092667 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3250298-1304092667.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: 7.52 7.97 7.98 1/175 5087
/proc/meminfo: memFree=27085812/32951124 swapFree=67088964/67111528
[pid=5087] ppid=5085 vsize=38208 CPUtime=0 cores=0,2,4,6
/proc/5087/stat : 5087 (SArTagnan) R 5085 5087 4862 0 -1 4202496 1136 0 0 0 0 0 0 0 23 0 1 0 520865357 39124992 1074 33554432000 4194304 4623224 140735308602432 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5087/statm: 9552 1074 297 105 0 5056 0

[startup+0.0894531 s]
/proc/loadavg: 7.52 7.97 7.98 1/175 5087
/proc/meminfo: memFree=27085812/32951124 swapFree=67088964/67111528
[pid=5087] ppid=5085 vsize=47888 CPUtime=0.07 cores=0,2,4,6
/proc/5087/stat : 5087 (SArTagnan) R 5085 5087 4862 0 -1 4202496 6941 0 0 0 7 0 0 0 23 0 1 0 520865357 49037312 3961 33554432000 4194304 4623224 140735308602432 18446744073709551615 210204308165 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5087/statm: 11972 3963 297 105 0 7476 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 47888

[startup+0.10045 s]
/proc/loadavg: 7.52 7.97 7.98 1/175 5087
/proc/meminfo: memFree=27085812/32951124 swapFree=67088964/67111528
[pid=5087] ppid=5085 vsize=49920 CPUtime=0.09 cores=0,2,4,6
/proc/5087/stat : 5087 (SArTagnan) R 5085 5087 4862 0 -1 4202496 8048 0 0 0 8 1 0 0 23 0 1 0 520865357 51118080 4250 33554432000 4194304 4623224 140735308602432 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5087/statm: 12480 4253 297 105 0 7984 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49920

[startup+0.300436 s]
/proc/loadavg: 7.52 7.97 7.98 1/175 5087
/proc/meminfo: memFree=27085812/32951124 swapFree=67088964/67111528
[pid=5087] ppid=5085 vsize=71144 CPUtime=0.29 cores=0,2,4,6
/proc/5087/stat : 5087 (SArTagnan) R 5085 5087 4862 0 -1 4202496 20612 0 0 0 27 2 0 0 25 0 1 0 520865357 72851456 10225 33554432000 4194304 4623224 140735308602432 18446744073709551615 210204647168 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5087/statm: 17786 10227 297 105 0 13290 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71144

[startup+0.700325 s]
/proc/loadavg: 7.52 7.97 7.98 1/175 5087
/proc/meminfo: memFree=27085812/32951124 swapFree=67088964/67111528
[pid=5087] ppid=5085 vsize=206800 CPUtime=0.69 cores=0,2,4,6
/proc/5087/stat : 5087 (SArTagnan) R 5085 5087 4862 0 -1 4202496 61147 0 0 0 61 8 0 0 25 0 1 0 520865357 211763200 37605 33554432000 4194304 4623224 140735308602432 18446744073709551615 210204344789 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5087/statm: 51700 37626 299 105 0 47204 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 206800

[startup+1.50115 s]
/proc/loadavg: 7.52 7.97 7.98 9/184 5121
/proc/meminfo: memFree=26856500/32951124 swapFree=67088964/67111528
[pid=5087] ppid=5085 vsize=429564 CPUtime=3.85 cores=0,2,4,6
/proc/5087/stat : 5087 (SArTagnan) R 5085 5087 4862 0 -1 4202496 79579 0 0 0 373 12 0 0 25 0 4 0 520865357 439873536 56000 33554432000 4194304 4623224 140735308602432 18446744073709551615 4507139 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5087/statm: 107391 56000 335 105 0 102895 0
[pid=5087/tid=5119] ppid=5085 vsize=429564 CPUtime=0.78 cores=0,2,4,6
/proc/5087/task/5119/stat : 5119 (SArTagnan) R 5085 5087 4862 0 -1 4202560 3889 0 0 0 78 0 0 0 25 0 4 0 520865428 439873536 56000 33554432000 4194304 4623224 140735308602432 18446744073709551615 4377885 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5087/tid=5120] ppid=5085 vsize=429564 CPUtime=0.77 cores=0,2,4,6
/proc/5087/task/5120/stat : 5120 (SArTagnan) R 5085 5087 4862 0 -1 4202560 3850 0 0 0 77 0 0 0 25 0 4 0 520865428 439873536 56000 33554432000 4194304 4623224 140735308602432 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5087/tid=5121] ppid=5085 vsize=429564 CPUtime=0.77 cores=0,2,4,6
/proc/5087/task/5121/stat : 5121 (SArTagnan) R 5085 5087 4862 0 -1 4202560 4205 0 0 0 76 1 0 0 25 0 4 0 520865428 439873536 56000 33554432000 4194304 4623224 140735308602432 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 429564

[startup+3.10089 s]
/proc/loadavg: 7.52 7.97 7.98 9/184 5121
/proc/meminfo: memFree=26831328/32951124 swapFree=67088964/67111528
[pid=5087] ppid=5085 vsize=429564 CPUtime=10.23 cores=0,2,4,6
/proc/5087/stat : 5087 (SArTagnan) R 5085 5087 4862 0 -1 4202496 84154 0 0 0 1011 12 0 0 25 0 4 0 520865357 439873536 60045 33554432000 4194304 4623224 140735308602432 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5087/statm: 107391 60045 336 105 0 102895 0
[pid=5087/tid=5119] ppid=5085 vsize=429564 CPUtime=2.37 cores=0,2,4,6
/proc/5087/task/5119/stat : 5119 (SArTagnan) R 5085 5087 4862 0 -1 4202560 4193 0 0 0 237 0 0 0 25 0 4 0 520865428 439873536 60045 33554432000 4194304 4623224 140735308602432 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5087/tid=5120] ppid=5085 vsize=429564 CPUtime=2.37 cores=0,2,4,6
/proc/5087/task/5120/stat : 5120 (SArTagnan) R 5085 5087 4862 0 -1 4202560 4113 0 0 0 237 0 0 0 25 0 4 0 520865428 439873536 60045 33554432000 4194304 4623224 140735308602432 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5087/tid=5121] ppid=5085 vsize=429564 CPUtime=2.37 cores=0,2,4,6
/proc/5087/task/5121/stat : 5121 (SArTagnan) R 5085 5087 4862 0 -1 4202560 7777 0 0 0 235 2 0 0 25 0 4 0 520865428 439873536 60045 33554432000 4194304 4623224 140735308602432 18446744073709551615 4549202 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.23
Current children cumulated vsize (KiB) 429564

[startup+6.30035 s]
/proc/loadavg: 7.56 7.97 7.98 9/184 5121
/proc/meminfo: memFree=26761772/32951124 swapFree=67088964/67111528
[pid=5087] ppid=5085 vsize=455132 CPUtime=23.01 cores=0,2,4,6
/proc/5087/stat : 5087 (SArTagnan) R 5085 5087 4862 0 -1 4202496 104573 0 0 0 2285 16 0 0 25 0 4 0 520865357 466055168 72043 33554432000 4194304 4623224 140735308602432 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5087/statm: 113783 72043 336 105 0 109287 0
[pid=5087/tid=5119] ppid=5085 vsize=455132 CPUtime=5.57 cores=0,2,4,6
/proc/5087/task/5119/stat : 5119 (SArTagnan) R 5085 5087 4862 0 -1 4202560 6333 0 0 0 556 1 0 0 25 0 4 0 520865428 466055168 72043 33554432000 4194304 4623224 140735308602432 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5087/tid=5120] ppid=5085 vsize=455132 CPUtime=5.58 cores=0,2,4,6
/proc/5087/task/5120/stat : 5120 (SArTagnan) R 5085 5087 4862 0 -1 4202560 5841 0 0 0 557 1 0 0 25 0 4 0 520865428 466055168 72043 33554432000 4194304 4623224 140735308602432 18446744073709551615 4377679 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5087/tid=5121] ppid=5085 vsize=455132 CPUtime=5.55 cores=0,2,4,6
/proc/5087/task/5121/stat : 5121 (SArTagnan) R 5085 5087 4862 0 -1 4202560 18036 0 0 0 552 3 0 0 25 0 4 0 520865428 466055168 72043 33554432000 4194304 4623224 140735308602432 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.01
Current children cumulated vsize (KiB) 455132

[startup+12.7003 s]
/proc/loadavg: 7.68 7.99 7.99 9/184 5121
/proc/meminfo: memFree=26632000/32951124 swapFree=67088964/67111528
[pid=5087] ppid=5085 vsize=520156 CPUtime=48.58 cores=0,2,4,6
/proc/5087/stat : 5087 (SArTagnan) R 5085 5087 4862 0 -1 4202496 152509 0 0 0 4832 26 0 0 25 0 4 0 520865357 532639744 96406 33554432000 4194304 4623224 140735308602432 18446744073709551615 4414904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5087/statm: 130039 96406 337 105 0 125543 0
[pid=5087/tid=5119] ppid=5085 vsize=520156 CPUtime=11.97 cores=0,2,4,6
/proc/5087/task/5119/stat : 5119 (SArTagnan) R 5085 5087 4862 0 -1 4202560 15334 0 0 0 1194 3 0 0 25 0 4 0 520865428 532639744 96406 33554432000 4194304 4623224 140735308602432 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5087/tid=5120] ppid=5085 vsize=520156 CPUtime=11.98 cores=0,2,4,6
/proc/5087/task/5120/stat : 5120 (SArTagnan) R 5085 5087 4862 0 -1 4202560 15088 0 0 0 1195 3 0 0 25 0 4 0 520865428 532639744 96406 33554432000 4194304 4623224 140735308602432 18446744073709551615 4377679 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5087/tid=5121] ppid=5085 vsize=520156 CPUtime=11.91 cores=0,2,4,6
/proc/5087/task/5121/stat : 5121 (SArTagnan) R 5085 5087 4862 0 -1 4202560 47348 0 0 0 1182 9 0 0 25 0 4 0 520865428 532639744 96406 33554432000 4194304 4623224 140735308602432 18446744073709551615 210204344684 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.58
Current children cumulated vsize (KiB) 520156

[startup+25.5011 s]
/proc/loadavg: 7.75 7.99 7.99 9/184 5121
/proc/meminfo: memFree=26508880/32951124 swapFree=67088964/67111528
[pid=5087] ppid=5085 vsize=752828 CPUtime=99.71 cores=0,2,4,6
/proc/5087/stat : 5087 (SArTagnan) R 5085 5087 4862 0 -1 4202496 202787 0 0 0 9933 38 0 0 25 0 4 0 520865357 770895872 114947 33554432000 4194304 4623224 140735308602432 18446744073709551615 4415995 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5087/statm: 188207 114947 342 105 0 183711 0
[pid=5087/tid=5119] ppid=5085 vsize=752828 CPUtime=24.77 cores=0,2,4,6
/proc/5087/task/5119/stat : 5119 (SArTagnan) R 5085 5087 4862 0 -1 4202560 21368 0 0 0 2470 7 0 0 25 0 4 0 520865428 770895872 114947 33554432000 4194304 4623224 140735308602432 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5087/tid=5120] ppid=5085 vsize=752828 CPUtime=24.78 cores=0,2,4,6
/proc/5087/task/5120/stat : 5120 (SArTagnan) R 5085 5087 4862 0 -1 4202560 18726 0 0 0 2474 4 0 0 25 0 4 0 520865428 770895872 114947 33554432000 4194304 4623224 140735308602432 18446744073709551615 4377147 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5087/tid=5121] ppid=5085 vsize=752828 CPUtime=24.64 cores=0,2,4,6
/proc/5087/task/5121/stat : 5121 (SArTagnan) R 5085 5087 4862 0 -1 4202560 84050 0 0 0 2449 15 0 0 25 0 4 0 520865428 770895872 114947 33554432000 4194304 4623224 140735308602432 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 99.71
Current children cumulated vsize (KiB) 752828

[startup+51.1009 s]
/proc/loadavg: 7.83 7.99 7.99 9/184 5122
/proc/meminfo: memFree=26252260/32951124 swapFree=67088964/67111528
[pid=5087] ppid=5085 vsize=896652 CPUtime=201.96 cores=0,2,4,6
/proc/5087/stat : 5087 (SArTagnan) R 5085 5087 4862 0 -1 4202496 293390 0 0 0 20121 75 0 0 25 0 4 0 520865357 918171648 161951 33554432000 4194304 4623224 140735308602432 18446744073709551615 4359016 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5087/statm: 224163 161951 342 105 0 219667 0
[pid=5087/tid=5119] ppid=5085 vsize=896652 CPUtime=50.37 cores=0,2,4,6
/proc/5087/task/5119/stat : 5119 (SArTagnan) R 5085 5087 4862 0 -1 4202560 42665 0 0 0 5016 21 0 0 25 0 4 0 520865428 918171648 161951 33554432000 4194304 4623224 140735308602432 18446744073709551615 210204308513 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5087/tid=5120] ppid=5085 vsize=896652 CPUtime=50.37 cores=0,2,4,6
/proc/5087/task/5120/stat : 5120 (SArTagnan) R 5085 5087 4862 0 -1 4202560 38882 0 0 0 5020 17 0 0 25 0 4 0 520865428 918171648 161951 33554432000 4194304 4623224 140735308602432 18446744073709551615 4377679 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5087/tid=5121] ppid=5085 vsize=896652 CPUtime=50.1 cores=0,2,4,6
/proc/5087/task/5121/stat : 5121 (SArTagnan) R 5085 5087 4862 0 -1 4202560 124683 0 0 0 4988 22 0 0 25 0 4 0 520865428 918171648 161951 33554432000 4194304 4623224 140735308602432 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 201.96
Current children cumulated vsize (KiB) 896652

[startup+102.306 s]
/proc/loadavg: 8.03 8.02 8.00 9/184 5123
/proc/meminfo: memFree=25835844/32951124 swapFree=67088964/67111528
[pid=5087] ppid=5085 vsize=1211304 CPUtime=406.46 cores=0,2,4,6
/proc/5087/stat : 5087 (SArTagnan) R 5085 5087 4862 0 -1 4202496 692405 0 0 0 40475 171 0 0 25 0 4 0 520865357 1240375296 237866 33554432000 4194304 4623224 140735308602432 18446744073709551615 4416157 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5087/statm: 302826 237866 342 105 0 298330 0
[pid=5087/tid=5119] ppid=5085 vsize=1211304 CPUtime=101.56 cores=0,2,4,6
/proc/5087/task/5119/stat : 5119 (SArTagnan) R 5085 5087 4862 0 -1 4202560 83800 0 0 0 10110 46 0 0 25 0 4 0 520865428 1240375296 237866 33554432000 4194304 4623224 140735308602432 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5087/tid=5120] ppid=5085 vsize=1211304 CPUtime=101.56 cores=0,2,4,6
/proc/5087/task/5120/stat : 5120 (SArTagnan) R 5085 5087 4862 0 -1 4202560 81190 0 0 0 10113 43 0 0 25 0 4 0 520865428 1240375296 237866 33554432000 4194304 4623224 140735308602432 18446744073709551615 4376837 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5087/tid=5121] ppid=5085 vsize=1211304 CPUtime=101.01 cores=0,2,4,6
/proc/5087/task/5121/stat : 5121 (SArTagnan) R 5085 5087 4862 0 -1 4202560 428125 0 0 0 10035 66 0 0 25 0 4 0 520865428 1240375296 237866 33554432000 4194304 4623224 140735308602432 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 406.46
Current children cumulated vsize (KiB) 1211304

[startup+162.3 s]
/proc/loadavg: 8.06 8.03 8.00 9/184 5125
/proc/meminfo: memFree=25497156/32951124 swapFree=67088964/67111528
[pid=5087] ppid=5085 vsize=1342376 CPUtime=646.09 cores=0,2,4,6
/proc/5087/stat : 5087 (SArTagnan) R 5085 5087 4862 0 -1 4202496 1122513 0 0 0 64333 276 0 0 25 0 4 0 520865357 1374593024 296683 33554432000 4194304 4623224 140735308602432 18446744073709551615 4360087 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5087/statm: 335594 296683 342 105 0 331098 0
[pid=5087/tid=5119] ppid=5085 vsize=1342376 CPUtime=161.55 cores=0,2,4,6
/proc/5087/task/5119/stat : 5119 (SArTagnan) R 5085 5087 4862 0 -1 4202560 112307 0 0 0 16085 70 0 0 25 0 4 0 520865428 1374593024 296683 33554432000 4194304 4623224 140735308602432 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5087/tid=5120] ppid=5085 vsize=1342376 CPUtime=161.55 cores=0,2,4,6
/proc/5087/task/5120/stat : 5120 (SArTagnan) R 5085 5087 4862 0 -1 4202560 105841 0 0 0 16090 65 0 0 25 0 4 0 520865428 1374593024 296683 33554432000 4194304 4623224 140735308602432 18446744073709551615 4357655 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5087/tid=5121] ppid=5085 vsize=1342376 CPUtime=160.67 cores=0,2,4,6
/proc/5087/task/5121/stat : 5121 (SArTagnan) R 5085 5087 4862 0 -1 4202560 802319 0 0 0 15943 124 0 0 25 0 4 0 520865428 1374593024 296683 33554432000 4194304 4623224 140735308602432 18446744073709551615 4577470 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 646.09
Current children cumulated vsize (KiB) 1342376

[startup+222.3 s]
/proc/loadavg: 8.07 8.04 8.00 9/184 5136
/proc/meminfo: memFree=25436816/32951124 swapFree=67088964/67111528
[pid=5087] ppid=5085 vsize=1501404 CPUtime=885.75 cores=0,2,4,6
/proc/5087/stat : 5087 (SArTagnan) R 5085 5087 4862 0 -1 4202496 1412680 0 0 0 88245 330 0 0 25 0 4 0 520865357 1537437696 304806 33554432000 4194304 4623224 140735308602432 18446744073709551615 4415044 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5087/statm: 375351 304806 342 105 0 370855 0
[pid=5087/tid=5119] ppid=5085 vsize=1501404 CPUtime=221.54 cores=0,2,4,6
/proc/5087/task/5119/stat : 5119 (SArTagnan) R 5085 5087 4862 0 -1 4202560 112461 0 0 0 22084 70 0 0 25 0 4 0 520865428 1537437696 304806 33554432000 4194304 4623224 140735308602432 18446744073709551615 4357622 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5087/tid=5120] ppid=5085 vsize=1501404 CPUtime=221.55 cores=0,2,4,6
/proc/5087/task/5120/stat : 5120 (SArTagnan) R 5085 5087 4862 0 -1 4202560 105959 0 0 0 22089 66 0 0 25 0 4 0 520865428 1537437696 304806 33554432000 4194304 4623224 140735308602432 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5087/tid=5121] ppid=5085 vsize=1501404 CPUtime=220.33 cores=0,2,4,6
/proc/5087/task/5121/stat : 5121 (SArTagnan) R 5085 5087 4862 0 -1 4202560 1075287 0 0 0 21859 174 0 0 25 0 4 0 520865428 1537437696 304806 33554432000 4194304 4623224 140735308602432 18446744073709551615 210204314626 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 885.75
Current children cumulated vsize (KiB) 1501404

[startup+282.3 s]

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

[pid=5087] ppid=5085 vsize=1733228 CPUtime=2803.11 cores=0,2,4,6
/proc/5087/stat : 5087 (SArTagnan) R 5085 5087 4862 0 -1 4202496 3220284 0 0 0 279628 683 0 0 25 0 4 0 520865357 1774825472 376549 33554432000 4194304 4623224 140735308602432 18446744073709551615 4360087 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5087/statm: 433307 376549 342 105 0 428811 0
[pid=5087/tid=5119] ppid=5085 vsize=1733228 CPUtime=701.55 cores=0,2,4,6
/proc/5087/task/5119/stat : 5119 (SArTagnan) R 5085 5087 4862 0 -1 4202560 113240 0 0 0 70084 71 0 0 25 0 4 0 520865428 1774825472 376549 33554432000 4194304 4623224 140735308602432 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5087/tid=5120] ppid=5085 vsize=1733228 CPUtime=701.55 cores=0,2,4,6
/proc/5087/task/5120/stat : 5120 (SArTagnan) R 5085 5087 4862 0 -1 4202560 106454 0 0 0 70089 66 0 0 25 0 4 0 520865428 1774825472 376549 33554432000 4194304 4623224 140735308602432 18446744073709551615 4357776 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5087/tid=5121] ppid=5085 vsize=1733228 CPUtime=697.68 cores=0,2,4,6
/proc/5087/task/5121/stat : 5121 (SArTagnan) R 5085 5087 4862 0 -1 4202560 2797946 0 0 0 69257 511 0 0 25 0 4 0 520865428 1774825472 376549 33554432000 4194304 4623224 140735308602432 18446744073709551615 4366781 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2803.11
Current children cumulated vsize (KiB) 1733228

[startup+762.307 s]
/proc/loadavg: 8.01 8.07 8.02 9/184 5153
/proc/meminfo: memFree=24742088/32951124 swapFree=67088964/67111528
[pid=5087] ppid=5085 vsize=1883884 CPUtime=3042.8 cores=0,2,4,6
/proc/5087/stat : 5087 (SArTagnan) R 5085 5087 4862 0 -1 4202496 3436667 0 0 0 303556 724 0 0 25 0 4 0 520865357 1929097216 382623 33554432000 4194304 4623224 140735308602432 18446744073709551615 4360087 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5087/statm: 470971 382623 342 105 0 466475 0
[pid=5087/tid=5119] ppid=5085 vsize=1883884 CPUtime=761.55 cores=0,2,4,6
/proc/5087/task/5119/stat : 5119 (SArTagnan) R 5085 5087 4862 0 -1 4202560 113303 0 0 0 76084 71 0 0 25 0 4 0 520865428 1929097216 382623 33554432000 4194304 4623224 140735308602432 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5087/tid=5120] ppid=5085 vsize=1883884 CPUtime=761.56 cores=0,2,4,6
/proc/5087/task/5120/stat : 5120 (SArTagnan) R 5085 5087 4862 0 -1 4202560 106499 0 0 0 76090 66 0 0 25 0 4 0 520865428 1929097216 382623 33554432000 4194304 4623224 140735308602432 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5087/tid=5121] ppid=5085 vsize=1883884 CPUtime=757.35 cores=0,2,4,6
/proc/5087/task/5121/stat : 5121 (SArTagnan) R 5085 5087 4862 0 -1 4202560 3012679 0 0 0 75184 551 0 0 25 0 4 0 520865428 1929097216 382623 33554432000 4194304 4623224 140735308602432 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3042.8
Current children cumulated vsize (KiB) 1883884

[startup+822.301 s]
/proc/loadavg: 8.00 8.06 8.02 9/184 5155
/proc/meminfo: memFree=24683396/32951124 swapFree=67088964/67111528
[pid=5087] ppid=5085 vsize=1883884 CPUtime=3282.45 cores=0,2,4,6
/proc/5087/stat : 5087 (SArTagnan) R 5085 5087 4862 0 -1 4202496 3705922 0 0 0 327466 779 0 0 25 0 4 0 520865357 1929097216 387093 33554432000 4194304 4623224 140735308602432 18446744073709551615 4415995 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5087/statm: 470971 387093 342 105 0 466475 0
[pid=5087/tid=5119] ppid=5085 vsize=1883884 CPUtime=821.55 cores=0,2,4,6
/proc/5087/task/5119/stat : 5119 (SArTagnan) R 5085 5087 4862 0 -1 4202560 113367 0 0 0 82084 71 0 0 25 0 4 0 520865428 1929097216 387093 33554432000 4194304 4623224 140735308602432 18446744073709551615 4357776 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5087/tid=5120] ppid=5085 vsize=1883884 CPUtime=821.56 cores=0,2,4,6
/proc/5087/task/5120/stat : 5120 (SArTagnan) R 5085 5087 4862 0 -1 4202560 106544 0 0 0 82090 66 0 0 25 0 4 0 520865428 1929097216 387093 33554432000 4194304 4623224 140735308602432 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5087/tid=5121] ppid=5085 vsize=1883884 CPUtime=817.01 cores=0,2,4,6
/proc/5087/task/5121/stat : 5121 (SArTagnan) R 5085 5087 4862 0 -1 4202560 3280061 0 0 0 81096 605 0 0 25 0 4 0 520865428 1929097216 387093 33554432000 4194304 4623224 140735308602432 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3282.45
Current children cumulated vsize (KiB) 1883884

[startup+882.301 s]
/proc/loadavg: 8.00 8.04 8.01 9/184 5156
/proc/meminfo: memFree=24624712/32951124 swapFree=67088964/67111528
[pid=5087] ppid=5085 vsize=1883884 CPUtime=3522.12 cores=0,2,4,6
/proc/5087/stat : 5087 (SArTagnan) R 5085 5087 4862 0 -1 4202496 3928891 0 0 0 351390 822 0 0 25 0 4 0 520865357 1929097216 392705 33554432000 4194304 4623224 140735308602432 18446744073709551615 4360117 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5087/statm: 470971 392705 342 105 0 466475 0
[pid=5087/tid=5119] ppid=5085 vsize=1883884 CPUtime=881.55 cores=0,2,4,6
/proc/5087/task/5119/stat : 5119 (SArTagnan) R 5085 5087 4862 0 -1 4202560 113426 0 0 0 88084 71 0 0 25 0 4 0 520865428 1929097216 392705 33554432000 4194304 4623224 140735308602432 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5087/tid=5120] ppid=5085 vsize=1883884 CPUtime=881.56 cores=0,2,4,6
/proc/5087/task/5120/stat : 5120 (SArTagnan) R 5085 5087 4862 0 -1 4202560 106574 0 0 0 88090 66 0 0 25 0 4 0 520865428 1929097216 392705 33554432000 4194304 4623224 140735308602432 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5087/tid=5121] ppid=5085 vsize=1883884 CPUtime=876.68 cores=0,2,4,6
/proc/5087/task/5121/stat : 5121 (SArTagnan) R 5085 5087 4862 0 -1 4202560 3501336 0 0 0 87020 648 0 0 25 0 4 0 520865428 1929097216 392705 33554432000 4194304 4623224 140735308602432 18446744073709551615 210204305670 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3522.12
Current children cumulated vsize (KiB) 1883884

[startup+942.301 s]
/proc/loadavg: 8.05 8.05 8.01 9/184 5158
/proc/meminfo: memFree=24571244/32951124 swapFree=67088964/67111528
[pid=5087] ppid=5085 vsize=1883884 CPUtime=3761.78 cores=0,2,4,6
/proc/5087/stat : 5087 (SArTagnan) R 5085 5087 4862 0 -1 4202496 4161226 0 0 0 375314 864 0 0 25 0 4 0 520865357 1929097216 398689 33554432000 4194304 4623224 140735308602432 18446744073709551615 4415995 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5087/statm: 470971 398689 342 105 0 466475 0
[pid=5087/tid=5119] ppid=5085 vsize=1883884 CPUtime=941.55 cores=0,2,4,6
/proc/5087/task/5119/stat : 5119 (SArTagnan) R 5085 5087 4862 0 -1 4202560 113477 0 0 0 94084 71 0 0 25 0 4 0 520865428 1929097216 398689 33554432000 4194304 4623224 140735308602432 18446744073709551615 4357622 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5087/tid=5120] ppid=5085 vsize=1883884 CPUtime=941.56 cores=0,2,4,6
/proc/5087/task/5120/stat : 5120 (SArTagnan) R 5085 5087 4862 0 -1 4202560 106607 0 0 0 94090 66 0 0 25 0 4 0 520865428 1929097216 398689 33554432000 4194304 4623224 140735308602432 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5087/tid=5121] ppid=5085 vsize=1883884 CPUtime=936.35 cores=0,2,4,6
/proc/5087/task/5121/stat : 5121 (SArTagnan) R 5085 5087 4862 0 -1 4202560 3731890 0 0 0 92945 690 0 0 25 0 4 0 520865428 1929097216 398689 33554432000 4194304 4623224 140735308602432 18446744073709551615 4545864 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3761.78
Current children cumulated vsize (KiB) 1883884

[startup+1002.3 s]
/proc/loadavg: 8.07 8.05 8.01 9/184 5159
/proc/meminfo: memFree=24513180/32951124 swapFree=67088964/67111528
[pid=5087] ppid=5085 vsize=1883884 CPUtime=4001.46 cores=0,2,4,6
/proc/5087/stat : 5087 (SArTagnan) R 5085 5087 4862 0 -1 4202496 4351051 0 0 0 399244 902 0 0 25 0 4 0 520865357 1929097216 405755 33554432000 4194304 4623224 140735308602432 18446744073709551615 4416149 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5087/statm: 470971 405755 342 105 0 466475 0
[pid=5087/tid=5119] ppid=5085 vsize=1883884 CPUtime=1001.55 cores=0,2,4,6
/proc/5087/task/5119/stat : 5119 (SArTagnan) R 5085 5087 4862 0 -1 4202560 113536 0 0 0 100084 71 0 0 25 0 4 0 520865428 1929097216 405755 33554432000 4194304 4623224 140735308602432 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5087/tid=5120] ppid=5085 vsize=1883884 CPUtime=1001.56 cores=0,2,4,6
/proc/5087/task/5120/stat : 5120 (SArTagnan) R 5085 5087 4862 0 -1 4202560 106635 0 0 0 100090 66 0 0 25 0 4 0 520865428 1929097216 405755 33554432000 4194304 4623224 140735308602432 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5087/tid=5121] ppid=5085 vsize=1883884 CPUtime=996.01 cores=0,2,4,6
/proc/5087/task/5121/stat : 5121 (SArTagnan) R 5085 5087 4862 0 -1 4202560 3919803 0 0 0 98875 726 0 0 25 0 4 0 520865428 1929097216 405755 33554432000 4194304 4623224 140735308602432 18446744073709551615 4545852 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4001.46
Current children cumulated vsize (KiB) 1883884

[startup+1062.3 s]
/proc/loadavg: 8.07 8.06 8.01 9/184 5161
/proc/meminfo: memFree=24461808/32951124 swapFree=67088964/67111528
[pid=5087] ppid=5085 vsize=1884304 CPUtime=4241.13 cores=0,2,4,6
/proc/5087/stat : 5087 (SArTagnan) R 5085 5087 4862 0 -1 4202496 4569019 0 0 0 423169 944 0 0 25 0 4 0 520865357 1929527296 411350 33554432000 4194304 4623224 140735308602432 18446744073709551615 4360126 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5087/statm: 471076 411350 342 105 0 466580 0
[pid=5087/tid=5119] ppid=5085 vsize=1884304 CPUtime=1061.55 cores=0,2,4,6
/proc/5087/task/5119/stat : 5119 (SArTagnan) R 5085 5087 4862 0 -1 4202560 113589 0 0 0 106084 71 0 0 25 0 4 0 520865428 1929527296 411350 33554432000 4194304 4623224 140735308602432 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5087/tid=5120] ppid=5085 vsize=1884304 CPUtime=1061.56 cores=0,2,4,6
/proc/5087/task/5120/stat : 5120 (SArTagnan) R 5085 5087 4862 0 -1 4202560 106669 0 0 0 106090 66 0 0 25 0 4 0 520865428 1929527296 411350 33554432000 4194304 4623224 140735308602432 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5087/tid=5121] ppid=5085 vsize=1884304 CPUtime=1055.69 cores=0,2,4,6
/proc/5087/task/5121/stat : 5121 (SArTagnan) R 5085 5087 4862 0 -1 4202560 4135853 0 0 0 104801 768 0 0 25 0 4 0 520865428 1929527296 411350 33554432000 4194304 4623224 140735308602432 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4241.13
Current children cumulated vsize (KiB) 1884304

[startup+1122.3 s]
/proc/loadavg: 8.06 8.06 8.01 9/184 5163
/proc/meminfo: memFree=24434976/32951124 swapFree=67088964/67111528
[pid=5087] ppid=5085 vsize=1886340 CPUtime=4480.8 cores=0,2,4,6
/proc/5087/stat : 5087 (SArTagnan) R 5085 5087 4862 0 -1 4202496 4798048 0 0 0 447091 989 0 0 25 0 4 0 520865357 1931612160 417734 33554432000 4194304 4623224 140735308602432 18446744073709551615 4415995 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5087/statm: 471585 417734 342 105 0 467089 0
[pid=5087/tid=5119] ppid=5085 vsize=1886340 CPUtime=1121.55 cores=0,2,4,6
/proc/5087/task/5119/stat : 5119 (SArTagnan) R 5085 5087 4862 0 -1 4202560 113635 0 0 0 112084 71 0 0 25 0 4 0 520865428 1931612160 417734 33554432000 4194304 4623224 140735308602432 18446744073709551615 4486219 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5087/tid=5120] ppid=5085 vsize=1886340 CPUtime=1121.56 cores=0,2,4,6
/proc/5087/task/5120/stat : 5120 (SArTagnan) R 5085 5087 4862 0 -1 4202560 106708 0 0 0 112090 66 0 0 25 0 4 0 520865428 1931612160 417734 33554432000 4194304 4623224 140735308602432 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5087/tid=5121] ppid=5085 vsize=1886340 CPUtime=1115.35 cores=0,2,4,6
/proc/5087/task/5121/stat : 5121 (SArTagnan) R 5085 5087 4862 0 -1 4202560 4363152 0 0 0 110723 812 0 0 25 0 4 0 520865428 1931612160 417734 33554432000 4194304 4623224 140735308602432 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4480.8
Current children cumulated vsize (KiB) 1886340

[startup+1182.3 s]
/proc/loadavg: 8.09 8.07 8.02 9/184 5164
/proc/meminfo: memFree=24382612/32951124 swapFree=67088964/67111528
[pid=5087] ppid=5085 vsize=1951876 CPUtime=4720.47 cores=0,2,4,6
/proc/5087/stat : 5087 (SArTagnan) R 5085 5087 4862 0 -1 4202496 5010998 0 0 0 471009 1038 0 0 25 0 4 0 520865357 1998721024 422143 33554432000 4194304 4623224 140735308602432 18446744073709551615 4415995 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5087/statm: 487969 422143 342 105 0 483473 0
[pid=5087/tid=5119] ppid=5085 vsize=1951876 CPUtime=1181.55 cores=0,2,4,6
/proc/5087/task/5119/stat : 5119 (SArTagnan) R 5085 5087 4862 0 -1 4202560 113685 0 0 0 118084 71 0 0 25 0 4 0 520865428 1998721024 422143 33554432000 4194304 4623224 140735308602432 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5087/tid=5120] ppid=5085 vsize=1951876 CPUtime=1181.56 cores=0,2,4,6
/proc/5087/task/5120/stat : 5120 (SArTagnan) R 5085 5087 4862 0 -1 4202560 106738 0 0 0 118089 67 0 0 25 0 4 0 520865428 1998721024 422143 33554432000 4194304 4623224 140735308602432 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5087/tid=5121] ppid=5085 vsize=1951876 CPUtime=1175.02 cores=0,2,4,6
/proc/5087/task/5121/stat : 5121 (SArTagnan) R 5085 5087 4862 0 -1 4202560 4574348 0 0 0 116642 860 0 0 25 0 4 0 520865428 1998721024 422143 33554432000 4194304 4623224 140735308602432 18446744073709551615 4571896 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4720.47
Current children cumulated vsize (KiB) 1951876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.31 s]
/proc/loadavg: 8.28 8.12 8.03 9/184 5165
/proc/meminfo: memFree=24367728/32951124 swapFree=67088964/67111528
[pid=5087] ppid=5085 vsize=1886340 CPUtime=4800.39 cores=0,2,4,6
/proc/5087/stat : 5087 (SArTagnan) R 5085 5087 4862 0 -1 4202496 5083500 0 0 0 478987 1052 0 0 25 0 4 0 520865357 1931612160 424534 33554432000 4194304 4623224 140735308602432 18446744073709551615 4360087 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5087/statm: 471585 424534 342 105 0 467089 0
[pid=5087/tid=5119] ppid=5085 vsize=1886340 CPUtime=1201.56 cores=0,2,4,6
/proc/5087/task/5119/stat : 5119 (SArTagnan) R 5085 5087 4862 0 -1 4202560 113700 0 0 0 120085 71 0 0 25 0 4 0 520865428 1931612160 424534 33554432000 4194304 4623224 140735308602432 18446744073709551615 4357625 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5087/tid=5120] ppid=5085 vsize=1886340 CPUtime=1201.58 cores=0,2,4,6
/proc/5087/task/5120/stat : 5120 (SArTagnan) R 5085 5087 4862 0 -1 4202560 106752 0 0 0 120091 67 0 0 25 0 4 0 520865428 1931612160 424534 33554432000 4194304 4623224 140735308602432 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5087/tid=5121] ppid=5085 vsize=1886340 CPUtime=1194.91 cores=0,2,4,6
/proc/5087/task/5121/stat : 5121 (SArTagnan) R 5085 5087 4862 0 -1 4202560 4646117 0 0 0 118618 873 0 0 25 0 4 0 520865428 1931612160 424534 33554432000 4194304 4623224 140735308602432 18446744073709551615 4572080 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 1886340

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

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

[startup+1202.31 s]
/proc/loadavg: 8.28 8.12 8.03 9/184 5165
/proc/meminfo: memFree=24367728/32951124 swapFree=67088964/67111528
[pid=5087] ppid=5085 vsize=1886340 CPUtime=4800.39 cores=0,2,4,6
/proc/5087/stat : 5087 (SArTagnan) R 5085 5087 4862 0 -1 4202496 5083500 0 0 0 478987 1052 0 0 25 0 4 0 520865357 1931612160 424534 33554432000 4194304 4623224 140735308602432 18446744073709551615 4360087 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5087/statm: 471585 424534 342 105 0 467089 0
[pid=5087/tid=5119] ppid=5085 vsize=1886340 CPUtime=1201.56 cores=0,2,4,6
/proc/5087/task/5119/stat : 5119 (SArTagnan) R 5085 5087 4862 0 -1 4202560 113700 0 0 0 120085 71 0 0 25 0 4 0 520865428 1931612160 424534 33554432000 4194304 4623224 140735308602432 18446744073709551615 4357625 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5087/tid=5120] ppid=5085 vsize=1886340 CPUtime=1201.58 cores=0,2,4,6
/proc/5087/task/5120/stat : 5120 (SArTagnan) R 5085 5087 4862 0 -1 4202560 106752 0 0 0 120091 67 0 0 25 0 4 0 520865428 1931612160 424534 33554432000 4194304 4623224 140735308602432 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5087/tid=5121] ppid=5085 vsize=1886340 CPUtime=1194.91 cores=0,2,4,6
/proc/5087/task/5121/stat : 5121 (SArTagnan) R 5085 5087 4862 0 -1 4202560 4646117 0 0 0 118618 873 0 0 25 0 4 0 520865428 1931612160 424534 33554432000 4194304 4623224 140735308602432 18446744073709551615 4572080 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 1886340

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.4
CPU time (s): 4800.5
CPU user time (s): 4789.9
CPU system time (s): 10.6014
CPU usage (%): 399.244
Max. virtual memory (cumulated for all children) (KiB): 1951876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4789.89
system time used= 10.6014
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5083502
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= 4145
involuntary context switches= 20958

runsolver used 1.82872 second user time and 4.74128 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-29 17:57:49
IDJOB=3250298
IDBENCH=83249
IDSOLVER=1656
FILE ID=node130/3250298-1304092667
RUNJOBID= node130-1304091463-4880
PBS_JOBID= 13170579
Free space on /tmp= 71972 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-5-5_34308.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250298-1304092667/watcher-3250298-1304092667 -o /tmp/evaluation-result-3250298-1304092667/solver-3250298-1304092667 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3250298-1304092667.cnf -threads=4

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

MD5SUM BENCH= 1ef198d3f2d717e33f4f2ba124eb7eb2
RANDOM SEED=2007629538

node130.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	: 5332.83
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.81
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.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.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.83
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.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.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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27086092 kB
Buffers:       1174812 kB
Cached:        4170472 kB
SwapCached:      22432 kB
Active:         513884 kB
Inactive:      4919232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27086092 kB
SwapTotal:    67111528 kB
SwapFree:     67088964 kB
Dirty:           23332 kB
Writeback:           0 kB
AnonPages:       65016 kB
Mapped:          15272 kB
Slab:           369652 kB
PageTables:       4844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   219584 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= 71972 MiB
End job on node130 at 2011-04-29 18:17:53