Trace number 3284897

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? (exit code) 2051.11 514.541

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
MD5SUMe44b288003a3eaf34673a2c0fb8c6f3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1226.02
Satisfiable
(Un)Satisfiability was proved
Number of variables131484
Number of clauses2120376
Sum of the clauses size4841016
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22046240
Number of clauses of size 35760
Number of clauses of size 426640
Number of clauses of size 511520
Number of clauses of size over 529520

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

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

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


[startup+0 s]
/proc/loadavg: 7.78 7.94 7.24 5/180 29204
/proc/meminfo: memFree=15054832/32950928 swapFree=67111528/67111528
[pid=29204] ppid=29202 vsize=20548 CPUtime=0 cores=1,3,5,7
/proc/29204/stat : 29204 (SArTagnan) R 29202 29204 28847 0 -1 4202496 881 0 0 0 0 0 0 0 24 0 1 0 517721490 21041152 819 33554432000 4194304 4623224 140735067180240 18446744073709551615 4315013 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29204/statm: 5137 820 290 105 0 641 0

[startup+0.099239 s]
/proc/loadavg: 7.78 7.94 7.24 5/180 29204
/proc/meminfo: memFree=15054832/32950928 swapFree=67111528/67111528
[pid=29204] ppid=29202 vsize=80168 CPUtime=0.09 cores=1,3,5,7
/proc/29204/stat : 29204 (SArTagnan) R 29202 29204 28847 0 -1 4202496 3330 0 0 0 8 1 0 0 24 0 1 0 517721490 82092032 3007 33554432000 4194304 4623224 140735067180240 18446744073709551615 268272307764 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29204/statm: 20042 3008 301 105 0 15546 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 80168

[startup+0.100238 s]
/proc/loadavg: 7.78 7.94 7.24 5/180 29204
/proc/meminfo: memFree=15054832/32950928 swapFree=67111528/67111528
[pid=29204] ppid=29202 vsize=80492 CPUtime=0.09 cores=1,3,5,7
/proc/29204/stat : 29204 (SArTagnan) R 29202 29204 28847 0 -1 4202496 3500 0 0 0 8 1 0 0 24 0 1 0 517721490 82423808 3014 33554432000 4194304 4623224 140735067180240 18446744073709551615 4367380 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29204/statm: 20123 3014 301 105 0 15627 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 80492

[startup+0.300206 s]
/proc/loadavg: 7.78 7.94 7.24 5/180 29204
/proc/meminfo: memFree=15054832/32950928 swapFree=67111528/67111528
[pid=29204] ppid=29202 vsize=102712 CPUtime=0.29 cores=1,3,5,7
/proc/29204/stat : 29204 (SArTagnan) R 29202 29204 28847 0 -1 4202496 11446 0 0 0 27 2 0 0 25 0 1 0 517721490 105177088 7742 33554432000 4194304 4623224 140735067180240 18446744073709551615 268272386517 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29204/statm: 25678 7763 301 105 0 21182 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 102712

[startup+0.700138 s]
/proc/loadavg: 7.78 7.94 7.24 5/180 29204
/proc/meminfo: memFree=15054832/32950928 swapFree=67111528/67111528
[pid=29204] ppid=29202 vsize=186996 CPUtime=0.69 cores=1,3,5,7
/proc/29204/stat : 29204 (SArTagnan) R 29202 29204 28847 0 -1 4202496 37468 0 0 0 64 5 0 0 25 0 1 0 517721490 191483904 24930 33554432000 4194304 4623224 140735067180240 18446744073709551615 268272386517 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29204/statm: 46749 24955 303 105 0 42253 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 186996

[startup+1.501 s]
/proc/loadavg: 7.78 7.94 7.24 9/184 29208
/proc/meminfo: memFree=14901544/32950928 swapFree=67111528/67111528
[pid=29204] ppid=29202 vsize=461372 CPUtime=3.83 cores=1,3,5,7
/proc/29204/stat : 29204 (SArTagnan) R 29202 29204 28847 0 -1 4202496 55347 0 0 0 376 7 0 0 25 0 4 0 517721490 472444928 41642 33554432000 4194304 4623224 140735067180240 18446744073709551615 4412783 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29204/statm: 115343 41642 335 105 0 110847 0
[pid=29204/tid=29206] ppid=29202 vsize=461372 CPUtime=0.78 cores=1,3,5,7
/proc/29204/task/29206/stat : 29206 (SArTagnan) R 29202 29204 28847 0 -1 4202560 732 0 0 0 78 0 0 0 25 0 4 0 517721562 472444928 41642 33554432000 4194304 4623224 140735067180240 18446744073709551615 4485126 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29204/tid=29207] ppid=29202 vsize=461372 CPUtime=0.77 cores=1,3,5,7
/proc/29204/task/29207/stat : 29207 (SArTagnan) R 29202 29204 28847 0 -1 4202560 1297 0 0 0 77 0 0 0 25 0 4 0 517721562 472444928 41642 33554432000 4194304 4623224 140735067180240 18446744073709551615 4377885 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29204/tid=29208] ppid=29202 vsize=461372 CPUtime=0.78 cores=1,3,5,7
/proc/29204/task/29208/stat : 29208 (SArTagnan) R 29202 29204 28847 0 -1 4202560 519 0 0 0 78 0 0 0 25 0 4 0 517721562 472444928 41642 33554432000 4194304 4623224 140735067180240 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 461372

