Trace number 3438751

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) 40001 5010.58

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x33.cnf
MD5SUMf7c29bbc3bef00d1e7cc799553ba4813
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 variables2772
Number of clauses448371
Sum of the clauses size1785168
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24158
Number of clauses of size 30
Number of clauses of size 4444213
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3438751-1306922924/watcher-3438751-1306922924 -o /tmp/evaluation-result-3438751-1306922924/solver-3438751-1306922924 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3438751-1306922924.cnf -threads=8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.05 8.08 8.02 1/454 28275
/proc/meminfo: memFree=29056740/32951124 swapFree=41830676/67111528
[pid=28275] ppid=28272 vsize=32316 CPUtime=0.01 cores=0-7
/proc/28275/stat : 28275 (SArTagnan) R 28272 28275 28018 0 -1 4202496 1695 0 0 0 1 0 0 0 25 0 1 0 803890397 33091584 1207 33554432000 4194304 4625164 140736868239104 18446744073709551615 228122757255 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28275/statm: 7918 1047 296 106 0 3421 0

[startup+0.084944 s]
/proc/loadavg: 8.05 8.08 8.02 1/454 28275
/proc/meminfo: memFree=29056740/32951124 swapFree=41830676/67111528
[pid=28275] ppid=28272 vsize=43220 CPUtime=0.07 cores=0-7
/proc/28275/stat : 28275 (SArTagnan) R 28272 28275 28018 0 -1 4202496 8197 0 0 0 7 0 0 0 25 0 1 0 803890397 44257280 4243 33554432000 4194304 4625164 140736868239104 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28275/statm: 10805 4247 296 106 0 6308 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 43220

[startup+0.100941 s]
/proc/loadavg: 8.05 8.08 8.02 1/454 28275
/proc/meminfo: memFree=29056740/32951124 swapFree=41830676/67111528
[pid=28275] ppid=28272 vsize=45252 CPUtime=0.09 cores=0-7
/proc/28275/stat : 28275 (SArTagnan) R 28272 28275 28018 0 -1 4202496 9639 0 0 0 9 0 0 0 25 0 1 0 803890397 46338048 4868 33554432000 4194304 4625164 140736868239104 18446744073709551615 4361099 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28275/statm: 11313 4869 296 106 0 6816 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45252

[startup+0.300902 s]
/proc/loadavg: 8.05 8.08 8.02 1/454 28275
/proc/meminfo: memFree=29056740/32951124 swapFree=41830676/67111528
[pid=28275] ppid=28272 vsize=133800 CPUtime=0.29 cores=0-7
/proc/28275/stat : 28275 (SArTagnan) R 28272 28275 28018 0 -1 4202496 38270 0 0 0 26 3 0 0 25 0 1 0 803890397 137011200 27327 33554432000 4194304 4625164 140736868239104 18446744073709551615 228122411477 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28275/statm: 33450 27346 301 106 0 28953 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 133800

[startup+1.54364 s]
/proc/loadavg: 8.05 8.08 8.02 1/454 28275
/proc/meminfo: memFree=29056740/32951124 swapFree=41830676/67111528
[pid=28275] ppid=28272 vsize=675840 CPUtime=9.98 cores=0-7
/proc/28275/stat : 28275 (SArTagnan) R 28272 28275 28018 0 -1 4202496 125880 0 0 0 982 16 0 0 21 0 8 0 803890397 692060160 71635 33554432000 4194304 4625164 140736868239104 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28275/statm: 168960 71636 345 106 0 164463 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (KiB) 675840

[startup+1.62196 s]
/proc/loadavg: 8.05 8.08 8.02 1/454 28275
/proc/meminfo: memFree=29056740/32951124 swapFree=41830676/67111528
[pid=28275] ppid=28272 vsize=675840 CPUtime=10.6 cores=0-7
/proc/28275/stat : 28275 (SArTagnan) R 28272 28275 28018 0 -1 4202496 129430 0 0 0 1043 17 0 0 21 0 8 0 803890397 692060160 72771 33554432000 4194304 4625164 140736868239104 18446744073709551615 228122819103 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28275/statm: 168960 72771 345 106 0 164463 0
Current children cumulated CPU time (s) 10.6
Current children cumulated vsize (KiB) 675840

