Trace number 3221085

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
ppfolio par? (TO) 39971 5000.02

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S2127424322-078.UNKNOWN.cnf
MD5SUMf8b6732f9f469525eb7751d9d1024a94
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58010

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 8 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7

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-3221085-1304160809/watcher-3221085-1304160809 -o /tmp/evaluation-result-3221085-1304160809/solver-3221085-1304160809 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221085-1304160809.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): 5000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.00 8.02 8.00 1/170 23327
/proc/meminfo: memFree=30799024/32950928 swapFree=67111448/67111528
[pid=23327] ppid=23325 vsize=18324 CPUtime=0 cores=0-7
/proc/23327/stat : 23327 (ppfolio) S 23325 23327 22513 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 527679585 18763776 390 33554432000 4194304 4287625 140734611170432 18446744073709551615 251814260239 0 0 4096 65536 16171582940763914239 0 0 17 6 0 0 0
/proc/23327/statm: 4581 390 341 23 0 91 0

[startup+0.099393 s]
/proc/loadavg: 8.00 8.02 8.00 1/170 23327
/proc/meminfo: memFree=30799024/32950928 swapFree=67111448/67111528
[pid=23327] ppid=23325 vsize=18324 CPUtime=0 cores=0-7
/proc/23327/stat : 23327 (ppfolio) S 23325 23327 22513 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 527679585 18763776 390 33554432000 4194304 4287625 140734611170432 18446744073709551615 251814260239 0 0 4096 65536 16171582940763914239 0 0 17 6 0 0 0
/proc/23327/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100392 s]
/proc/loadavg: 8.00 8.02 8.00 1/170 23327
/proc/meminfo: memFree=30799024/32950928 swapFree=67111448/67111528
[pid=23327] ppid=23325 vsize=18324 CPUtime=0 cores=0-7
/proc/23327/stat : 23327 (ppfolio) S 23325 23327 22513 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 527679585 18763776 390 33554432000 4194304 4287625 140734611170432 18446744073709551615 251814260239 0 0 4096 65536 16171582940763914239 0 0 17 6 0 0 0
/proc/23327/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300358 s]
/proc/loadavg: 8.00 8.02 8.00 1/170 23327
/proc/meminfo: memFree=30799024/32950928 swapFree=67111448/67111528
[pid=23327] ppid=23325 vsize=18324 CPUtime=0 cores=0-7
/proc/23327/stat : 23327 (ppfolio) S 23325 23327 22513 0 -1 4202496 522 0 0 0 0 0 0 0 23 0 1 0 527679585 18763776 390 33554432000 4194304 4287625 140734611170432 18446744073709551615 251814260239 0 0 4096 65536 16171582940763914239 0 0 17 6 0 0 0
/proc/23327/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700292 s]
/proc/loadavg: 8.00 8.02 8.00 1/170 23327
/proc/meminfo: memFree=30799024/32950928 swapFree=67111448/67111528
[pid=23327] ppid=23325 vsize=18324 CPUtime=0 cores=0-7
/proc/23327/stat : 23327 (ppfolio) S 23325 23327 22513 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 527679585 18763776 390 33554432000 4194304 4287625 140734611170432 18446744073709551615 251814260239 0 0 4096 65536 16171582940763914239 0 0 17 6 0 0 0
/proc/23327/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50116 s]
/proc/loadavg: 8.08 8.04 8.01 9/180 23342
/proc/meminfo: memFree=30780956/32950928 swapFree=67111448/67111528
[pid=23327] ppid=23325 vsize=18324 CPUtime=0 cores=0-7
/proc/23327/stat : 23327 (ppfolio) S 23325 23327 22513 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527679585 18763776 390 33554432000 4194304 4287625 140734611170432 18446744073709551615 251814260239 0 0 4096 65536 16171582940763914239 0 0 17 6 0 0 0
/proc/23327/statm: 4581 390 341 23 0 91 0
[pid=23328] ppid=23327 vsize=27452 CPUtime=1.49 cores=0
/proc/23328/stat : 23328 (cryptominisat) R 23327 23327 22513 0 -1 4202496 3293 0 0 0 149 0 0 0 20 0 1 0 527679586 28110848 1244 33554432000 4194304 4587354 140736545433792 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23328/statm: 6863 1244 330 96 0 3425 0
[pid=23329] ppid=23327 vsize=15292 CPUtime=1.49 cores=1
/proc/23329/stat : 23329 (clasp) R 23327 23327 22513 0 -1 4202496 1269 0 0 0 149 0 0 0 20 0 1 0 527679586 15659008 1160 33554432000 4194304 4785740 140734817492368 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 3823 1160 340 145 0 868 0
[pid=23330] ppid=23327 vsize=456764 CPUtime=1.49 cores=2
/proc/23330/stat : 23330 (TNM) R 23327 23327 22513 0 -1 4202496 595 0 0 0 149 0 0 0 25 0 1 0 527679586 467726336 491 33554432000 134512640 134534564 4288559840 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23330/statm: 114191 491 95 6 0 112857 0
[pid=23331] ppid=23327 vsize=8728 CPUtime=1.49 cores=3
/proc/23331/stat : 23331 (march_hi) R 23327 23327 22513 0 -1 4202496 1998 0 0 0 149 0 0 0 20 0 1 0 527679586 8937472 608 33554432000 4194304 4331988 140736028745920 18446744073709551615 4237130 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23331/statm: 2182 608 174 34 0 624 0
[pid=23332] ppid=23327 vsize=127688 CPUtime=5.91 cores=4-7
/proc/23332/stat : 23332 (plingeling) S 23327 23327 22513 0 -1 4202496 4602 1249 0 0 591 0 0 0 19 0 5 0 527679586 130752512 3994 33554432000 4194304 4356188 140736739012864 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23332/statm: 31922 3994 161 40 0 30466 0
[pid=23332/tid=23339] ppid=23327 vsize=127688 CPUtime=1.47 cores=4-7
/proc/23332/task/23339/stat : 23339 (plingeling) R 23327 23327 22513 0 -1 4202560 843 1249 0 0 147 0 0 0 23 0 5 0 527679587 130752512 3994 33554432000 4194304 4356188 140736739012864 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23332/tid=23340] ppid=23327 vsize=127688 CPUtime=1.47 cores=4-7
/proc/23332/task/23340/stat : 23340 (plingeling) R 23327 23327 22513 0 -1 4202560 934 1249 0 0 147 0 0 0 23 0 5 0 527679587 130752512 3994 33554432000 4194304 4356188 140736739012864 18446744073709551615 4332125 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23332/tid=23341] ppid=23327 vsize=127688 CPUtime=1.47 cores=4-7
/proc/23332/task/23341/stat : 23341 (plingeling) R 23327 23327 22513 0 -1 4202560 880 1249 0 0 147 0 0 0 25 0 5 0 527679587 130752512 3994 33554432000 4194304 4356188 140736739012864 18446744073709551615 4331141 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23332/tid=23342] ppid=23327 vsize=127688 CPUtime=1.47 cores=4-7
/proc/23332/task/23342/stat : 23342 (plingeling) R 23327 23327 22513 0 -1 4202560 758 1249 0 0 147 0 0 0 25 0 5 0 527679587 130752512 3994 33554432000 4194304 4356188 140736739012864 18446744073709551615 4210596 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 654248

