Trace number 3275486

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) 40000.5 5004.62

General information on the benchmark

Namecrafted/skvortsov/automata-synchronization/
crn_40_1521_s.cnf
MD5SUM4e35cb9894b1ca841d462da2d6957cc5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables63882
Number of clauses123981
Sum of the clauses size369562
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22381
Number of clauses of size 3121600
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: 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-3275486-1304167536/watcher-3275486-1304167536 -o /tmp/evaluation-result-3275486-1304167536/solver-3275486-1304167536 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275486-1304167536.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.04 8.04 8.00 2/168 19783
/proc/meminfo: memFree=30921272/32951132 swapFree=67111364/67111528
[pid=19783] ppid=19781 vsize=18324 CPUtime=0 cores=0-7
/proc/19783/stat : 19783 (ppfolio) S 19781 19783 19608 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 528352257 18763776 390 33554432000 4194304 4287625 140736583561536 18446744073709551615 242970570255 0 0 4096 65536 4003532809820962815 0 0 17 6 0 0 0
/proc/19783/statm: 4581 390 341 23 0 91 0

[startup+0.015633 s]
/proc/loadavg: 8.04 8.04 8.00 2/168 19783
/proc/meminfo: memFree=30921272/32951132 swapFree=67111364/67111528
[pid=19783] ppid=19781 vsize=18324 CPUtime=0 cores=0-7
/proc/19783/stat : 19783 (ppfolio) S 19781 19783 19608 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 528352257 18763776 390 33554432000 4194304 4287625 140736583561536 18446744073709551615 242970570255 0 0 4096 65536 4003532809820962815 0 0 17 6 0 0 0
/proc/19783/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100617 s]
/proc/loadavg: 8.04 8.04 8.00 2/168 19783
/proc/meminfo: memFree=30921272/32951132 swapFree=67111364/67111528
[pid=19783] ppid=19781 vsize=18324 CPUtime=0 cores=0-7
/proc/19783/stat : 19783 (ppfolio) S 19781 19783 19608 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 528352257 18763776 390 33554432000 4194304 4287625 140736583561536 18446744073709551615 242970570255 0 0 4096 65536 4003532809820962815 0 0 17 6 0 0 0
/proc/19783/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300549 s]
/proc/loadavg: 8.04 8.04 8.00 2/168 19783
/proc/meminfo: memFree=30921272/32951132 swapFree=67111364/67111528
[pid=19783] ppid=19781 vsize=18324 CPUtime=0 cores=0-7
/proc/19783/stat : 19783 (ppfolio) S 19781 19783 19608 0 -1 4202496 522 0 0 0 0 0 0 0 24 0 1 0 528352257 18763776 390 33554432000 4194304 4287625 140736583561536 18446744073709551615 242970570255 0 0 4096 65536 4003532809820962815 0 0 17 6 0 0 0
/proc/19783/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700483 s]
/proc/loadavg: 8.04 8.04 8.00 2/168 19783
/proc/meminfo: memFree=30921272/32951132 swapFree=67111364/67111528
[pid=19783] ppid=19781 vsize=18324 CPUtime=0 cores=0-7
/proc/19783/stat : 19783 (ppfolio) S 19781 19783 19608 0 -1 4202496 522 0 0 0 0 0 0 0 19 0 1 0 528352257 18763776 390 33554432000 4194304 4287625 140736583561536 18446744073709551615 242970570255 0 0 4096 65536 4003532809820962815 0 0 17 6 0 0 0
/proc/19783/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50134 s]
/proc/loadavg: 8.04 8.04 8.00 9/178 19798
/proc/meminfo: memFree=30665008/32951132 swapFree=67111364/67111528
[pid=19783] ppid=19781 vsize=18324 CPUtime=0 cores=0-7
/proc/19783/stat : 19783 (ppfolio) S 19781 19783 19608 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 528352257 18763776 390 33554432000 4194304 4287625 140736583561536 18446744073709551615 242970570255 0 0 4096 65536 4003532809820962815 0 0 17 6 0 0 0
/proc/19783/statm: 4581 390 341 23 0 91 0
[pid=19784] ppid=19783 vsize=66760 CPUtime=1.49 cores=0
/proc/19784/stat : 19784 (cryptominisat) R 19783 19783 19608 0 -1 4202496 17163 0 0 0 147 2 0 0 25 0 1 0 528352257 68362240 11972 33554432000 4194304 4587354 140735096311808 18446744073709551615 242970244062 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19784/statm: 16690 11972 337 96 0 13252 0
[pid=19785] ppid=19783 vsize=54592 CPUtime=1.49 cores=1
/proc/19785/stat : 19785 (clasp) R 19783 19783 19608 0 -1 4202496 13049 0 0 0 148 1 0 0 20 0 1 0 528352257 55902208 10790 33554432000 4194304 4785740 140736903439840 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19785/statm: 13648 10790 340 145 0 10693 0
[pid=19786] ppid=19783 vsize=464408 CPUtime=1.25 cores=2
/proc/19786/stat : 19786 (TNM) R 19783 19783 19608 0 -1 4202496 5969 0 0 0 122 3 0 0 19 0 1 0 528352257 475553792 5866 33554432000 134512640 134534564 4292773584 18446744073709551615 134530126 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19786/statm: 116102 5866 95 6 0 114768 0
[pid=19787] ppid=19783 vsize=117660 CPUtime=1.48 cores=3
/proc/19787/stat : 19787 (march_hi) R 19783 19783 19608 0 -1 4202496 63831 0 0 0 140 8 0 0 20 0 1 0 528352257 120483840 21837 33554432000 4194304 4331988 140736761904544 18446744073709551615 4229439 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19787/statm: 29415 21837 173 34 0 27857 0
[pid=19788] ppid=19783 vsize=193760 CPUtime=5.39 cores=4-7
/proc/19788/stat : 19788 (plingeling) S 19783 19783 19608 0 -1 4202496 31093 1253 0 0 534 5 0 0 25 0 5 0 528352257 198410240 20528 33554432000 4194304 4356188 140733442614848 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/19788/statm: 48440 20528 164 40 0 46984 0
[pid=19788/tid=19795] ppid=19783 vsize=193760 CPUtime=1.29 cores=4-7
/proc/19788/task/19795/stat : 19795 (plingeling) R 19783 19783 19608 0 -1 4202560 3848 1253 0 0 129 0 0 0 19 0 5 0 528352276 198410240 20528 33554432000 4194304 4356188 140733442614848 18446744073709551615 4231294 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19788/tid=19796] ppid=19783 vsize=193760 CPUtime=1.29 cores=4-7
/proc/19788/task/19796/stat : 19796 (plingeling) R 19783 19783 19608 0 -1 4202560 5761 1253 0 0 129 0 0 0 25 0 5 0 528352276 198410240 20528 33554432000 4194304 4356188 140733442614848 18446744073709551615 4211178 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19788/tid=19797] ppid=19783 vsize=193760 CPUtime=1.29 cores=4-7
/proc/19788/task/19797/stat : 19797 (plingeling) R 19783 19783 19608 0 -1 4202560 6004 1253 0 0 129 0 0 0 19 0 5 0 528352276 198410240 20528 33554432000 4194304 4356188 140733442614848 18446744073709551615 4230507 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19788/tid=19798] ppid=19783 vsize=193760 CPUtime=1.29 cores=4-7
/proc/19788/task/19798/stat : 19798 (plingeling) R 19783 19783 19608 0 -1 4202560 6860 1253 0 0 128 1 0 0 25 0 5 0 528352276 198410240 20528 33554432000 4194304 4356188 140733442614848 18446744073709551615 4245552 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.1
Current children cumulated vsize (KiB) 915504