[startup+3.10071 s]
/proc/loadavg: 7.79 7.94 7.24 9/184 29208
/proc/meminfo: memFree=14870788/32950928 swapFree=67111528/67111528
[pid=29204] ppid=29202 vsize=461372 CPUtime=10.23 cores=1,3,5,7
/proc/29204/stat : 29204 (SArTagnan) R 29202 29204 28847 0 -1 4202496 61421 0 0 0 1014 9 0 0 25 0 4 0 517721490 472444928 47509 33554432000 4194304 4623224 140735067180240 18446744073709551615 4412338 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29204/statm: 115343 47509 335 105 0 110847 0
[pid=29204/tid=29206] ppid=29202 vsize=461372 CPUtime=2.37 cores=1,3,5,7
/proc/29204/task/29206/stat : 29206 (SArTagnan) R 29202 29204 28847 0 -1 4202560 1343 0 0 0 237 0 0 0 25 0 4 0 517721562 472444928 47509 33554432000 4194304 4623224 140735067180240 18446744073709551615 4376492 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29204/tid=29207] ppid=29202 vsize=461372 CPUtime=2.36 cores=1,3,5,7
/proc/29204/task/29207/stat : 29207 (SArTagnan) R 29202 29204 28847 0 -1 4202560 1932 0 0 0 236 0 0 0 25 0 4 0 517721562 472444928 47510 33554432000 4194304 4623224 140735067180240 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29204/tid=29208] ppid=29202 vsize=461372 CPUtime=2.38 cores=1,3,5,7
/proc/29204/task/29208/stat : 29208 (SArTagnan) R 29202 29204 28847 0 -1 4202560 564 0 0 0 238 0 0 0 25 0 4 0 517721562 472444928 47510 33554432000 4194304 4623224 140735067180240 18446744073709551615 268272386130 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.23
Current children cumulated vsize (KiB) 461372

[startup+6.30114 s]
/proc/loadavg: 7.79 7.94 7.24 9/184 29208
/proc/meminfo: memFree=14836572/32950928 swapFree=67111528/67111528
[pid=29204] ppid=29202 vsize=486200 CPUtime=23.01 cores=1,3,5,7
/proc/29204/stat : 29204 (SArTagnan) R 29202 29204 28847 0 -1 4202496 75705 0 0 0 2289 12 0 0 25 0 4 0 517721490 497868800 55409 33554432000 4194304 4623224 140735067180240 18446744073709551615 4412432 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29204/statm: 121550 55409 340 105 0 117054 0
[pid=29204/tid=29206] ppid=29202 vsize=486200 CPUtime=5.57 cores=1,3,5,7
/proc/29204/task/29206/stat : 29206 (SArTagnan) R 29202 29204 28847 0 -1 4202560 4118 0 0 0 556 1 0 0 25 0 4 0 517721562 497868800 55409 33554432000 4194304 4623224 140735067180240 18446744073709551615 4291732 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29204/tid=29207] ppid=29202 vsize=486200 CPUtime=5.54 cores=1,3,5,7
/proc/29204/task/29207/stat : 29207 (SArTagnan) R 29202 29204 28847 0 -1 4202560 4171 0 0 0 553 1 0 0 25 0 4 0 517721562 497868800 55409 33554432000 4194304 4623224 140735067180240 18446744073709551615 4465875 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29204/tid=29208] ppid=29202 vsize=486200 CPUtime=5.58 cores=1,3,5,7
/proc/29204/task/29208/stat : 29208 (SArTagnan) R 29202 29204 28847 0 -1 4202560 658 0 0 0 558 0 0 0 25 0 4 0 517721562 497868800 55409 33554432000 4194304 4623224 140735067180240 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.01
Current children cumulated vsize (KiB) 486200

[startup+12.701 s]
/proc/loadavg: 7.90 7.96 7.26 9/184 29208
/proc/meminfo: memFree=14765100/32950928 swapFree=67111528/67111528
[pid=29204] ppid=29202 vsize=500428 CPUtime=48.57 cores=1,3,5,7
/proc/29204/stat : 29204 (SArTagnan) R 29202 29204 28847 0 -1 4202496 99412 0 0 0 4840 17 0 0 25 0 4 0 517721490 512438272 71646 33554432000 4194304 4623224 140735067180240 18446744073709551615 4412507 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29204/statm: 125107 71646 336 105 0 120611 0
[pid=29204/tid=29206] ppid=29202 vsize=500428 CPUtime=11.98 cores=1,3,5,7
/proc/29204/task/29206/stat : 29206 (SArTagnan) R 29202 29204 28847 0 -1 4202560 8069 0 0 0 1195 3 0 0 25 0 4 0 517721562 512438272 71646 33554432000 4194304 4623224 140735067180240 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29204/tid=29207] ppid=29202 vsize=500428 CPUtime=11.9 cores=1,3,5,7
/proc/29204/task/29207/stat : 29207 (SArTagnan) R 29202 29204 28847 0 -1 4202560 8625 0 0 0 1188 2 0 0 25 0 4 0 517721562 512438272 71646 33554432000 4194304 4623224 140735067180240 18446744073709551615 4463264 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29204/tid=29208] ppid=29202 vsize=500428 CPUtime=11.98 cores=1,3,5,7
/proc/29204/task/29208/stat : 29208 (SArTagnan) R 29202 29204 28847 0 -1 4202560 1097 0 0 0 1198 0 0 0 25 0 4 0 517721562 512438272 71646 33554432000 4194304 4623224 140735067180240 18446744073709551615 4552698 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 48.57
Current children cumulated vsize (KiB) 500428