[startup+3.10089 s]
/proc/loadavg: 8.08 8.04 8.01 9/180 23342
/proc/meminfo: memFree=30765332/32950928 swapFree=67111448/67111528
[pid=23327] ppid=23325 vsize=18324 CPUtime=0 cores=0-7
/proc/23327/stat : 23327 (ppfolio) S 23325 23327 22513 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527679585 18763776 390 33554432000 4194304 4287625 140734611170432 18446744073709551615 251814260239 0 0 4096 65536 16171582940763914239 0 0 17 6 0 0 0
/proc/23327/statm: 4581 390 341 23 0 91 0
[pid=23328] ppid=23327 vsize=1222940 CPUtime=3.08 cores=0
/proc/23328/stat : 23328 (cryptominisat) R 23327 23327 22513 0 -1 4202496 6031 0 0 0 308 0 0 0 25 0 1 0 527679586 1252290560 3440 33554432000 4194304 4587354 140736545433792 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23328/statm: 305735 3440 336 96 0 302297 0
[pid=23329] ppid=23327 vsize=16164 CPUtime=3.09 cores=1
/proc/23329/stat : 23329 (clasp) R 23327 23327 22513 0 -1 4202496 1478 0 0 0 309 0 0 0 25 0 1 0 527679586 16551936 1369 33554432000 4194304 4785740 140734817492368 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 4041 1369 340 145 0 1086 0
[pid=23330] ppid=23327 vsize=456764 CPUtime=3.09 cores=2
/proc/23330/stat : 23330 (TNM) R 23327 23327 22513 0 -1 4202496 595 0 0 0 309 0 0 0 25 0 1 0 527679586 467726336 491 33554432000 134512640 134534564 4288559840 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23330/statm: 114191 491 95 6 0 112857 0
[pid=23331] ppid=23327 vsize=9032 CPUtime=3.09 cores=3
/proc/23331/stat : 23331 (march_hi) R 23327 23327 22513 0 -1 4202496 2097 0 0 0 309 0 0 0 25 0 1 0 527679586 9248768 707 33554432000 4194304 4331988 140736028745920 18446744073709551615 4210430 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23331/statm: 2258 707 174 34 0 700 0
[pid=23332] ppid=23327 vsize=127584 CPUtime=12.3 cores=4-7
/proc/23332/stat : 23332 (plingeling) S 23327 23327 22513 0 -1 4202496 5248 1249 0 0 1230 0 0 0 19 0 5 0 527679586 130646016 3968 33554432000 4194304 4356188 140736739012864 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23332/statm: 31896 3968 161 40 0 30440 0
[pid=23332/tid=23339] ppid=23327 vsize=127584 CPUtime=3.06 cores=4-7
/proc/23332/task/23339/stat : 23339 (plingeling) R 23327 23327 22513 0 -1 4202560 1070 1249 0 0 306 0 0 0 25 0 5 0 527679587 130646016 3968 33554432000 4194304 4356188 140736739012864 18446744073709551615 4279985 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23332/tid=23340] ppid=23327 vsize=127584 CPUtime=3.07 cores=4-7
/proc/23332/task/23340/stat : 23340 (plingeling) R 23327 23327 22513 0 -1 4202560 1095 1249 0 0 307 0 0 0 25 0 5 0 527679587 130646016 3968 33554432000 4194304 4356188 140736739012864 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23332/tid=23341] ppid=23327 vsize=127584 CPUtime=3.07 cores=4-7
/proc/23332/task/23341/stat : 23341 (plingeling) R 23327 23327 22513 0 -1 4202560 977 1249 0 0 307 0 0 0 25 0 5 0 527679587 130646016 3968 33554432000 4194304 4356188 140736739012864 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23332/tid=23342] ppid=23327 vsize=127584 CPUtime=3.07 cores=4-7
/proc/23332/task/23342/stat : 23342 (plingeling) R 23327 23327 22513 0 -1 4202560 919 1249 0 0 307 0 0 0 25 0 5 0 527679587 130646016 3968 33554432000 4194304 4356188 140736739012864 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.65
Current children cumulated vsize (KiB) 1850808