[startup+3.10107 s]
/proc/loadavg: 8.20 8.07 8.01 10/178 19798
/proc/meminfo: memFree=30625948/32951132 swapFree=67111364/67111528
[pid=19783] ppid=19781 vsize=18324 CPUtime=0 cores=0-7
/proc/19783/stat : 19783 (ppfolio) S 19781 19783 19608 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 528352257 18763776 390 33554432000 4194304 4287625 140736583561536 18446744073709551615 242970570255 0 0 4096 65536 4003532809820962815 0 0 17 6 0 0 0
/proc/19783/statm: 4581 390 341 23 0 91 0
[pid=19784] ppid=19783 vsize=116196 CPUtime=3.09 cores=0
/proc/19784/stat : 19784 (cryptominisat) R 19783 19783 19608 0 -1 4202496 23763 0 0 0 306 3 0 0 25 0 1 0 528352257 118984704 16541 33554432000 4194304 4587354 140735096311808 18446744073709551615 4238128 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19784/statm: 29049 16541 337 96 0 25611 0
[pid=19785] ppid=19783 vsize=56488 CPUtime=3.08 cores=1
/proc/19785/stat : 19785 (clasp) R 19783 19783 19608 0 -1 4202496 13478 0 0 0 307 1 0 0 25 0 1 0 528352257 57843712 11219 33554432000 4194304 4785740 140736903439840 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19785/statm: 14122 11219 340 145 0 11167 0
[pid=19786] ppid=19783 vsize=464408 CPUtime=1.87 cores=2
/proc/19786/stat : 19786 (TNM) R 19783 19783 19608 0 -1 4202496 5969 0 0 0 172 15 0 0 23 0 1 0 528352257 475553792 5866 33554432000 134512640 134534564 4292773584 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19786/statm: 116102 5866 95 6 0 114768 0
[pid=19787] ppid=19783 vsize=117660 CPUtime=3.08 cores=3
/proc/19787/stat : 19787 (march_hi) R 19783 19783 19608 0 -1 4202496 63831 0 0 0 300 8 0 0 25 0 1 0 528352257 120483840 21837 33554432000 4194304 4331988 140736761904544 18446744073709551615 4229292 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19787/statm: 29415 21837 173 34 0 27857 0
[pid=19788] ppid=19783 vsize=199288 CPUtime=11.79 cores=4-7
/proc/19788/stat : 19788 (plingeling) S 19783 19783 19608 0 -1 4202496 32481 1253 0 0 1174 5 0 0 25 0 5 0 528352257 204070912 21915 33554432000 4194304 4356188 140733442614848 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/19788/statm: 49822 21915 164 40 0 48366 0
[pid=19788/tid=19795] ppid=19783 vsize=199288 CPUtime=2.88 cores=4-7
/proc/19788/task/19795/stat : 19795 (plingeling) R 19783 19783 19608 0 -1 4202560 3850 1253 0 0 288 0 0 0 24 0 5 0 528352276 204070912 21915 33554432000 4194304 4356188 140733442614848 18446744073709551615 4301886 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19788/tid=19796] ppid=19783 vsize=199288 CPUtime=2.89 cores=4-7
/proc/19788/task/19796/stat : 19796 (plingeling) R 19783 19783 19608 0 -1 4202560 5762 1253 0 0 289 0 0 0 25 0 5 0 528352276 204070912 21915 33554432000 4194304 4356188 140733442614848 18446744073709551615 4211488 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19788/tid=19797] ppid=19783 vsize=199288 CPUtime=2.89 cores=4-7
/proc/19788/task/19797/stat : 19797 (plingeling) R 19783 19783 19608 0 -1 4202560 6006 1253 0 0 289 0 0 0 25 0 5 0 528352276 204070912 21915 33554432000 4194304 4356188 140733442614848 18446744073709551615 4320274 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19788/tid=19798] ppid=19783 vsize=199288 CPUtime=2.89 cores=4-7
/proc/19788/task/19798/stat : 19798 (plingeling) R 19783 19783 19608 0 -1 4202560 8243 1253 0 0 288 1 0 0 25 0 5 0 528352276 204070912 21915 33554432000 4194304 4356188 140733442614848 18446744073709551615 4281677 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22.91
Current children cumulated vsize (KiB) 972364