[startup+25.5007 s]
/proc/loadavg: 7.91 7.96 7.27 9/184 29209
/proc/meminfo: memFree=14626844/32950928 swapFree=67111528/67111528
[pid=29204] ppid=29202 vsize=593248 CPUtime=99.69 cores=1,3,5,7
/proc/29204/stat : 29204 (SArTagnan) R 29202 29204 28847 0 -1 4202496 148451 0 0 0 9942 27 0 0 25 0 4 0 517721490 607485952 103383 33554432000 4194304 4623224 140735067180240 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29204/statm: 148312 103383 341 105 0 143816 0
[pid=29204/tid=29206] ppid=29202 vsize=593248 CPUtime=24.77 cores=1,3,5,7
/proc/29204/task/29206/stat : 29206 (SArTagnan) R 29202 29204 28847 0 -1 4202560 15226 0 0 0 2473 4 0 0 25 0 4 0 517721562 607485952 103383 33554432000 4194304 4623224 140735067180240 18446744073709551615 4377703 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29204/tid=29207] ppid=29202 vsize=593248 CPUtime=24.63 cores=1,3,5,7
/proc/29204/task/29207/stat : 29207 (SArTagnan) R 29202 29204 28847 0 -1 4202560 25887 0 0 0 2457 6 0 0 25 0 4 0 517721562 607485952 103383 33554432000 4194304 4623224 140735067180240 18446744073709551615 4317448 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29204/tid=29208] ppid=29202 vsize=593248 CPUtime=24.77 cores=1,3,5,7
/proc/29204/task/29208/stat : 29208 (SArTagnan) R 29202 29204 28847 0 -1 4202560 7011 0 0 0 2477 0 0 0 25 0 4 0 517721562 607485952 103383 33554432000 4194304 4623224 140735067180240 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 99.69
Current children cumulated vsize (KiB) 593248

[startup+51.1012 s]
/proc/loadavg: 8.01 7.98 7.29 9/184 29209
/proc/meminfo: memFree=14319992/32950928 swapFree=67111528/67111528
[pid=29204] ppid=29202 vsize=914576 CPUtime=201.96 cores=1,3,5,7
/proc/29204/stat : 29204 (SArTagnan) R 29202 29204 28847 0 -1 4202496 292009 0 0 0 20139 57 0 0 25 0 4 0 517721490 936525824 165282 33554432000 4194304 4623224 140735067180240 18446744073709551615 4412522 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29204/statm: 228644 165282 335 105 0 224148 0
[pid=29204/tid=29206] ppid=29202 vsize=914576 CPUtime=50.38 cores=1,3,5,7
/proc/29204/task/29206/stat : 29206 (SArTagnan) R 29202 29204 28847 0 -1 4202560 30729 0 0 0 5030 8 0 0 25 0 4 0 517721562 936525824 165282 33554432000 4194304 4623224 140735067180240 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29204/tid=29207] ppid=29202 vsize=914576 CPUtime=50.09 cores=1,3,5,7
/proc/29204/task/29207/stat : 29207 (SArTagnan) R 29202 29204 28847 0 -1 4202560 51506 0 0 0 4997 12 0 0 25 0 4 0 517721562 936525824 165282 33554432000 4194304 4623224 140735067180240 18446744073709551615 4462934 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29204/tid=29208] ppid=29202 vsize=914576 CPUtime=50.37 cores=1,3,5,7
/proc/29204/task/29208/stat : 29208 (SArTagnan) R 29202 29204 28847 0 -1 4202560 40549 0 0 0 5031 6 0 0 25 0 4 0 517721562 936525824 165282 33554432000 4194304 4623224 140735067180240 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 201.96
Current children cumulated vsize (KiB) 914576

[startup+102.307 s]
/proc/loadavg: 8.12 8.01 7.34 9/184 29211
/proc/meminfo: memFree=12696448/32950928 swapFree=67111528/67111528
[pid=29204] ppid=29202 vsize=2641788 CPUtime=406.41 cores=1,3,5,7
/proc/29204/stat : 29204 (SArTagnan) R 29202 29204 28847 0 -1 4202496 1244306 0 0 0 40428 213 0 0 25 0 4 0 517721490 2705190912 552847 33554432000 4194304 4623224 140735067180240 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29204/statm: 660447 552847 338 105 0 655951 0
[pid=29204/tid=29206] ppid=29202 vsize=2641788 CPUtime=101.54 cores=1,3,5,7
/proc/29204/task/29206/stat : 29206 (SArTagnan) R 29202 29204 28847 0 -1 4202560 63610 0 0 0 10138 16 0 0 20 0 4 0 517721562 2705190912 552847 33554432000 4194304 4623224 140735067180240 18446744073709551615 4357403 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29204/tid=29207] ppid=29202 vsize=2641788 CPUtime=100.99 cores=1,3,5,7
/proc/29204/task/29207/stat : 29207 (SArTagnan) R 29202 29204 28847 0 -1 4202560 99756 0 0 0 10077 22 0 0 25 0 4 0 517721562 2705190912 552847 33554432000 4194304 4623224 140735067180240 18446744073709551615 4278645 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29204/tid=29208] ppid=29202 vsize=2641788 CPUtime=101.56 cores=1,3,5,7
/proc/29204/task/29208/stat : 29208 (SArTagnan) R 29202 29204 28847 0 -1 4202560 152338 0 0 0 10133 23 0 0 20 0 4 0 517721562 2705190912 552847 33554432000 4194304 4623224 140735067180240 18446744073709551615 4376850 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 406.41
Current children cumulated vsize (KiB) 2641788