[startup+3.11737 s]
/proc/loadavg: 8.04 8.08 8.02 9/462 28284
/proc/meminfo: memFree=28723884/32951124 swapFree=41830676/67111528
[pid=28275] ppid=28272 vsize=675840 CPUtime=22.53 cores=0-7
/proc/28275/stat : 28275 (SArTagnan) R 28272 28275 28018 0 -1 4202496 168551 0 0 0 2230 23 0 0 25 0 8 0 803890397 692060160 84264 33554432000 4194304 4625164 140736868239104 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28275/statm: 168960 84264 345 106 0 164463 0
[pid=28275/tid=28277] ppid=28272 vsize=675840 CPUtime=2.78 cores=0-7
/proc/28275/task/28277/stat : 28277 (SArTagnan) R 28272 28275 28018 0 -1 4202560 6007 0 0 0 277 1 0 0 25 0 8 0 803890430 692060160 84264 33554432000 4194304 4625164 140736868239104 18446744073709551615 4288643 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28275/tid=28278] ppid=28272 vsize=675840 CPUtime=2.76 cores=0-7
/proc/28275/task/28278/stat : 28278 (SArTagnan) R 28272 28275 28018 0 -1 4202560 6307 0 0 0 275 1 0 0 25 0 8 0 803890430 692060160 84264 33554432000 4194304 4625164 140736868239104 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28275/tid=28279] ppid=28272 vsize=675840 CPUtime=2.74 cores=0-7
/proc/28275/task/28279/stat : 28279 (SArTagnan) R 28272 28275 28018 0 -1 4202560 72941 0 0 0 265 9 0 0 22 0 8 0 803890430 692060160 84264 33554432000 4194304 4625164 140736868239104 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28275/tid=28281] ppid=28272 vsize=675840 CPUtime=2.77 cores=0-7
/proc/28275/task/28281/stat : 28281 (SArTagnan) R 28272 28275 28018 0 -1 4202560 5971 0 0 0 276 1 0 0 23 0 8 0 803890430 692060160 84264 33554432000 4194304 4625164 140736868239104 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28275/tid=28282] ppid=28272 vsize=675840 CPUtime=2.78 cores=0-7
/proc/28275/task/28282/stat : 28282 (SArTagnan) R 28272 28275 28018 0 -1 4202560 6510 0 0 0 277 1 0 0 25 0 8 0 803890430 692060160 84264 33554432000 4194304 4625164 140736868239104 18446744073709551615 4349210 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28275/tid=28283] ppid=28272 vsize=675840 CPUtime=2.77 cores=0-7
/proc/28275/task/28283/stat : 28283 (SArTagnan) R 28272 28275 28018 0 -1 4202560 6218 0 0 0 276 1 0 0 23 0 8 0 803890430 692060160 84264 33554432000 4194304 4625164 140736868239104 18446744073709551615 4339688 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28275/tid=28284] ppid=28272 vsize=675840 CPUtime=2.78 cores=0-7
/proc/28275/task/28284/stat : 28284 (SArTagnan) R 28272 28275 28018 0 -1 4202560 6161 0 0 0 277 1 0 0 25 0 8 0 803890430 692060160 84264 33554432000 4194304 4625164 140736868239104 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 22.53
Current children cumulated vsize (KiB) 675840

[startup+6.3008 s]
/proc/loadavg: 8.04 8.08 8.02 9/462 28284
/proc/meminfo: memFree=28630024/32951124 swapFree=41830676/67111528
[pid=28275] ppid=28272 vsize=715444 CPUtime=48.07 cores=0-7
/proc/28275/stat : 28275 (SArTagnan) R 28272 28275 28018 0 -1 4202496 287958 0 0 0 4768 39 0 0 25 0 8 0 803890397 732614656 106615 33554432000 4194304 4625164 140736868239104 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28275/statm: 178861 106615 345 106 0 174364 0
[pid=28275/tid=28277] ppid=28272 vsize=715444 CPUtime=5.97 cores=0-7
/proc/28275/task/28277/stat : 28277 (SArTagnan) R 28272 28275 28018 0 -1 4202560 11632 0 0 0 596 1 0 0 25 0 8 0 803890430 732614656 106615 33554432000 4194304 4625164 140736868239104 18446744073709551615 4352133 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28275/tid=28278] ppid=28272 vsize=715444 CPUtime=5.95 cores=0-7
/proc/28275/task/28278/stat : 28278 (SArTagnan) R 28272 28275 28018 0 -1 4202560 11888 0 0 0 593 2 0 0 25 0 8 0 803890430 732614656 106615 33554432000 4194304 4625164 140736868239104 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28275/tid=28279] ppid=28272 vsize=715444 CPUtime=5.89 cores=0-7
/proc/28275/task/28279/stat : 28279 (SArTagnan) R 28272 28275 28018 0 -1 4202560 155702 0 0 0 570 19 0 0 25 0 8 0 803890430 732614656 106615 33554432000 4194304 4625164 140736868239104 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28275/tid=28281] ppid=28272 vsize=715444 CPUtime=5.97 cores=0-7
/proc/28275/task/28281/stat : 28281 (SArTagnan) R 28272 28275 28018 0 -1 4202560 11419 0 0 0 595 2 0 0 25 0 8 0 803890430 732614656 106615 33554432000 4194304 4625164 140736868239104 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28275/tid=28282] ppid=28272 vsize=715444 CPUtime=5.98 cores=0-7
/proc/28275/task/28282/stat : 28282 (SArTagnan) R 28272 28275 28018 0 -1 4202560 12036 0 0 0 596 2 0 0 25 0 8 0 803890430 732614656 106615 33554432000 4194304 4625164 140736868239104 18446744073709551615 4348804 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28275/tid=28283] ppid=28272 vsize=715444 CPUtime=5.98 cores=0-7
/proc/28275/task/28283/stat : 28283 (SArTagnan) R 28272 28275 28018 0 -1 4202560 11832 0 0 0 596 2 0 0 25 0 8 0 803890430 732614656 106616 33554432000 4194304 4625164 140736868239104 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28275/tid=28284] ppid=28272 vsize=715444 CPUtime=5.98 cores=0-7
/proc/28275/task/28284/stat : 28284 (SArTagnan) R 28272 28275 28018 0 -1 4202560 11696 0 0 0 596 2 0 0 25 0 8 0 803890430 732614656 106616 33554432000 4194304 4625164 140736868239104 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 48.07
Current children cumulated vsize (KiB) 715444