[startup+6.30052 s]
/proc/loadavg: 8.20 8.07 8.01 9/178 19798
/proc/meminfo: memFree=30608976/32951132 swapFree=67111364/67111528
[pid=19783] ppid=19781 vsize=18324 CPUtime=0 cores=0-7
/proc/19783/stat : 19783 (ppfolio) S 19781 19783 19608 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 528352257 18763776 390 33554432000 4194304 4287625 140736583561536 18446744073709551615 242970570255 0 0 4096 65536 4003532809820962815 0 0 17 6 0 0 0
/proc/19783/statm: 4581 390 341 23 0 91 0
[pid=19784] ppid=19783 vsize=121688 CPUtime=6.29 cores=0
/proc/19784/stat : 19784 (cryptominisat) R 19783 19783 19608 0 -1 4202496 27870 0 0 0 626 3 0 0 25 0 1 0 528352257 124608512 18726 33554432000 4194304 4587354 140735096311808 18446744073709551615 4250316 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19784/statm: 30422 18726 337 96 0 26984 0
[pid=19785] ppid=19783 vsize=63712 CPUtime=6.29 cores=1
/proc/19785/stat : 19785 (clasp) R 19783 19783 19608 0 -1 4202496 15222 0 0 0 627 2 0 0 25 0 1 0 528352257 65241088 12963 33554432000 4194304 4785740 140736903439840 18446744073709551615 4287076 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19785/statm: 15928 12963 340 145 0 12973 0
[pid=19786] ppid=19783 vsize=464408 CPUtime=3.87 cores=2
/proc/19786/stat : 19786 (TNM) R 19783 19783 19608 0 -1 4202496 5969 0 0 0 362 25 0 0 25 0 1 0 528352257 475553792 5866 33554432000 134512640 134534564 4292773584 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19786/statm: 116102 5866 95 6 0 114768 0
[pid=19787] ppid=19783 vsize=117660 CPUtime=6.28 cores=3
/proc/19787/stat : 19787 (march_hi) R 19783 19783 19608 0 -1 4202496 63831 0 0 0 620 8 0 0 25 0 1 0 528352257 120483840 21837 33554432000 4194304 4331988 140736761904544 18446744073709551615 4229389 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19787/statm: 29415 21837 173 34 0 27857 0
[pid=19788] ppid=19783 vsize=199288 CPUtime=24.57 cores=4-7
/proc/19788/stat : 19788 (plingeling) S 19783 19783 19608 0 -1 4202496 32481 1253 0 0 2452 5 0 0 25 0 5 0 528352257 204070912 21915 33554432000 4194304 4356188 140733442614848 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/19788/statm: 49822 21915 164 40 0 48366 0
[pid=19788/tid=19795] ppid=19783 vsize=199288 CPUtime=6.06 cores=4-7
/proc/19788/task/19795/stat : 19795 (plingeling) R 19783 19783 19608 0 -1 4202560 3850 1253 0 0 606 0 0 0 25 0 5 0 528352276 204070912 21915 33554432000 4194304 4356188 140733442614848 18446744073709551615 4232933 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19788/tid=19796] ppid=19783 vsize=199288 CPUtime=6.09 cores=4-7
/proc/19788/task/19796/stat : 19796 (plingeling) R 19783 19783 19608 0 -1 4202560 5762 1253 0 0 609 0 0 0 25 0 5 0 528352276 204070912 21915 33554432000 4194304 4356188 140733442614848 18446744073709551615 4217946 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19788/tid=19797] ppid=19783 vsize=199288 CPUtime=6.09 cores=4-7
/proc/19788/task/19797/stat : 19797 (plingeling) R 19783 19783 19608 0 -1 4202560 6006 1253 0 0 609 0 0 0 25 0 5 0 528352276 204070912 21915 33554432000 4194304 4356188 140733442614848 18446744073709551615 4231344 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19788/tid=19798] ppid=19783 vsize=199288 CPUtime=6.09 cores=4-7
/proc/19788/task/19798/stat : 19798 (plingeling) R 19783 19783 19608 0 -1 4202560 8243 1253 0 0 608 1 0 0 25 0 5 0 528352276 204070912 21915 33554432000 4194304 4356188 140733442614848 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 47.3
Current children cumulated vsize (KiB) 985080