[startup+162.3 s]
/proc/loadavg: 8.08 8.02 7.38 9/184 29212
/proc/meminfo: memFree=12139640/32950928 swapFree=67111528/67111528
[pid=29204] ppid=29202 vsize=3354736 CPUtime=646.02 cores=1,3,5,7
/proc/29204/stat : 29204 (SArTagnan) R 29202 29204 28847 0 -1 4202496 1781226 0 0 0 64312 290 0 0 25 0 4 0 517721490 3435249664 681503 33554432000 4194304 4623224 140735067180240 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29204/statm: 838684 681503 370 105 0 834188 0
[pid=29204/tid=29206] ppid=29202 vsize=3354736 CPUtime=161.54 cores=1,3,5,7
/proc/29204/task/29206/stat : 29206 (SArTagnan) R 29202 29204 28847 0 -1 4202560 64010 0 0 0 16138 16 0 0 25 0 4 0 517721562 3435249664 681503 33554432000 4194304 4623224 140735067180240 18446744073709551615 4357622 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29204/tid=29207] ppid=29202 vsize=3354736 CPUtime=160.63 cores=1,3,5,7
/proc/29204/task/29207/stat : 29207 (SArTagnan) R 29202 29204 28847 0 -1 4202560 106204 0 0 0 16039 24 0 0 25 0 4 0 517721562 3435249664 681503 33554432000 4194304 4623224 140735067180240 18446744073709551615 4357622 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29204/tid=29208] ppid=29202 vsize=3354736 CPUtime=161.55 cores=1,3,5,7
/proc/29204/task/29208/stat : 29208 (SArTagnan) R 29202 29204 28847 0 -1 4202560 286369 0 0 0 16108 47 0 0 25 0 4 0 517721562 3435249664 681503 33554432000 4194304 4623224 140735067180240 18446744073709551615 4376579 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 646.02
Current children cumulated vsize (KiB) 3354736

[startup+222.301 s]
/proc/loadavg: 8.10 8.03 7.42 9/184 29214
/proc/meminfo: memFree=11962500/32950928 swapFree=67111528/67111528
[pid=29204] ppid=29202 vsize=3418288 CPUtime=885.71 cores=1,3,5,7
/proc/29204/stat : 29204 (SArTagnan) R 29202 29204 28847 0 -1 4202496 1881137 0 0 0 88265 306 0 0 25 0 4 0 517721490 3500326912 704874 33554432000 4194304 4623224 140735067180240 18446744073709551615 4507171 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29204/statm: 854572 704874 346 105 0 850076 0
[pid=29204/tid=29206] ppid=29202 vsize=3418288 CPUtime=221.54 cores=1,3,5,7
/proc/29204/task/29206/stat : 29206 (SArTagnan) R 29202 29204 28847 0 -1 4202560 64074 0 0 0 22138 16 0 0 25 0 4 0 517721562 3500326912 704874 33554432000 4194304 4623224 140735067180240 18446744073709551615 4357400 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29204/tid=29207] ppid=29202 vsize=3418288 CPUtime=220.3 cores=1,3,5,7
/proc/29204/task/29207/stat : 29207 (SArTagnan) R 29202 29204 28847 0 -1 4202560 106221 0 0 0 22006 24 0 0 25 0 4 0 517721562 3500326912 704874 33554432000 4194304 4623224 140735067180240 18446744073709551615 4357593 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29204/tid=29208] ppid=29202 vsize=3418288 CPUtime=221.55 cores=1,3,5,7
/proc/29204/task/29208/stat : 29208 (SArTagnan) R 29202 29204 28847 0 -1 4202560 339357 0 0 0 22100 55 0 0 25 0 4 0 517721562 3500326912 704874 33554432000 4194304 4623224 140735067180240 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 885.71
Current children cumulated vsize (KiB) 3418288

[startup+282.301 s]

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

