Trace number 3372479

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
Plingeling 587f (fixed)UNSAT 534.449 68.198

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.030-NOTKNOWN.cnf
MD5SUM17407fc59aa2b679b7792ae0656704b9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.4647
Satisfiable
(Un)Satisfiability was proved
Number of variables66084
Number of clauses1060536
Sum of the clauses size2420856
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21023120
Number of clauses of size 32880
Number of clauses of size 413320
Number of clauses of size 55760
Number of clauses of size over 514760

Solver Data

533.91/68.19	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3372479-1305438483/watcher-3372479-1305438483 -o /tmp/evaluation-result-3372479-1305438483/solver-3372479-1305438483 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372479-1305438483.cnf 

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: 7.53 7.99 7.43 1/294 28493
/proc/meminfo: memFree=11940508/32951124 swapFree=66050672/67111528
[pid=28493] ppid=28491 vsize=11300 CPUtime=0 cores=0-7
/proc/28493/stat : 28493 (plingeling) R 28491 28493 28338 0 -1 4202496 914 1262 0 0 0 0 0 0 21 0 1 0 655446189 11571200 843 33554432000 4194304 4417452 140736471434016 18446744073709551615 255377301248 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/28493/statm: 2825 843 144 55 0 711 0

[startup+0.0628869 s]
/proc/loadavg: 7.53 7.99 7.43 1/294 28493
/proc/meminfo: memFree=11940508/32951124 swapFree=66050672/67111528
[pid=28493] ppid=28491 vsize=15728 CPUtime=0.05 cores=0-7
/proc/28493/stat : 28493 (plingeling) R 28491 28493 28338 0 -1 4202496 2030 1262 0 0 5 0 0 0 21 0 1 0 655446189 16105472 1955 33554432000 4194304 4417452 140736471434016 18446744073709551615 4320831 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/28493/statm: 3932 1955 149 55 0 1818 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15728

[startup+0.1009 s]
/proc/loadavg: 7.53 7.99 7.43 1/294 28493
/proc/meminfo: memFree=11940508/32951124 swapFree=66050672/67111528
[pid=28493] ppid=28491 vsize=22260 CPUtime=0.09 cores=0-7
/proc/28493/stat : 28493 (plingeling) R 28491 28493 28338 0 -1 4202496 3631 1262 0 0 9 0 0 0 21 0 1 0 655446189 22794240 3556 33554432000 4194304 4417452 140736471434016 18446744073709551615 4209644 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/28493/statm: 5565 3556 149 55 0 3451 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22260

[startup+0.300841 s]
/proc/loadavg: 7.53 7.99 7.43 1/294 28493
/proc/meminfo: memFree=11940508/32951124 swapFree=66050672/67111528
[pid=28493] ppid=28491 vsize=38632 CPUtime=0.29 cores=0-7
/proc/28493/stat : 28493 (plingeling) R 28491 28493 28338 0 -1 4202496 7764 1262 0 0 28 1 0 0 22 0 1 0 655446189 39559168 7681 33554432000 4194304 4417452 140736471434016 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/28493/statm: 9658 7681 149 55 0 7544 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38632

[startup+0.70077 s]
/proc/loadavg: 7.53 7.99 7.43 1/294 28493
/proc/meminfo: memFree=11940508/32951124 swapFree=66050672/67111528
[pid=28493] ppid=28491 vsize=89880 CPUtime=0.68 cores=0-7
/proc/28493/stat : 28493 (plingeling) R 28491 28493 28338 0 -1 4202496 20576 1262 0 0 66 2 0 0 23 0 1 0 655446189 92037120 20493 33554432000 4194304 4417452 140736471434016 18446744073709551615 4209644 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/28493/statm: 22470 20493 149 55 0 20356 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 89880

[startup+1.50059 s]
/proc/loadavg: 7.53 7.99 7.43 2/295 28499
/proc/meminfo: memFree=11822212/32951124 swapFree=66050672/67111528
[pid=28493] ppid=28491 vsize=283424 CPUtime=1.71 cores=0-7
/proc/28493/stat : 28493 (plingeling) S 28491 28493 28338 0 -1 4202496 57600 1262 0 0 164 7 0 0 18 0 9 0 655446189 290226176 48416 33554432000 4194304 4417452 140736471434016 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28493/statm: 70856 48416 158 55 0 68742 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 283424