[startup+12.7014 s]
/proc/loadavg: 8.16 8.07 8.01 9/178 19798
/proc/meminfo: memFree=30560076/32951132 swapFree=67111364/67111528
[pid=19783] ppid=19781 vsize=18324 CPUtime=0 cores=0-7
/proc/19783/stat : 19783 (ppfolio) S 19781 19783 19608 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 528352257 18763776 390 33554432000 4194304 4287625 140736583561536 18446744073709551615 242970570255 0 0 4096 65536 4003532809820962815 0 0 17 6 0 0 0
/proc/19783/statm: 4581 390 341 23 0 91 0
[pid=19784] ppid=19783 vsize=558140 CPUtime=12.69 cores=0
/proc/19784/stat : 19784 (cryptominisat) R 19783 19783 19608 0 -1 4202496 38259 0 0 0 1263 6 0 0 25 0 1 0 528352257 571535360 20049 33554432000 4194304 4587354 140735096311808 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19784/statm: 139535 20049 337 96 0 136097 0
[pid=19785] ppid=19783 vsize=73876 CPUtime=12.69 cores=1
/proc/19785/stat : 19785 (clasp) R 19783 19783 19608 0 -1 4202496 17741 0 0 0 1266 3 0 0 25 0 1 0 528352257 75649024 15482 33554432000 4194304 4785740 140736903439840 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19785/statm: 18469 15482 340 145 0 15514 0
[pid=19786] ppid=19783 vsize=464408 CPUtime=10.27 cores=2
/proc/19786/stat : 19786 (TNM) R 19783 19783 19608 0 -1 4202496 5969 0 0 0 1002 25 0 0 25 0 1 0 528352257 475553792 5866 33554432000 134512640 134534564 4292773584 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19786/statm: 116102 5866 95 6 0 114768 0
[pid=19787] ppid=19783 vsize=117660 CPUtime=12.68 cores=3
/proc/19787/stat : 19787 (march_hi) R 19783 19783 19608 0 -1 4202496 63831 0 0 0 1260 8 0 0 25 0 1 0 528352257 120483840 21837 33554432000 4194304 4331988 140736761904544 18446744073709551615 4229405 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19787/statm: 29415 21837 173 34 0 27857 0
[pid=19788] ppid=19783 vsize=213408 CPUtime=50.13 cores=4-7
/proc/19788/stat : 19788 (plingeling) S 19783 19783 19608 0 -1 4202496 43736 1253 0 0 5006 7 0 0 25 0 5 0 528352257 218529792 25445 33554432000 4194304 4356188 140733442614848 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/19788/statm: 53352 25445 164 40 0 51896 0
[pid=19788/tid=19795] ppid=19783 vsize=213408 CPUtime=12.43 cores=4-7
/proc/19788/task/19795/stat : 19795 (plingeling) R 19783 19783 19608 0 -1 4202560 7947 1253 0 0 1242 1 0 0 25 0 5 0 528352276 218529792 25445 33554432000 4194304 4356188 140733442614848 18446744073709551615 4241608 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19788/tid=19796] ppid=19783 vsize=213408 CPUtime=12.49 cores=4-7
/proc/19788/task/19796/stat : 19796 (plingeling) R 19783 19783 19608 0 -1 4202560 9859 1253 0 0 1248 1 0 0 25 0 5 0 528352276 218529792 25445 33554432000 4194304 4356188 140733442614848 18446744073709551615 4261950 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19788/tid=19797] ppid=19783 vsize=213408 CPUtime=12.5 cores=4-7
/proc/19788/task/19797/stat : 19797 (plingeling) R 19783 19783 19608 0 -1 4202560 8054 1253 0 0 1249 1 0 0 25 0 5 0 528352276 218529792 25445 33554432000 4194304 4356188 140733442614848 18446744073709551615 4334609 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19788/tid=19798] ppid=19783 vsize=213408 CPUtime=12.49 cores=4-7
/proc/19788/task/19798/stat : 19798 (plingeling) R 19783 19783 19608 0 -1 4202560 9256 1253 0 0 1248 1 0 0 25 0 5 0 528352276 218529792 25445 33554432000 4194304 4356188 140733442614848 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 98.46
Current children cumulated vsize (KiB) 1445816