[pid=29204] ppid=29202 vsize=3483824 CPUtime=1125.39 cores=1,3,5,7
/proc/29204/stat : 29204 (SArTagnan) R 29202 29204 28847 0 -1 4202496 2072222 0 0 0 112200 339 0 0 25 0 4 0 517721490 3567435776 716705 33554432000 4194304 4623224 140735067180240 18446744073709551615 4507171 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29204/statm: 870956 716705 346 105 0 866460 0
[pid=29204/tid=29206] ppid=29202 vsize=3483824 CPUtime=281.54 cores=1,3,5,7
/proc/29204/task/29206/stat : 29206 (SArTagnan) R 29202 29204 28847 0 -1 4202560 64120 0 0 0 28138 16 0 0 25 0 4 0 517721562 3567435776 716705 33554432000 4194304 4623224 140735067180240 18446744073709551615 4357400 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29204/tid=29207] ppid=29202 vsize=3483824 CPUtime=279.98 cores=1,3,5,7
/proc/29204/task/29207/stat : 29207 (SArTagnan) R 29202 29204 28847 0 -1 4202560 106251 0 0 0 27974 24 0 0 25 0 4 0 517721562 3567435776 716705 33554432000 4194304 4623224 140735067180240 18446744073709551615 4357410 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29204/tid=29208] ppid=29202 vsize=3483824 CPUtime=281.55 cores=1,3,5,7
/proc/29204/task/29208/stat : 29208 (SArTagnan) R 29202 29204 28847 0 -1 4202560 521108 0 0 0 28070 85 0 0 25 0 4 0 517721562 3567435776 716705 33554432000 4194304 4623224 140735067180240 18446744073709551615 4363752 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1125.39
Current children cumulated vsize (KiB) 3483824

[startup+342.3 s]
/proc/loadavg: 8.09 8.05 7.50 9/184 29217
/proc/meminfo: memFree=11696180/32950928 swapFree=67111528/67111528
[pid=29204] ppid=29202 vsize=3483824 CPUtime=1365.05 cores=1,3,5,7
/proc/29204/stat : 29204 (SArTagnan) R 29202 29204 28847 0 -1 4202496 2267092 0 0 0 136134 371 0 0 25 0 4 0 517721490 3567435776 734597 33554432000 4194304 4623224 140735067180240 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29204/statm: 870956 734597 346 105 0 866460 0
[pid=29204/tid=29206] ppid=29202 vsize=3483824 CPUtime=341.54 cores=1,3,5,7
/proc/29204/task/29206/stat : 29206 (SArTagnan) R 29202 29204 28847 0 -1 4202560 64164 0 0 0 34138 16 0 0 25 0 4 0 517721562 3567435776 734597 33554432000 4194304 4623224 140735067180240 18446744073709551615 4357622 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29204/tid=29207] ppid=29202 vsize=3483824 CPUtime=339.65 cores=1,3,5,7
/proc/29204/task/29207/stat : 29207 (SArTagnan) R 29202 29204 28847 0 -1 4202560 106295 0 0 0 33941 24 0 0 25 0 4 0 517721562 3567435776 734597 33554432000 4194304 4623224 140735067180240 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29204/tid=29208] ppid=29202 vsize=3483824 CPUtime=341.55 cores=1,3,5,7
/proc/29204/task/29208/stat : 29208 (SArTagnan) R 29202 29204 28847 0 -1 4202560 697505 0 0 0 34044 111 0 0 25 0 4 0 517721562 3567435776 734597 33554432000 4194304 4623224 140735067180240 18446744073709551615 4552730 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1365.05
Current children cumulated vsize (KiB) 3483824

[startup+402.301 s]
/proc/loadavg: 8.08 8.05 7.53 9/184 29219
/proc/meminfo: memFree=10581164/32950928 swapFree=67111528/67111528
[pid=29204] ppid=29202 vsize=4779884 CPUtime=1604.69 cores=1,3,5,7
/proc/29204/stat : 29204 (SArTagnan) R 29202 29204 28847 0 -1 4202496 3083269 0 0 0 159965 504 0 0 25 0 4 0 517721490 4894601216 1009229 33554432000 4194304 4623224 140735067180240 18446744073709551615 268272349893 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29204/statm: 1194971 1009229 346 105 0 1190475 0
[pid=29204/tid=29206] ppid=29202 vsize=4779884 CPUtime=401.53 cores=1,3,5,7
/proc/29204/task/29206/stat : 29206 (SArTagnan) R 29202 29204 28847 0 -1 4202560 67082 0 0 0 40136 17 0 0 25 0 4 0 517721562 4894601216 1009231 33554432000 4194304 4623224 140735067180240 18446744073709551615 4357390 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29204/tid=29207] ppid=29202 vsize=4779884 CPUtime=399.31 cores=1,3,5,7
/proc/29204/task/29207/stat : 29207 (SArTagnan) R 29202 29204 28847 0 -1 4202560 157324 0 0 0 39897 34 0 0 25 0 4 0 517721562 4894601216 1009231 33554432000 4194304 4623224 140735067180240 18446744073709551615 4317188 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29204/tid=29208] ppid=29202 vsize=4779884 CPUtime=401.53 cores=1,3,5,7
/proc/29204/task/29208/stat : 29208 (SArTagnan) R 29202 29204 28847 0 -1 4202560 838037 0 0 0 40022 131 0 0 25 0 4 0 517721562 4894601216 1009232 33554432000 4194304 4623224 140735067180240 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1604.69
Current children cumulated vsize (KiB) 4779884

