Trace number 3222135

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ppfolio par? (TO) 39971.6 5000.02

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1124205008-074.UNKNOWN.cnf
MD5SUM7363c9bb5019132082aeb3e4836ce4d1
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 variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
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-3222135-1304164723/watcher-3222135-1304164723 -o /tmp/evaluation-result-3222135-1304164723/solver-3222135-1304164723 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3222135-1304164723.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.00 7.97 7.97 2/170 9644
/proc/meminfo: memFree=24352536/32951124 swapFree=67111524/67111528
[pid=9644] ppid=9642 vsize=18324 CPUtime=0 cores=0-7
/proc/9644/stat : 9644 (ppfolio) S 9642 9644 9403 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 528070048 18763776 389 33554432000 4194304 4287625 140737394291456 18446744073709551615 212687695375 0 0 4096 65536 3579490757406359551 0 0 17 6 0 0 0
/proc/9644/statm: 4581 389 341 23 0 91 0

[startup+0.0776021 s]
/proc/loadavg: 8.00 7.97 7.97 2/170 9644
/proc/meminfo: memFree=24352536/32951124 swapFree=67111524/67111528
[pid=9644] ppid=9642 vsize=18324 CPUtime=0 cores=0-7
/proc/9644/stat : 9644 (ppfolio) R 9642 9644 9403 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 528070048 18763776 389 33554432000 4194304 4287625 140737394291456 18446744073709551615 212687675136 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/9644/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100598 s]
/proc/loadavg: 8.00 7.97 7.97 2/170 9644
/proc/meminfo: memFree=24352536/32951124 swapFree=67111524/67111528
[pid=9644] ppid=9642 vsize=18324 CPUtime=0 cores=0-7
/proc/9644/stat : 9644 (ppfolio) R 9642 9644 9403 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 528070048 18763776 389 33554432000 4194304 4287625 140737394291456 18446744073709551615 212687675136 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/9644/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300562 s]
/proc/loadavg: 8.00 7.97 7.97 2/170 9644
/proc/meminfo: memFree=24352536/32951124 swapFree=67111524/67111528
[pid=9644] ppid=9642 vsize=18324 CPUtime=0 cores=0-7
/proc/9644/stat : 9644 (ppfolio) R 9642 9644 9403 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 528070048 18763776 389 33554432000 4194304 4287625 140737394291456 18446744073709551615 212687695375 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/9644/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70049 s]
/proc/loadavg: 8.00 7.97 7.97 2/170 9644
/proc/meminfo: memFree=24352536/32951124 swapFree=67111524/67111528
[pid=9644] ppid=9642 vsize=18324 CPUtime=0 cores=0-7
/proc/9644/stat : 9644 (ppfolio) R 9642 9644 9403 0 -1 4202496 521 0 0 0 0 0 0 0 22 0 1 0 528070048 18763776 389 33554432000 4194304 4287625 140737394291456 18446744073709551615 212687695375 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/9644/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50034 s]
/proc/loadavg: 8.00 7.97 7.97 9/180 9659
/proc/meminfo: memFree=24334972/32951124 swapFree=67111524/67111528
[pid=9644] ppid=9642 vsize=18324 CPUtime=0 cores=0-7
/proc/9644/stat : 9644 (ppfolio) S 9642 9644 9403 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528070048 18763776 389 33554432000 4194304 4287625 140737394291456 18446744073709551615 212687695375 0 0 4096 65536 3579490757406359551 0 0 17 4 0 0 0
/proc/9644/statm: 4581 389 341 23 0 91 0
[pid=9645] ppid=9644 vsize=1203712 CPUtime=1.49 cores=0
/proc/9645/stat : 9645 (cryptominisat) R 9644 9644 9403 0 -1 4202496 2571 0 0 0 149 0 0 0 20 0 1 0 528070049 1232601088 1124 33554432000 4194304 4587354 140735101340144 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9645/statm: 300928 1124 337 96 0 297490 0
[pid=9646] ppid=9644 vsize=14552 CPUtime=1.49 cores=1
/proc/9646/stat : 9646 (clasp) R 9644 9644 9403 0 -1 4202496 1085 0 0 0 149 0 0 0 20 0 1 0 528070049 14901248 971 33554432000 4194304 4785740 140735256246128 18446744073709551615 4553253 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9646/statm: 3638 971 340 145 0 683 0
[pid=9647] ppid=9644 vsize=455960 CPUtime=1.49 cores=2
/proc/9647/stat : 9647 (TNM) R 9644 9644 9403 0 -1 4202496 373 0 0 0 149 0 0 0 20 0 1 0 528070049 466903040 270 33554432000 134512640 134534564 4289448928 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9647/statm: 113990 270 95 6 0 112656 0
[pid=9648] ppid=9644 vsize=8524 CPUtime=1.49 cores=3
/proc/9648/stat : 9648 (march_hi) R 9644 9644 9403 0 -1 4202496 719 0 0 0 149 0 0 0 20 0 1 0 528070049 8728576 612 33554432000 4194304 4331988 140735643467984 18446744073709551615 4229439 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9648/statm: 2131 612 173 34 0 573 0
[pid=9649] ppid=9644 vsize=123272 CPUtime=5.94 cores=4-7
/proc/9649/stat : 9649 (plingeling) S 9644 9644 9403 0 -1 4202496 3697 1258 0 0 594 0 0 0 18 0 5 0 528070049 126230528 3043 33554432000 4194304 4356188 140734034254448 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9649/statm: 30818 3043 164 40 0 29362 0
[pid=9649/tid=9656] ppid=9644 vsize=123272 CPUtime=1.48 cores=4-7
/proc/9649/task/9656/stat : 9656 (plingeling) R 9644 9644 9403 0 -1 4202560 771 1258 0 0 148 0 0 0 20 0 5 0 528070049 126230528 3043 33554432000 4194304 4356188 140734034254448 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9649/tid=9657] ppid=9644 vsize=123272 CPUtime=1.48 cores=4-7
/proc/9649/task/9657/stat : 9657 (plingeling) R 9644 9644 9403 0 -1 4202560 775 1258 0 0 148 0 0 0 23 0 5 0 528070049 126230528 3043 33554432000 4194304 4356188 140734034254448 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9649/tid=9658] ppid=9644 vsize=123272 CPUtime=1.48 cores=4-7
/proc/9649/task/9658/stat : 9658 (plingeling) R 9644 9644 9403 0 -1 4202560 888 1258 0 0 148 0 0 0 23 0 5 0 528070049 126230528 3043 33554432000 4194304 4356188 140734034254448 18446744073709551615 4279978 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9649/tid=9659] ppid=9644 vsize=123272 CPUtime=1.48 cores=4-7
/proc/9649/task/9659/stat : 9659 (plingeling) R 9644 9644 9403 0 -1 4202560 731 1258 0 0 148 0 0 0 23 0 5 0 528070050 126230528 3043 33554432000 4194304 4356188 140734034254448 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.9
Current children cumulated vsize (KiB) 1824344