[startup+3.10129 s]
/proc/loadavg: 7.53 7.99 7.43 9/303 28507
/proc/meminfo: memFree=11743532/32951124 swapFree=66050672/67111528
[pid=28493] ppid=28491 vsize=344104 CPUtime=14.5 cores=0-7
/proc/28493/stat : 28493 (plingeling) S 28491 28493 28338 0 -1 4202496 71804 1262 0 0 1441 9 0 0 18 0 9 0 655446189 352362496 48848 33554432000 4194304 4417452 140736471434016 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28493/statm: 86026 48848 177 55 0 83912 0
[pid=28493/tid=28500] ppid=28491 vsize=344104 CPUtime=1.61 cores=0-7
/proc/28493/task/28500/stat : 28500 (plingeling) R 28491 28493 28338 0 -1 4202560 3196 1262 0 0 161 0 0 0 25 0 9 0 655446335 352362496 48848 33554432000 4194304 4417452 140736471434016 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28493/tid=28501] ppid=28491 vsize=344104 CPUtime=1.62 cores=0-7
/proc/28493/task/28501/stat : 28501 (plingeling) R 28491 28493 28338 0 -1 4202560 1603 1262 0 0 162 0 0 0 25 0 9 0 655446335 352362496 48848 33554432000 4194304 4417452 140736471434016 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28493/tid=28502] ppid=28491 vsize=344104 CPUtime=1.62 cores=0-7
/proc/28493/task/28502/stat : 28502 (plingeling) R 28491 28493 28338 0 -1 4202560 927 1262 0 0 162 0 0 0 25 0 9 0 655446335 352362496 48848 33554432000 4194304 4417452 140736471434016 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28493/tid=28503] ppid=28491 vsize=344104 CPUtime=1.63 cores=0-7
/proc/28493/task/28503/stat : 28503 (plingeling) R 28491 28493 28338 0 -1 4202560 822 1262 0 0 163 0 0 0 24 0 9 0 655446335 352362496 48848 33554432000 4194304 4417452 140736471434016 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28493/tid=28504] ppid=28491 vsize=344104 CPUtime=1.63 cores=0-7
/proc/28493/task/28504/stat : 28504 (plingeling) R 28491 28493 28338 0 -1 4202560 2151 1262 0 0 163 0 0 0 20 0 9 0 655446336 352362496 48848 33554432000 4194304 4417452 140736471434016 18446744073709551615 4277727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28493/tid=28505] ppid=28491 vsize=344104 CPUtime=1.63 cores=0-7
/proc/28493/task/28505/stat : 28505 (plingeling) R 28491 28493 28338 0 -1 4202560 1383 1262 0 0 163 0 0 0 24 0 9 0 655446336 352362496 48848 33554432000 4194304 4417452 140736471434016 18446744073709551615 4215158 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28493/tid=28506] ppid=28491 vsize=344104 CPUtime=1.62 cores=0-7
/proc/28493/task/28506/stat : 28506 (plingeling) R 28491 28493 28338 0 -1 4202560 1650 1262 0 0 162 0 0 0 20 0 9 0 655446336 352362496 48848 33554432000 4194304 4417452 140736471434016 18446744073709551615 4275748 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28493/tid=28507] ppid=28491 vsize=344104 CPUtime=1.62 cores=0-7
/proc/28493/task/28507/stat : 28507 (plingeling) R 28491 28493 28338 0 -1 4202560 2486 1262 0 0 162 0 0 0 25 0 9 0 655446336 352362496 48848 33554432000 4194304 4417452 140736471434016 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 14.5
Current children cumulated vsize (KiB) 344104

[startup+6.3007 s]
/proc/loadavg: 7.57 7.99 7.43 10/303 28507
/proc/meminfo: memFree=11795736/32951124 swapFree=66050672/67111528
[pid=28493] ppid=28491 vsize=294680 CPUtime=40.06 cores=0-7
/proc/28493/stat : 28493 (plingeling) S 28491 28493 28338 0 -1 4202496 81408 1262 0 0 3995 11 0 0 18 0 9 0 655446189 301752320 36522 33554432000 4194304 4417452 140736471434016 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28493/statm: 73670 36522 180 55 0 71556 0
[pid=28493/tid=28500] ppid=28491 vsize=294680 CPUtime=4.77 cores=0-7
/proc/28493/task/28500/stat : 28500 (plingeling) R 28491 28493 28338 0 -1 4202560 4535 1262 0 0 477 0 0 0 25 0 9 0 655446335 301752320 36522 33554432000 4194304 4417452 140736471434016 18446744073709551615 4358116 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28493/tid=28501] ppid=28491 vsize=294680 CPUtime=4.82 cores=0-7
/proc/28493/task/28501/stat : 28501 (plingeling) R 28491 28493 28338 0 -1 4202560 4534 1262 0 0 482 0 0 0 25 0 9 0 655446335 301752320 36522 33554432000 4194304 4417452 140736471434016 18446744073709551615 4236874 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28493/tid=28502] ppid=28491 vsize=294680 CPUtime=4.82 cores=0-7
/proc/28493/task/28502/stat : 28502 (plingeling) R 28491 28493 28338 0 -1 4202560 982 1262 0 0 482 0 0 0 25 0 9 0 655446335 301752320 36522 33554432000 4194304 4417452 140736471434016 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28493/tid=28503] ppid=28491 vsize=294680 CPUtime=4.83 cores=0-7
/proc/28493/task/28503/stat : 28503 (plingeling) R 28491 28493 28338 0 -1 4202560 1319 1262 0 0 483 0 0 0 25 0 9 0 655446335 301752320 36522 33554432000 4194304 4417452 140736471434016 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28493/tid=28504] ppid=28491 vsize=294680 CPUtime=4.82 cores=0-7
/proc/28493/task/28504/stat : 28504 (plingeling) R 28491 28493 28338 0 -1 4202560 4209 1262 0 0 482 0 0 0 25 0 9 0 655446336 301752320 36522 33554432000 4194304 4417452 140736471434016 18446744073709551615 4364453 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28493/tid=28505] ppid=28491 vsize=294680 CPUtime=4.82 cores=0-7
/proc/28493/task/28505/stat : 28505 (plingeling) R 28491 28493 28338 0 -1 4202560 1472 1262 0 0 482 0 0 0 25 0 9 0 655446336 301752320 36522 33554432000 4194304 4417452 140736471434016 18446744073709551615 4364440 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28493/tid=28506] ppid=28491 vsize=294680 CPUtime=4.82 cores=0-7
/proc/28493/task/28506/stat : 28506 (plingeling) R 28491 28493 28338 0 -1 4202560 3505 1262 0 0 482 0 0 0 25 0 9 0 655446336 301752320 36522 33554432000 4194304 4417452 140736471434016 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28493/tid=28507] ppid=28491 vsize=294680 CPUtime=4.82 cores=0-7
/proc/28493/task/28507/stat : 28507 (plingeling) R 28491 28493 28338 0 -1 4202560 3266 1262 0 0 482 0 0 0 25 0 9 0 655446336 301752320 36522 33554432000 4194304 4417452 140736471434016 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40.06
Current children cumulated vsize (KiB) 294680

