Trace number 3221781

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) 39972.7 5000.02

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S944656226-046.UNKNOWN.cnf
MD5SUM9c7b3f326f7257fd8377a35f8807c0d3
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 variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3221781-1307665011/watcher-3221781-1307665011 -o /tmp/evaluation-result-3221781-1307665011/solver-3221781-1307665011 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221781-1307665011.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: 2.28 2.05 2.02 1/170 27564
/proc/meminfo: memFree=32113756/32950928 swapFree=67055948/67111528
[pid=27564] ppid=27562 vsize=18324 CPUtime=0 cores=0-7
/proc/27564/stat : 27564 (ppfolio) S 27562 27564 27340 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 878100750 18763776 389 33554432000 4194304 4287625 140736443132736 18446744073709551615 208080252431 0 0 4096 65536 11135344146770821119 0 0 17 6 0 0 0
/proc/27564/statm: 4581 389 341 23 0 91 0

[startup+0.0729549 s]
/proc/loadavg: 2.28 2.05 2.02 1/170 27564
/proc/meminfo: memFree=32113756/32950928 swapFree=67055948/67111528
[pid=27564] ppid=27562 vsize=18324 CPUtime=0 cores=0-7
/proc/27564/stat : 27564 (ppfolio) S 27562 27564 27340 0 -1 4202496 518 0 0 0 0 0 0 0 17 0 1 0 878100750 18763776 389 33554432000 4194304 4287625 140736443132736 18446744073709551615 208080252431 0 0 4096 65536 11135344146770821119 0 0 17 6 0 0 0
/proc/27564/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100948 s]
/proc/loadavg: 2.28 2.05 2.02 1/170 27564
/proc/meminfo: memFree=32113756/32950928 swapFree=67055948/67111528
[pid=27564] ppid=27562 vsize=18324 CPUtime=0 cores=0-7
/proc/27564/stat : 27564 (ppfolio) S 27562 27564 27340 0 -1 4202496 518 0 0 0 0 0 0 0 17 0 1 0 878100750 18763776 389 33554432000 4194304 4287625 140736443132736 18446744073709551615 208080252431 0 0 4096 65536 11135344146770821119 0 0 17 6 0 0 0
/proc/27564/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300911 s]
/proc/loadavg: 2.28 2.05 2.02 1/170 27564
/proc/meminfo: memFree=32113756/32950928 swapFree=67055948/67111528
[pid=27564] ppid=27562 vsize=18324 CPUtime=0 cores=0-7
/proc/27564/stat : 27564 (ppfolio) S 27562 27564 27340 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 878100750 18763776 389 33554432000 4194304 4287625 140736443132736 18446744073709551615 208080252431 0 0 4096 65536 11135344146770821119 0 0 17 6 0 0 0
/proc/27564/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700834 s]
/proc/loadavg: 2.28 2.05 2.02 1/170 27564
/proc/meminfo: memFree=32113756/32950928 swapFree=67055948/67111528
[pid=27564] ppid=27562 vsize=18324 CPUtime=0 cores=0-7
/proc/27564/stat : 27564 (ppfolio) S 27562 27564 27340 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 878100750 18763776 389 33554432000 4194304 4287625 140736443132736 18446744073709551615 208080252431 0 0 4096 65536 11135344146770821119 0 0 17 6 0 0 0
/proc/27564/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50068 s]
/proc/loadavg: 2.28 2.05 2.02 9/180 27579
/proc/meminfo: memFree=32095836/32950928 swapFree=67055948/67111528
[pid=27564] ppid=27562 vsize=18324 CPUtime=0 cores=0-7
/proc/27564/stat : 27564 (ppfolio) S 27562 27564 27340 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 878100750 18763776 389 33554432000 4194304 4287625 140736443132736 18446744073709551615 208080252431 0 0 4096 65536 11135344146770821119 0 0 17 6 0 0 0
/proc/27564/statm: 4581 389 341 23 0 91 0
[pid=27565] ppid=27564 vsize=1614700 CPUtime=1.49 cores=0
/proc/27565/stat : 27565 (cryptominisat) R 27564 27564 27340 0 -1 4202496 3859 0 0 0 149 0 0 0 25 0 1 0 878100750 1653452800 2506 33554432000 4194304 4587354 140734574775808 18446744073709551615 4357656 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27565/statm: 403675 2506 337 96 0 400237 0
[pid=27566] ppid=27564 vsize=14432 CPUtime=1.49 cores=1
/proc/27566/stat : 27566 (clasp) R 27564 27564 27340 0 -1 4202496 1076 0 0 0 149 0 0 0 20 0 1 0 878100750 14778368 963 33554432000 4194304 4785740 140736445596272 18446744073709551615 4553054 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27566/statm: 3608 963 340 145 0 653 0
[pid=27567] ppid=27564 vsize=455956 CPUtime=1.49 cores=2
/proc/27567/stat : 27567 (TNM) R 27564 27564 27340 0 -1 4202496 364 0 0 0 149 0 0 0 25 0 1 0 878100750 466898944 261 33554432000 134512640 134534564 4290760272 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27567/statm: 113989 261 95 6 0 112655 0
[pid=27568] ppid=27564 vsize=8652 CPUtime=1.49 cores=3
/proc/27568/stat : 27568 (march_hi) R 27564 27564 27340 0 -1 4202496 739 0 0 0 149 0 0 0 25 0 1 0 878100750 8859648 632 33554432000 4194304 4331988 140733425769168 18446744073709551615 4246597 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27568/statm: 2163 632 172 34 0 605 0
[pid=27569] ppid=27564 vsize=57844 CPUtime=5.92 cores=4-7
/proc/27569/stat : 27569 (plingeling) S 27564 27564 27340 0 -1 4202496 4146 1259 0 0 592 0 0 0 25 0 5 0 878100750 59232256 2934 33554432000 4194304 4356188 140735420070720 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27569/statm: 14461 2934 164 40 0 13005 0
[pid=27569/tid=27576] ppid=27564 vsize=57844 CPUtime=1.48 cores=4-7
/proc/27569/task/27576/stat : 27576 (plingeling) R 27564 27564 27340 0 -1 4202560 934 1259 0 0 148 0 0 0 25 0 5 0 878100751 59232256 2934 33554432000 4194304 4356188 140735420070720 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27569/tid=27577] ppid=27564 vsize=57844 CPUtime=1.46 cores=4-7
/proc/27569/task/27577/stat : 27577 (plingeling) R 27564 27564 27340 0 -1 4202560 875 1259 0 0 146 0 0 0 25 0 5 0 878100751 59232256 2934 33554432000 4194304 4356188 140735420070720 18446744073709551615 4274289 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27569/tid=27578] ppid=27564 vsize=57844 CPUtime=1.47 cores=4-7
/proc/27569/task/27578/stat : 27578 (plingeling) R 27564 27564 27340 0 -1 4202560 875 1259 0 0 147 0 0 0 25 0 5 0 878100751 59232256 2934 33554432000 4194304 4356188 140735420070720 18446744073709551615 4279769 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27569/tid=27579] ppid=27564 vsize=57844 CPUtime=1.48 cores=4-7
/proc/27569/task/27579/stat : 27579 (plingeling) R 27564 27564 27340 0 -1 4202560 932 1259 0 0 148 0 0 0 25 0 5 0 878100751 59232256 2934 33554432000 4194304 4356188 140735420070720 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 2169908