[startup+6.30035 s]
/proc/loadavg: 8.08 8.04 8.01 9/180 23342
/proc/meminfo: memFree=30762996/32950928 swapFree=67111448/67111528
[pid=23327] ppid=23325 vsize=18324 CPUtime=0 cores=0-7
/proc/23327/stat : 23327 (ppfolio) S 23325 23327 22513 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527679585 18763776 390 33554432000 4194304 4287625 140734611170432 18446744073709551615 251814260239 0 0 4096 65536 16171582940763914239 0 0 17 6 0 0 0
/proc/23327/statm: 4581 390 341 23 0 91 0
[pid=23328] ppid=23327 vsize=1223016 CPUtime=6.29 cores=0
/proc/23328/stat : 23328 (cryptominisat) R 23327 23327 22513 0 -1 4202496 7925 0 0 0 628 1 0 0 25 0 1 0 527679586 1252368384 3503 33554432000 4194304 4587354 140736545433792 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23328/statm: 305754 3503 336 96 0 302316 0
[pid=23329] ppid=23327 vsize=17480 CPUtime=6.29 cores=1
/proc/23329/stat : 23329 (clasp) R 23327 23327 22513 0 -1 4202496 1784 0 0 0 629 0 0 0 25 0 1 0 527679586 17899520 1675 33554432000 4194304 4785740 140734817492368 18446744073709551615 4286927 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 4370 1675 340 145 0 1415 0
[pid=23330] ppid=23327 vsize=456764 CPUtime=6.29 cores=2
/proc/23330/stat : 23330 (TNM) R 23327 23327 22513 0 -1 4202496 595 0 0 0 629 0 0 0 25 0 1 0 527679586 467726336 491 33554432000 134512640 134534564 4288559840 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23330/statm: 114191 491 95 6 0 112857 0
[pid=23331] ppid=23327 vsize=9752 CPUtime=6.29 cores=3
/proc/23331/stat : 23331 (march_hi) R 23327 23327 22513 0 -1 4202496 2197 0 0 0 629 0 0 0 25 0 1 0 527679586 9986048 807 33554432000 4194304 4331988 140736028745920 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23331/statm: 2438 807 175 34 0 880 0
[pid=23332] ppid=23327 vsize=128100 CPUtime=25.09 cores=4-7
/proc/23332/stat : 23332 (plingeling) S 23327 23327 22513 0 -1 4202496 6371 1249 0 0 2508 1 0 0 19 0 5 0 527679586 131174400 4097 33554432000 4194304 4356188 140736739012864 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23332/statm: 32025 4097 161 40 0 30569 0
[pid=23332/tid=23339] ppid=23327 vsize=128100 CPUtime=6.24 cores=4-7
/proc/23332/task/23339/stat : 23339 (plingeling) R 23327 23327 22513 0 -1 4202560 1390 1249 0 0 624 0 0 0 25 0 5 0 527679587 131174400 4097 33554432000 4194304 4356188 140736739012864 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23332/tid=23340] ppid=23327 vsize=128100 CPUtime=6.27 cores=4-7
/proc/23332/task/23340/stat : 23340 (plingeling) R 23327 23327 22513 0 -1 4202560 1352 1249 0 0 627 0 0 0 25 0 5 0 527679587 131174400 4097 33554432000 4194304 4356188 140736739012864 18446744073709551615 4279535 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23332/tid=23341] ppid=23327 vsize=128100 CPUtime=6.27 cores=4-7
/proc/23332/task/23341/stat : 23341 (plingeling) R 23327 23327 22513 0 -1 4202560 1234 1249 0 0 627 0 0 0 25 0 5 0 527679587 131174400 4097 33554432000 4194304 4356188 140736739012864 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23332/tid=23342] ppid=23327 vsize=128100 CPUtime=6.27 cores=4-7
/proc/23332/task/23342/stat : 23342 (plingeling) R 23327 23327 22513 0 -1 4202560 1208 1249 0 0 627 0 0 0 25 0 5 0 527679587 131174400 4097 33554432000 4194304 4356188 140736739012864 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 1853436