[startup+12.7005 s]
/proc/loadavg: 7.76 8.03 7.45 9/303 28508
/proc/meminfo: memFree=11750396/32951124 swapFree=66050672/67111528
[pid=28493] ppid=28491 vsize=333784 CPUtime=91.19 cores=0-7
/proc/28493/stat : 28493 (plingeling) S 28491 28493 28338 0 -1 4202496 94461 1262 0 0 9106 13 0 0 18 0 9 0 655446189 341794816 48275 33554432000 4194304 4417452 140736471434016 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28493/statm: 83446 48275 180 55 0 81332 0
[pid=28493/tid=28500] ppid=28491 vsize=333784 CPUtime=11.11 cores=0-7
/proc/28493/task/28500/stat : 28500 (plingeling) R 28491 28493 28338 0 -1 4202560 6763 1262 0 0 1110 1 0 0 25 0 9 0 655446335 341794816 48275 33554432000 4194304 4417452 140736471434016 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28493/tid=28501] ppid=28491 vsize=333784 CPUtime=11.22 cores=0-7
/proc/28493/task/28501/stat : 28501 (plingeling) R 28491 28493 28338 0 -1 4202560 6651 1262 0 0 1122 0 0 0 25 0 9 0 655446335 341794816 48275 33554432000 4194304 4417452 140736471434016 18446744073709551615 4236670 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28493/tid=28502] ppid=28491 vsize=333784 CPUtime=11.22 cores=0-7
/proc/28493/task/28502/stat : 28502 (plingeling) R 28491 28493 28338 0 -1 4202560 2444 1262 0 0 1122 0 0 0 25 0 9 0 655446335 341794816 48275 33554432000 4194304 4417452 140736471434016 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28493/tid=28503] ppid=28491 vsize=333784 CPUtime=11.23 cores=0-7
/proc/28493/task/28503/stat : 28503 (plingeling) R 28491 28493 28338 0 -1 4202560 5087 1262 0 0 1122 1 0 0 25 0 9 0 655446335 341794816 48275 33554432000 4194304 4417452 140736471434016 18446744073709551615 4232566 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28493/tid=28504] ppid=28491 vsize=333784 CPUtime=11.22 cores=0-7
/proc/28493/task/28504/stat : 28504 (plingeling) R 28491 28493 28338 0 -1 4202560 4902 1262 0 0 1122 0 0 0 25 0 9 0 655446336 341794816 48275 33554432000 4194304 4417452 140736471434016 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28493/tid=28505] ppid=28491 vsize=333784 CPUtime=11.22 cores=0-7
/proc/28493/task/28505/stat : 28505 (plingeling) R 28491 28493 28338 0 -1 4202560 2468 1262 0 0 1122 0 0 0 25 0 9 0 655446336 341794816 48275 33554432000 4194304 4417452 140736471434016 18446744073709551615 4265462 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28493/tid=28506] ppid=28491 vsize=333784 CPUtime=11.22 cores=0-7
/proc/28493/task/28506/stat : 28506 (plingeling) R 28491 28493 28338 0 -1 4202560 4756 1262 0 0 1122 0 0 0 25 0 9 0 655446336 341794816 48275 33554432000 4194304 4417452 140736471434016 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28493/tid=28507] ppid=28491 vsize=333784 CPUtime=11.21 cores=0-7
/proc/28493/task/28507/stat : 28507 (plingeling) R 28491 28493 28338 0 -1 4202560 3804 1262 0 0 1121 0 0 0 25 0 9 0 655446336 341794816 48275 33554432000 4194304 4417452 140736471434016 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 91.19
Current children cumulated vsize (KiB) 333784

[startup+25.5011 s]
/proc/loadavg: 7.81 8.03 7.46 9/303 28508
/proc/meminfo: memFree=11671324/32951124 swapFree=66050672/67111528
[pid=28493] ppid=28491 vsize=404380 CPUtime=193.46 cores=0-7
/proc/28493/stat : 28493 (plingeling) S 28491 28493 28338 0 -1 4202496 122243 1262 0 0 19329 17 0 0 18 0 9 0 655446189 414085120 67194 33554432000 4194304 4417452 140736471434016 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28493/statm: 101095 67194 180 55 0 98981 0
[pid=28493/tid=28500] ppid=28491 vsize=404380 CPUtime=23.78 cores=0-7
/proc/28493/task/28500/stat : 28500 (plingeling) R 28491 28493 28338 0 -1 4202560 13299 1262 0 0 2376 2 0 0 25 0 9 0 655446335 414085120 67194 33554432000 4194304 4417452 140736471434016 18446744073709551615 4358011 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28493/tid=28501] ppid=28491 vsize=404380 CPUtime=24.02 cores=0-7
/proc/28493/task/28501/stat : 28501 (plingeling) R 28491 28493 28338 0 -1 4202560 10916 1262 0 0 2401 1 0 0 25 0 9 0 655446335 414085120 67194 33554432000 4194304 4417452 140736471434016 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28493/tid=28502] ppid=28491 vsize=404380 CPUtime=24.02 cores=0-7
/proc/28493/task/28502/stat : 28502 (plingeling) R 28491 28493 28338 0 -1 4202560 7101 1262 0 0 2402 0 0 0 25 0 9 0 655446335 414085120 67194 33554432000 4194304 4417452 140736471434016 18446744073709551615 4264199 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28493/tid=28503] ppid=28491 vsize=404380 CPUtime=24.02 cores=0-7
/proc/28493/task/28503/stat : 28503 (plingeling) R 28491 28493 28338 0 -1 4202560 9725 1262 0 0 2401 1 0 0 25 0 9 0 655446335 414085120 67194 33554432000 4194304 4417452 140736471434016 18446744073709551615 4357902 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28493/tid=28504] ppid=28491 vsize=404380 CPUtime=24.02 cores=0-7
/proc/28493/task/28504/stat : 28504 (plingeling) R 28491 28493 28338 0 -1 4202560 6444 1262 0 0 2402 0 0 0 25 0 9 0 655446336 414085120 67194 33554432000 4194304 4417452 140736471434016 18446744073709551615 4358118 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28493/tid=28505] ppid=28491 vsize=404380 CPUtime=24.02 cores=0-7
/proc/28493/task/28505/stat : 28505 (plingeling) R 28491 28493 28338 0 -1 4202560 3530 1262 0 0 2402 0 0 0 25 0 9 0 655446336 414085120 67194 33554432000 4194304 4417452 140736471434016 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28493/tid=28506] ppid=28491 vsize=404380 CPUtime=24.02 cores=0-7
/proc/28493/task/28506/stat : 28506 (plingeling) R 28491 28493 28338 0 -1 4202560 8519 1262 0 0 2401 1 0 0 25 0 9 0 655446336 414085120 67194 33554432000 4194304 4417452 140736471434016 18446744073709551615 4365135 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28493/tid=28507] ppid=28491 vsize=404380 CPUtime=24.01 cores=0-7
/proc/28493/task/28507/stat : 28507 (plingeling) R 28491 28493 28338 0 -1 4202560 5123 1262 0 0 2401 0 0 0 25 0 9 0 655446336 414085120 67194 33554432000 4194304 4417452 140736471434016 18446744073709551615 4236613 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 193.46
Current children cumulated vsize (KiB) 404380