[startup+12.7007 s]
/proc/loadavg: 8.04 8.08 8.02 9/462 28285
/proc/meminfo: memFree=28523408/32951124 swapFree=41830676/67111528
[pid=28275] ppid=28272 vsize=792960 CPUtime=99.06 cores=0-7
/proc/28275/stat : 28275 (SArTagnan) R 28272 28275 28018 0 -1 4202496 453519 0 0 0 9840 66 0 0 25 0 8 0 803890397 811991040 140167 33554432000 4194304 4625164 140736868239104 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28275/statm: 198240 140167 348 106 0 193743 0
[pid=28275/tid=28277] ppid=28272 vsize=792960 CPUtime=12.35 cores=0-7
/proc/28275/task/28277/stat : 28277 (SArTagnan) R 28272 28275 28018 0 -1 4202560 13061 0 0 0 1234 1 0 0 25 0 8 0 803890430 811991040 140167 33554432000 4194304 4625164 140736868239104 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28275/tid=28278] ppid=28272 vsize=792960 CPUtime=12.34 cores=0-7
/proc/28275/task/28278/stat : 28278 (SArTagnan) R 28272 28275 28018 0 -1 4202560 13881 0 0 0 1231 3 0 0 25 0 8 0 803890430 811991040 140167 33554432000 4194304 4625164 140736868239104 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28275/tid=28279] ppid=28272 vsize=792960 CPUtime=12.19 cores=0-7
/proc/28275/task/28279/stat : 28279 (SArTagnan) R 28272 28275 28018 0 -1 4202560 310096 0 0 0 1177 42 0 0 25 0 8 0 803890430 811991040 140167 33554432000 4194304 4625164 140736868239104 18446744073709551615 4547221 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28275/tid=28281] ppid=28272 vsize=792960 CPUtime=12.35 cores=0-7
/proc/28275/task/28281/stat : 28281 (SArTagnan) R 28272 28275 28018 0 -1 4202560 12705 0 0 0 1233 2 0 0 25 0 8 0 803890430 811991040 140167 33554432000 4194304 4625164 140736868239104 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28275/tid=28282] ppid=28272 vsize=792960 CPUtime=12.36 cores=0-7
/proc/28275/task/28282/stat : 28282 (SArTagnan) R 28272 28275 28018 0 -1 4202560 14310 0 0 0 1233 3 0 0 25 0 8 0 803890430 811991040 140167 33554432000 4194304 4625164 140736868239104 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28275/tid=28283] ppid=28272 vsize=792960 CPUtime=12.36 cores=0-7
/proc/28275/task/28283/stat : 28283 (SArTagnan) R 28272 28275 28018 0 -1 4202560 14142 0 0 0 1233 3 0 0 25 0 8 0 803890430 811991040 140167 33554432000 4194304 4625164 140736868239104 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28275/tid=28284] ppid=28272 vsize=792960 CPUtime=12.36 cores=0-7
/proc/28275/task/28284/stat : 28284 (SArTagnan) R 28272 28275 28018 0 -1 4202560 12885 0 0 0 1234 2 0 0 25 0 8 0 803890430 811991040 140167 33554432000 4194304 4625164 140736868239104 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 99.06
Current children cumulated vsize (KiB) 792960

[startup+25.5014 s]
/proc/loadavg: 8.03 8.08 8.02 9/462 28285
/proc/meminfo: memFree=28264848/32951124 swapFree=41830676/67111528
[pid=28275] ppid=28272 vsize=1118268 CPUtime=201.26 cores=0-7
/proc/28275/stat : 28275 (SArTagnan) R 28272 28275 28018 0 -1 4202496 783295 0 0 0 20014 112 0 0 25 0 8 0 803890397 1145106432 199537 33554432000 4194304 4625164 140736868239104 18446744073709551615 4337104 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28275/statm: 279567 199537 348 106 0 275070 0
[pid=28275/tid=28277] ppid=28272 vsize=1118268 CPUtime=25.16 cores=0-7
/proc/28275/task/28277/stat : 28277 (SArTagnan) R 28272 28275 28018 0 -1 4202560 22130 0 0 0 2513 3 0 0 25 0 8 0 803890430 1145106432 199537 33554432000 4194304 4625164 140736868239104 18446744073709551615 4352007 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28275/tid=28278] ppid=28272 vsize=1118268 CPUtime=25.13 cores=0-7
/proc/28275/task/28278/stat : 28278 (SArTagnan) R 28272 28275 28018 0 -1 4202560 23870 0 0 0 2509 4 0 0 25 0 8 0 803890430 1145106432 199537 33554432000 4194304 4625164 140736868239104 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28275/tid=28279] ppid=28272 vsize=1118268 CPUtime=24.79 cores=0-7
/proc/28275/task/28279/stat : 28279 (SArTagnan) R 28272 28275 28018 0 -1 4202560 580201 0 0 0 2402 77 0 0 25 0 8 0 803890430 1145106432 199537 33554432000 4194304 4625164 140736868239104 18446744073709551615 4579376 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28275/tid=28281] ppid=28272 vsize=1118268 CPUtime=25.15 cores=0-7
/proc/28275/task/28281/stat : 28281 (SArTagnan) R 28272 28275 28018 0 -1 4202560 21761 0 0 0 2512 3 0 0 25 0 8 0 803890430 1145106432 199537 33554432000 4194304 4625164 140736868239104 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28275/tid=28282] ppid=28272 vsize=1118268 CPUtime=25.16 cores=0-7
/proc/28275/task/28282/stat : 28282 (SArTagnan) R 28272 28275 28018 0 -1 4202560 24505 0 0 0 2511 5 0 0 25 0 8 0 803890430 1145106432 199537 33554432000 4194304 4625164 140736868239104 18446744073709551615 4348821 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28275/tid=28283] ppid=28272 vsize=1118268 CPUtime=25.15 cores=0-7
/proc/28275/task/28283/stat : 28283 (SArTagnan) R 28272 28275 28018 0 -1 4202560 23378 0 0 0 2510 5 0 0 25 0 8 0 803890430 1145106432 199537 33554432000 4194304 4625164 140736868239104 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28275/tid=28284] ppid=28272 vsize=1118268 CPUtime=25.16 cores=0-7
/proc/28275/task/28284/stat : 28284 (SArTagnan) R 28272 28275 28018 0 -1 4202560 21939 0 0 0 2513 3 0 0 25 0 8 0 803890430 1145106432 199537 33554432000 4194304 4625164 140736868239104 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 201.26
Current children cumulated vsize (KiB) 1118268