[startup+3.10105 s]
/proc/loadavg: 8.00 7.97 7.97 9/180 9659
/proc/meminfo: memFree=24324864/32951124 swapFree=67111524/67111528
[pid=9644] ppid=9642 vsize=18324 CPUtime=0 cores=0-7
/proc/9644/stat : 9644 (ppfolio) S 9642 9644 9403 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528070048 18763776 389 33554432000 4194304 4287625 140737394291456 18446744073709551615 212687695375 0 0 4096 65536 3579490757406359551 0 0 17 4 0 0 0
/proc/9644/statm: 4581 389 341 23 0 91 0
[pid=9645] ppid=9644 vsize=1211680 CPUtime=3.08 cores=0
/proc/9645/stat : 9645 (cryptominisat) R 9644 9644 9403 0 -1 4202496 5588 0 0 0 308 0 0 0 25 0 1 0 528070049 1240760320 3094 33554432000 4194304 4587354 140735101340144 18446744073709551615 4230288 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9645/statm: 302920 3094 337 96 0 299482 0
[pid=9646] ppid=9644 vsize=15484 CPUtime=3.09 cores=1
/proc/9646/stat : 9646 (clasp) R 9644 9644 9403 0 -1 4202496 1330 0 0 0 309 0 0 0 25 0 1 0 528070049 15855616 1216 33554432000 4194304 4785740 140735256246128 18446744073709551615 4553010 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9646/statm: 3871 1216 341 145 0 916 0
[pid=9647] ppid=9644 vsize=455960 CPUtime=3.09 cores=2
/proc/9647/stat : 9647 (TNM) R 9644 9644 9403 0 -1 4202496 373 0 0 0 309 0 0 0 25 0 1 0 528070049 466903040 270 33554432000 134512640 134534564 4289448928 18446744073709551615 134528906 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9647/statm: 113990 270 95 6 0 112656 0
[pid=9648] ppid=9644 vsize=8904 CPUtime=3.09 cores=3
/proc/9648/stat : 9648 (march_hi) R 9644 9644 9403 0 -1 4202496 794 0 0 0 309 0 0 0 25 0 1 0 528070049 9117696 687 33554432000 4194304 4331988 140735643467984 18446744073709551615 4291853 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9648/statm: 2226 687 173 34 0 668 0
[pid=9649] ppid=9644 vsize=122632 CPUtime=12.34 cores=4-7
/proc/9649/stat : 9649 (plingeling) S 9644 9644 9403 0 -1 4202496 3939 1258 0 0 1234 0 0 0 18 0 5 0 528070049 125575168 2899 33554432000 4194304 4356188 140734034254448 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9649/statm: 30658 2899 164 40 0 29202 0
[pid=9649/tid=9656] ppid=9644 vsize=122632 CPUtime=3.08 cores=4-7
/proc/9649/task/9656/stat : 9656 (plingeling) R 9644 9644 9403 0 -1 4202560 931 1258 0 0 308 0 0 0 25 0 5 0 528070049 125575168 2899 33554432000 4194304 4356188 140734034254448 18446744073709551615 4281590 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9649/tid=9657] ppid=9644 vsize=122632 CPUtime=3.08 cores=4-7
/proc/9649/task/9657/stat : 9657 (plingeling) R 9644 9644 9403 0 -1 4202560 775 1258 0 0 308 0 0 0 25 0 5 0 528070049 125575168 2899 33554432000 4194304 4356188 140734034254448 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9649/tid=9658] ppid=9644 vsize=122632 CPUtime=3.07 cores=4-7
/proc/9649/task/9658/stat : 9658 (plingeling) R 9644 9644 9403 0 -1 4202560 938 1258 0 0 307 0 0 0 25 0 5 0 528070049 125575168 2899 33554432000 4194304 4356188 140734034254448 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9649/tid=9659] ppid=9644 vsize=122632 CPUtime=3.08 cores=4-7
/proc/9649/task/9659/stat : 9659 (plingeling) R 9644 9644 9403 0 -1 4202560 763 1258 0 0 308 0 0 0 25 0 5 0 528070050 125575168 2899 33554432000 4194304 4356188 140734034254448 18446744073709551615 4279989 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.69
Current children cumulated vsize (KiB) 1832984