[startup+12.7013 s]
/proc/loadavg: 8.07 8.04 8.00 9/180 23342
/proc/meminfo: memFree=30750844/32950928 swapFree=67111448/67111528
[pid=23327] ppid=23325 vsize=18324 CPUtime=0 cores=0-7
/proc/23327/stat : 23327 (ppfolio) S 23325 23327 22513 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527679585 18763776 390 33554432000 4194304 4287625 140734611170432 18446744073709551615 251814260239 0 0 4096 65536 16171582940763914239 0 0 17 6 0 0 0
/proc/23327/statm: 4581 390 341 23 0 91 0
[pid=23328] ppid=23327 vsize=44068 CPUtime=12.69 cores=0
/proc/23328/stat : 23328 (cryptominisat) R 23327 23327 22513 0 -1 4202496 12802 0 0 0 1267 2 0 0 25 0 1 0 527679586 45125632 5261 33554432000 4194304 4587354 140736545433792 18446744073709551615 4239308 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23328/statm: 11017 5261 336 96 0 7579 0
[pid=23329] ppid=23327 vsize=18896 CPUtime=12.69 cores=1
/proc/23329/stat : 23329 (clasp) R 23327 23327 22513 0 -1 4202496 2121 0 0 0 1269 0 0 0 25 0 1 0 527679586 19349504 2012 33554432000 4194304 4785740 140734817492368 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 4724 2012 340 145 0 1769 0
[pid=23330] ppid=23327 vsize=456764 CPUtime=12.69 cores=2
/proc/23330/stat : 23330 (TNM) R 23327 23327 22513 0 -1 4202496 595 0 0 0 1269 0 0 0 25 0 1 0 527679586 467726336 491 33554432000 134512640 134534564 4288559840 18446744073709551615 134530522 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23330/statm: 114191 491 95 6 0 112857 0
[pid=23331] ppid=23327 vsize=10264 CPUtime=12.69 cores=3
/proc/23331/stat : 23331 (march_hi) R 23327 23327 22513 0 -1 4202496 2395 0 0 0 1269 0 0 0 25 0 1 0 527679586 10510336 1005 33554432000 4194304 4331988 140736028745920 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23331/statm: 2566 1005 175 34 0 1008 0
[pid=23332] ppid=23327 vsize=134440 CPUtime=50.66 cores=4-7
/proc/23332/stat : 23332 (plingeling) S 23327 23327 22513 0 -1 4202496 9892 1249 0 0 5065 1 0 0 19 0 5 0 527679586 137666560 5666 33554432000 4194304 4356188 140736739012864 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23332/statm: 33610 5666 161 40 0 32154 0
[pid=23332/tid=23339] ppid=23327 vsize=134440 CPUtime=12.61 cores=4-7
/proc/23332/task/23339/stat : 23339 (plingeling) R 23327 23327 22513 0 -1 4202560 2526 1249 0 0 1261 0 0 0 25 0 5 0 527679587 137666560 5666 33554432000 4194304 4356188 140736739012864 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23332/tid=23340] ppid=23327 vsize=134440 CPUtime=12.67 cores=4-7
/proc/23332/task/23340/stat : 23340 (plingeling) R 23327 23327 22513 0 -1 4202560 1944 1249 0 0 1267 0 0 0 25 0 5 0 527679587 137666560 5666 33554432000 4194304 4356188 140736739012864 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23332/tid=23341] ppid=23327 vsize=134440 CPUtime=12.67 cores=4-7
/proc/23332/task/23341/stat : 23341 (plingeling) R 23327 23327 22513 0 -1 4202560 2386 1249 0 0 1267 0 0 0 25 0 5 0 527679587 137666560 5666 33554432000 4194304 4356188 140736739012864 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23332/tid=23342] ppid=23327 vsize=134440 CPUtime=12.67 cores=4-7
/proc/23332/task/23342/stat : 23342 (plingeling) R 23327 23327 22513 0 -1 4202560 1849 1249 0 0 1267 0 0 0 25 0 5 0 527679587 137666560 5666 33554432000 4194304 4356188 140736739012864 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 682756