[startup+462.301 s]
/proc/loadavg: 8.15 8.07 7.57 9/184 29220
/proc/meminfo: memFree=7164820/32950928 swapFree=67111528/67111528
[pid=29204] ppid=29202 vsize=9100076 CPUtime=1844.04 cores=1,3,5,7
/proc/29204/stat : 29204 (SArTagnan) R 29202 29204 28847 0 -1 4202496 5481661 0 0 0 183514 890 0 0 25 0 4 0 517721490 9318477824 1853762 33554432000 4194304 4623224 140735067180240 18446744073709551615 4388305 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29204/statm: 2275019 1853762 380 105 0 2270523 0
[pid=29204/tid=29206] ppid=29202 vsize=9100076 CPUtime=461.43 cores=1,3,5,7
/proc/29204/task/29206/stat : 29206 (SArTagnan) R 29202 29204 28847 0 -1 4202560 68627 0 0 0 46126 17 0 0 25 0 4 0 517721562 9318477824 1853764 33554432000 4194304 4623224 140735067180240 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29204/tid=29207] ppid=29202 vsize=9100076 CPUtime=458.85 cores=1,3,5,7
/proc/29204/task/29207/stat : 29207 (SArTagnan) R 29202 29204 28847 0 -1 4202560 196438 0 0 0 45841 44 0 0 25 0 4 0 517721562 9318477824 1853764 33554432000 4194304 4623224 140735067180240 18446744073709551615 4317222 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29204/tid=29208] ppid=29202 vsize=9100076 CPUtime=461.43 cores=1,3,5,7
/proc/29204/task/29208/stat : 29208 (SArTagnan) R 29202 29204 28847 0 -1 4202560 856852 0 0 0 46009 134 0 0 25 0 4 0 517721562 9318477824 1853769 33554432000 4194304 4623224 140735067180240 18446744073709551615 4363728 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1844.04
Current children cumulated vsize (KiB) 9100076

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

[startup+486.301 s]
/proc/loadavg: 8.11 8.06 7.58 9/184 29221
/proc/meminfo: memFree=5608744/32950928 swapFree=67111528/67111528
[pid=29204] ppid=29202 vsize=9877264 CPUtime=1939.89 cores=1,3,5,7
/proc/29204/stat : 29204 (SArTagnan) R 29202 29204 28847 0 -1 4202496 6026188 0 0 0 192983 1006 0 0 25 0 4 0 517721490 10114318336 2232961 33554432000 4194304 4623224 140735067180240 18446744073709551615 4412519 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29204/statm: 2469316 2232961 380 105 0 2464820 0
[pid=29204/tid=29206] ppid=29202 vsize=9877264 CPUtime=485.43 cores=1,3,5,7
/proc/29204/task/29206/stat : 29206 (SArTagnan) R 29202 29204 28847 0 -1 4202560 78639 0 0 0 48524 19 0 0 25 0 4 0 517721562 10114318336 2232961 33554432000 4194304 4623224 140735067180240 18446744073709551615 4357593 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29204/tid=29207] ppid=29202 vsize=9877264 CPUtime=482.72 cores=1,3,5,7
/proc/29204/task/29207/stat : 29207 (SArTagnan) R 29202 29204 28847 0 -1 4202560 225382 0 0 0 48223 49 0 0 25 0 4 0 517721562 10114318336 2232961 33554432000 4194304 4623224 140735067180240 18446744073709551615 4468035 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29204/tid=29208] ppid=29202 vsize=9877264 CPUtime=485.44 cores=1,3,5,7
/proc/29204/task/29208/stat : 29208 (SArTagnan) R 29202 29204 28847 0 -1 4202560 938184 0 0 0 48398 146 0 0 25 0 4 0 517721562 10114318336 2232961 33554432000 4194304 4623224 140735067180240 18446744073709551615 4545403 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1939.89
Current children cumulated vsize (KiB) 9877264

[startup+499.1 s]
/proc/loadavg: 8.08 8.06 7.58 9/184 29221
/proc/meminfo: memFree=4629044/32950928 swapFree=67111528/67111528
[pid=29204] ppid=29202 vsize=10828116 CPUtime=1990.75 cores=1,3,5,7
/proc/29204/stat : 29204 (SArTagnan) R 29202 29204 28847 0 -1 4202496 7556895 0 0 0 197827 1248 0 0 25 0 4 0 517721490 11087990784 2489930 33554432000 4194304 4623224 140735067180240 18446744073709551615 4397512 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29204/statm: 2707029 2489930 380 105 0 2702533 0
[pid=29204/tid=29206] ppid=29202 vsize=10828116 CPUtime=498.09 cores=1,3,5,7
/proc/29204/task/29206/stat : 29206 (SArTagnan) R 29202 29204 28847 0 -1 4202560 86505 0 0 0 49790 19 0 0 25 0 4 0 517721562 11087990784 2489930 33554432000 4194304 4623224 140735067180240 18446744073709551615 4357530 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29204/tid=29207] ppid=29202 vsize=10828116 CPUtime=495.44 cores=1,3,5,7
/proc/29204/task/29207/stat : 29207 (SArTagnan) R 29202 29204 28847 0 -1 4202560 232976 0 0 0 49493 51 0 0 25 0 4 0 517721562 11087990784 2489931 33554432000 4194304 4623224 140735067180240 18446744073709551615 4376883 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29204/tid=29208] ppid=29202 vsize=10828116 CPUtime=498.1 cores=1,3,5,7
/proc/29204/task/29208/stat : 29208 (SArTagnan) R 29202 29204 28847 0 -1 4202560 980205 0 0 0 49657 153 0 0 25 0 4 0 517721562 11087990784 2489931 33554432000 4194304 4623224 140735067180240 18446744073709551615 4560270 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1990.75
Current children cumulated vsize (KiB) 10828116