[startup+6.30047 s]
/proc/loadavg: 8.00 7.97 7.97 9/180 9659
/proc/meminfo: memFree=24315704/32951124 swapFree=67111524/67111528
[pid=9644] ppid=9642 vsize=18324 CPUtime=0 cores=0-7
/proc/9644/stat : 9644 (ppfolio) S 9642 9644 9403 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528070048 18763776 389 33554432000 4194304 4287625 140737394291456 18446744073709551615 212687695375 0 0 4096 65536 3579490757406359551 0 0 17 4 0 0 0
/proc/9644/statm: 4581 389 341 23 0 91 0
[pid=9645] ppid=9644 vsize=1223376 CPUtime=6.29 cores=0
/proc/9645/stat : 9645 (cryptominisat) R 9644 9644 9403 0 -1 4202496 8566 0 0 0 628 1 0 0 25 0 1 0 528070049 1252737024 4108 33554432000 4194304 4587354 140735101340144 18446744073709551615 4238602 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9645/statm: 305844 4108 337 96 0 302406 0
[pid=9646] ppid=9644 vsize=16884 CPUtime=6.29 cores=1
/proc/9646/stat : 9646 (clasp) R 9644 9644 9403 0 -1 4202496 1685 0 0 0 629 0 0 0 25 0 1 0 528070049 17289216 1571 33554432000 4194304 4785740 140735256246128 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9646/statm: 4221 1571 341 145 0 1266 0
[pid=9647] ppid=9644 vsize=455960 CPUtime=6.29 cores=2
/proc/9647/stat : 9647 (TNM) R 9644 9644 9403 0 -1 4202496 373 0 0 0 629 0 0 0 25 0 1 0 528070049 466903040 270 33554432000 134512640 134534564 4289448928 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9647/statm: 113990 270 95 6 0 112656 0
[pid=9648] ppid=9644 vsize=9404 CPUtime=6.29 cores=3
/proc/9648/stat : 9648 (march_hi) R 9644 9644 9403 0 -1 4202496 943 0 0 0 629 0 0 0 25 0 1 0 528070049 9629696 836 33554432000 4194304 4331988 140735643467984 18446744073709551615 4263156 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9648/statm: 2351 836 173 34 0 793 0
[pid=9649] ppid=9644 vsize=123680 CPUtime=25.11 cores=4-7
/proc/9649/stat : 9649 (plingeling) S 9644 9644 9403 0 -1 4202496 5976 1258 0 0 2511 0 0 0 18 0 5 0 528070049 126648320 3206 33554432000 4194304 4356188 140734034254448 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9649/statm: 30920 3206 164 40 0 29464 0
[pid=9649/tid=9656] ppid=9644 vsize=123680 CPUtime=6.28 cores=4-7
/proc/9649/task/9656/stat : 9656 (plingeling) R 9644 9644 9403 0 -1 4202560 1366 1258 0 0 628 0 0 0 25 0 5 0 528070049 126648320 3206 33554432000 4194304 4356188 140734034254448 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9649/tid=9657] ppid=9644 vsize=123680 CPUtime=6.28 cores=4-7
/proc/9649/task/9657/stat : 9657 (plingeling) R 9644 9644 9403 0 -1 4202560 1156 1258 0 0 628 0 0 0 25 0 5 0 528070049 126648320 3206 33554432000 4194304 4356188 140734034254448 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9649/tid=9658] ppid=9644 vsize=123680 CPUtime=6.25 cores=4-7
/proc/9649/task/9658/stat : 9658 (plingeling) R 9644 9644 9403 0 -1 4202560 1515 1258 0 0 625 0 0 0 25 0 5 0 528070049 126648320 3206 33554432000 4194304 4356188 140734034254448 18446744073709551615 4331309 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9649/tid=9659] ppid=9644 vsize=123680 CPUtime=6.28 cores=4-7
/proc/9649/task/9659/stat : 9659 (plingeling) R 9644 9644 9403 0 -1 4202560 1407 1258 0 0 628 0 0 0 25 0 5 0 528070050 126648320 3206 33554432000 4194304 4356188 140734034254448 18446744073709551615 4332320 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.27
Current children cumulated vsize (KiB) 1847628