[startup+51.1004 s]
/proc/loadavg: 7.93 8.04 7.47 9/303 28509
/proc/meminfo: memFree=11605236/32951124 swapFree=66050672/67111528
[pid=28493] ppid=28491 vsize=462980 CPUtime=398 cores=0-7
/proc/28493/stat : 28493 (plingeling) S 28491 28493 28338 0 -1 4202496 154815 1262 0 0 39778 22 0 0 18 0 9 0 655446189 474091520 84305 33554432000 4194304 4417452 140736471434016 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28493/statm: 115745 84305 180 55 0 113631 0
[pid=28493/tid=28500] ppid=28491 vsize=462980 CPUtime=49.13 cores=0-7
/proc/28493/task/28500/stat : 28500 (plingeling) R 28491 28493 28338 0 -1 4202560 17045 1262 0 0 4910 3 0 0 25 0 9 0 655446335 474091520 84305 33554432000 4194304 4417452 140736471434016 18446744073709551615 4250488 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28493/tid=28501] ppid=28491 vsize=462980 CPUtime=49.61 cores=0-7
/proc/28493/task/28501/stat : 28501 (plingeling) R 28491 28493 28338 0 -1 4202560 17718 1262 0 0 4959 2 0 0 25 0 9 0 655446335 474091520 84305 33554432000 4194304 4417452 140736471434016 18446744073709551615 4320983 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28493/tid=28502] ppid=28491 vsize=462980 CPUtime=49.62 cores=0-7
/proc/28493/task/28502/stat : 28502 (plingeling) R 28491 28493 28338 0 -1 4202560 12559 1262 0 0 4961 1 0 0 25 0 9 0 655446335 474091520 84305 33554432000 4194304 4417452 140736471434016 18446744073709551615 4358082 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28493/tid=28503] ppid=28491 vsize=462980 CPUtime=49.63 cores=0-7
/proc/28493/task/28503/stat : 28503 (plingeling) R 28491 28493 28338 0 -1 4202560 13343 1262 0 0 4961 2 0 0 25 0 9 0 655446335 474091520 84305 33554432000 4194304 4417452 140736471434016 18446744073709551615 4356852 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28493/tid=28504] ppid=28491 vsize=462980 CPUtime=49.62 cores=0-7
/proc/28493/task/28504/stat : 28504 (plingeling) R 28491 28493 28338 0 -1 4202560 12271 1262 0 0 4961 1 0 0 25 0 9 0 655446336 474091520 84305 33554432000 4194304 4417452 140736471434016 18446744073709551615 4281863 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28493/tid=28505] ppid=28491 vsize=462980 CPUtime=49.61 cores=0-7
/proc/28493/task/28505/stat : 28505 (plingeling) R 28491 28493 28338 0 -1 4202560 4198 1262 0 0 4961 0 0 0 25 0 9 0 655446336 474091520 84305 33554432000 4194304 4417452 140736471434016 18446744073709551615 4366603 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28493/tid=28506] ppid=28491 vsize=462980 CPUtime=49.62 cores=0-7
/proc/28493/task/28506/stat : 28506 (plingeling) R 28491 28493 28338 0 -1 4202560 10364 1262 0 0 4961 1 0 0 25 0 9 0 655446336 474091520 84305 33554432000 4194304 4417452 140736471434016 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28493/tid=28507] ppid=28491 vsize=462980 CPUtime=49.62 cores=0-7
/proc/28493/task/28507/stat : 28507 (plingeling) R 28491 28493 28338 0 -1 4202560 9731 1262 0 0 4961 1 0 0 25 0 9 0 655446336 474091520 84305 33554432000 4194304 4417452 140736471434016 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 398
Current children cumulated vsize (KiB) 462980

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