[startup+25.5012 s]
/proc/loadavg: 8.14 8.07 8.01 9/178 19798
/proc/meminfo: memFree=30557080/32951132 swapFree=67111364/67111528
[pid=19783] ppid=19781 vsize=18324 CPUtime=0 cores=0-7
/proc/19783/stat : 19783 (ppfolio) S 19781 19783 19608 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 528352257 18763776 390 33554432000 4194304 4287625 140736583561536 18446744073709551615 242970570255 0 0 4096 65536 4003532809820962815 0 0 17 6 0 0 0
/proc/19783/statm: 4581 390 341 23 0 91 0
[pid=19784] ppid=19783 vsize=116760 CPUtime=25.49 cores=0
/proc/19784/stat : 19784 (cryptominisat) R 19783 19783 19608 0 -1 4202496 51119 0 0 0 2539 10 0 0 25 0 1 0 528352257 119562240 22992 33554432000 4194304 4587354 140735096311808 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=19786] ppid=19783 vsize=464412 CPUtime=4779.18 cores=2
/proc/19786/stat : 19786 (TNM) R 19783 19783 19608 0 -1 4202496 5978 0 0 0 477892 26 0 0 25 0 1 0 528352257 475557888 5875 33554432000 134512640 134534564 4292773584 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19786/statm: 116103 5875 103 6 0 114769 0
[pid=19787] ppid=19783 vsize=117660 CPUtime=4782.26 cores=3
/proc/19787/stat : 19787 (march_hi) R 19783 19783 19608 0 -1 4202496 63831 0 0 0 478217 9 0 0 25 0 1 0 528352257 120483840 21837 33554432000 4194304 4331988 140736761904544 18446744073709551615 4229819 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19787/statm: 29415 21837 173 34 0 27857 0
[pid=19788] ppid=19783 vsize=737484 CPUtime=19099.5 cores=4-7
/proc/19788/stat : 19788 (plingeling) S 19783 19783 19608 0 -1 4202496 3735692 1253 0 0 1909303 643 0 0 25 0 5 0 528352257 755183616 156496 33554432000 4194304 4356188 140733442614848 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/19788/statm: 184371 156496 164 40 0 182915 0
[pid=19788/tid=19795] ppid=19783 vsize=737484 CPUtime=4756 cores=4-7
/proc/19788/task/19795/stat : 19795 (plingeling) R 19783 19783 19608 0 -1 4202560 1017566 1253 0 0 475438 162 0 0 25 0 5 0 528352276 755183616 156496 33554432000 4194304 4356188 140733442614848 18446744073709551615 4212057 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19788/tid=19796] ppid=19783 vsize=737484 CPUtime=4782.19 cores=4-7
/proc/19788/task/19796/stat : 19796 (plingeling) R 19783 19783 19608 0 -1 4202560 1147137 1253 0 0 478060 159 0 0 25 0 5 0 528352276 755183616 156496 33554432000 4194304 4356188 140733442614848 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19788/tid=19797] ppid=19783 vsize=737484 CPUtime=4782.17 cores=4-7
/proc/19788/task/19797/stat : 19797 (plingeling) R 19783 19783 19608 0 -1 4202560 1077337 1253 0 0 478058 159 0 0 25 0 5 0 528352276 755183616 156496 33554432000 4194304 4356188 140733442614848 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19788/tid=19798] ppid=19783 vsize=737484 CPUtime=4778.86 cores=4-7
/proc/19788/task/19798/stat : 19798 (plingeling) R 19783 19783 19608 0 -1 4202560 485032 1253 0 0 477728 158 0 0 25 0 5 0 528352276 755183616 156496 33554432000 4194304 4356188 140733442614848 18446744073709551615 4330995 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38224.8
Current children cumulated vsize (KiB) 2952172

[startup+4842.3 s]
/proc/loadavg: 8.20 8.06 8.01 10/179 19951
/proc/meminfo: memFree=29071228/32951132 swapFree=67111364/67111528
[pid=19783] ppid=19781 vsize=18324 CPUtime=0 cores=0-7
/proc/19783/stat : 19783 (ppfolio) S 19781 19783 19608 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 528352257 18763776 390 33554432000 4194304 4287625 140736583561536 18446744073709551615 242970570255 0 0 4096 65536 4003532809820962815 0 0 17 6 0 0 0
/proc/19783/statm: 4581 390 341 23 0 91 0
[pid=19784] ppid=19783 vsize=966664 CPUtime=4842.37 cores=0
/proc/19784/stat : 19784 (cryptominisat) R 19783 19783 19608 0 -1 4202496 1706123 0 0 0 483763 474 0 0 25 0 1 0 528352257 989863936 117107 33554432000 4194304 4587354 140735096311808 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19784/statm: 241666 117107 337 96 0 238228 0
[pid=19785] ppid=19783 vsize=648056 CPUtime=4841.53 cores=1
/proc/19785/stat : 19785 (clasp) R 19783 19783 19608 0 -1 4202496 151234 0 0 0 484100 53 0 0 25 0 1 0 528352257 663609344 148975 33554432000 4194304 4785740 140736903439840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19785/statm: 162014 148975 340 145 0 159059 0
[pid=19786] ppid=19783 vsize=464412 CPUtime=4839.02 cores=2
/proc/19786/stat : 19786 (TNM) R 19783 19783 19608 0 -1 4202496 5978 0 0 0 483876 26 0 0 25 0 1 0 528352257 475557888 5875 33554432000 134512640 134534564 4292773584 18446744073709551615 134528628 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19786/statm: 116103 5875 103 6 0 114769 0
[pid=19787] ppid=19783 vsize=117660 CPUtime=4842.25 cores=3
/proc/19787/stat : 19787 (march_hi) R 19783 19783 19608 0 -1 4202496 63831 0 0 0 484216 9 0 0 25 0 1 0 528352257 120483840 21837 33554432000 4194304 4331988 140736761904544 18446744073709551615 4229292 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19787/statm: 29415 21837 173 34 0 27857 0
[pid=19788] ppid=19783 vsize=773324 CPUtime=19338.9 cores=4-7
/proc/19788/stat : 19788 (plingeling) S 19783 19783 19608 0 -1 4202496 3803788 1253 0 0 1933241 652 0 0 25 0 5 0 528352257 791883776 165456 33554432000 4194304 4356188 140733442614848 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/19788/statm: 193331 165456 164 40 0 191875 0
[pid=19788/tid=19795] ppid=19783 vsize=773324 CPUtime=4815.64 cores=4-7
/proc/19788/task/19795/stat : 19795 (plingeling) R 19783 19783 19608 0 -1 4202560 1040094 1253 0 0 481398 166 0 0 25 0 5 0 528352276 791883776 165456 33554432000 4194304 4356188 140733442614848 18446744073709551615 4298610 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19788/tid=19796] ppid=19783 vsize=773324 CPUtime=4842.19 cores=4-7
/proc/19788/task/19796/stat : 19796 (plingeling) R 19783 19783 19608 0 -1 4202560 1169665 1253 0 0 484057 162 0 0 25 0 5 0 528352276 791883776 165456 33554432000 4194304 4356188 140733442614848 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19788/tid=19797] ppid=19783 vsize=773324 CPUtime=4842.18 cores=4-7
/proc/19788/task/19797/stat : 19797 (plingeling) R 19783 19783 19608 0 -1 4202560 1096281 1253 0 0 484056 162 0 0 25 0 5 0 528352276 791883776 165456 33554432000 4194304 4356188 140733442614848 18446744073709551615 4332145 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19788/tid=19798] ppid=19783 vsize=773324 CPUtime=4838.71 cores=4-7
/proc/19788/task/19798/stat : 19798 (plingeling) R 19783 19783 19608 0 -1 4202560 489128 1253 0 0 483711 160 0 0 25 0 5 0 528352276 791883776 165456 33554432000 4194304 4356188 140733442614848 18446744073709551615 4234244 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38704.1
Current children cumulated vsize (KiB) 2988440