[startup+12.7013 s]
/proc/loadavg: 8.00 7.97 7.97 9/180 9659
/proc/meminfo: memFree=24305188/32951124 swapFree=67111524/67111528
[pid=9644] ppid=9642 vsize=18324 CPUtime=0 cores=0-7
/proc/9644/stat : 9644 (ppfolio) S 9642 9644 9403 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528070048 18763776 389 33554432000 4194304 4287625 140737394291456 18446744073709551615 212687695375 0 0 4096 65536 3579490757406359551 0 0 17 4 0 0 0
/proc/9644/statm: 4581 389 341 23 0 91 0
[pid=9645] ppid=9644 vsize=1219464 CPUtime=12.69 cores=0
/proc/9645/stat : 9645 (cryptominisat) R 9644 9644 9403 0 -1 4202496 13022 0 0 0 1267 2 0 0 25 0 1 0 528070049 1248731136 5260 33554432000 4194304 4587354 140735101340144 18446744073709551615 4238332 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9645/statm: 304866 5260 337 96 0 301428 0
[pid=9646] ppid=9644 vsize=18404 CPUtime=12.69 cores=1
/proc/9646/stat : 9646 (clasp) R 9644 9644 9403 0 -1 4202496 2055 0 0 0 1269 0 0 0 25 0 1 0 528070049 18845696 1941 33554432000 4194304 4785740 140735256246128 18446744073709551615 4553071 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9646/statm: 4601 1941 341 145 0 1646 0
[pid=9647] ppid=9644 vsize=455960 CPUtime=12.69 cores=2
/proc/9647/stat : 9647 (TNM) R 9644 9644 9403 0 -1 4202496 373 0 0 0 1269 0 0 0 25 0 1 0 528070049 466903040 270 33554432000 134512640 134534564 4289448928 18446744073709551615 134530803 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9647/statm: 113990 270 95 6 0 112656 0
[pid=9648] ppid=9644 vsize=10840 CPUtime=12.69 cores=3
/proc/9648/stat : 9648 (march_hi) R 9644 9644 9403 0 -1 4202496 1209 0 0 0 1269 0 0 0 25 0 1 0 528070049 11100160 1102 33554432000 4194304 4331988 140735643467984 18446744073709551615 4229368 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9648/statm: 2710 1102 173 34 0 1152 0
[pid=9649] ppid=9644 vsize=130756 CPUtime=50.69 cores=4-7
/proc/9649/stat : 9649 (plingeling) S 9644 9644 9403 0 -1 4202496 10403 1258 0 0 5068 1 0 0 18 0 5 0 528070049 133894144 5007 33554432000 4194304 4356188 140734034254448 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9649/statm: 32689 5007 164 40 0 31233 0
[pid=9649/tid=9656] ppid=9644 vsize=130756 CPUtime=12.68 cores=4-7
/proc/9649/task/9656/stat : 9656 (plingeling) R 9644 9644 9403 0 -1 4202560 2650 1258 0 0 1268 0 0 0 25 0 5 0 528070049 133894144 5007 33554432000 4194304 4356188 140734034254448 18446744073709551615 4332320 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9649/tid=9657] ppid=9644 vsize=130756 CPUtime=12.68 cores=4-7
/proc/9649/task/9657/stat : 9657 (plingeling) R 9644 9644 9403 0 -1 4202560 1894 1258 0 0 1268 0 0 0 25 0 5 0 528070049 133894144 5007 33554432000 4194304 4356188 140734034254448 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9649/tid=9658] ppid=9644 vsize=130756 CPUtime=12.62 cores=4-7
/proc/9649/task/9658/stat : 9658 (plingeling) R 9644 9644 9403 0 -1 4202560 2830 1258 0 0 1262 0 0 0 25 0 5 0 528070049 133894144 5007 33554432000 4194304 4356188 140734034254448 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9649/tid=9659] ppid=9644 vsize=130756 CPUtime=12.68 cores=4-7
/proc/9649/task/9659/stat : 9659 (plingeling) R 9644 9644 9403 0 -1 4202560 2497 1258 0 0 1268 0 0 0 25 0 5 0 528070050 133894144 5007 33554432000 4194304 4356188 140734034254448 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 1853748