[startup+57.5012 s]
/proc/loadavg: 7.94 8.04 7.48 9/303 28509
/proc/meminfo: memFree=11590248/32951124 swapFree=66050672/67111528
[pid=28493] ppid=28491 vsize=483404 CPUtime=449.14 cores=0-7
/proc/28493/stat : 28493 (plingeling) S 28491 28493 28338 0 -1 4202496 162115 1262 0 0 44891 23 0 0 18 0 9 0 655446189 495005696 90853 33554432000 4194304 4417452 140736471434016 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28493/statm: 120851 90853 180 55 0 118737 0
[pid=28493/tid=28500] ppid=28491 vsize=483404 CPUtime=55.46 cores=0-7
/proc/28493/task/28500/stat : 28500 (plingeling) R 28491 28493 28338 0 -1 4202560 18549 1262 0 0 5543 3 0 0 25 0 9 0 655446335 495005696 90853 33554432000 4194304 4417452 140736471434016 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28493/tid=28501] ppid=28491 vsize=483404 CPUtime=56.01 cores=0-7
/proc/28493/task/28501/stat : 28501 (plingeling) R 28491 28493 28338 0 -1 4202560 19592 1262 0 0 5599 2 0 0 25 0 9 0 655446335 495005696 90853 33554432000 4194304 4417452 140736471434016 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28493/tid=28502] ppid=28491 vsize=483404 CPUtime=56.03 cores=0-7
/proc/28493/task/28502/stat : 28502 (plingeling) R 28491 28493 28338 0 -1 4202560 14360 1262 0 0 5601 2 0 0 25 0 9 0 655446335 495005696 90853 33554432000 4194304 4417452 140736471434016 18446744073709551615 4357040 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28493/tid=28503] ppid=28491 vsize=483404 CPUtime=56.03 cores=0-7
/proc/28493/task/28503/stat : 28503 (plingeling) R 28491 28493 28338 0 -1 4202560 14063 1262 0 0 5601 2 0 0 25 0 9 0 655446335 495005696 90853 33554432000 4194304 4417452 140736471434016 18446744073709551615 4366491 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28493/tid=28504] ppid=28491 vsize=483404 CPUtime=56.02 cores=0-7
/proc/28493/task/28504/stat : 28504 (plingeling) R 28491 28493 28338 0 -1 4202560 12598 1262 0 0 5601 1 0 0 25 0 9 0 655446336 495005696 90853 33554432000 4194304 4417452 140736471434016 18446744073709551615 4232584 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28493/tid=28505] ppid=28491 vsize=483404 CPUtime=56.01 cores=0-7
/proc/28493/task/28505/stat : 28505 (plingeling) R 28491 28493 28338 0 -1 4202560 4198 1262 0 0 5601 0 0 0 25 0 9 0 655446336 495005696 90853 33554432000 4194304 4417452 140736471434016 18446744073709551615 4237002 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28493/tid=28506] ppid=28491 vsize=483404 CPUtime=56.02 cores=0-7
/proc/28493/task/28506/stat : 28506 (plingeling) R 28491 28493 28338 0 -1 4202560 10876 1262 0 0 5601 1 0 0 25 0 9 0 655446336 495005696 90853 33554432000 4194304 4417452 140736471434016 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28493/tid=28507] ppid=28491 vsize=483404 CPUtime=56.02 cores=0-7
/proc/28493/task/28507/stat : 28507 (plingeling) R 28491 28493 28338 0 -1 4202560 10293 1262 0 0 5601 1 0 0 25 0 9 0 655446336 495005696 90853 33554432000 4194304 4417452 140736471434016 18446744073709551615 4353533 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 449.14
Current children cumulated vsize (KiB) 483404

[startup+63.901 s]
/proc/loadavg: 7.94 8.04 7.48 9/303 28509
/proc/meminfo: memFree=11563548/32951124 swapFree=66050672/67111528
[pid=28493] ppid=28491 vsize=486744 CPUtime=500.27 cores=0-7
/proc/28493/stat : 28493 (plingeling) S 28491 28493 28338 0 -1 4202496 168875 1262 0 0 50004 23 0 0 18 0 9 0 655446189 498425856 94972 33554432000 4194304 4417452 140736471434016 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28493/statm: 121686 94972 180 55 0 119572 0
[pid=28493/tid=28500] ppid=28491 vsize=486744 CPUtime=61.79 cores=0-7
/proc/28493/task/28500/stat : 28500 (plingeling) R 28491 28493 28338 0 -1 4202560 23480 1262 0 0 6176 3 0 0 25 0 9 0 655446335 498425856 94972 33554432000 4194304 4417452 140736471434016 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28493/tid=28501] ppid=28491 vsize=486744 CPUtime=62.41 cores=0-7
/proc/28493/task/28501/stat : 28501 (plingeling) R 28491 28493 28338 0 -1 4202560 19614 1262 0 0 6239 2 0 0 25 0 9 0 655446335 498425856 94972 33554432000 4194304 4417452 140736471434016 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28493/tid=28502] ppid=28491 vsize=486744 CPUtime=62.43 cores=0-7
/proc/28493/task/28502/stat : 28502 (plingeling) R 28491 28493 28338 0 -1 4202560 14382 1262 0 0 6241 2 0 0 25 0 9 0 655446335 498425856 94972 33554432000 4194304 4417452 140736471434016 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28493/tid=28503] ppid=28491 vsize=486744 CPUtime=62.43 cores=0-7
/proc/28493/task/28503/stat : 28503 (plingeling) R 28491 28493 28338 0 -1 4202560 14063 1262 0 0 6241 2 0 0 25 0 9 0 655446335 498425856 94972 33554432000 4194304 4417452 140736471434016 18446744073709551615 4357094 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28493/tid=28504] ppid=28491 vsize=486744 CPUtime=62.42 cores=0-7
/proc/28493/task/28504/stat : 28504 (plingeling) R 28491 28493 28338 0 -1 4202560 13295 1262 0 0 6241 1 0 0 25 0 9 0 655446336 498425856 94972 33554432000 4194304 4417452 140736471434016 18446744073709551615 4275892 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28493/tid=28505] ppid=28491 vsize=486744 CPUtime=62.41 cores=0-7
/proc/28493/task/28505/stat : 28505 (plingeling) R 28491 28493 28338 0 -1 4202560 4731 1262 0 0 6241 0 0 0 25 0 9 0 655446336 498425856 94972 33554432000 4194304 4417452 140736471434016 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28493/tid=28506] ppid=28491 vsize=486744 CPUtime=62.42 cores=0-7
/proc/28493/task/28506/stat : 28506 (plingeling) R 28491 28493 28338 0 -1 4202560 11409 1262 0 0 6241 1 0 0 25 0 9 0 655446336 498425856 94972 33554432000 4194304 4417452 140736471434016 18446744073709551615 4256265 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28493/tid=28507] ppid=28491 vsize=486744 CPUtime=62.42 cores=0-7
/proc/28493/task/28507/stat : 28507 (plingeling) R 28491 28493 28338 0 -1 4202560 10315 1262 0 0 6241 1 0 0 25 0 9 0 655446336 498425856 94972 33554432000 4194304 4417452 140736471434016 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 500.27
Current children cumulated vsize (KiB) 486744