[startup+51.1008 s]
/proc/loadavg: 8.02 8.07 8.01 9/462 28286
/proc/meminfo: memFree=27880548/32951124 swapFree=41830676/67111528
[pid=28275] ppid=28272 vsize=1597276 CPUtime=405.66 cores=0-7
/proc/28275/stat : 28275 (SArTagnan) R 28272 28275 28018 0 -1 4202496 1355012 0 0 0 40372 194 0 0 25 0 8 0 803890397 1635610624 296989 33554432000 4194304 4625164 140736868239104 18446744073709551615 4396545 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28275/statm: 399319 296989 348 106 0 394822 0
[pid=28275/tid=28277] ppid=28272 vsize=1597276 CPUtime=50.76 cores=0-7
/proc/28275/task/28277/stat : 28277 (SArTagnan) R 28272 28275 28018 0 -1 4202560 35902 0 0 0 5070 6 0 0 25 0 8 0 803890430 1635610624 296989 33554432000 4194304 4625164 140736868239104 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28275/tid=28278] ppid=28272 vsize=1597276 CPUtime=50.74 cores=0-7
/proc/28275/task/28278/stat : 28278 (SArTagnan) R 28272 28275 28018 0 -1 4202560 43903 0 0 0 5065 9 0 0 25 0 8 0 803890430 1635610624 296989 33554432000 4194304 4625164 140736868239104 18446744073709551615 4339646 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28275/tid=28279] ppid=28272 vsize=1597276 CPUtime=50.01 cores=0-7
/proc/28275/task/28279/stat : 28279 (SArTagnan) R 28272 28275 28018 0 -1 4202560 1047006 0 0 0 4860 141 0 0 25 0 8 0 803890430 1635610624 296989 33554432000 4194304 4625164 140736868239104 18446744073709551615 4547614 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28275/tid=28281] ppid=28272 vsize=1597276 CPUtime=50.75 cores=0-7
/proc/28275/task/28281/stat : 28281 (SArTagnan) R 28272 28275 28018 0 -1 4202560 36226 0 0 0 5071 4 0 0 25 0 8 0 803890430 1635610624 296989 33554432000 4194304 4625164 140736868239104 18446744073709551615 4339639 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28275/tid=28282] ppid=28272 vsize=1597276 CPUtime=50.75 cores=0-7
/proc/28275/task/28282/stat : 28282 (SArTagnan) R 28272 28275 28018 0 -1 4202560 43029 0 0 0 5067 8 0 0 25 0 8 0 803890430 1635610624 296989 33554432000 4194304 4625164 140736868239104 18446744073709551615 228122375201 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28275/tid=28283] ppid=28272 vsize=1597276 CPUtime=50.75 cores=0-7
/proc/28275/task/28283/stat : 28283 (SArTagnan) R 28272 28275 28018 0 -1 4202560 41923 0 0 0 5067 8 0 0 25 0 8 0 803890430 1635610624 296989 33554432000 4194304 4625164 140736868239104 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28275/tid=28284] ppid=28272 vsize=1597276 CPUtime=50.75 cores=0-7
/proc/28275/task/28284/stat : 28284 (SArTagnan) R 28272 28275 28018 0 -1 4202560 35472 0 0 0 5069 6 0 0 25 0 8 0 803890430 1635610624 296989 33554432000 4194304 4625164 140736868239104 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 405.66
Current children cumulated vsize (KiB) 1597276

[startup+102.301 s]
/proc/loadavg: 8.01 8.05 8.01 9/462 28287
/proc/meminfo: memFree=27233704/32951124 swapFree=41830676/67111528
[pid=28275] ppid=28272 vsize=2236480 CPUtime=814.48 cores=0-7
/proc/28275/stat : 28275 (SArTagnan) R 28272 28275 28018 0 -1 4202496 2314721 0 0 0 81113 335 0 0 25 0 8 0 803890397 2290155520 456847 33554432000 4194304 4625164 140736868239104 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28275/statm: 559120 456847 348 106 0 554623 0
[pid=28275/tid=28277] ppid=28272 vsize=2236480 CPUtime=101.95 cores=0-7
/proc/28275/task/28277/stat : 28277 (SArTagnan) R 28272 28275 28018 0 -1 4202560 63554 0 0 0 10185 10 0 0 25 0 8 0 803890430 2290155520 456847 33554432000 4194304 4625164 140736868239104 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28275/tid=28278] ppid=28272 vsize=2236480 CPUtime=101.93 cores=0-7
/proc/28275/task/28278/stat : 28278 (SArTagnan) R 28272 28275 28018 0 -1 4202560 53317 0 0 0 10182 11 0 0 25 0 8 0 803890430 2290155520 456847 33554432000 4194304 4625164 140736868239104 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28275/tid=28279] ppid=28272 vsize=2236480 CPUtime=100.44 cores=0-7
/proc/28275/task/28279/stat : 28279 (SArTagnan) R 28272 28275 28018 0 -1 4202560 1844851 0 0 0 9793 251 0 0 25 0 8 0 803890430 2290155520 456847 33554432000 4194304 4625164 140736868239104 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0

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

Current children cumulated vsize (KiB) 8956348