[startup+25.501 s]
/proc/loadavg: 8.00 7.97 7.97 9/180 9659
/proc/meminfo: memFree=24290496/32951124 swapFree=67111524/67111528
[pid=9644] ppid=9642 vsize=18324 CPUtime=0 cores=0-7
/proc/9644/stat : 9644 (ppfolio) S 9642 9644 9403 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528070048 18763776 389 33554432000 4194304 4287625 140737394291456 18446744073709551615 212687695375 0 0 4096 65536 3579490757406359551 0 0 17 4 0 0 0
/proc/9644/statm: 4581 389 341 23 0 91 0
[pid=9645] ppid=9644 vsize=1224312 CPUtime=25.49 cores=0
/proc/9645/stat : 9645 (cryptominisat) R 9644 9644 9403 0 -1 4202496 20456 0 0 0 2546 3 0 0 25 0 1 0 528070049 1253695488 6135 33554432000 4194304 4587354 140735101340144 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=9647] ppid=9644 vsize=455964 CPUtime=4782.27 cores=2
/proc/9647/stat : 9647 (TNM) R 9644 9644 9403 0 -1 4202496 382 0 0 0 478226 1 0 0 25 0 1 0 528070049 466907136 279 33554432000 134512640 134534564 4289448928 18446744073709551615 134528628 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9647/statm: 113991 279 103 6 0 112657 0
[pid=9648] ppid=9644 vsize=844204 CPUtime=4782.43 cores=3
/proc/9648/stat : 9648 (march_hi) R 9644 9644 9403 0 -1 4202496 159938 0 0 0 478125 118 0 0 25 0 1 0 528070049 864464896 159831 33554432000 4194304 4331988 140735643467984 18446744073709551615 4291597 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9648/statm: 211051 159831 173 34 0 209493 0
[pid=9649] ppid=9644 vsize=291724 CPUtime=19101.6 cores=4-7
/proc/9649/stat : 9649 (plingeling) S 9644 9644 9403 0 -1 4202496 849570 1258 0 0 1910032 127 0 0 18 0 5 0 528070049 298725376 45130 33554432000 4194304 4356188 140734034254448 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9649/statm: 72931 45130 164 40 0 71475 0
[pid=9649/tid=9656] ppid=9644 vsize=291724 CPUtime=4781.76 cores=4-7
/proc/9649/task/9656/stat : 9656 (plingeling) R 9644 9644 9403 0 -1 4202560 214913 1258 0 0 478145 31 0 0 25 0 5 0 528070049 298725376 45130 33554432000 4194304 4356188 140734034254448 18446744073709551615 4331332 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9649/tid=9657] ppid=9644 vsize=291724 CPUtime=4782.41 cores=4-7
/proc/9649/task/9657/stat : 9657 (plingeling) R 9644 9644 9403 0 -1 4202560 209611 1258 0 0 478211 30 0 0 25 0 5 0 528070049 298725376 45130 33554432000 4194304 4356188 140734034254448 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9649/tid=9658] ppid=9644 vsize=291724 CPUtime=4755.43 cores=4-7
/proc/9649/task/9658/stat : 9658 (plingeling) R 9644 9644 9403 0 -1 4202560 213627 1258 0 0 475512 31 0 0 25 0 5 0 528070049 298725376 45130 33554432000 4194304 4356188 140734034254448 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9649/tid=9659] ppid=9644 vsize=291724 CPUtime=4781.96 cores=4-7
/proc/9649/task/9659/stat : 9659 (plingeling) R 9644 9644 9403 0 -1 4202560 210887 1258 0 0 478162 34 0 0 25 0 5 0 528070050 298725376 45130 33554432000 4194304 4356188 140734034254448 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38231.1
Current children cumulated vsize (KiB) 3027396

[startup+4842.3 s]
/proc/loadavg: 8.08 8.06 8.00 9/180 9812
/proc/meminfo: memFree=23336108/32951124 swapFree=67111524/67111528
[pid=9644] ppid=9642 vsize=18324 CPUtime=0 cores=0-7
/proc/9644/stat : 9644 (ppfolio) S 9642 9644 9403 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528070048 18763776 389 33554432000 4194304 4287625 140737394291456 18446744073709551615 212687695375 0 0 4096 65536 3579490757406359551 0 0 17 4 0 0 0
/proc/9644/statm: 4581 389 341 23 0 91 0
[pid=9645] ppid=9644 vsize=1363748 CPUtime=4842.4 cores=0
/proc/9645/stat : 9645 (cryptominisat) R 9644 9644 9403 0 -1 4202496 458730 0 0 0 484042 198 0 0 25 0 1 0 528070049 1396477952 43105 33554432000 4194304 4587354 140735101340144 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9645/statm: 340937 43105 337 96 0 337499 0
[pid=9646] ppid=9644 vsize=72932 CPUtime=4842.41 cores=1
/proc/9646/stat : 9646 (clasp) R 9644 9644 9403 0 -1 4202496 14540 0 0 0 484238 3 0 0 25 0 1 0 528070049 74682368 14426 33554432000 4194304 4785740 140735256246128 18446744073709551615 4550458 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9646/statm: 18233 14426 341 145 0 15278 0
[pid=9647] ppid=9644 vsize=455964 CPUtime=4842.27 cores=2
/proc/9647/stat : 9647 (TNM) R 9644 9644 9403 0 -1 4202496 382 0 0 0 484226 1 0 0 25 0 1 0 528070049 466907136 279 33554432000 134512640 134534564 4289448928 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9647/statm: 113991 279 103 6 0 112657 0
[pid=9648] ppid=9644 vsize=844204 CPUtime=4842.43 cores=3
/proc/9648/stat : 9648 (march_hi) R 9644 9644 9403 0 -1 4202496 161721 0 0 0 484124 119 0 0 25 0 1 0 528070049 864464896 161614 33554432000 4194304 4331988 140735643467984 18446744073709551615 4211509 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9648/statm: 211051 161614 173 34 0 209493 0
[pid=9649] ppid=9644 vsize=254220 CPUtime=19341.3 cores=4-7
/proc/9649/stat : 9649 (plingeling) S 9644 9644 9403 0 -1 4202496 855650 1258 0 0 1933998 128 0 0 18 0 5 0 528070049 260321280 35754 33554432000 4194304 4356188 140734034254448 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9649/statm: 63555 35754 164 40 0 62099 0
[pid=9649/tid=9656] ppid=9644 vsize=254220 CPUtime=4841.75 cores=4-7
/proc/9649/task/9656/stat : 9656 (plingeling) R 9644 9644 9403 0 -1 4202560 215681 1258 0 0 484144 31 0 0 25 0 5 0 528070049 260321280 35754 33554432000 4194304 4356188 140734034254448 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9649/tid=9657] ppid=9644 vsize=254220 CPUtime=4842.41 cores=4-7
/proc/9649/task/9657/stat : 9657 (plingeling) R 9644 9644 9403 0 -1 4202560 211531 1258 0 0 484211 30 0 0 25 0 5 0 528070049 260321280 35754 33554432000 4194304 4356188 140734034254448 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9649/tid=9658] ppid=9644 vsize=254220 CPUtime=4815.1 cores=4-7
/proc/9649/task/9658/stat : 9658 (plingeling) R 9644 9644 9403 0 -1 4202560 215323 1258 0 0 481479 31 0 0 25 0 5 0 528070049 260321280 35754 33554432000 4194304 4356188 140734034254448 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9649/tid=9659] ppid=9644 vsize=254220 CPUtime=4841.95 cores=4-7
/proc/9649/task/9659/stat : 9659 (plingeling) R 9644 9644 9403 0 -1 4202560 212583 1258 0 0 484161 34 0 0 25 0 5 0 528070050 260321280 35754 33554432000 4194304 4356188 140734034254448 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38710.8
Current children cumulated vsize (KiB) 3009392