[startup+3.10038 s]
/proc/loadavg: 2.28 2.05 2.02 9/180 27579
/proc/meminfo: memFree=32087032/32950928 swapFree=67055948/67111528
[pid=27564] ppid=27562 vsize=18324 CPUtime=0 cores=0-7
/proc/27564/stat : 27564 (ppfolio) S 27562 27564 27340 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 878100750 18763776 389 33554432000 4194304 4287625 140736443132736 18446744073709551615 208080252431 0 0 4096 65536 11135344146770821119 0 0 17 6 0 0 0
/proc/27564/statm: 4581 389 341 23 0 91 0
[pid=27565] ppid=27564 vsize=1612264 CPUtime=3.09 cores=0
/proc/27565/stat : 27565 (cryptominisat) R 27564 27564 27340 0 -1 4202496 5041 0 0 0 309 0 0 0 25 0 1 0 878100750 1650958336 2736 33554432000 4194304 4587354 140734574775808 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27565/statm: 403066 2736 337 96 0 399628 0
[pid=27566] ppid=27564 vsize=15384 CPUtime=3.09 cores=1
/proc/27566/stat : 27566 (clasp) R 27564 27564 27340 0 -1 4202496 1307 0 0 0 309 0 0 0 25 0 1 0 878100750 15753216 1194 33554432000 4194304 4785740 140736445596272 18446744073709551615 4553111 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27566/statm: 3846 1194 340 145 0 891 0
[pid=27567] ppid=27564 vsize=455956 CPUtime=3.09 cores=2
/proc/27567/stat : 27567 (TNM) R 27564 27564 27340 0 -1 4202496 364 0 0 0 309 0 0 0 25 0 1 0 878100750 466898944 261 33554432000 134512640 134534564 4290760272 18446744073709551615 134530144 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27567/statm: 113989 261 95 6 0 112655 0
[pid=27568] ppid=27564 vsize=9032 CPUtime=3.09 cores=3
/proc/27568/stat : 27568 (march_hi) R 27564 27564 27340 0 -1 4202496 806 0 0 0 309 0 0 0 25 0 1 0 878100750 9248768 699 33554432000 4194304 4331988 140733425769168 18446744073709551615 4299942 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27568/statm: 2258 699 173 34 0 700 0
[pid=27569] ppid=27564 vsize=123508 CPUtime=12.31 cores=4-7
/proc/27569/stat : 27569 (plingeling) S 27564 27564 27340 0 -1 4202496 4339 1259 0 0 1231 0 0 0 25 0 5 0 878100750 126472192 2967 33554432000 4194304 4356188 140735420070720 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27569/statm: 30877 2967 164 40 0 29421 0
[pid=27569/tid=27576] ppid=27564 vsize=123508 CPUtime=3.08 cores=4-7
/proc/27569/task/27576/stat : 27576 (plingeling) R 27564 27564 27340 0 -1 4202560 967 1259 0 0 308 0 0 0 25 0 5 0 878100751 126472192 2967 33554432000 4194304 4356188 140735420070720 18446744073709551615 4234112 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27569/tid=27577] ppid=27564 vsize=123508 CPUtime=3.05 cores=4-7
/proc/27569/task/27577/stat : 27577 (plingeling) R 27564 27564 27340 0 -1 4202560 875 1259 0 0 305 0 0 0 25 0 5 0 878100751 126472192 2967 33554432000 4194304 4356188 140735420070720 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27569/tid=27578] ppid=27564 vsize=123508 CPUtime=3.07 cores=4-7
/proc/27569/task/27578/stat : 27578 (plingeling) R 27564 27564 27340 0 -1 4202560 939 1259 0 0 307 0 0 0 25 0 5 0 878100751 126472192 2967 33554432000 4194304 4356188 140735420070720 18446744073709551615 4282024 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27569/tid=27579] ppid=27564 vsize=123508 CPUtime=3.08 cores=4-7
/proc/27569/task/27579/stat : 27579 (plingeling) R 27564 27564 27340 0 -1 4202560 1028 1259 0 0 308 0 0 0 25 0 5 0 878100751 126472192 2967 33554432000 4194304 4356188 140735420070720 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 2234468