[startup+505.5 s]
/proc/loadavg: 8.08 8.06 7.58 9/184 29221
/proc/meminfo: memFree=4277884/32950928 swapFree=67111528/67111528
[pid=29204] ppid=29202 vsize=10981176 CPUtime=2016.31 cores=1,3,5,7
/proc/29204/stat : 29204 (SArTagnan) R 29202 29204 28847 0 -1 4202496 7670304 0 0 0 200357 1274 0 0 25 0 4 0 517721490 11244724224 2565783 33554432000 4194304 4623224 140735067180240 18446744073709551615 4388116 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29204/statm: 2745294 2565785 380 105 0 2740798 0
[pid=29204/tid=29206] ppid=29202 vsize=10981176 CPUtime=504.49 cores=1,3,5,7
/proc/29204/task/29206/stat : 29206 (SArTagnan) R 29202 29204 28847 0 -1 4202560 86635 0 0 0 50430 19 0 0 25 0 4 0 517721562 11244724224 2565785 33554432000 4194304 4623224 140735067180240 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29204/tid=29207] ppid=29202 vsize=10981176 CPUtime=501.81 cores=1,3,5,7
/proc/29204/task/29207/stat : 29207 (SArTagnan) R 29202 29204 28847 0 -1 4202560 247744 0 0 0 50127 54 0 0 25 0 4 0 517721562 11244724224 2565785 33554432000 4194304 4623224 140735067180240 18446744073709551615 4317264 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29204/tid=29208] ppid=29202 vsize=10981176 CPUtime=504.5 cores=1,3,5,7
/proc/29204/task/29208/stat : 29208 (SArTagnan) R 29202 29204 28847 0 -1 4202560 996499 0 0 0 50294 156 0 0 25 0 4 0 517721562 11244724224 2565785 33554432000 4194304 4623224 140735067180240 18446744073709551615 4363970 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2016.31
Current children cumulated vsize (KiB) 10981176

[startup+508.701 s]
/proc/loadavg: 8.07 8.06 7.58 9/184 29221
/proc/meminfo: memFree=4162936/32950928 swapFree=67111528/67111528
[pid=29204] ppid=29202 vsize=10981176 CPUtime=2029.09 cores=1,3,5,7
/proc/29204/stat : 29204 (SArTagnan) R 29202 29204 28847 0 -1 4202496 7709599 0 0 0 201626 1283 0 0 25 0 4 0 517721490 11244724224 2591052 33554432000 4194304 4623224 140735067180240 18446744073709551615 4510350 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29204/statm: 2745294 2591052 380 105 0 2740798 0
[pid=29204/tid=29206] ppid=29202 vsize=10981176 CPUtime=507.69 cores=1,3,5,7
/proc/29204/task/29206/stat : 29206 (SArTagnan) R 29202 29204 28847 0 -1 4202560 86704 0 0 0 50750 19 0 0 25 0 4 0 517721562 11244724224 2591052 33554432000 4194304 4623224 140735067180240 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29204/tid=29207] ppid=29202 vsize=10981176 CPUtime=504.99 cores=1,3,5,7
/proc/29204/task/29207/stat : 29207 (SArTagnan) R 29202 29204 28847 0 -1 4202560 248218 0 0 0 50445 54 0 0 25 0 4 0 517721562 11244724224 2591052 33554432000 4194304 4623224 140735067180240 18446744073709551615 4317214 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29204/tid=29208] ppid=29202 vsize=10981176 CPUtime=507.7 cores=1,3,5,7
/proc/29204/task/29208/stat : 29208 (SArTagnan) R 29202 29204 28847 0 -1 4202560 1007742 0 0 0 50612 158 0 0 25 0 4 0 517721562 11244724224 2591052 33554432000 4194304 4623224 140735067180240 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2029.09
Current children cumulated vsize (KiB) 10981176

[startup+511.901 s]
/proc/loadavg: 8.14 8.07 7.59 9/184 29221
/proc/meminfo: memFree=4060632/32950928 swapFree=67111528/67111528
[pid=29204] ppid=29202 vsize=11112248 CPUtime=2041.88 cores=1,3,5,7
/proc/29204/stat : 29204 (SArTagnan) R 29202 29204 28847 0 -1 4202496 7751448 0 0 0 202893 1295 0 0 19 0 4 0 517721490 11378941952 2615164 33554432000 4194304 4623224 140735067180240 18446744073709551615 4397512 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29204/statm: 2778062 2615164 348 105 0 2773566 0
[pid=29204/tid=29206] ppid=29202 vsize=11112248 CPUtime=510.9 cores=1,3,5,7
/proc/29204/task/29206/stat : 29206 (SArTagnan) R 29202 29204 28847 0 -1 4202560 86764 0 0 0 51070 20 0 0 25 0 4 0 517721562 11378941952 2615164 33554432000 4194304 4623224 140735067180240 18446744073709551615 4357390 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29204/tid=29207] ppid=29202 vsize=11112248 CPUtime=508.17 cores=1,3,5,7
/proc/29204/task/29207/stat : 29207 (SArTagnan) R 29202 29204 28847 0 -1 4202560 248266 0 0 0 50763 54 0 0 25 0 4 0 517721562 11378941952 2615164 33554432000 4194304 4623224 140735067180240 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29204/tid=29208] ppid=29202 vsize=11112248 CPUtime=510.9 cores=1,3,5,7
/proc/29204/task/29208/stat : 29208 (SArTagnan) R 29202 29204 28847 0 -1 4202560 1020556 0 0 0 50931 159 0 0 25 0 4 0 517721562 11378941952 2615164 33554432000 4194304 4623224 140735067180240 18446744073709551615 4552678 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2041.88
Current children cumulated vsize (KiB) 11112248