[startup+4902.3 s]
/proc/loadavg: 8.08 8.06 8.00 9/180 9813
/proc/meminfo: memFree=23329280/32951124 swapFree=67111524/67111528
[pid=9644] ppid=9642 vsize=18324 CPUtime=0 cores=0-7
/proc/9644/stat : 9644 (ppfolio) S 9642 9644 9403 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528070048 18763776 389 33554432000 4194304 4287625 140737394291456 18446744073709551615 212687695375 0 0 4096 65536 3579490757406359551 0 0 17 4 0 0 0
/proc/9644/statm: 4581 389 341 23 0 91 0
[pid=9645] ppid=9644 vsize=1345428 CPUtime=4902.42 cores=0
/proc/9645/stat : 9645 (cryptominisat) R 9644 9644 9403 0 -1 4202496 461025 0 0 0 490041 201 0 0 25 0 1 0 528070049 1377718272 37916 33554432000 4194304 4587354 140735101340144 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9645/statm: 336357 37916 337 96 0 332919 0
[pid=9646] ppid=9644 vsize=73100 CPUtime=4902.41 cores=1
/proc/9646/stat : 9646 (clasp) R 9644 9644 9403 0 -1 4202496 14581 0 0 0 490238 3 0 0 25 0 1 0 528070049 74854400 14467 33554432000 4194304 4785740 140735256246128 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9646/statm: 18275 14467 341 145 0 15320 0
[pid=9647] ppid=9644 vsize=455964 CPUtime=4902.27 cores=2
/proc/9647/stat : 9647 (TNM) R 9644 9644 9403 0 -1 4202496 382 0 0 0 490226 1 0 0 25 0 1 0 528070049 466907136 279 33554432000 134512640 134534564 4289448928 18446744073709551615 134528659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9647/statm: 113991 279 103 6 0 112657 0
[pid=9648] ppid=9644 vsize=844204 CPUtime=4902.43 cores=3
/proc/9648/stat : 9648 (march_hi) R 9644 9644 9403 0 -1 4202496 163544 0 0 0 490122 121 0 0 25 0 1 0 528070049 864464896 163437 33554432000 4194304 4331988 140735643467984 18446744073709551615 4287206 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9648/statm: 211051 163437 173 34 0 209493 0
[pid=9649] ppid=9644 vsize=274828 CPUtime=19580.9 cores=4-7
/proc/9649/stat : 9649 (plingeling) S 9644 9644 9403 0 -1 4202496 864930 1258 0 0 1957965 129 0 0 18 0 5 0 528070049 281423872 40906 33554432000 4194304 4356188 140734034254448 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9649/statm: 68707 40906 164 40 0 67251 0
[pid=9649/tid=9656] ppid=9644 vsize=274828 CPUtime=4901.75 cores=4-7
/proc/9649/task/9656/stat : 9656 (plingeling) R 9644 9644 9403 0 -1 4202560 217409 1258 0 0 490144 31 0 0 25 0 5 0 528070049 281423872 40906 33554432000 4194304 4356188 140734034254448 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9649/tid=9657] ppid=9644 vsize=274828 CPUtime=4902.41 cores=4-7
/proc/9649/task/9657/stat : 9657 (plingeling) R 9644 9644 9403 0 -1 4202560 213963 1258 0 0 490211 30 0 0 25 0 5 0 528070049 281423872 40906 33554432000 4194304 4356188 140734034254448 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9649/tid=9658] ppid=9644 vsize=274828 CPUtime=4874.79 cores=4-7
/proc/9649/task/9658/stat : 9658 (plingeling) R 9644 9644 9403 0 -1 4202560 220443 1258 0 0 487447 32 0 0 25 0 5 0 528070049 281423872 40906 33554432000 4194304 4356188 140734034254448 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9649/tid=9659] ppid=9644 vsize=274828 CPUtime=4901.95 cores=4-7
/proc/9649/task/9659/stat : 9659 (plingeling) R 9644 9644 9403 0 -1 4202560 212583 1258 0 0 490161 34 0 0 25 0 5 0 528070050 281423872 40906 33554432000 4194304 4356188 140734034254448 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39190.5
Current children cumulated vsize (KiB) 3011848