[startup+6.30077 s]
/proc/loadavg: 2.74 2.15 2.05 9/180 27579
/proc/meminfo: memFree=32082088/32950928 swapFree=67055948/67111528
[pid=27564] ppid=27562 vsize=18324 CPUtime=0 cores=0-7
/proc/27564/stat : 27564 (ppfolio) S 27562 27564 27340 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 878100750 18763776 389 33554432000 4194304 4287625 140736443132736 18446744073709551615 208080252431 0 0 4096 65536 11135344146770821119 0 0 17 6 0 0 0
/proc/27564/statm: 4581 389 341 23 0 91 0
[pid=27565] ppid=27564 vsize=1614180 CPUtime=6.29 cores=0
/proc/27565/stat : 27565 (cryptominisat) R 27564 27564 27340 0 -1 4202496 7335 0 0 0 628 1 0 0 25 0 1 0 878100750 1652920320 2592 33554432000 4194304 4587354 140734574775808 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27565/statm: 403545 2592 337 96 0 400107 0
[pid=27566] ppid=27564 vsize=16596 CPUtime=6.29 cores=1
/proc/27566/stat : 27566 (clasp) R 27564 27564 27340 0 -1 4202496 1594 0 0 0 629 0 0 0 25 0 1 0 878100750 16994304 1481 33554432000 4194304 4785740 140736445596272 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27566/statm: 4149 1481 340 145 0 1194 0
[pid=27567] ppid=27564 vsize=455956 CPUtime=6.29 cores=2
/proc/27567/stat : 27567 (TNM) R 27564 27564 27340 0 -1 4202496 364 0 0 0 629 0 0 0 25 0 1 0 878100750 466898944 261 33554432000 134512640 134534564 4290760272 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27567/statm: 113989 261 95 6 0 112655 0
[pid=27568] ppid=27564 vsize=9372 CPUtime=6.29 cores=3
/proc/27568/stat : 27568 (march_hi) R 27564 27564 27340 0 -1 4202496 936 0 0 0 629 0 0 0 25 0 1 0 878100750 9596928 829 33554432000 4194304 4331988 140733425769168 18446744073709551615 4211525 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27568/statm: 2343 829 173 34 0 785 0
[pid=27569] ppid=27564 vsize=126092 CPUtime=25.09 cores=4-7
/proc/27569/stat : 27569 (plingeling) S 27564 27564 27340 0 -1 4202496 7000 1259 0 0 2509 0 0 0 25 0 5 0 878100750 129118208 3612 33554432000 4194304 4356188 140735420070720 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27569/statm: 31523 3612 164 40 0 30067 0
[pid=27569/tid=27576] ppid=27564 vsize=126092 CPUtime=6.28 cores=4-7
/proc/27569/task/27576/stat : 27576 (plingeling) R 27564 27564 27340 0 -1 4202560 1513 1259 0 0 628 0 0 0 25 0 5 0 878100751 129118208 3612 33554432000 4194304 4356188 140735420070720 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27569/tid=27577] ppid=27564 vsize=126092 CPUtime=6.23 cores=4-7
/proc/27569/task/27577/stat : 27577 (plingeling) R 27564 27564 27340 0 -1 4202560 1483 1259 0 0 623 0 0 0 25 0 5 0 878100751 129118208 3612 33554432000 4194304 4356188 140735420070720 18446744073709551615 4234208 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27569/tid=27578] ppid=27564 vsize=126092 CPUtime=6.27 cores=4-7
/proc/27569/task/27578/stat : 27578 (plingeling) R 27564 27564 27340 0 -1 4202560 1548 1259 0 0 627 0 0 0 25 0 5 0 878100751 129118208 3612 33554432000 4194304 4356188 140735420070720 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27569/tid=27579] ppid=27564 vsize=126092 CPUtime=6.28 cores=4-7
/proc/27569/task/27579/stat : 27579 (plingeling) R 27564 27564 27340 0 -1 4202560 1926 1259 0 0 628 0 0 0 25 0 5 0 878100751 129118208 3612 33554432000 4194304 4356188 140735420070720 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 2240520