[startup+4722.3 s]
/proc/loadavg: 8.13 8.08 8.01 9/462 28430
/proc/meminfo: memFree=21107072/32951124 swapFree=41830676/67111528
[pid=28275] ppid=28272 vsize=9021884 CPUtime=37701.6 cores=0-7
/proc/28275/stat : 28275 (SArTagnan) R 28272 28275 28018 0 -1 4202496 33092647 0 0 0 3764125 6037 0 0 25 0 8 0 803890397 9238409216 1982669 33554432000 4194304 4625164 140736868239104 18446744073709551615 4519388 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28275/statm: 2255471 1982669 348 106 0 2250974 0
[pid=28275/tid=28277] ppid=28272 vsize=9021884 CPUtime=4722.03 cores=0-7
/proc/28275/task/28277/stat : 28277 (SArTagnan) R 28272 28275 28018 0 -1 4202560 354016 0 0 0 472127 76 0 0 25 0 8 0 803890430 9238409216 1982669 33554432000 4194304 4625164 140736868239104 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28275/tid=28278] ppid=28272 vsize=9021884 CPUtime=4722.05 cores=0-7
/proc/28275/task/28278/stat : 28278 (SArTagnan) R 28272 28275 28018 0 -1 4202560 89367 0 0 0 472183 22 0 0 25 0 8 0 803890430 9238409216 1982669 33554432000 4194304 4625164 140736868239104 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28275/tid=28279] ppid=28272 vsize=9021884 CPUtime=4648.98 cores=0-7
/proc/28275/task/28279/stat : 28279 (SArTagnan) R 28272 28275 28018 0 -1 4202560 30045123 0 0 0 459509 5389 0 0 25 0 8 0 803890430 9238409216 1982669 33554432000 4194304 4625164 140736868239104 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28275/tid=28281] ppid=28272 vsize=9021884 CPUtime=4722.08 cores=0-7
/proc/28275/task/28281/stat : 28281 (SArTagnan) R 28272 28275 28018 0 -1 4202560 345802 0 0 0 472140 68 0 0 25 0 8 0 803890430 9238409216 1982669 33554432000 4194304 4625164 140736868239104 18446744073709551615 4330776 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28275/tid=28282] ppid=28272 vsize=9021884 CPUtime=4721.93 cores=0-7
/proc/28275/task/28282/stat : 28282 (SArTagnan) R 28272 28275 28018 0 -1 4202560 112822 0 0 0 472166 27 0 0 25 0 8 0 803890430 9238409216 1982669 33554432000 4194304 4625164 140736868239104 18446744073709551615 4329721 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28275/tid=28283] ppid=28272 vsize=9021884 CPUtime=4721.94 cores=0-7
/proc/28275/task/28283/stat : 28283 (SArTagnan) R 28272 28275 28018 0 -1 4202560 165583 0 0 0 472146 48 0 0 25 0 8 0 803890430 9238409216 1982669 33554432000 4194304 4625164 140736868239104 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28275/tid=28284] ppid=28272 vsize=9021884 CPUtime=4720.87 cores=0-7
/proc/28275/task/28284/stat : 28284 (SArTagnan) R 28272 28275 28018 0 -1 4202560 350252 0 0 0 472014 73 0 0 25 0 8 0 803890430 9238409216 1982669 33554432000 4194304 4625164 140736868239104 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 37701.6
Current children cumulated vsize (KiB) 9021884

[startup+4782.3 s]
/proc/loadavg: 8.13 8.09 8.01 9/462 28433
/proc/meminfo: memFree=21081732/32951124 swapFree=41830676/67111528
[pid=28275] ppid=28272 vsize=9021884 CPUtime=38180.7 cores=0-7
/proc/28275/stat : 28275 (SArTagnan) R 28272 28275 28018 0 -1 4202496 33299685 0 0 0 3811988 6083 0 0 25 0 8 0 803890397 9238409216 1990437 33554432000 4194304 4625164 140736868239104 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28275/statm: 2255471 1990437 360 106 0 2250974 0
[pid=28275/tid=28277] ppid=28272 vsize=9021884 CPUtime=4782.03 cores=0-7
/proc/28275/task/28277/stat : 28277 (SArTagnan) R 28272 28275 28018 0 -1 4202560 354035 0 0 0 478127 76 0 0 25 0 8 0 803890430 9238409216 1990437 33554432000 4194304 4625164 140736868239104 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28275/tid=28278] ppid=28272 vsize=9021884 CPUtime=4782.05 cores=0-7
/proc/28275/task/28278/stat : 28278 (SArTagnan) R 28272 28275 28018 0 -1 4202560 89401 0 0 0 478183 22 0 0 25 0 8 0 803890430 9238409216 1990437 33554432000 4194304 4625164 140736868239104 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28275/tid=28279] ppid=28272 vsize=9021884 CPUtime=4708.06 cores=0-7
/proc/28275/task/28279/stat : 28279 (SArTagnan) R 28272 28275 28018 0 -1 4202560 30251747 0 0 0 465372 5434 0 0 25 0 8 0 803890430 9238409216 1990437 33554432000 4194304 4625164 140736868239104 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28275/tid=28281] ppid=28272 vsize=9021884 CPUtime=4782.08 cores=0-7
/proc/28275/task/28281/stat : 28281 (SArTagnan) R 28272 28275 28018 0 -1 4202560 345822 0 0 0 478140 68 0 0 25 0 8 0 803890430 9238409216 1990437 33554432000 4194304 4625164 140736868239104 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28275/tid=28282] ppid=28272 vsize=9021884 CPUtime=4781.93 cores=0-7
/proc/28275/task/28282/stat : 28282 (SArTagnan) R 28272 28275 28018 0 -1 4202560 112857 0 0 0 478166 27 0 0 25 0 8 0 803890430 9238409216 1990437 33554432000 4194304 4625164 140736868239104 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28275/tid=28283] ppid=28272 vsize=9021884 CPUtime=4781.94 cores=0-7
/proc/28275/task/28283/stat : 28283 (SArTagnan) R 28272 28275 28018 0 -1 4202560 165614 0 0 0 478146 48 0 0 25 0 8 0 803890430 9238409216 1990437 33554432000 4194304 4625164 140736868239104 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28275/tid=28284] ppid=28272 vsize=9021884 CPUtime=4780.85 cores=0-7
/proc/28275/task/28284/stat : 28284 (SArTagnan) R 28272 28275 28018 0 -1 4202560 350272 0 0 0 478012 73 0 0 25 0 8 0 803890430 9238409216 1990437 33554432000 4194304 4625164 140736868239104 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38180.7
Current children cumulated vsize (KiB) 9021884