[startup+4962.3 s]
/proc/loadavg: 8.07 8.06 8.00 9/180 9815
/proc/meminfo: memFree=23333980/32951124 swapFree=67111524/67111528
[pid=9644] ppid=9642 vsize=18324 CPUtime=0 cores=0-7
/proc/9644/stat : 9644 (ppfolio) S 9642 9644 9403 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528070048 18763776 389 33554432000 4194304 4287625 140737394291456 18446744073709551615 212687695375 0 0 4096 65536 3579490757406359551 0 0 17 4 0 0 0
/proc/9644/statm: 4581 389 341 23 0 91 0
[pid=9645] ppid=9644 vsize=1345428 CPUtime=4962.41 cores=0
/proc/9645/stat : 9645 (cryptominisat) R 9644 9644 9403 0 -1 4202496 463524 0 0 0 496039 202 0 0 25 0 1 0 528070049 1377718272 40357 33554432000 4194304 4587354 140735101340144 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9645/statm: 336357 40357 337 96 0 332919 0
[pid=9646] ppid=9644 vsize=73100 CPUtime=4962.41 cores=1
/proc/9646/stat : 9646 (clasp) R 9644 9644 9403 0 -1 4202496 14599 0 0 0 496238 3 0 0 25 0 1 0 528070049 74854400 14485 33554432000 4194304 4785740 140735256246128 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9646/statm: 18275 14485 341 145 0 15320 0
[pid=9647] ppid=9644 vsize=455964 CPUtime=4962.27 cores=2
/proc/9647/stat : 9647 (TNM) R 9644 9644 9403 0 -1 4202496 382 0 0 0 496226 1 0 0 25 0 1 0 528070049 466907136 279 33554432000 134512640 134534564 4289448928 18446744073709551615 134528453 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9647/statm: 113991 279 103 6 0 112657 0
[pid=9648] ppid=9644 vsize=844204 CPUtime=4962.44 cores=3
/proc/9648/stat : 9648 (march_hi) R 9644 9644 9403 0 -1 4202496 165368 0 0 0 496122 122 0 0 25 0 1 0 528070049 864464896 165261 33554432000 4194304 4331988 140735643467984 18446744073709551615 4229348 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9648/statm: 211051 165261 173 34 0 209493 0
[pid=9649] ppid=9644 vsize=253196 CPUtime=19820.6 cores=4-7
/proc/9649/stat : 9649 (plingeling) S 9644 9644 9403 0 -1 4202496 870626 1258 0 0 1981932 130 0 0 18 0 5 0 528070049 259272704 35498 33554432000 4194304 4356188 140734034254448 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9649/statm: 63299 35498 164 40 0 61843 0
[pid=9649/tid=9656] ppid=9644 vsize=253196 CPUtime=4961.76 cores=4-7
/proc/9649/task/9656/stat : 9656 (plingeling) R 9644 9644 9403 0 -1 4202560 218177 1258 0 0 496145 31 0 0 25 0 5 0 528070049 259272704 35498 33554432000 4194304 4356188 140734034254448 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9649/tid=9657] ppid=9644 vsize=253196 CPUtime=4962.42 cores=4-7
/proc/9649/task/9657/stat : 9657 (plingeling) R 9644 9644 9403 0 -1 4202560 215371 1258 0 0 496212 30 0 0 25 0 5 0 528070049 259272704 35498 33554432000 4194304 4356188 140734034254448 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9649/tid=9658] ppid=9644 vsize=253196 CPUtime=4934.45 cores=4-7
/proc/9649/task/9658/stat : 9658 (plingeling) R 9644 9644 9403 0 -1 4202560 221883 1258 0 0 493413 32 0 0 25 0 5 0 528070049 259272704 35498 33554432000 4194304 4356188 140734034254448 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9649/tid=9659] ppid=9644 vsize=253196 CPUtime=4961.94 cores=4-7
/proc/9649/task/9659/stat : 9659 (plingeling) R 9644 9644 9403 0 -1 4202560 214663 1258 0 0 496160 34 0 0 25 0 5 0 528070050 259272704 35498 33554432000 4194304 4356188 140734034254448 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39670.1
Current children cumulated vsize (KiB) 2990216



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.09 8.07 8.00 9/180 9816
/proc/meminfo: memFree=23323932/32951124 swapFree=67111524/67111528
[pid=9644] ppid=9642 vsize=18324 CPUtime=0 cores=0-7
/proc/9644/stat : 9644 (ppfolio) S 9642 9644 9403 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528070048 18763776 389 33554432000 4194304 4287625 140737394291456 18446744073709551615 212687695375 0 0 4096 65536 3579490757406359551 0 0 17 4 0 0 0
/proc/9644/statm: 4581 389 341 23 0 91 0
[pid=9645] ppid=9644 vsize=1364196 CPUtime=5000.12 cores=0
/proc/9645/stat : 9645 (cryptominisat) R 9644 9644 9403 0 -1 4202496 467739 0 0 0 499808 204 0 0 25 0 1 0 528070049 1396936704 41858 33554432000 4194304 4587354 140735101340144 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9645/statm: 341049 41858 337 96 0 337611 0
[pid=9646] ppid=9644 vsize=73268 CPUtime=5000.12 cores=1
/proc/9646/stat : 9646 (clasp) R 9644 9644 9403 0 -1 4202496 14633 0 0 0 500009 3 0 0 25 0 1 0 528070049 75026432 14519 33554432000 4194304 4785740 140735256246128 18446744073709551615 4546099 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9646/statm: 18317 14519 341 145 0 15362 0
[pid=9647] ppid=9644 vsize=455964 CPUtime=4999.98 cores=2
/proc/9647/stat : 9647 (TNM) R 9644 9644 9403 0 -1 4202496 382 0 0 0 499997 1 0 0 25 0 1 0 528070049 466907136 279 33554432000 134512640 134534564 4289448928 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9647/statm: 113991 279 103 6 0 112657 0
[pid=9648] ppid=9644 vsize=844204 CPUtime=5000.14 cores=3
/proc/9648/stat : 9648 (march_hi) R 9644 9644 9403 0 -1 4202496 166553 0 0 0 499891 123 0 0 25 0 1 0 528070049 864464896 166446 33554432000 4194304 4331988 140735643467984 18446744073709551615 4291895 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9648/statm: 211051 166446 173 34 0 209493 0
[pid=9649] ppid=9644 vsize=252172 CPUtime=19971.2 cores=4-7
/proc/9649/stat : 9649 (plingeling) S 9644 9644 9403 0 -1 4202496 875138 1258 0 0 1996993 130 0 0 18 0 5 0 528070049 258224128 35242 33554432000 4194304 4356188 140734034254448 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9649/statm: 63043 35242 164 40 0 61587 0
[pid=9649/tid=9656] ppid=9644 vsize=252172 CPUtime=4999.47 cores=4-7
/proc/9649/task/9656/stat : 9656 (plingeling) R 9644 9644 9403 0 -1 4202560 219361 1258 0 0 499915 32 0 0 25 0 5 0 528070049 258224128 35242 33554432000 4194304 4356188 140734034254448 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9649/tid=9657] ppid=9644 vsize=252172 CPUtime=5000.13 cores=4-7
/proc/9649/task/9657/stat : 9657 (plingeling) R 9644 9644 9403 0 -1 4202560 215883 1258 0 0 499982 31 0 0 25 0 5 0 528070049 258224128 35242 33554432000 4194304 4356188 140734034254448 18446744073709551615 4330995 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9649/tid=9658] ppid=9644 vsize=252172 CPUtime=4971.95 cores=4-7
/proc/9649/task/9658/stat : 9658 (plingeling) R 9644 9644 9403 0 -1 4202560 223931 1258 0 0 497163 32 0 0 25 0 5 0 528070049 258224128 35242 33554432000 4194304 4356188 140734034254448 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9649/tid=9659] ppid=9644 vsize=252172 CPUtime=4999.64 cores=4-7
/proc/9649/task/9659/stat : 9659 (plingeling) R 9644 9644 9403 0 -1 4202560 215431 1258 0 0 499930 34 0 0 25 0 5 0 528070050 258224128 35242 33554432000 4194304 4356188 140734034254448 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39971.6
Current children cumulated vsize (KiB) 3008128

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 9644 and gives
#  childrusage.ru_utime.tv_sec=14998
#  childrusage.ru_utime.tv_usec=155933
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=115678
# CPU time returned by wait4() is 15000.3
# while last known CPU time is 39971.6
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.02
CPU time (s): 39971.6
CPU user time (s): 39967
CPU system time (s): 4.61
CPU usage (%): 799.429
Max. virtual memory (cumulated for all children) (KiB): 4179460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14998.2
system time used= 2.11568
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 483290
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= 669
involuntary context switches= 29309

runsolver used 8.07077 second user time and 19.1811 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-30 13:58:43
IDJOB=3222135
IDBENCH=83039
IDSOLVER=1638
FILE ID=node139/3222135-1304164723
RUNJOBID= node139-1304164345-9417
PBS_JOBID= 13170943
Free space on /tmp= 72900 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S1124205008-074.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3222135-1304164723/watcher-3222135-1304164723 -o /tmp/evaluation-result-3222135-1304164723/solver-3222135-1304164723 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3222135-1304164723.cnf

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

MD5SUM BENCH= 7363c9bb5019132082aeb3e4836ce4d1
RANDOM SEED=274098713

node139.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.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.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	: 5321.49
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	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24352816 kB
Buffers:       2062764 kB
Cached:        5948236 kB
SwapCached:          4 kB
Active:        1022020 kB
Inactive:      7052068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24352816 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10056 kB
Writeback:           0 kB
AnonPages:       63028 kB
Mapped:          14544 kB
Slab:           454800 kB
PageTables:       4724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185204 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= 72892 MiB
End job on node139 at 2011-04-30 15:22:05