[startup+25.5011 s]
/proc/loadavg: 8.14 8.05 8.01 9/180 23343
/proc/meminfo: memFree=30737940/32950928 swapFree=67111448/67111528
[pid=23327] ppid=23325 vsize=18324 CPUtime=0 cores=0-7
/proc/23327/stat : 23327 (ppfolio) S 23325 23327 22513 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527679585 18763776 390 33554432000 4194304 4287625 140734611170432 18446744073709551615 251814260239 0 0 4096 65536 16171582940763914239 0 0 17 6 0 0 0
/proc/23327/statm: 4581 390 341 23 0 91 0
[pid=23328] ppid=23327 vsize=44436 CPUtime=25.49 cores=0
/proc/23328/stat : 23328 (cryptominisat) R 23327 23327 22513 0 -1 4202496 18822 0 0 0 2546 3 0 0 25 0 1 0 527679586 45502464 5354 33554432000 4194304 4587354 140736545433792 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=23330] ppid=23327 vsize=456764 CPUtime=4782.36 cores=2
/proc/23330/stat : 23330 (TNM) R 23327 23327 22513 0 -1 4202496 595 0 0 0 478234 2 0 0 25 0 1 0 527679586 467726336 491 33554432000 134512640 134534564 4288559840 18446744073709551615 134530522 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23330/statm: 114191 491 95 6 0 112857 0
[pid=23331] ppid=23327 vsize=689068 CPUtime=4780.74 cores=3
/proc/23331/stat : 23331 (march_hi) R 23327 23327 22513 0 -1 4202496 125837 0 0 0 477982 92 0 0 25 0 1 0 527679586 705605632 124447 33554432000 4194304 4331988 140736028745920 18446744073709551615 4299188 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23331/statm: 172267 124447 175 34 0 170709 0
[pid=23332] ppid=23327 vsize=318212 CPUtime=19102.9 cores=4-7
/proc/23332/stat : 23332 (plingeling) S 23327 23327 22513 0 -1 4202496 471269 1249 0 0 1910210 76 0 0 19 0 5 0 527679586 325849088 51625 33554432000 4194304 4356188 140736739012864 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23332/statm: 79553 51625 161 40 0 78097 0
[pid=23332/tid=23339] ppid=23327 vsize=318212 CPUtime=4756.26 cores=4-7
/proc/23332/task/23339/stat : 23339 (plingeling) R 23327 23327 22513 0 -1 4202560 119106 1249 0 0 475608 18 0 0 25 0 5 0 527679587 325849088 51625 33554432000 4194304 4356188 140736739012864 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23332/tid=23340] ppid=23327 vsize=318212 CPUtime=4782.34 cores=4-7
/proc/23332/task/23340/stat : 23340 (plingeling) R 23327 23327 22513 0 -1 4202560 115804 1249 0 0 478214 20 0 0 25 0 5 0 527679587 325849088 51625 33554432000 4194304 4356188 140736739012864 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23332/tid=23341] ppid=23327 vsize=318212 CPUtime=4781.86 cores=4-7
/proc/23332/task/23341/stat : 23341 (plingeling) R 23327 23327 22513 0 -1 4202560 115479 1249 0 0 478167 19 0 0 25 0 5 0 527679587 325849088 51625 33554432000 4194304 4356188 140736739012864 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23332/tid=23342] ppid=23327 vsize=318212 CPUtime=4782.35 cores=4-7
/proc/23332/task/23342/stat : 23342 (plingeling) R 23327 23327 22513 0 -1 4202560 119693 1249 0 0 478218 17 0 0 25 0 5 0 527679587 325849088 51625 33554432000 4194304 4356188 140736739012864 18446744073709551615 4331023 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38230.5
Current children cumulated vsize (KiB) 1743316

[startup+4842.3 s]
/proc/loadavg: 8.07 8.02 8.00 9/180 23495
/proc/meminfo: memFree=29941716/32950928 swapFree=67111448/67111528
[pid=23327] ppid=23325 vsize=18324 CPUtime=0 cores=0-7
/proc/23327/stat : 23327 (ppfolio) S 23325 23327 22513 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527679585 18763776 390 33554432000 4194304 4287625 140734611170432 18446744073709551615 251814260239 0 0 4096 65536 16171582940763914239 0 0 17 6 0 0 0
/proc/23327/statm: 4581 390 341 23 0 91 0
[pid=23328] ppid=23327 vsize=120352 CPUtime=4842.23 cores=0
/proc/23328/stat : 23328 (cryptominisat) R 23327 23327 22513 0 -1 4202496 394359 0 0 0 484054 169 0 0 25 0 1 0 527679586 123240448 25672 33554432000 4194304 4587354 140736545433792 18446744073709551615 4239316 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23328/statm: 30088 25672 336 96 0 26650 0
[pid=23329] ppid=23327 vsize=64980 CPUtime=4842.35 cores=1
/proc/23329/stat : 23329 (clasp) R 23327 23327 22513 0 -1 4202496 14176 0 0 0 484233 2 0 0 25 0 1 0 527679586 66539520 12159 33554432000 4194304 4785740 140734817492368 18446744073709551615 4286973 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 16245 12159 341 145 0 13290 0
[pid=23330] ppid=23327 vsize=456764 CPUtime=4842.36 cores=2
/proc/23330/stat : 23330 (TNM) R 23327 23327 22513 0 -1 4202496 595 0 0 0 484234 2 0 0 25 0 1 0 527679586 467726336 491 33554432000 134512640 134534564 4288559840 18446744073709551615 134530586 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23330/statm: 114191 491 95 6 0 112857 0
[pid=23331] ppid=23327 vsize=689068 CPUtime=4840.74 cores=3
/proc/23331/stat : 23331 (march_hi) R 23327 23327 22513 0 -1 4202496 127138 0 0 0 483981 93 0 0 25 0 1 0 527679586 705605632 125748 33554432000 4194304 4331988 140736028745920 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23331/statm: 172267 125748 175 34 0 170709 0
[pid=23332] ppid=23327 vsize=317188 CPUtime=19342.5 cores=4-7
/proc/23332/stat : 23332 (plingeling) S 23327 23327 22513 0 -1 4202496 474661 1249 0 0 1934176 77 0 0 19 0 5 0 527679586 324800512 51369 33554432000 4194304 4356188 140736739012864 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23332/statm: 79297 51369 161 40 0 77841 0
[pid=23332/tid=23339] ppid=23327 vsize=317188 CPUtime=4815.93 cores=4-7
/proc/23332/task/23339/stat : 23339 (plingeling) R 23327 23327 22513 0 -1 4202560 120066 1249 0 0 481575 18 0 0 25 0 5 0 527679587 324800512 51369 33554432000 4194304 4356188 140736739012864 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23332/tid=23340] ppid=23327 vsize=317188 CPUtime=4842.34 cores=4-7
/proc/23332/task/23340/stat : 23340 (plingeling) R 23327 23327 22513 0 -1 4202560 116700 1249 0 0 484214 20 0 0 25 0 5 0 527679587 324800512 51369 33554432000 4194304 4356188 140736739012864 18446744073709551615 4331002 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23332/tid=23341] ppid=23327 vsize=317188 CPUtime=4841.86 cores=4-7
/proc/23332/task/23341/stat : 23341 (plingeling) R 23327 23327 22513 0 -1 4202560 116247 1249 0 0 484166 20 0 0 25 0 5 0 527679587 324800512 51369 33554432000 4194304 4356188 140736739012864 18446744073709551615 4331076 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23332/tid=23342] ppid=23327 vsize=317188 CPUtime=4842.34 cores=4-7
/proc/23332/task/23342/stat : 23342 (plingeling) R 23327 23327 22513 0 -1 4202560 120461 1249 0 0 484217 17 0 0 25 0 5 0 527679587 324800512 51369 33554432000 4194304 4356188 140736739012864 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38710.2
Current children cumulated vsize (KiB) 1666676