[startup+65.5007 s]
/proc/loadavg: 7.95 8.04 7.48 9/303 28509
/proc/meminfo: memFree=11573964/32951124 swapFree=66050672/67111528
[pid=28493] ppid=28491 vsize=486184 CPUtime=513.05 cores=0-7
/proc/28493/stat : 28493 (plingeling) S 28491 28493 28338 0 -1 4202496 168875 1262 0 0 51282 23 0 0 18 0 9 0 655446189 497852416 92215 33554432000 4194304 4417452 140736471434016 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28493/statm: 121546 92215 180 55 0 119432 0
[pid=28493/tid=28500] ppid=28491 vsize=486184 CPUtime=63.38 cores=0-7
/proc/28493/task/28500/stat : 28500 (plingeling) R 28491 28493 28338 0 -1 4202560 23480 1262 0 0 6335 3 0 0 25 0 9 0 655446335 497852416 92215 33554432000 4194304 4417452 140736471434016 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28493/tid=28501] ppid=28491 vsize=486184 CPUtime=64.01 cores=0-7
/proc/28493/task/28501/stat : 28501 (plingeling) R 28491 28493 28338 0 -1 4202560 19614 1262 0 0 6399 2 0 0 25 0 9 0 655446335 497852416 92215 33554432000 4194304 4417452 140736471434016 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28493/tid=28502] ppid=28491 vsize=486184 CPUtime=64.03 cores=0-7
/proc/28493/task/28502/stat : 28502 (plingeling) R 28491 28493 28338 0 -1 4202560 14382 1262 0 0 6401 2 0 0 25 0 9 0 655446335 497852416 92215 33554432000 4194304 4417452 140736471434016 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28493/tid=28503] ppid=28491 vsize=486184 CPUtime=64.03 cores=0-7
/proc/28493/task/28503/stat : 28503 (plingeling) R 28491 28493 28338 0 -1 4202560 14063 1262 0 0 6401 2 0 0 25 0 9 0 655446335 497852416 92215 33554432000 4194304 4417452 140736471434016 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28493/tid=28504] ppid=28491 vsize=486184 CPUtime=64.02 cores=0-7
/proc/28493/task/28504/stat : 28504 (plingeling) R 28491 28493 28338 0 -1 4202560 13295 1262 0 0 6401 1 0 0 25 0 9 0 655446336 497852416 92215 33554432000 4194304 4417452 140736471434016 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28493/tid=28505] ppid=28491 vsize=486184 CPUtime=64.01 cores=0-7
/proc/28493/task/28505/stat : 28505 (plingeling) R 28491 28493 28338 0 -1 4202560 4731 1262 0 0 6401 0 0 0 25 0 9 0 655446336 497852416 92215 33554432000 4194304 4417452 140736471434016 18446744073709551615 4236975 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28493/tid=28506] ppid=28491 vsize=486184 CPUtime=64.02 cores=0-7
/proc/28493/task/28506/stat : 28506 (plingeling) R 28491 28493 28338 0 -1 4202560 11409 1262 0 0 6401 1 0 0 25 0 9 0 655446336 497852416 92215 33554432000 4194304 4417452 140736471434016 18446744073709551615 4352402 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28493/tid=28507] ppid=28491 vsize=486184 CPUtime=64.02 cores=0-7
/proc/28493/task/28507/stat : 28507 (plingeling) R 28491 28493 28338 0 -1 4202560 10315 1262 0 0 6401 1 0 0 25 0 9 0 655446336 497852416 92215 33554432000 4194304 4417452 140736471434016 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 513.05
Current children cumulated vsize (KiB) 486184