[startup+513.501 s]
/proc/loadavg: 8.14 8.07 7.59 9/184 29221
/proc/meminfo: memFree=4011436/32950928 swapFree=67111528/67111528
[pid=29204] ppid=29202 vsize=11135800 CPUtime=2048.27 cores=1,3,5,7
/proc/29204/stat : 29204 (SArTagnan) R 29202 29204 28847 0 -1 4202496 7778380 0 0 0 203526 1301 0 0 23 0 4 0 517721490 11403059200 2632918 33554432000 4194304 4623224 140735067180240 18446744073709551615 4412459 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29204/statm: 2783950 2632920 346 105 0 2779454 0
[pid=29204/tid=29206] ppid=29202 vsize=11135800 CPUtime=512.5 cores=1,3,5,7
/proc/29204/task/29206/stat : 29206 (SArTagnan) R 29202 29204 28847 0 -1 4202560 86830 0 0 0 51230 20 0 0 25 0 4 0 517721562 11403059200 2632920 33554432000 4194304 4623224 140735067180240 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29204/tid=29207] ppid=29202 vsize=11135800 CPUtime=509.76 cores=1,3,5,7
/proc/29204/task/29207/stat : 29207 (SArTagnan) R 29202 29204 28847 0 -1 4202560 257123 0 0 0 50921 55 0 0 25 0 4 0 517721562 11403059200 2632921 33554432000 4194304 4623224 140735067180240 18446744073709551615 4462496 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29204/tid=29208] ppid=29202 vsize=11135800 CPUtime=512.49 cores=1,3,5,7
/proc/29204/task/29208/stat : 29208 (SArTagnan) R 29202 29204 28847 0 -1 4202560 1026050 0 0 0 51089 160 0 0 25 0 4 0 517721562 11403059200 2632921 33554432000 4194304 4623224 140735067180240 18446744073709551615 4545353 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2048.27
Current children cumulated vsize (KiB) 11135800

[startup+514.301 s]
/proc/loadavg: 8.14 8.07 7.59 9/184 29221
/proc/meminfo: memFree=3974484/32950928 swapFree=67111528/67111528
[pid=29204] ppid=29202 vsize=0 CPUtime=2050.86 cores=1,3,5,7
/proc/29204/stat : 29204 (SArTagnan) Z 29202 29204 28847 0 -1 4202524 7784960 0 0 0 203764 1322 0 0 25 0 2 0 517721490 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29204/statm: 0 0 0 0 0 0 0
[pid=29204/tid=29208] ppid=29202 vsize=0 CPUtime=513.3 cores=1,3,5,7
/proc/29204/task/29208/stat : 29208 (SArTagnan) R 29202 29204 28847 0 -1 4203588 1027631 0 0 0 51149 181 0 0 25 0 2 0 517721562 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2050.86
Current children cumulated vsize (KiB) 0

[startup+514.501 s]
/proc/loadavg: 8.14 8.07 7.59 9/184 29221
/proc/meminfo: memFree=3974484/32950928 swapFree=67111528/67111528
[pid=29204] ppid=29202 vsize=0 CPUtime=2051.06 cores=1,3,5,7
/proc/29204/stat : 29204 (SArTagnan) Z 29202 29204 28847 0 -1 4202524 7784960 0 0 0 203764 1342 0 0 25 0 2 0 517721490 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29204/statm: 0 0 0 0 0 0 0
[pid=29204/tid=29208] ppid=29202 vsize=0 CPUtime=513.5 cores=1,3,5,7
/proc/29204/task/29208/stat : 29208 (SArTagnan) R 29202 29204 28847 0 -1 4203588 1027631 0 0 0 51149 201 0 0 25 0 2 0 517721562 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2051.06
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 514.541
CPU time (s): 2051.11
CPU user time (s): 2037.65
CPU system time (s): 13.463
CPU usage (%): 398.629
Max. virtual memory (cumulated for all children) (KiB): 15414484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2037.65
system time used= 13.463
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7784960
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= 14947
involuntary context switches= 14588

runsolver used 0.804877 second user time and 2.00169 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-29 09:13:47
IDJOB=3284897
IDBENCH=82366
IDSOLVER=1656
FILE ID=node122/3284897-1304061226
RUNJOBID= node122-1304059984-28866
PBS_JOBID= 13170447
Free space on /tmp= 71628 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284897-1304061226/watcher-3284897-1304061226 -o /tmp/evaluation-result-3284897-1304061226/solver-3284897-1304061226 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3284897-1304061226.cnf -threads=4

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

MD5SUM BENCH= e44b288003a3eaf34673a2c0fb8c6f3e
RANDOM SEED=449027124

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15054864 kB
Buffers:       1735028 kB
Cached:       14644232 kB
SwapCached:          0 kB
Active:        6475508 kB
Inactive:     10853292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15054864 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           37180 kB
Writeback:           0 kB
AnonPages:      948960 kB
Mapped:          15712 kB
Slab:           502528 kB
PageTables:       6620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1245016 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= 71628 MiB
End job on node122 at 2011-04-29 09:22:22