[startup+4902.3 s]
/proc/loadavg: 8.08 8.03 8.00 9/180 23497
/proc/meminfo: memFree=29930056/32950928 swapFree=67111448/67111528
[pid=23327] ppid=23325 vsize=18324 CPUtime=0 cores=0-7
/proc/23327/stat : 23327 (ppfolio) S 23325 23327 22513 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527679585 18763776 390 33554432000 4194304 4287625 140734611170432 18446744073709551615 251814260239 0 0 4096 65536 16171582940763914239 0 0 17 6 0 0 0
/proc/23327/statm: 4581 390 341 23 0 91 0
[pid=23328] ppid=23327 vsize=196116 CPUtime=4902.23 cores=0
/proc/23328/stat : 23328 (cryptominisat) R 23327 23327 22513 0 -1 4202496 397058 0 0 0 490052 171 0 0 25 0 1 0 527679586 200822784 28301 33554432000 4194304 4587354 140736545433792 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23328/statm: 49029 28301 336 96 0 45591 0
[pid=23329] ppid=23327 vsize=65076 CPUtime=4902.35 cores=1
/proc/23329/stat : 23329 (clasp) R 23327 23327 22513 0 -1 4202496 14247 0 0 0 490233 2 0 0 25 0 1 0 527679586 66637824 12182 33554432000 4194304 4785740 140734817492368 18446744073709551615 4546137 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 16269 12182 341 145 0 13314 0
[pid=23330] ppid=23327 vsize=456764 CPUtime=4902.36 cores=2
/proc/23330/stat : 23330 (TNM) R 23327 23327 22513 0 -1 4202496 595 0 0 0 490234 2 0 0 25 0 1 0 527679586 467726336 491 33554432000 134512640 134534564 4288559840 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23330/statm: 114191 491 95 6 0 112857 0
[pid=23331] ppid=23327 vsize=689068 CPUtime=4900.74 cores=3
/proc/23331/stat : 23331 (march_hi) R 23327 23327 22513 0 -1 4202496 128725 0 0 0 489979 95 0 0 25 0 1 0 527679586 705605632 127335 33554432000 4194304 4331988 140736028745920 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23331/statm: 172267 127335 175 34 0 170709 0
[pid=23332] ppid=23327 vsize=311812 CPUtime=19582.2 cores=4-7
/proc/23332/stat : 23332 (plingeling) S 23327 23327 22513 0 -1 4202496 476837 1249 0 0 1958143 77 0 0 19 0 5 0 527679586 319295488 50025 33554432000 4194304 4356188 140736739012864 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23332/statm: 77953 50025 161 40 0 76497 0
[pid=23332/tid=23339] ppid=23327 vsize=311812 CPUtime=4875.61 cores=4-7
/proc/23332/task/23339/stat : 23339 (plingeling) R 23327 23327 22513 0 -1 4202560 120322 1249 0 0 487543 18 0 0 25 0 5 0 527679587 319295488 50025 33554432000 4194304 4356188 140736739012864 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23332/tid=23340] ppid=23327 vsize=311812 CPUtime=4902.34 cores=4-7
/proc/23332/task/23340/stat : 23340 (plingeling) R 23327 23327 22513 0 -1 4202560 116700 1249 0 0 490214 20 0 0 25 0 5 0 527679587 319295488 50025 33554432000 4194304 4356188 140736739012864 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23332/tid=23341] ppid=23327 vsize=311812 CPUtime=4901.86 cores=4-7
/proc/23332/task/23341/stat : 23341 (plingeling) R 23327 23327 22513 0 -1 4202560 117207 1249 0 0 490166 20 0 0 25 0 5 0 527679587 319295488 50025 33554432000 4194304 4356188 140736739012864 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23332/tid=23342] ppid=23327 vsize=311812 CPUtime=4902.34 cores=4-7
/proc/23332/task/23342/stat : 23342 (plingeling) R 23327 23327 22513 0 -1 4202560 121421 1249 0 0 490217 17 0 0 25 0 5 0 527679587 319295488 50025 33554432000 4194304 4356188 140736739012864 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39189.9
Current children cumulated vsize (KiB) 1737160