[startup+12.7005 s]
/proc/loadavg: 3.16 2.25 2.08 9/180 27579
/proc/meminfo: memFree=32069844/32950928 swapFree=67055948/67111528
[pid=27564] ppid=27562 vsize=18324 CPUtime=0 cores=0-7
/proc/27564/stat : 27564 (ppfolio) S 27562 27564 27340 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 878100750 18763776 389 33554432000 4194304 4287625 140736443132736 18446744073709551615 208080252431 0 0 4096 65536 11135344146770821119 0 0 17 6 0 0 0
/proc/27564/statm: 4581 389 341 23 0 91 0
[pid=27565] ppid=27564 vsize=1621860 CPUtime=12.69 cores=0
/proc/27565/stat : 27565 (cryptominisat) R 27564 27564 27340 0 -1 4202496 12311 0 0 0 1268 1 0 0 25 0 1 0 878100750 1660784640 4655 33554432000 4194304 4587354 140734574775808 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27565/statm: 405465 4655 337 96 0 402027 0
[pid=27566] ppid=27564 vsize=18104 CPUtime=12.69 cores=1
/proc/27566/stat : 27566 (clasp) R 27564 27564 27340 0 -1 4202496 1968 0 0 0 1269 0 0 0 25 0 1 0 878100750 18538496 1855 33554432000 4194304 4785740 140736445596272 18446744073709551615 4297504 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27566/statm: 4526 1855 340 145 0 1571 0
[pid=27567] ppid=27564 vsize=455956 CPUtime=12.69 cores=2
/proc/27567/stat : 27567 (TNM) R 27564 27564 27340 0 -1 4202496 364 0 0 0 1269 0 0 0 25 0 1 0 878100750 466898944 261 33554432000 134512640 134534564 4290760272 18446744073709551615 134529033 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27567/statm: 113989 261 95 6 0 112655 0
[pid=27568] ppid=27564 vsize=10764 CPUtime=12.69 cores=3
/proc/27568/stat : 27568 (march_hi) R 27564 27564 27340 0 -1 4202496 1221 0 0 0 1269 0 0 0 25 0 1 0 878100750 11022336 1076 33554432000 4194304 4331988 140733425769168 18446744073709551615 4229471 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27568/statm: 2691 1076 173 34 0 1133 0
[pid=27569] ppid=27564 vsize=131236 CPUtime=50.65 cores=4-7
/proc/27569/stat : 27569 (plingeling) S 27564 27564 27340 0 -1 4202496 11999 1259 0 0 5064 1 0 0 25 0 5 0 878100750 134385664 4899 33554432000 4194304 4356188 140735420070720 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27569/statm: 32809 4899 164 40 0 31353 0
[pid=27569/tid=27576] ppid=27564 vsize=131236 CPUtime=12.68 cores=4-7
/proc/27569/task/27576/stat : 27576 (plingeling) R 27564 27564 27340 0 -1 4202560 2730 1259 0 0 1268 0 0 0 25 0 5 0 878100751 134385664 4899 33554432000 4194304 4356188 140735420070720 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27569/tid=27577] ppid=27564 vsize=131236 CPUtime=12.59 cores=4-7
/proc/27569/task/27577/stat : 27577 (plingeling) R 27564 27564 27340 0 -1 4202560 2829 1259 0 0 1259 0 0 0 25 0 5 0 878100751 134385664 4899 33554432000 4194304 4356188 140735420070720 18446744073709551615 4332162 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27569/tid=27578] ppid=27564 vsize=131236 CPUtime=12.67 cores=4-7
/proc/27569/task/27578/stat : 27578 (plingeling) R 27564 27564 27340 0 -1 4202560 2797 1259 0 0 1267 0 0 0 25 0 5 0 878100751 134385664 4899 33554432000 4194304 4356188 140735420070720 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27569/tid=27579] ppid=27564 vsize=131236 CPUtime=12.68 cores=4-7
/proc/27569/task/27579/stat : 27579 (plingeling) R 27564 27564 27340 0 -1 4202560 3113 1259 0 0 1268 0 0 0 25 0 5 0 878100751 134385664 4899 33554432000 4194304 4356188 140735420070720 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 2256244