[startup+67.1114 s]
/proc/loadavg: 7.95 8.04 7.48 9/303 28509
/proc/meminfo: memFree=11573964/32951124 swapFree=66050672/67111528
[pid=28493] ppid=28491 vsize=486660 CPUtime=525.92 cores=0-7
/proc/28493/stat : 28493 (plingeling) S 28491 28493 28338 0 -1 4202496 168997 1262 0 0 52569 23 0 0 18 0 9 0 655446189 498339840 92334 33554432000 4194304 4417452 140736471434016 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28493/statm: 121665 92334 180 55 0 119551 0
[pid=28493/tid=28500] ppid=28491 vsize=486660 CPUtime=64.97 cores=0-7
/proc/28493/task/28500/stat : 28500 (plingeling) R 28491 28493 28338 0 -1 4202560 23480 1262 0 0 6494 3 0 0 25 0 9 0 655446335 498339840 92334 33554432000 4194304 4417452 140736471434016 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28493/tid=28501] ppid=28491 vsize=486660 CPUtime=65.62 cores=0-7
/proc/28493/task/28501/stat : 28501 (plingeling) R 28491 28493 28338 0 -1 4202560 19614 1262 0 0 6560 2 0 0 25 0 9 0 655446335 498339840 92334 33554432000 4194304 4417452 140736471434016 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28493/tid=28502] ppid=28491 vsize=486660 CPUtime=65.64 cores=0-7
/proc/28493/task/28502/stat : 28502 (plingeling) R 28491 28493 28338 0 -1 4202560 14382 1262 0 0 6562 2 0 0 25 0 9 0 655446335 498339840 92334 33554432000 4194304 4417452 140736471434016 18446744073709551615 4250972 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28493/tid=28503] ppid=28491 vsize=486660 CPUtime=65.64 cores=0-7
/proc/28493/task/28503/stat : 28503 (plingeling) R 28491 28493 28338 0 -1 4202560 14063 1262 0 0 6562 2 0 0 25 0 9 0 655446335 498339840 92334 33554432000 4194304 4417452 140736471434016 18446744073709551615 4364885 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28493/tid=28504] ppid=28491 vsize=486660 CPUtime=65.63 cores=0-7
/proc/28493/task/28504/stat : 28504 (plingeling) R 28491 28493 28338 0 -1 4202560 13417 1262 0 0 6562 1 0 0 25 0 9 0 655446336 498339840 92334 33554432000 4194304 4417452 140736471434016 18446744073709551615 4352397 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28493/tid=28505] ppid=28491 vsize=486660 CPUtime=65.62 cores=0-7
/proc/28493/task/28505/stat : 28505 (plingeling) R 28491 28493 28338 0 -1 4202560 4731 1262 0 0 6562 0 0 0 25 0 9 0 655446336 498339840 92334 33554432000 4194304 4417452 140736471434016 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28493/tid=28506] ppid=28491 vsize=486660 CPUtime=65.63 cores=0-7
/proc/28493/task/28506/stat : 28506 (plingeling) R 28491 28493 28338 0 -1 4202560 11409 1262 0 0 6562 1 0 0 25 0 9 0 655446336 498339840 92334 33554432000 4194304 4417452 140736471434016 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28493/tid=28507] ppid=28491 vsize=486660 CPUtime=65.63 cores=0-7
/proc/28493/task/28507/stat : 28507 (plingeling) R 28491 28493 28338 0 -1 4202560 10315 1262 0 0 6562 1 0 0 25 0 9 0 655446336 498339840 92334 33554432000 4194304 4417452 140736471434016 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 525.92
Current children cumulated vsize (KiB) 486660

[startup+67.9013 s]
/proc/loadavg: 7.95 8.04 7.48 9/303 28509
/proc/meminfo: memFree=11573964/32951124 swapFree=66050672/67111528
[pid=28493] ppid=28491 vsize=486660 CPUtime=532.24 cores=0-7
/proc/28493/stat : 28493 (plingeling) S 28491 28493 28338 0 -1 4202496 168997 1262 0 0 53201 23 0 0 18 0 9 0 655446189 498339840 92334 33554432000 4194304 4417452 140736471434016 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28493/statm: 121665 92334 180 55 0 119551 0
[pid=28493/tid=28500] ppid=28491 vsize=486660 CPUtime=65.76 cores=0-7
/proc/28493/task/28500/stat : 28500 (plingeling) R 28491 28493 28338 0 -1 4202560 23480 1262 0 0 6573 3 0 0 25 0 9 0 655446335 498339840 92334 33554432000 4194304 4417452 140736471434016 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28493/tid=28501] ppid=28491 vsize=486660 CPUtime=66.41 cores=0-7
/proc/28493/task/28501/stat : 28501 (plingeling) R 28491 28493 28338 0 -1 4202560 19614 1262 0 0 6639 2 0 0 25 0 9 0 655446335 498339840 92334 33554432000 4194304 4417452 140736471434016 18446744073709551615 4232523 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28493/tid=28502] ppid=28491 vsize=486660 CPUtime=66.43 cores=0-7
/proc/28493/task/28502/stat : 28502 (plingeling) R 28491 28493 28338 0 -1 4202560 14382 1262 0 0 6641 2 0 0 25 0 9 0 655446335 498339840 92334 33554432000 4194304 4417452 140736471434016 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28493/tid=28503] ppid=28491 vsize=486660 CPUtime=66.43 cores=0-7
/proc/28493/task/28503/stat : 28503 (plingeling) R 28491 28493 28338 0 -1 4202560 14063 1262 0 0 6641 2 0 0 25 0 9 0 655446335 498339840 92334 33554432000 4194304 4417452 140736471434016 18446744073709551615 4366987 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28493/tid=28504] ppid=28491 vsize=486660 CPUtime=66.42 cores=0-7
/proc/28493/task/28504/stat : 28504 (plingeling) R 28491 28493 28338 0 -1 4202560 13417 1262 0 0 6641 1 0 0 25 0 9 0 655446336 498339840 92334 33554432000 4194304 4417452 140736471434016 18446744073709551615 4364619 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28493/tid=28505] ppid=28491 vsize=486660 CPUtime=66.41 cores=0-7
/proc/28493/task/28505/stat : 28505 (plingeling) R 28491 28493 28338 0 -1 4202560 4731 1262 0 0 6641 0 0 0 25 0 9 0 655446336 498339840 92334 33554432000 4194304 4417452 140736471434016 18446744073709551615 4357291 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28493/tid=28506] ppid=28491 vsize=486660 CPUtime=66.42 cores=0-7
/proc/28493/task/28506/stat : 28506 (plingeling) R 28491 28493 28338 0 -1 4202560 11409 1262 0 0 6641 1 0 0 25 0 9 0 655446336 498339840 92334 33554432000 4194304 4417452 140736471434016 18446744073709551615 4366661 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28493/tid=28507] ppid=28491 vsize=486660 CPUtime=66.42 cores=0-7
/proc/28493/task/28507/stat : 28507 (plingeling) R 28491 28493 28338 0 -1 4202560 10315 1262 0 0 6641 1 0 0 25 0 9 0 655446336 498339840 92334 33554432000 4194304 4417452 140736471434016 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 532.24
Current children cumulated vsize (KiB) 486660