[startup+4842.3 s]
/proc/loadavg: 8.08 8.08 8.01 9/462 28434
/proc/meminfo: memFree=21054412/32951124 swapFree=41830676/67111528
[pid=28275] ppid=28272 vsize=9087420 CPUtime=38659.8 cores=0-7
/proc/28275/stat : 28275 (SArTagnan) R 28272 28275 28018 0 -1 4202496 33512126 0 0 0 3859850 6125 0 0 25 0 8 0 803890397 9305518080 1997147 33554432000 4194304 4625164 140736868239104 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28275/statm: 2271855 1997147 355 106 0 2267358 0
[pid=28275/tid=28277] ppid=28272 vsize=9087420 CPUtime=4842.03 cores=0-7
/proc/28275/task/28277/stat : 28277 (SArTagnan) R 28272 28275 28018 0 -1 4202560 354056 0 0 0 484127 76 0 0 25 0 8 0 803890430 9305518080 1997147 33554432000 4194304 4625164 140736868239104 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28275/tid=28278] ppid=28272 vsize=9087420 CPUtime=4842.05 cores=0-7
/proc/28275/task/28278/stat : 28278 (SArTagnan) R 28272 28275 28018 0 -1 4202560 89429 0 0 0 484183 22 0 0 25 0 8 0 803890430 9305518080 1997147 33554432000 4194304 4625164 140736868239104 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28275/tid=28279] ppid=28272 vsize=9087420 CPUtime=4767.12 cores=0-7
/proc/28275/task/28279/stat : 28279 (SArTagnan) R 28272 28275 28018 0 -1 4202560 30463538 0 0 0 471235 5477 0 0 25 0 8 0 803890430 9305518080 1997147 33554432000 4194304 4625164 140736868239104 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28275/tid=28281] ppid=28272 vsize=9087420 CPUtime=4842.08 cores=0-7
/proc/28275/task/28281/stat : 28281 (SArTagnan) R 28272 28275 28018 0 -1 4202560 345842 0 0 0 484140 68 0 0 25 0 8 0 803890430 9305518080 1997147 33554432000 4194304 4625164 140736868239104 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28275/tid=28282] ppid=28272 vsize=9087420 CPUtime=4841.93 cores=0-7
/proc/28275/task/28282/stat : 28282 (SArTagnan) R 28272 28275 28018 0 -1 4202560 112918 0 0 0 484166 27 0 0 25 0 8 0 803890430 9305518080 1997147 33554432000 4194304 4625164 140736868239104 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28275/tid=28283] ppid=28272 vsize=9087420 CPUtime=4841.93 cores=0-7
/proc/28275/task/28283/stat : 28283 (SArTagnan) R 28272 28275 28018 0 -1 4202560 165647 0 0 0 484145 48 0 0 25 0 8 0 803890430 9305518080 1997147 33554432000 4194304 4625164 140736868239104 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28275/tid=28284] ppid=28272 vsize=9087420 CPUtime=4840.83 cores=0-7
/proc/28275/task/28284/stat : 28284 (SArTagnan) R 28272 28275 28018 0 -1 4202560 350294 0 0 0 484010 73 0 0 25 0 8 0 803890430 9305518080 1997147 33554432000 4194304 4625164 140736868239104 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38659.8
Current children cumulated vsize (KiB) 9087420

[startup+4902.3 s]
/proc/loadavg: 8.03 8.07 8.01 9/462 28436
/proc/meminfo: memFree=21032176/32951124 swapFree=41830676/67111528
[pid=28275] ppid=28272 vsize=9087420 CPUtime=39138.8 cores=0-7
/proc/28275/stat : 28275 (SArTagnan) R 28272 28275 28018 0 -1 4202496 33760738 0 0 0 3907710 6174 0 0 25 0 8 0 803890397 9305518080 2004145 33554432000 4194304 4625164 140736868239104 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28275/statm: 2271855 2004145 358 106 0 2267358 0
[pid=28275/tid=28277] ppid=28272 vsize=9087420 CPUtime=4902.03 cores=0-7
/proc/28275/task/28277/stat : 28277 (SArTagnan) R 28272 28275 28018 0 -1 4202560 354076 0 0 0 490127 76 0 0 25 0 8 0 803890430 9305518080 2004145 33554432000 4194304 4625164 140736868239104 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28275/tid=28278] ppid=28272 vsize=9087420 CPUtime=4902.05 cores=0-7
/proc/28275/task/28278/stat : 28278 (SArTagnan) R 28272 28275 28018 0 -1 4202560 89475 0 0 0 490183 22 0 0 25 0 8 0 803890430 9305518080 2004145 33554432000 4194304 4625164 140736868239104 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28275/tid=28279] ppid=28272 vsize=9087420 CPUtime=4826.21 cores=0-7
/proc/28275/task/28279/stat : 28279 (SArTagnan) R 28272 28275 28018 0 -1 4202560 30711338 0 0 0 477096 5525 0 0 25 0 8 0 803890430 9305518080 2004145 33554432000 4194304 4625164 140736868239104 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28275/tid=28281] ppid=28272 vsize=9087420 CPUtime=4902.08 cores=0-7
/proc/28275/task/28281/stat : 28281 (SArTagnan) R 28272 28275 28018 0 -1 4202560 345861 0 0 0 490140 68 0 0 25 0 8 0 803890430 9305518080 2004145 33554432000 4194304 4625164 140736868239104 18446744073709551615 4330825 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28275/tid=28282] ppid=28272 vsize=9087420 CPUtime=4901.93 cores=0-7
/proc/28275/task/28282/stat : 28282 (SArTagnan) R 28272 28275 28018 0 -1 4202560 113012 0 0 0 490166 27 0 0 25 0 8 0 803890430 9305518080 2004145 33554432000 4194304 4625164 140736868239104 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28275/tid=28283] ppid=28272 vsize=9087420 CPUtime=4901.93 cores=0-7
/proc/28275/task/28283/stat : 28283 (SArTagnan) R 28272 28275 28018 0 -1 4202560 165676 0 0 0 490145 48 0 0 25 0 8 0 803890430 9305518080 2004145 33554432000 4194304 4625164 140736868239104 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28275/tid=28284] ppid=28272 vsize=9087420 CPUtime=4900.82 cores=0-7
/proc/28275/task/28284/stat : 28284 (SArTagnan) R 28272 28275 28018 0 -1 4202560 350313 0 0 0 490009 73 0 0 25 0 8 0 803890430 9305518080 2004145 33554432000 4194304 4625164 140736868239104 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39138.8
Current children cumulated vsize (KiB) 9087420