[startup+25.5011 s]
/proc/loadavg: 4.23 2.53 2.17 9/180 27580
/proc/meminfo: memFree=32050332/32950928 swapFree=67055948/67111528
[pid=27564] ppid=27562 vsize=18324 CPUtime=0 cores=0-7
/proc/27564/stat : 27564 (ppfolio) S 27562 27564 27340 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 878100750 18763776 389 33554432000 4194304 4287625 140736443132736 18446744073709551615 208080252431 0 0 4096 65536 11135344146770821119 0 0 17 6 0 0 0
/proc/27564/statm: 4581 389 341 23 0 91 0
[pid=27565] ppid=27564 vsize=1637820 CPUtime=25.49 cores=0
/proc/27565/stat : 27565 (cryptominisat) R 27564 27564 27340 0 -1 4202496 18175 0 0 0 2547 2 0 0 25 0 1 0 878100750 1677127680 6937 33554432000 4194304 4587354 140734574775808 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=27567] ppid=27564 vsize=455960 CPUtime=4782 cores=2
/proc/27567/stat : 27567 (TNM) R 27564 27564 27340 0 -1 4202496 373 0 0 0 478199 1 0 0 25 0 1 0 878100750 466903040 270 33554432000 134512640 134534564 4290760272 18446744073709551615 134530669 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27567/statm: 113990 270 103 6 0 112656 0
[pid=27568] ppid=27564 vsize=827044 CPUtime=4782.47 cores=3
/proc/27568/stat : 27568 (march_hi) R 27564 27564 27340 0 -1 4202496 151076 0 0 0 478131 116 0 0 25 0 1 0 878100750 846893056 150931 33554432000 4194304 4331988 140733425769168 18446744073709551615 4292195 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27568/statm: 206761 150931 173 34 0 205203 0
[pid=27569] ppid=27564 vsize=285552 CPUtime=19102.8 cores=4-7
/proc/27569/stat : 27569 (plingeling) S 27564 27564 27340 0 -1 4202496 881491 1259 0 0 1910156 129 0 0 25 0 5 0 878100750 292405248 43478 33554432000 4194304 4356188 140735420070720 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27569/statm: 71388 43478 164 40 0 69932 0
[pid=27569/tid=27576] ppid=27564 vsize=285552 CPUtime=4782.33 cores=4-7
/proc/27569/task/27576/stat : 27576 (plingeling) R 27564 27564 27340 0 -1 4202560 224335 1259 0 0 478199 34 0 0 25 0 5 0 878100751 292405248 43478 33554432000 4194304 4356188 140735420070720 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27569/tid=27577] ppid=27564 vsize=285552 CPUtime=4756.37 cores=4-7
/proc/27569/task/27577/stat : 27577 (plingeling) R 27564 27564 27340 0 -1 4202560 222899 1259 0 0 475606 31 0 0 25 0 5 0 878100751 292405248 43478 33554432000 4194304 4356188 140735420070720 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27569/tid=27578] ppid=27564 vsize=285552 CPUtime=4781.81 cores=4-7
/proc/27569/task/27578/stat : 27578 (plingeling) R 27564 27564 27340 0 -1 4202560 223858 1259 0 0 478149 32 0 0 25 0 5 0 878100751 292405248 43478 33554432000 4194304 4356188 140735420070720 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27569/tid=27579] ppid=27564 vsize=285552 CPUtime=4782.31 cores=4-7
/proc/27569/task/27579/stat : 27579 (plingeling) R 27564 27564 27340 0 -1 4202560 209869 1259 0 0 478200 31 0 0 25 0 5 0 878100751 292405248 43478 33554432000 4194304 4356188 140735420070720 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38232.2
Current children cumulated vsize (KiB) 3484824

[startup+4842.3 s]
/proc/loadavg: 8.00 8.01 7.96 9/180 27720
/proc/meminfo: memFree=31175288/32950928 swapFree=67055948/67111528
[pid=27564] ppid=27562 vsize=18324 CPUtime=0 cores=0-7
/proc/27564/stat : 27564 (ppfolio) S 27562 27564 27340 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 878100750 18763776 389 33554432000 4194304 4287625 140736443132736 18446744073709551615 208080252431 0 0 4096 65536 11135344146770821119 0 0 17 6 0 0 0
/proc/27564/statm: 4581 389 341 23 0 91 0
[pid=27565] ppid=27564 vsize=1722772 CPUtime=4842.47 cores=0
/proc/27565/stat : 27565 (cryptominisat) R 27564 27564 27340 0 -1 4202496 182523 0 0 0 484154 93 0 0 25 0 1 0 878100750 1764118528 31857 33554432000 4194304 4587354 140734574775808 18446744073709551615 4287466 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27565/statm: 430693 31857 337 96 0 427255 0
[pid=27566] ppid=27564 vsize=64852 CPUtime=4842.46 cores=1
/proc/27566/stat : 27566 (clasp) R 27564 27564 27340 0 -1 4202496 12771 0 0 0 484243 3 0 0 25 0 1 0 878100750 66408448 12658 33554432000 4194304 4785740 140736445596272 18446744073709551615 4552993 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27566/statm: 16213 12658 341 145 0 13258 0
[pid=27567] ppid=27564 vsize=455960 CPUtime=4841.99 cores=2
/proc/27567/stat : 27567 (TNM) R 27564 27564 27340 0 -1 4202496 373 0 0 0 484198 1 0 0 25 0 1 0 878100750 466903040 270 33554432000 134512640 134534564 4290760272 18446744073709551615 8030609 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27567/statm: 113990 270 103 6 0 112656 0
[pid=27568] ppid=27564 vsize=827044 CPUtime=4842.47 cores=3
/proc/27568/stat : 27568 (march_hi) R 27564 27564 27340 0 -1 4202496 152959 0 0 0 484130 117 0 0 25 0 1 0 878100750 846893056 152814 33554432000 4194304 4331988 140733425769168 18446744073709551615 4228901 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27568/statm: 206761 152814 173 34 0 205203 0
[pid=27569] ppid=27564 vsize=263920 CPUtime=19342.5 cores=4-7
/proc/27569/stat : 27569 (plingeling) S 27564 27564 27340 0 -1 4202496 889779 1259 0 0 1934122 131 0 0 25 0 5 0 878100750 270254080 38070 33554432000 4194304 4356188 140735420070720 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27569/statm: 65980 38070 164 40 0 64524 0
[pid=27569/tid=27576] ppid=27564 vsize=263920 CPUtime=4842.34 cores=4-7
/proc/27569/task/27576/stat : 27576 (plingeling) R 27564 27564 27340 0 -1 4202560 226543 1259 0 0 484199 35 0 0 25 0 5 0 878100751 270254080 38070 33554432000 4194304 4356188 140735420070720 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27569/tid=27577] ppid=27564 vsize=263920 CPUtime=4816.03 cores=4-7
/proc/27569/task/27577/stat : 27577 (plingeling) R 27564 27564 27340 0 -1 4202560 227763 1259 0 0 481572 31 0 0 25 0 5 0 878100751 270254080 38070 33554432000 4194304 4356188 140735420070720 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27569/tid=27578] ppid=27564 vsize=263920 CPUtime=4841.81 cores=4-7
/proc/27569/task/27578/stat : 27578 (plingeling) R 27564 27564 27340 0 -1 4202560 224402 1259 0 0 484149 32 0 0 25 0 5 0 878100751 270254080 38070 33554432000 4194304 4356188 140735420070720 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27569/tid=27579] ppid=27564 vsize=263920 CPUtime=4842.31 cores=4-7
/proc/27569/task/27579/stat : 27579 (plingeling) R 27564 27564 27340 0 -1 4202560 210541 1259 0 0 484200 31 0 0 25 0 5 0 878100751 270254080 38070 33554432000 4194304 4356188 140735420070720 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38711.9
Current children cumulated vsize (KiB) 3352872