[startup+68.1013 s]
/proc/loadavg: 7.95 8.04 7.48 9/303 28509
/proc/meminfo: memFree=11573976/32951124 swapFree=66050672/67111528
[pid=28493] ppid=28491 vsize=486660 CPUtime=533.91 cores=0-7
/proc/28493/stat : 28493 (plingeling) S 28491 28493 28338 0 -1 4202496 168997 1262 0 0 53368 23 0 0 18 0 9 0 655446189 498339840 92334 33554432000 4194304 4417452 140736471434016 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28493/statm: 121665 92334 180 55 0 119551 0
[pid=28493/tid=28500] ppid=28491 vsize=486660 CPUtime=65.96 cores=0-7
/proc/28493/task/28500/stat : 28500 (plingeling) R 28491 28493 28338 0 -1 4202560 23480 1262 0 0 6593 3 0 0 25 0 9 0 655446335 498339840 92334 33554432000 4194304 4417452 140736471434016 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28493/tid=28501] ppid=28491 vsize=486660 CPUtime=66.62 cores=0-7
/proc/28493/task/28501/stat : 28501 (plingeling) R 28491 28493 28338 0 -1 4202560 19614 1262 0 0 6660 2 0 0 25 0 9 0 655446335 498339840 92334 33554432000 4194304 4417452 140736471434016 18446744073709551615 4237176 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28493/tid=28502] ppid=28491 vsize=486660 CPUtime=66.64 cores=0-7
/proc/28493/task/28502/stat : 28502 (plingeling) R 28491 28493 28338 0 -1 4202560 14382 1262 0 0 6662 2 0 0 25 0 9 0 655446335 498339840 92334 33554432000 4194304 4417452 140736471434016 18446744073709551615 4366556 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28493/tid=28503] ppid=28491 vsize=486660 CPUtime=66.64 cores=0-7
/proc/28493/task/28503/stat : 28503 (plingeling) R 28491 28493 28338 0 -1 4202560 14063 1262 0 0 6662 2 0 0 25 0 9 0 655446335 498339840 92334 33554432000 4194304 4417452 140736471434016 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28493/tid=28504] ppid=28491 vsize=486660 CPUtime=66.63 cores=0-7
/proc/28493/task/28504/stat : 28504 (plingeling) R 28491 28493 28338 0 -1 4202560 13417 1262 0 0 6662 1 0 0 25 0 9 0 655446336 498339840 92334 33554432000 4194304 4417452 140736471434016 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28493/tid=28505] ppid=28491 vsize=486660 CPUtime=66.62 cores=0-7
/proc/28493/task/28505/stat : 28505 (plingeling) R 28491 28493 28338 0 -1 4202560 4731 1262 0 0 6662 0 0 0 25 0 9 0 655446336 498339840 92334 33554432000 4194304 4417452 140736471434016 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28493/tid=28506] ppid=28491 vsize=486660 CPUtime=66.63 cores=0-7
/proc/28493/task/28506/stat : 28506 (plingeling) R 28491 28493 28338 0 -1 4202560 11409 1262 0 0 6662 1 0 0 25 0 9 0 655446336 498339840 92334 33554432000 4194304 4417452 140736471434016 18446744073709551615 4237221 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28493/tid=28507] ppid=28491 vsize=486660 CPUtime=66.63 cores=0-7
/proc/28493/task/28507/stat : 28507 (plingeling) R 28491 28493 28338 0 -1 4202560 10315 1262 0 0 6662 1 0 0 25 0 9 0 655446336 498339840 92334 33554432000 4194304 4417452 140736471434016 18446744073709551615 4354244 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 533.91
Current children cumulated vsize (KiB) 486660

Child status: 20
Real time (s): 68.198
CPU time (s): 534.449
CPU user time (s): 534.193
CPU system time (s): 0.255961
CPU usage (%): 783.673
Max. virtual memory (cumulated for all children) (KiB): 489316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 534.193
system time used= 0.255961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170263
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= 242
involuntary context switches= 4546

runsolver used 0.185971 second user time and 0.504923 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-15 07:48:03
IDJOB=3372479
IDBENCH=82410
IDSOLVER=1851
FILE ID=node135/3372479-1305438483
RUNJOBID= node135-1305436652-28352
PBS_JOBID= 13324754
Free space on /tmp= 73352 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.030-NOTKNOWN.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372479-1305438483/watcher-3372479-1305438483 -o /tmp/evaluation-result-3372479-1305438483/solver-3372479-1305438483 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372479-1305438483.cnf

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

MD5SUM BENCH= 17407fc59aa2b679b7792ae0656704b9
RANDOM SEED=1985897354

node135.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.851
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.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11940912 kB
Buffers:        290096 kB
Cached:        6062832 kB
SwapCached:      50684 kB
Active:        9940800 kB
Inactive:     10821552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11940912 kB
SwapTotal:    67111528 kB
SwapFree:     66050672 kB
Dirty:           17892 kB
Writeback:          12 kB
AnonPages:    14364528 kB
Mapped:          18636 kB
Slab:           137716 kB
PageTables:      46524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 57030268 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73352 MiB
End job on node135 at 2011-05-15 07:49:11