[startup+4962.3 s]
/proc/loadavg: 8.01 8.05 8.00 9/462 28438
/proc/meminfo: memFree=21001996/32951124 swapFree=41830676/67111528
[pid=28275] ppid=28272 vsize=9087420 CPUtime=39617.9 cores=0-7
/proc/28275/stat : 28275 (SArTagnan) R 28272 28275 28018 0 -1 4202496 34104677 0 0 0 3955551 6239 0 0 25 0 8 0 803890397 9305518080 2010224 33554432000 4194304 4625164 140736868239104 18446744073709551615 4393080 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28275/statm: 2271855 2010224 356 106 0 2267358 0
[pid=28275/tid=28277] ppid=28272 vsize=9087420 CPUtime=4962.04 cores=0-7
/proc/28275/task/28277/stat : 28277 (SArTagnan) R 28272 28275 28018 0 -1 4202560 354101 0 0 0 496128 76 0 0 25 0 8 0 803890430 9305518080 2010224 33554432000 4194304 4625164 140736868239104 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28275/tid=28278] ppid=28272 vsize=9087420 CPUtime=4962.05 cores=0-7
/proc/28275/task/28278/stat : 28278 (SArTagnan) R 28272 28275 28018 0 -1 4202560 89522 0 0 0 496183 22 0 0 25 0 8 0 803890430 9305518080 2010224 33554432000 4194304 4625164 140736868239104 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28275/tid=28279] ppid=28272 vsize=9087420 CPUtime=4885.27 cores=0-7
/proc/28275/task/28279/stat : 28279 (SArTagnan) R 28272 28275 28018 0 -1 4202560 31055024 0 0 0 482937 5590 0 0 25 0 8 0 803890430 9305518080 2010224 33554432000 4194304 4625164 140736868239104 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28275/tid=28281] ppid=28272 vsize=9087420 CPUtime=4962.08 cores=0-7
/proc/28275/task/28281/stat : 28281 (SArTagnan) R 28272 28275 28018 0 -1 4202560 345881 0 0 0 496140 68 0 0 25 0 8 0 803890430 9305518080 2010224 33554432000 4194304 4625164 140736868239104 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28275/tid=28282] ppid=28272 vsize=9087420 CPUtime=4961.93 cores=0-7
/proc/28275/task/28282/stat : 28282 (SArTagnan) R 28272 28275 28018 0 -1 4202560 113050 0 0 0 496166 27 0 0 25 0 8 0 803890430 9305518080 2010224 33554432000 4194304 4625164 140736868239104 18446744073709551615 4329391 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28275/tid=28283] ppid=28272 vsize=9087420 CPUtime=4961.93 cores=0-7
/proc/28275/task/28283/stat : 28283 (SArTagnan) R 28272 28275 28018 0 -1 4202560 165699 0 0 0 496145 48 0 0 25 0 8 0 803890430 9305518080 2010224 33554432000 4194304 4625164 140736868239104 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28275/tid=28284] ppid=28272 vsize=9087420 CPUtime=4960.81 cores=0-7
/proc/28275/task/28284/stat : 28284 (SArTagnan) R 28272 28275 28018 0 -1 4202560 350340 0 0 0 496008 73 0 0 25 0 8 0 803890430 9305518080 2010224 33554432000 4194304 4625164 140736868239104 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39617.9
Current children cumulated vsize (KiB) 9087420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5010.2 s]
/proc/loadavg: 8.04 8.06 8.00 10/462 28439
/proc/meminfo: memFree=20980500/32951124 swapFree=41830676/67111528
[pid=28275] ppid=28272 vsize=9087420 CPUtime=40000.6 cores=0-7
/proc/28275/stat : 28275 (SArTagnan) R 28272 28275 28018 0 -1 4202496 34372802 0 0 0 3993766 6294 0 0 25 0 8 0 803890397 9305518080 2015534 33554432000 4194304 4625164 140736868239104 18446744073709551615 4512054 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28275/statm: 2271855 2015534 359 106 0 2267358 0
[pid=28275/tid=28277] ppid=28272 vsize=9087420 CPUtime=5009.97 cores=0-7
/proc/28275/task/28277/stat : 28277 (SArTagnan) R 28272 28275 28018 0 -1 4202560 354118 0 0 0 500921 76 0 0 25 0 8 0 803890430 9305518080 2015534 33554432000 4194304 4625164 140736868239104 18446744073709551615 4330776 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28275/tid=28278] ppid=28272 vsize=9087420 CPUtime=5009.99 cores=0-7
/proc/28275/task/28278/stat : 28278 (SArTagnan) R 28272 28275 28018 0 -1 4202560 89562 0 0 0 500977 22 0 0 25 0 8 0 803890430 9305518080 2015534 33554432000 4194304 4625164 140736868239104 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28275/tid=28279] ppid=28272 vsize=9087420 CPUtime=4932.44 cores=0-7
/proc/28275/task/28279/stat : 28279 (SArTagnan) R 28272 28275 28018 0 -1 4202560 31322692 0 0 0 487599 5645 0 0 25 0 8 0 803890430 9305518080 2015534 33554432000 4194304 4625164 140736868239104 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28275/tid=28281] ppid=28272 vsize=9087420 CPUtime=5010.02 cores=0-7
/proc/28275/task/28281/stat : 28281 (SArTagnan) R 28272 28275 28018 0 -1 4202560 345897 0 0 0 500934 68 0 0 25 0 8 0 803890430 9305518080 2015534 33554432000 4194304 4625164 140736868239104 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28275/tid=28282] ppid=28272 vsize=9087420 CPUtime=5009.87 cores=0-7
/proc/28275/task/28282/stat : 28282 (SArTagnan) R 28272 28275 28018 0 -1 4202560 113089 0 0 0 500960 27 0 0 25 0 8 0 803890430 9305518080 2015534 33554432000 4194304 4625164 140736868239104 18446744073709551615 4460412 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28275/tid=28283] ppid=28272 vsize=9087420 CPUtime=5009.87 cores=0-7
/proc/28275/task/28283/stat : 28283 (SArTagnan) R 28272 28275 28018 0 -1 4202560 165715 0 0 0 500939 48 0 0 25 0 8 0 803890430 9305518080 2015534 33554432000 4194304 4625164 140736868239104 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28275/tid=28284] ppid=28272 vsize=9087420 CPUtime=5008.74 cores=0-7
/proc/28275/task/28284/stat : 28284 (SArTagnan) R 28272 28275 28018 0 -1 4202560 350357 0 0 0 500801 73 0 0 25 0 8 0 803890430 9305518080 2015534 33554432000 4194304 4625164 140736868239104 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 9087420

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

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