[startup+4902.3 s]
/proc/loadavg: 8.07 8.02 7.96 9/180 27722
/proc/meminfo: memFree=31148960/32950928 swapFree=67055948/67111528
[pid=27564] ppid=27562 vsize=18324 CPUtime=0 cores=0-7
/proc/27564/stat : 27564 (ppfolio) S 27562 27564 27340 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 878100750 18763776 389 33554432000 4194304 4287625 140736443132736 18446744073709551615 208080252431 0 0 4096 65536 11135344146770821119 0 0 17 6 0 0 0
/proc/27564/statm: 4581 389 341 23 0 91 0
[pid=27565] ppid=27564 vsize=1720584 CPUtime=4902.47 cores=0
/proc/27565/stat : 27565 (cryptominisat) R 27564 27564 27340 0 -1 4202496 184192 0 0 0 490153 94 0 0 25 0 1 0 878100750 1761878016 31234 33554432000 4194304 4587354 140734574775808 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27565/statm: 430146 31234 337 96 0 426708 0
[pid=27566] ppid=27564 vsize=65020 CPUtime=4902.46 cores=1
/proc/27566/stat : 27566 (clasp) R 27564 27564 27340 0 -1 4202496 12811 0 0 0 490243 3 0 0 25 0 1 0 878100750 66580480 12698 33554432000 4194304 4785740 140736445596272 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27566/statm: 16255 12698 341 145 0 13300 0
[pid=27567] ppid=27564 vsize=455960 CPUtime=4901.99 cores=2
/proc/27567/stat : 27567 (TNM) R 27564 27564 27340 0 -1 4202496 373 0 0 0 490198 1 0 0 25 0 1 0 878100750 466903040 270 33554432000 134512640 134534564 4290760272 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27567/statm: 113990 270 103 6 0 112656 0
[pid=27568] ppid=27564 vsize=827044 CPUtime=4902.48 cores=3
/proc/27568/stat : 27568 (march_hi) R 27564 27564 27340 0 -1 4202496 154856 0 0 0 490129 119 0 0 25 0 1 0 878100750 846893056 154711 33554432000 4194304 4331988 140733425769168 18446744073709551615 4211525 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27568/statm: 206761 154711 173 34 0 205203 0
[pid=27569] ppid=27564 vsize=286320 CPUtime=19582.2 cores=4-7
/proc/27569/stat : 27569 (plingeling) S 27564 27564 27340 0 -1 4202496 895379 1259 0 0 1958090 131 0 0 25 0 5 0 878100750 293191680 43670 33554432000 4194304 4356188 140735420070720 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27569/statm: 71580 43670 164 40 0 70124 0
[pid=27569/tid=27576] ppid=27564 vsize=286320 CPUtime=4902.34 cores=4-7
/proc/27569/task/27576/stat : 27576 (plingeling) R 27564 27564 27340 0 -1 4202560 226799 1259 0 0 490199 35 0 0 25 0 5 0 878100751 293191680 43670 33554432000 4194304 4356188 140735420070720 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27569/tid=27577] ppid=27564 vsize=286320 CPUtime=4875.71 cores=4-7
/proc/27569/task/27577/stat : 27577 (plingeling) R 27564 27564 27340 0 -1 4202560 229459 1259 0 0 487540 31 0 0 25 0 5 0 878100751 293191680 43670 33554432000 4194304 4356188 140735420070720 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27569/tid=27578] ppid=27564 vsize=286320 CPUtime=4901.81 cores=4-7
/proc/27569/task/27578/stat : 27578 (plingeling) R 27564 27564 27340 0 -1 4202560 226226 1259 0 0 490149 32 0 0 25 0 5 0 878100751 293191680 43670 33554432000 4194304 4356188 140735420070720 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27569/tid=27579] ppid=27564 vsize=286320 CPUtime=4902.3 cores=4-7
/proc/27569/task/27579/stat : 27579 (plingeling) R 27564 27564 27340 0 -1 4202560 212365 1259 0 0 490199 31 0 0 25 0 5 0 878100751 293191680 43670 33554432000 4194304 4356188 140735420070720 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39191.6
Current children cumulated vsize (KiB) 3373252