[startup+4962.3 s]
/proc/loadavg: 8.03 8.03 8.00 9/180 23498
/proc/meminfo: memFree=29924220/32950928 swapFree=67111448/67111528
[pid=23327] ppid=23325 vsize=18324 CPUtime=0 cores=0-7
/proc/23327/stat : 23327 (ppfolio) S 23325 23327 22513 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527679585 18763776 390 33554432000 4194304 4287625 140734611170432 18446744073709551615 251814260239 0 0 4096 65536 16171582940763914239 0 0 17 6 0 0 0
/proc/23327/statm: 4581 390 341 23 0 91 0
[pid=23328] ppid=23327 vsize=196424 CPUtime=4962.24 cores=0
/proc/23328/stat : 23328 (cryptominisat) R 23327 23327 22513 0 -1 4202496 402206 0 0 0 496050 174 0 0 25 0 1 0 527679586 201138176 26913 33554432000 4194304 4587354 140736545433792 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23328/statm: 49106 26913 336 96 0 45668 0
[pid=23329] ppid=23327 vsize=65076 CPUtime=4962.35 cores=1
/proc/23329/stat : 23329 (clasp) R 23327 23327 22513 0 -1 4202496 14247 0 0 0 496233 2 0 0 25 0 1 0 527679586 66637824 12182 33554432000 4194304 4785740 140734817492368 18446744073709551615 4277666 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 16269 12182 341 145 0 13314 0
[pid=23330] ppid=23327 vsize=456764 CPUtime=4962.36 cores=2
/proc/23330/stat : 23330 (TNM) R 23327 23327 22513 0 -1 4202496 595 0 0 0 496234 2 0 0 25 0 1 0 527679586 467726336 491 33554432000 134512640 134534564 4288559840 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23330/statm: 114191 491 95 6 0 112857 0
[pid=23331] ppid=23327 vsize=698112 CPUtime=4960.74 cores=3
/proc/23331/stat : 23331 (march_hi) R 23327 23327 22513 0 -1 4202496 130257 0 0 0 495978 96 0 0 25 0 1 0 527679586 714866688 128867 33554432000 4194304 4331988 140736028745920 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23331/statm: 174528 128867 175 34 0 172970 0
[pid=23332] ppid=23327 vsize=317188 CPUtime=19821.9 cores=4-7
/proc/23332/stat : 23332 (plingeling) S 23327 23327 22513 0 -1 4202496 482213 1249 0 0 1982109 78 0 0 19 0 5 0 527679586 324800512 51369 33554432000 4194304 4356188 140736739012864 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23332/statm: 79297 51369 161 40 0 77841 0
[pid=23332/tid=23339] ppid=23327 vsize=317188 CPUtime=4935.28 cores=4-7
/proc/23332/task/23339/stat : 23339 (plingeling) R 23327 23327 22513 0 -1 4202560 121346 1249 0 0 493510 18 0 0 25 0 5 0 527679587 324800512 51369 33554432000 4194304 4356188 140736739012864 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23332/tid=23340] ppid=23327 vsize=317188 CPUtime=4962.34 cores=4-7
/proc/23332/task/23340/stat : 23340 (plingeling) R 23327 23327 22513 0 -1 4202560 118428 1249 0 0 496214 20 0 0 25 0 5 0 527679587 324800512 51369 33554432000 4194304 4356188 140736739012864 18446744073709551615 4331173 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23332/tid=23341] ppid=23327 vsize=317188 CPUtime=4961.85 cores=4-7
/proc/23332/task/23341/stat : 23341 (plingeling) R 23327 23327 22513 0 -1 4202560 117975 1249 0 0 496165 20 0 0 25 0 5 0 527679587 324800512 51369 33554432000 4194304 4356188 140736739012864 18446744073709551615 4331992 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23332/tid=23342] ppid=23327 vsize=317188 CPUtime=4962.35 cores=4-7
/proc/23332/task/23342/stat : 23342 (plingeling) R 23327 23327 22513 0 -1 4202560 123277 1249 0 0 496217 18 0 0 25 0 5 0 527679587 324800512 51369 33554432000 4194304 4356188 140736739012864 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39669.6
Current children cumulated vsize (KiB) 1751888



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.01 8.02 8.00 9/180 23499
/proc/meminfo: memFree=29922724/32950928 swapFree=67111448/67111528
[pid=23327] ppid=23325 vsize=18324 CPUtime=0 cores=0-7
/proc/23327/stat : 23327 (ppfolio) S 23325 23327 22513 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527679585 18763776 390 33554432000 4194304 4287625 140734611170432 18446744073709551615 251814260239 0 0 4096 65536 16171582940763914239 0 0 17 6 0 0 0
/proc/23327/statm: 4581 390 341 23 0 91 0
[pid=23328] ppid=23327 vsize=196424 CPUtime=4999.94 cores=0
/proc/23328/stat : 23328 (cryptominisat) R 23327 23327 22513 0 -1 4202496 403695 0 0 0 499819 175 0 0 25 0 1 0 527679586 201138176 28368 33554432000 4194304 4587354 140736545433792 18446744073709551615 4232133 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23328/statm: 49106 28368 336 96 0 45668 0
[pid=23329] ppid=23327 vsize=65076 CPUtime=5000.05 cores=1
/proc/23329/stat : 23329 (clasp) R 23327 23327 22513 0 -1 4202496 14252 0 0 0 500003 2 0 0 25 0 1 0 527679586 66637824 12187 33554432000 4194304 4785740 140734817492368 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23329/statm: 16269 12187 341 145 0 13314 0
[pid=23330] ppid=23327 vsize=456764 CPUtime=5000.06 cores=2
/proc/23330/stat : 23330 (TNM) R 23327 23327 22513 0 -1 4202496 595 0 0 0 500004 2 0 0 25 0 1 0 527679586 467726336 491 33554432000 134512640 134534564 4288559840 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23330/statm: 114191 491 95 6 0 112857 0
[pid=23331] ppid=23327 vsize=698112 CPUtime=4998.45 cores=3
/proc/23331/stat : 23331 (march_hi) R 23327 23327 22513 0 -1 4202496 131192 0 0 0 499748 97 0 0 25 0 1 0 527679586 714866688 129802 33554432000 4194304 4331988 140736028745920 18446744073709551615 4298535 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23331/statm: 174528 129802 175 34 0 172970 0
[pid=23332] ppid=23327 vsize=307716 CPUtime=19972.5 cores=4-7
/proc/23332/stat : 23332 (plingeling) S 23327 23327 22513 0 -1 4202496 484005 1249 0 0 1997170 78 0 0 19 0 5 0 527679586 315101184 49001 33554432000 4194304 4356188 140736739012864 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23332/statm: 76929 49001 161 40 0 75473 0
[pid=23332/tid=23339] ppid=23327 vsize=307716 CPUtime=4972.78 cores=4-7
/proc/23332/task/23339/stat : 23339 (plingeling) R 23327 23327 22513 0 -1 4202560 123138 1249 0 0 497259 19 0 0 25 0 5 0 527679587 315101184 49001 33554432000 4194304 4356188 140736739012864 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23332/tid=23340] ppid=23327 vsize=307716 CPUtime=5000.05 cores=4-7
/proc/23332/task/23340/stat : 23340 (plingeling) R 23327 23327 22513 0 -1 4202560 118428 1249 0 0 499985 20 0 0 25 0 5 0 527679587 315101184 49001 33554432000 4194304 4356188 140736739012864 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23332/tid=23341] ppid=23327 vsize=307716 CPUtime=4999.56 cores=4-7
/proc/23332/task/23341/stat : 23341 (plingeling) R 23327 23327 22513 0 -1 4202560 117975 1249 0 0 499936 20 0 0 25 0 5 0 527679587 315101184 49001 33554432000 4194304 4356188 140736739012864 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23332/tid=23342] ppid=23327 vsize=307716 CPUtime=5000.06 cores=4-7
/proc/23332/task/23342/stat : 23342 (plingeling) R 23327 23327 22513 0 -1 4202560 123277 1249 0 0 499988 18 0 0 25 0 5 0 527679587 315101184 49001 33554432000 4194304 4356188 140736739012864 18446744073709551615 4331319 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39971
Current children cumulated vsize (KiB) 1742416

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23327 and gives
#  childrusage.ru_utime.tv_sec=14998
#  childrusage.ru_utime.tv_usec=284914
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=820723
# CPU time returned by wait4() is 15000.1
# while last known CPU time is 39971
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.02
CPU time (s): 39971
CPU user time (s): 39967.4
CPU system time (s): 3.54
CPU usage (%): 799.417
Max. virtual memory (cumulated for all children) (KiB): 12256712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14998.3
system time used= 1.82072
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 419079
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= 870
involuntary context switches= 29737

runsolver used 7.79382 second user time and 19.47 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-30 12:53:29
IDJOB=3221085
IDBENCH=82864
IDSOLVER=1638
FILE ID=node126/3221085-1304160809
RUNJOBID= node126-1304145480-22527
PBS_JOBID= 13170888
Free space on /tmp= 73184 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S2127424322-078.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221085-1304160809/watcher-3221085-1304160809 -o /tmp/evaluation-result-3221085-1304160809/solver-3221085-1304160809 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3221085-1304160809.cnf

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

MD5SUM BENCH= f8b6732f9f469525eb7751d9d1024a94
RANDOM SEED=283158172

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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:     32950928 kB
MemFree:      30799180 kB
Buffers:        294748 kB
Cached:        1478128 kB
SwapCached:         76 kB
Active:         202720 kB
Inactive:      1634372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30799180 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           10532 kB
Writeback:           0 kB
AnonPages:       64468 kB
Mapped:          14772 kB
Slab:           248184 kB
PageTables:       4428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188480 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= 73172 MiB
End job on node126 at 2011-04-30 14:16:51