[startup+4902.3 s]
/proc/loadavg: 8.18 8.08 8.02 9/178 19952
/proc/meminfo: memFree=29155924/32951132 swapFree=67111364/67111528
[pid=19783] ppid=19781 vsize=18324 CPUtime=0 cores=0-7
/proc/19783/stat : 19783 (ppfolio) S 19781 19783 19608 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 528352257 18763776 390 33554432000 4194304 4287625 140736583561536 18446744073709551615 242970570255 0 0 4096 65536 4003532809820962815 0 0 17 6 0 0 0
/proc/19783/statm: 4581 390 341 23 0 91 0
[pid=19784] ppid=19783 vsize=10078160 CPUtime=4902.38 cores=0
/proc/19784/stat : 19784 (cryptominisat) R 19783 19783 19608 0 -1 4202496 1733411 0 0 0 489757 481 0 0 25 0 1 0 528352257 10320035840 111375 33554432000 4194304 4587354 140735096311808 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19784/statm: 2519540 111375 337 96 0 2516102 0
[pid=19785] ppid=19783 vsize=648056 CPUtime=4901.53 cores=1
/proc/19785/stat : 19785 (clasp) R 19783 19783 19608 0 -1 4202496 151234 0 0 0 490100 53 0 0 25 0 1 0 528352257 663609344 148975 33554432000 4194304 4785740 140736903439840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19785/statm: 162014 148975 340 145 0 159059 0
[pid=19786] ppid=19783 vsize=464412 CPUtime=4899.03 cores=2
/proc/19786/stat : 19786 (TNM) R 19783 19783 19608 0 -1 4202496 5978 0 0 0 489877 26 0 0 25 0 1 0 528352257 475557888 5875 33554432000 134512640 134534564 4292773584 18446744073709551615 134530464 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19786/statm: 116103 5875 103 6 0 114769 0
[pid=19787] ppid=19783 vsize=117660 CPUtime=4902.25 cores=3
/proc/19787/stat : 19787 (march_hi) R 19783 19783 19608 0 -1 4202496 63831 0 0 0 490216 9 0 0 25 0 1 0 528352257 120483840 21837 33554432000 4194304 4331988 140736761904544 18446744073709551615 4229702 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19787/statm: 29415 21837 173 34 0 27857 0
[pid=19788] ppid=19783 vsize=725196 CPUtime=19577.5 cores=4-7
/proc/19788/stat : 19788 (plingeling) S 19783 19783 19608 0 -1 4202496 3827084 1253 0 0 1957072 676 0 0 25 0 5 0 528352257 742600704 153424 33554432000 4194304 4356188 140733442614848 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/19788/statm: 181299 153424 164 40 0 179843 0
[pid=19788/tid=19795] ppid=19783 vsize=725196 CPUtime=4875.29 cores=4-7
/proc/19788/task/19795/stat : 19795 (plingeling) R 19783 19783 19608 0 -1 4202560 1044190 1253 0 0 487344 185 0 0 25 0 5 0 528352276 742600704 153424 33554432000 4194304 4356188 140733442614848 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19788/tid=19796] ppid=19783 vsize=725196 CPUtime=4902.11 cores=4-7
/proc/19788/task/19796/stat : 19796 (plingeling) R 19783 19783 19608 0 -1 4202560 1177345 1253 0 0 490046 165 0 0 25 0 5 0 528352276 742600704 153424 33554432000 4194304 4356188 140733442614848 18446744073709551615 4331168 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19788/tid=19797] ppid=19783 vsize=725196 CPUtime=4902.17 cores=4-7
/proc/19788/task/19797/stat : 19797 (plingeling) R 19783 19783 19608 0 -1 4202560 1101657 1253 0 0 490055 162 0 0 25 0 5 0 528352276 742600704 153424 33554432000 4194304 4356188 140733442614848 18446744073709551615 4281624 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19788/tid=19798] ppid=19783 vsize=725196 CPUtime=4897.68 cores=4-7
/proc/19788/task/19798/stat : 19798 (plingeling) R 19783 19783 19608 0 -1 4202560 495272 1253 0 0 489607 161 0 0 25 0 5 0 528352276 742600704 153424 33554432000 4194304 4356188 140733442614848 18446744073709551615 4332125 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39182.7
Current children cumulated vsize (KiB) 12051808