[startup+4962.3 s]
/proc/loadavg: 8.08 8.03 7.97 9/180 27723
/proc/meminfo: memFree=31145452/32950928 swapFree=67055948/67111528
[pid=27564] ppid=27562 vsize=18324 CPUtime=0 cores=0-7
/proc/27564/stat : 27564 (ppfolio) S 27562 27564 27340 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 878100750 18763776 389 33554432000 4194304 4287625 140736443132736 18446744073709551615 208080252431 0 0 4096 65536 11135344146770821119 0 0 17 6 0 0 0
/proc/27564/statm: 4581 389 341 23 0 91 0
[pid=27565] ppid=27564 vsize=1720584 CPUtime=4962.47 cores=0
/proc/27565/stat : 27565 (cryptominisat) R 27564 27564 27340 0 -1 4202496 185999 0 0 0 496152 95 0 0 25 0 1 0 878100750 1761878016 32997 33554432000 4194304 4587354 140734574775808 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27565/statm: 430146 32997 337 96 0 426708 0
[pid=27566] ppid=27564 vsize=65188 CPUtime=4962.46 cores=1
/proc/27566/stat : 27566 (clasp) R 27564 27564 27340 0 -1 4202496 12846 0 0 0 496243 3 0 0 25 0 1 0 878100750 66752512 12733 33554432000 4194304 4785740 140736445596272 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27566/statm: 16297 12733 341 145 0 13342 0
[pid=27567] ppid=27564 vsize=455960 CPUtime=4961.99 cores=2
/proc/27567/stat : 27567 (TNM) R 27564 27564 27340 0 -1 4202496 373 0 0 0 496198 1 0 0 25 0 1 0 878100750 466903040 270 33554432000 134512640 134534564 4290760272 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27567/statm: 113990 270 103 6 0 112656 0
[pid=27568] ppid=27564 vsize=827044 CPUtime=4962.48 cores=3
/proc/27568/stat : 27568 (march_hi) R 27564 27564 27340 0 -1 4202496 156668 0 0 0 496128 120 0 0 25 0 1 0 878100750 846893056 156523 33554432000 4194304 4331988 140733425769168 18446744073709551615 4211487 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27568/statm: 206761 156523 173 34 0 205203 0
[pid=27569] ppid=27564 vsize=274800 CPUtime=19821.9 cores=4-7
/proc/27569/stat : 27569 (plingeling) S 27564 27564 27340 0 -1 4202496 903859 1259 0 0 1982056 133 0 0 25 0 5 0 878100750 281395200 40790 33554432000 4194304 4356188 140735420070720 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27569/statm: 68700 40790 164 40 0 67244 0
[pid=27569/tid=27576] ppid=27564 vsize=274800 CPUtime=4962.33 cores=4-7
/proc/27569/task/27576/stat : 27576 (plingeling) R 27564 27564 27340 0 -1 4202560 233103 1259 0 0 496198 35 0 0 25 0 5 0 878100751 281395200 40790 33554432000 4194304 4356188 140735420070720 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27569/tid=27577] ppid=27564 vsize=274800 CPUtime=4935.39 cores=4-7
/proc/27569/task/27577/stat : 27577 (plingeling) R 27564 27564 27340 0 -1 4202560 230227 1259 0 0 493507 32 0 0 25 0 5 0 878100751 281395200 40790 33554432000 4194304 4356188 140735420070720 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27569/tid=27578] ppid=27564 vsize=274800 CPUtime=4961.82 cores=4-7
/proc/27569/task/27578/stat : 27578 (plingeling) R 27564 27564 27340 0 -1 4202560 226866 1259 0 0 496150 32 0 0 25 0 5 0 878100751 281395200 40790 33554432000 4194304 4356188 140735420070720 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27569/tid=27579] ppid=27564 vsize=274800 CPUtime=4962.31 cores=4-7
/proc/27569/task/27579/stat : 27579 (plingeling) R 27564 27564 27340 0 -1 4202560 213133 1259 0 0 496200 31 0 0 25 0 5 0 878100751 281395200 40790 33554432000 4194304 4356188 140735420070720 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39671.3
Current children cumulated vsize (KiB) 3361900



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.05 8.03 7.97 9/180 27724
/proc/meminfo: memFree=31141948/32950928 swapFree=67055948/67111528
[pid=27564] ppid=27562 vsize=18324 CPUtime=0 cores=0-7
/proc/27564/stat : 27564 (ppfolio) S 27562 27564 27340 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 878100750 18763776 389 33554432000 4194304 4287625 140736443132736 18446744073709551615 208080252431 0 0 4096 65536 11135344146770821119 0 0 17 6 0 0 0
/proc/27564/statm: 4581 389 341 23 0 91 0
[pid=27565] ppid=27564 vsize=1729456 CPUtime=5000.18 cores=0
/proc/27565/stat : 27565 (cryptominisat) R 27564 27564 27340 0 -1 4202496 186612 0 0 0 499922 96 0 0 25 0 1 0 878100750 1770962944 31234 33554432000 4194304 4587354 140734574775808 18446744073709551615 4238622 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27565/statm: 432364 31234 337 96 0 428926 0
[pid=27566] ppid=27564 vsize=65188 CPUtime=5000.17 cores=1
/proc/27566/stat : 27566 (clasp) R 27564 27564 27340 0 -1 4202496 12846 0 0 0 500014 3 0 0 25 0 1 0 878100750 66752512 12733 33554432000 4194304 4785740 140736445596272 18446744073709551615 208079929990 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27566/statm: 16297 12733 341 145 0 13342 0
[pid=27567] ppid=27564 vsize=455960 CPUtime=4999.69 cores=2
/proc/27567/stat : 27567 (TNM) R 27564 27564 27340 0 -1 4202496 373 0 0 0 499968 1 0 0 25 0 1 0 878100750 466903040 270 33554432000 134512640 134534564 4290760272 18446744073709551615 134528842 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27567/statm: 113990 270 103 6 0 112656 0
[pid=27568] ppid=27564 vsize=827044 CPUtime=5000.19 cores=3
/proc/27568/stat : 27568 (march_hi) R 27564 27564 27340 0 -1 4202496 157896 0 0 0 499898 121 0 0 25 0 1 0 878100750 846893056 157751 33554432000 4194304 4331988 140733425769168 18446744073709551615 4229351 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27568/statm: 206761 157751 173 34 0 205203 0
[pid=27569] ppid=27564 vsize=280304 CPUtime=19972.5 cores=4-7
/proc/27569/stat : 27569 (plingeling) S 27564 27564 27340 0 -1 4202496 907699 1259 0 0 1997118 133 0 0 25 0 5 0 878100750 287031296 42166 33554432000 4194304 4356188 140735420070720 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/27569/statm: 70076 42166 164 40 0 68620 0
[pid=27569/tid=27576] ppid=27564 vsize=280304 CPUtime=5000.04 cores=4-7
/proc/27569/task/27576/stat : 27576 (plingeling) R 27564 27564 27340 0 -1 4202560 233103 1259 0 0 499969 35 0 0 25 0 5 0 878100751 287031296 42166 33554432000 4194304 4356188 140735420070720 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27569/tid=27577] ppid=27564 vsize=280304 CPUtime=4972.89 cores=4-7
/proc/27569/task/27577/stat : 27577 (plingeling) R 27564 27564 27340 0 -1 4202560 231379 1259 0 0 497257 32 0 0 25 0 5 0 878100751 287031296 42166 33554432000 4194304 4356188 140735420070720 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27569/tid=27578] ppid=27564 vsize=280304 CPUtime=4999.53 cores=4-7
/proc/27569/task/27578/stat : 27578 (plingeling) R 27564 27564 27340 0 -1 4202560 228530 1259 0 0 499920 33 0 0 25 0 5 0 878100751 287031296 42166 33554432000 4194304 4356188 140735420070720 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27569/tid=27579] ppid=27564 vsize=280304 CPUtime=5000.01 cores=4-7
/proc/27569/task/27579/stat : 27579 (plingeling) R 27564 27564 27340 0 -1 4202560 214157 1259 0 0 499970 31 0 0 25 0 5 0 878100751 287031296 42166 33554432000 4194304 4356188 140735420070720 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39972.7
Current children cumulated vsize (KiB) 3376276

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 27564 and gives
#  childrusage.ru_utime.tv_sec=14999
#  childrusage.ru_utime.tv_usec=49797
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=35842
# CPU time returned by wait4() is 15000.1
# while last known CPU time is 39972.7
#
# 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): 39972.7
CPU user time (s): 39969.2
CPU system time (s): 3.54
CPU usage (%): 799.452
Max. virtual memory (cumulated for all children) (KiB): 4848784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14999
system time used= 1.03584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200365
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= 654
involuntary context switches= 45082

runsolver used 8.30174 second user time and 18.9771 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-10 02:16:51
IDJOB=3221781
IDBENCH=82980
IDSOLVER=1638
FILE ID=node127/3221781-1307665011
RUNJOBID= node127-1307665006-27354
PBS_JOBID= 13549435
Free space on /tmp= 74200 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S944656226-046.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221781-1307665011/watcher-3221781-1307665011 -o /tmp/evaluation-result-3221781-1307665011/solver-3221781-1307665011 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3221781-1307665011.cnf

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

MD5SUM BENCH= 9c7b3f326f7257fd8377a35f8807c0d3
RANDOM SEED=411156858

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32113688 kB
Buffers:        233816 kB
Cached:         388080 kB
SwapCached:       9340 kB
Active:         356320 kB
Inactive:       284292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32113688 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:           10504 kB
Writeback:           0 kB
AnonPages:       16388 kB
Mapped:          12608 kB
Slab:           127464 kB
PageTables:       4312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   184244 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= 74188 MiB
End job on node127 at 2011-06-10 03:40:13