[startup+5010.34 s]
/proc/loadavg: 8.04 8.06 8.00 10/462 28439
/proc/meminfo: memFree=20980500/32951124 swapFree=41830676/67111528
[pid=28275] ppid=28272 vsize=0 CPUtime=40000.8 cores=0-7
/proc/28275/stat : 28275 (SArTagnan) Z 28272 28275 28018 0 -1 4203548 34372802 0 0 0 3993771 6304 0 0 25 0 2 0 803890397 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28275/statm: 0 0 0 0 0 0 0
[pid=28275/tid=28279] ppid=28272 vsize=0 CPUtime=4932.55 cores=0-7
/proc/28275/task/28279/stat : 28279 (SArTagnan) R 28272 28275 28018 0 -1 4203588 31322692 0 0 0 487600 5655 0 0 25 0 2 0 803890430 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40000.8
Current children cumulated vsize (KiB) 0

[startup+5010.5 s]
/proc/loadavg: 8.04 8.06 8.00 10/462 28439
/proc/meminfo: memFree=20980500/32951124 swapFree=41830676/67111528
[pid=28275] ppid=28272 vsize=0 CPUtime=40000.9 cores=0-7
/proc/28275/stat : 28275 (SArTagnan) Z 28272 28275 28018 0 -1 4203548 34372802 0 0 0 3993771 6320 0 0 25 0 2 0 803890397 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28275/statm: 0 0 0 0 0 0 0
[pid=28275/tid=28279] ppid=28272 vsize=0 CPUtime=4932.71 cores=0-7
/proc/28275/task/28279/stat : 28279 (SArTagnan) R 28272 28275 28018 0 -1 4203588 31322692 0 0 0 487600 5671 0 0 25 0 2 0 803890430 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40000.9
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5010.58
CPU time (s): 40001
CPU user time (s): 39937.7
CPU system time (s): 63.2814
CPU usage (%): 798.331
Max. virtual memory (cumulated for all children) (KiB): 9087420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39937.7
system time used= 63.2814
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34372802
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= 2683
involuntary context switches= 179252

runsolver used 20.4019 second user time and 57.1093 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-01 12:08:44
IDJOB=3438751
IDBENCH=83165
IDSOLVER=1936
FILE ID=node138/3438751-1306922924
RUNJOBID= node138-1306917911-28032
PBS_JOBID= 13488523
Free space on /tmp= 73632 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x33.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438751-1306922924/watcher-3438751-1306922924 -o /tmp/evaluation-result-3438751-1306922924/solver-3438751-1306922924 -C 40000 -W 5100 -M 31000  SArTagnan HOME/instance-3438751-1306922924.cnf -threads=8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= f7c29bbc3bef00d1e7cc799553ba4813
RANDOM SEED=1914141062

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:      29056896 kB
Buffers:        220260 kB
Cached:         777132 kB
SwapCached:      44536 kB
Active:        2013532 kB
Inactive:      1601680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29056896 kB
SwapTotal:    67111528 kB
SwapFree:     41830676 kB
Dirty:           10876 kB
Writeback:           0 kB
AnonPages:     2584136 kB
Mapped:          15352 kB
Slab:           113936 kB
PageTables:      92984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 130629624 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= 73632 MiB
End job on node138 at 2011-06-01 13:32:17