[startup+4962.3 s]
/proc/loadavg: 8.14 8.08 8.02 9/178 19954
/proc/meminfo: memFree=29080100/32951132 swapFree=67111364/67111528
[pid=19783] ppid=19781 vsize=18324 CPUtime=0 cores=0-7
/proc/19783/stat : 19783 (ppfolio) S 19781 19783 19608 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 528352257 18763776 390 33554432000 4194304 4287625 140736583561536 18446744073709551615 242970570255 0 0 4096 65536 4003532809820962815 0 0 17 6 0 0 0
/proc/19783/statm: 4581 390 341 23 0 91 0
[pid=19784] ppid=19783 vsize=10078160 CPUtime=4962.37 cores=0
/proc/19784/stat : 19784 (cryptominisat) R 19783 19783 19608 0 -1 4202496 1739579 0 0 0 495752 485 0 0 25 0 1 0 528352257 10320035840 117302 33554432000 4194304 4587354 140735096311808 18446744073709551615 4238766 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19784/statm: 2519540 117302 337 96 0 2516102 0
[pid=19785] ppid=19783 vsize=650936 CPUtime=4961.53 cores=1
/proc/19785/stat : 19785 (clasp) R 19783 19783 19608 0 -1 4202496 151822 0 0 0 496100 53 0 0 25 0 1 0 528352257 666558464 149563 33554432000 4194304 4785740 140736903439840 18446744073709551615 4553437 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19785/statm: 162734 149563 340 145 0 159779 0
[pid=19786] ppid=19783 vsize=464412 CPUtime=4959.03 cores=2
/proc/19786/stat : 19786 (TNM) R 19783 19783 19608 0 -1 4202496 5978 0 0 0 495877 26 0 0 25 0 1 0 528352257 475557888 5875 33554432000 134512640 134534564 4292773584 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19786/statm: 116103 5875 103 6 0 114769 0
[pid=19787] ppid=19783 vsize=117660 CPUtime=4962.26 cores=3
/proc/19787/stat : 19787 (march_hi) R 19783 19783 19608 0 -1 4202496 63831 0 0 0 496217 9 0 0 25 0 1 0 528352257 120483840 21837 33554432000 4194304 4331988 140736761904544 18446744073709551615 4229264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19787/statm: 29415 21837 173 34 0 27857 0
[pid=19788] ppid=19783 vsize=709836 CPUtime=19817.1 cores=4-7
/proc/19788/stat : 19788 (plingeling) S 19783 19783 19608 0 -1 4202496 3890060 1253 0 0 1981025 685 0 0 25 0 5 0 528352257 726872064 149584 33554432000 4194304 4356188 140733442614848 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/19788/statm: 177459 149584 164 40 0 176003 0
[pid=19788/tid=19795] ppid=19783 vsize=709836 CPUtime=4935.29 cores=4-7
/proc/19788/task/19795/stat : 19795 (plingeling) R 19783 19783 19608 0 -1 4202560 1064926 1253 0 0 493341 188 0 0 25 0 5 0 528352276 726872064 149584 33554432000 4194304 4356188 140733442614848 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19788/tid=19796] ppid=19783 vsize=709836 CPUtime=4962.07 cores=4-7
/proc/19788/task/19796/stat : 19796 (plingeling) R 19783 19783 19608 0 -1 4202560 1199361 1253 0 0 496039 168 0 0 25 0 5 0 528352276 726872064 149584 33554432000 4194304 4356188 140733442614848 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19788/tid=19797] ppid=19783 vsize=709836 CPUtime=4962.17 cores=4-7
/proc/19788/task/19797/stat : 19797 (plingeling) R 19783 19783 19608 0 -1 4202560 1119833 1253 0 0 496052 165 0 0 25 0 5 0 528352276 726872064 149584 33554432000 4194304 4356188 140733442614848 18446744073709551615 4331731 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19788/tid=19798] ppid=19783 vsize=709836 CPUtime=4957.35 cores=4-7
/proc/19788/task/19798/stat : 19798 (plingeling) R 19783 19783 19608 0 -1 4202560 497320 1253 0 0 495574 161 0 0 25 0 5 0 528352276 726872064 149584 33554432000 4194304 4356188 140733442614848 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39662.3
Current children cumulated vsize (KiB) 12039328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5004.6 s]
/proc/loadavg: 8.07 8.07 8.02 9/178 19955
/proc/meminfo: memFree=29140100/32951132 swapFree=67111364/67111528
[pid=19783] ppid=19781 vsize=18324 CPUtime=0 cores=0-7
/proc/19783/stat : 19783 (ppfolio) S 19781 19783 19608 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 528352257 18763776 390 33554432000 4194304 4287625 140736583561536 18446744073709551615 242970570255 0 0 4096 65536 4003532809820962815 0 0 17 6 0 0 0
/proc/19783/statm: 4581 390 341 23 0 91 0
[pid=19784] ppid=19783 vsize=10078160 CPUtime=5004.68 cores=0
/proc/19784/stat : 19784 (cryptominisat) R 19783 19783 19608 0 -1 4202496 1743499 0 0 0 499981 487 0 0 25 0 1 0 528352257 10320035840 121056 33554432000 4194304 4587354 140735096311808 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19784/statm: 2519540 121056 337 96 0 2516102 0
[pid=19785] ppid=19783 vsize=650936 CPUtime=5003.84 cores=1
/proc/19785/stat : 19785 (clasp) R 19783 19783 19608 0 -1 4202496 151822 0 0 0 500331 53 0 0 25 0 1 0 528352257 666558464 149563 33554432000 4194304 4785740 140736903439840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19785/statm: 162734 149563 340 145 0 159779 0
[pid=19786] ppid=19783 vsize=464412 CPUtime=5001.33 cores=2
/proc/19786/stat : 19786 (TNM) R 19783 19783 19608 0 -1 4202496 5978 0 0 0 500107 26 0 0 25 0 1 0 528352257 475557888 5875 33554432000 134512640 134534564 4292773584 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19786/statm: 116103 5875 103 6 0 114769 0
[pid=19787] ppid=19783 vsize=117660 CPUtime=5004.56 cores=3
/proc/19787/stat : 19787 (march_hi) R 19783 19783 19608 0 -1 4202496 63831 0 0 0 500447 9 0 0 25 0 1 0 528352257 120483840 21837 33554432000 4194304 4331988 140736761904544 18446744073709551615 4229623 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19787/statm: 29415 21837 173 34 0 27857 0
[pid=19788] ppid=19783 vsize=698752 CPUtime=19986.1 cores=4-7
/proc/19788/stat : 19788 (plingeling) S 19783 19783 19608 0 -1 4202496 3912129 1253 0 0 1997917 689 0 0 25 0 5 0 528352257 715522048 146813 33554432000 4194304 4356188 140733442614848 18446744073709551615 242982352869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/19788/statm: 174688 146813 164 40 0 173232 0
[pid=19788/tid=19795] ppid=19783 vsize=698752 CPUtime=4977.58 cores=4-7
/proc/19788/task/19795/stat : 19795 (plingeling) R 19783 19783 19608 0 -1 4202560 1078238 1253 0 0 497569 189 0 0 25 0 5 0 528352276 715522048 146813 33554432000 4194304 4356188 140733442614848 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19788/tid=19796] ppid=19783 vsize=698752 CPUtime=5004.35 cores=4-7
/proc/19788/task/19796/stat : 19796 (plingeling) R 19783 19783 19608 0 -1 4202560 1205017 1253 0 0 500265 170 0 0 25 0 5 0 528352276 715522048 146813 33554432000 4194304 4356188 140733442614848 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19788/tid=19797] ppid=19783 vsize=698752 CPUtime=5004.49 cores=4-7
/proc/19788/task/19797/stat : 19797 (plingeling) R 19783 19783 19608 0 -1 4202560 1122934 1253 0 0 500283 166 0 0 25 0 5 0 528352276 715522048 146813 33554432000 4194304 4356188 140733442614848 18446744073709551615 4279490 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19788/tid=19798] ppid=19783 vsize=698752 CPUtime=4999.42 cores=4-7
/proc/19788/task/19798/stat : 19798 (plingeling) R 19783 19783 19608 0 -1 4202560 497320 1253 0 0 499781 161 0 0 25 0 5 0 528352276 715522048 146813 33554432000 4194304 4356188 140733442614848 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 12028244

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 19783 and gives
#  childrusage.ru_utime.tv_sec=10005
#  childrusage.ru_utime.tv_usec=558923
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=364944
# CPU time returned by wait4() is 10005.9
# while last known CPU time is 40000.5
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5004.62
CPU time (s): 40000.5
CPU user time (s): 39987.8
CPU system time (s): 12.64
CPU usage (%): 799.271
Max. virtual memory (cumulated for all children) (KiB): 29069736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10005.6
system time used= 0.364944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70332
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= 424
involuntary context switches= 20895

runsolver used 8.50671 second user time and 18.8001 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-30 14:45:36
IDJOB=3275486
IDBENCH=83191
IDSOLVER=1638
FILE ID=node128/3275486-1304167536
RUNJOBID= node128-1304165150-19622
PBS_JOBID= 13170946
Free space on /tmp= 67528 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/crn_40_1521_s.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275486-1304167536/watcher-3275486-1304167536 -o /tmp/evaluation-result-3275486-1304167536/solver-3275486-1304167536 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275486-1304167536.cnf

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

MD5SUM BENCH= 4e35cb9894b1ca841d462da2d6957cc5
RANDOM SEED=1039895208

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30921552 kB
Buffers:        458256 kB
Cached:        1089684 kB
SwapCached:          0 kB
Active:         185048 kB
Inactive:      1426856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30921552 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           12500 kB
Writeback:           0 kB
AnonPages:       64408 kB
Mapped:          14664 kB
Slab:           352872 kB
PageTables:       4816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   186212 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 67520 MiB
End job on node128 at 2011-04-30 16:09:03