Trace number 3221577

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

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1847541883-049.UNKNOWN.cnf
MD5SUM02e5b9be63a0b18588da13d9c988e25c
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 variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
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-3221577-1304161976/watcher-3221577-1304161976 -o /tmp/evaluation-result-3221577-1304161976/solver-3221577-1304161976 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221577-1304161976.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.00 8.01 8.00 2/170 1576
/proc/meminfo: memFree=30087508/32950928 swapFree=67086612/67111528
[pid=1576] ppid=1574 vsize=18324 CPUtime=0 cores=0-7
/proc/1576/stat : 1576 (ppfolio) R 1574 1576 1020 0 -1 4194304 479 0 0 0 0 0 0 0 25 0 1 0 527794670 18763776 387 33554432000 4194304 4287625 140733413554976 18446744073709551615 239476515221 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/1576/statm: 4581 387 339 23 0 91 0

[startup+0.082677 s]
/proc/loadavg: 8.00 8.01 8.00 2/170 1576
/proc/meminfo: memFree=30087508/32950928 swapFree=67086612/67111528
[pid=1576] ppid=1574 vsize=18324 CPUtime=0 cores=0-7
/proc/1576/stat : 1576 (ppfolio) R 1574 1576 1020 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 527794670 18763776 389 33554432000 4194304 4287625 140733413554976 18446744073709551615 239476715023 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/1576/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100673 s]
/proc/loadavg: 8.00 8.01 8.00 2/170 1576
/proc/meminfo: memFree=30087508/32950928 swapFree=67086612/67111528
[pid=1576] ppid=1574 vsize=18324 CPUtime=0 cores=0-7
/proc/1576/stat : 1576 (ppfolio) R 1574 1576 1020 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 527794670 18763776 389 33554432000 4194304 4287625 140733413554976 18446744073709551615 239476715023 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/1576/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300635 s]
/proc/loadavg: 8.00 8.01 8.00 2/170 1576
/proc/meminfo: memFree=30087508/32950928 swapFree=67086612/67111528
[pid=1576] ppid=1574 vsize=18324 CPUtime=0 cores=0-7
/proc/1576/stat : 1576 (ppfolio) R 1574 1576 1020 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 527794670 18763776 389 33554432000 4194304 4287625 140733413554976 18446744073709551615 239476715023 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/1576/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700559 s]
/proc/loadavg: 8.00 8.01 8.00 2/170 1576
/proc/meminfo: memFree=30087508/32950928 swapFree=67086612/67111528
[pid=1576] ppid=1574 vsize=18324 CPUtime=0 cores=0-7
/proc/1576/stat : 1576 (ppfolio) S 1574 1576 1020 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 527794670 18763776 389 33554432000 4194304 4287625 140733413554976 18446744073709551615 239476715023 0 0 4096 65536 4180730790948110335 0 0 17 7 0 0 0
/proc/1576/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5004 s]
/proc/loadavg: 8.00 8.01 8.00 9/180 1591
/proc/meminfo: memFree=30071844/32950928 swapFree=67086612/67111528
[pid=1576] ppid=1574 vsize=18324 CPUtime=0 cores=0-7
/proc/1576/stat : 1576 (ppfolio) S 1574 1576 1020 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527794670 18763776 389 33554432000 4194304 4287625 140733413554976 18446744073709551615 239476715023 0 0 4096 65536 4180730790948110335 0 0 17 7 0 0 0
/proc/1576/statm: 4581 389 341 23 0 91 0
[pid=1577] ppid=1576 vsize=1138312 CPUtime=1.49 cores=0
/proc/1577/stat : 1577 (cryptominisat) R 1576 1576 1020 0 -1 4202496 4386 0 0 0 149 0 0 0 20 0 1 0 527794670 1165631488 2901 33554432000 4194304 4587354 140735340785936 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1577/statm: 284578 2901 337 96 0 281140 0
[pid=1578] ppid=1576 vsize=14368 CPUtime=1.49 cores=1
/proc/1578/stat : 1578 (clasp) R 1576 1576 1020 0 -1 4202496 1044 0 0 0 149 0 0 0 20 0 1 0 527794670 14712832 935 33554432000 4194304 4785740 140734136604400 18446744073709551615 4287104 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1578/statm: 3592 935 340 145 0 637 0
[pid=1579] ppid=1576 vsize=456088 CPUtime=1.49 cores=2
/proc/1579/stat : 1579 (TNM) R 1576 1576 1020 0 -1 4202496 388 0 0 0 149 0 0 0 25 0 1 0 527794670 467034112 285 33554432000 134512640 134534564 4286608080 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1579/statm: 114022 285 95 6 0 112688 0
[pid=1580] ppid=1576 vsize=7888 CPUtime=1.49 cores=3
/proc/1580/stat : 1580 (march_hi) R 1576 1576 1020 0 -1 4202496 597 0 0 0 149 0 0 0 20 0 1 0 527794670 8077312 483 33554432000 4194304 4331988 140733502475792 18446744073709551615 4226265 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1580/statm: 1972 483 175 34 0 414 0
[pid=1581] ppid=1576 vsize=187424 CPUtime=5.9 cores=4-7
/proc/1581/stat : 1581 (plingeling) S 1576 1576 1020 0 -1 4202496 3678 1258 0 0 590 0 0 0 19 0 5 0 527794670 191922176 2597 33554432000 4194304 4356188 140737455150416 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1581/statm: 46856 2597 161 40 0 45400 0
[pid=1581/tid=1588] ppid=1576 vsize=187424 CPUtime=1.48 cores=4-7
/proc/1581/task/1588/stat : 1588 (plingeling) R 1576 1576 1020 0 -1 4202560 654 1258 0 0 148 0 0 0 20 0 5 0 527794671 191922176 2597 33554432000 4194304 4356188 140737455150416 18446744073709551615 4331170 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1581/tid=1589] ppid=1576 vsize=187424 CPUtime=1.48 cores=4-7
/proc/1581/task/1589/stat : 1589 (plingeling) R 1576 1576 1020 0 -1 4202560 751 1258 0 0 148 0 0 0 23 0 5 0 527794671 191922176 2597 33554432000 4194304 4356188 140737455150416 18446744073709551615 4331992 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1581/tid=1590] ppid=1576 vsize=187424 CPUtime=1.47 cores=4-7
/proc/1581/task/1590/stat : 1590 (plingeling) R 1576 1576 1020 0 -1 4202560 813 1258 0 0 147 0 0 0 25 0 5 0 527794671 191922176 2597 33554432000 4194304 4356188 140737455150416 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1581/tid=1591] ppid=1576 vsize=187424 CPUtime=1.44 cores=4-7
/proc/1581/task/1591/stat : 1591 (plingeling) R 1576 1576 1020 0 -1 4202560 843 1258 0 0 144 0 0 0 25 0 5 0 527794671 191922176 2597 33554432000 4194304 4356188 140737455150416 18446744073709551615 4331141 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.86
Current children cumulated vsize (KiB) 1822404

[startup+3.1011 s]
/proc/loadavg: 8.00 8.01 8.00 9/180 1591
/proc/meminfo: memFree=30056716/32950928 swapFree=67086612/67111528
[pid=1576] ppid=1574 vsize=18324 CPUtime=0 cores=0-7
/proc/1576/stat : 1576 (ppfolio) S 1574 1576 1020 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527794670 18763776 389 33554432000 4194304 4287625 140733413554976 18446744073709551615 239476715023 0 0 4096 65536 4180730790948110335 0 0 17 7 0 0 0
/proc/1576/statm: 4581 389 341 23 0 91 0
[pid=1577] ppid=1576 vsize=1139716 CPUtime=3.09 cores=0
/proc/1577/stat : 1577 (cryptominisat) R 1576 1576 1020 0 -1 4202496 6062 0 0 0 309 0 0 0 25 0 1 0 527794670 1167069184 3497 33554432000 4194304 4587354 140735340785936 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1577/statm: 284929 3497 337 96 0 281491 0
[pid=1578] ppid=1576 vsize=15216 CPUtime=3.09 cores=1
/proc/1578/stat : 1578 (clasp) R 1576 1576 1020 0 -1 4202496 1249 0 0 0 309 0 0 0 25 0 1 0 527794670 15581184 1140 33554432000 4194304 4785740 140734136604400 18446744073709551615 4277639 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1578/statm: 3804 1140 340 145 0 849 0
[pid=1579] ppid=1576 vsize=456088 CPUtime=3.09 cores=2
/proc/1579/stat : 1579 (TNM) R 1576 1576 1020 0 -1 4202496 388 0 0 0 309 0 0 0 25 0 1 0 527794670 467034112 285 33554432000 134512640 134534564 4286608080 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1579/statm: 114022 285 95 6 0 112688 0
[pid=1580] ppid=1576 vsize=8456 CPUtime=3.09 cores=3
/proc/1580/stat : 1580 (march_hi) R 1576 1576 1020 0 -1 4202496 693 0 0 0 309 0 0 0 25 0 1 0 527794670 8658944 579 33554432000 4194304 4331988 140733502475792 18446744073709551615 4299344 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1580/statm: 2114 579 175 34 0 556 0
[pid=1581] ppid=1576 vsize=192692 CPUtime=12.3 cores=4-7
/proc/1581/stat : 1581 (plingeling) S 1576 1576 1020 0 -1 4202496 5642 1258 0 0 1230 0 0 0 19 0 5 0 527794670 197316608 3921 33554432000 4194304 4356188 140737455150416 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1581/statm: 48173 3921 161 40 0 46717 0
[pid=1581/tid=1588] ppid=1576 vsize=192692 CPUtime=3.08 cores=4-7
/proc/1581/task/1588/stat : 1588 (plingeling) R 1576 1576 1020 0 -1 4202560 1200 1258 0 0 308 0 0 0 25 0 5 0 527794671 197316608 3921 33554432000 4194304 4356188 140737455150416 18446744073709551615 4331309 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1581/tid=1589] ppid=1576 vsize=192692 CPUtime=3.08 cores=4-7
/proc/1581/task/1589/stat : 1589 (plingeling) R 1576 1576 1020 0 -1 4202560 1265 1258 0 0 308 0 0 0 25 0 5 0 527794671 197316608 3921 33554432000 4194304 4356188 140737455150416 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1581/tid=1590] ppid=1576 vsize=192692 CPUtime=3.07 cores=4-7
/proc/1581/task/1590/stat : 1590 (plingeling) R 1576 1576 1020 0 -1 4202560 1261 1258 0 0 307 0 0 0 25 0 5 0 527794671 197316608 3921 33554432000 4194304 4356188 140737455150416 18446744073709551615 4279435 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1581/tid=1591] ppid=1576 vsize=192692 CPUtime=3.04 cores=4-7
/proc/1581/task/1591/stat : 1591 (plingeling) R 1576 1576 1020 0 -1 4202560 1299 1258 0 0 304 0 0 0 25 0 5 0 527794671 197316608 3921 33554432000 4194304 4356188 140737455150416 18446744073709551615 4332293 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 1830492

[startup+6.30049 s]
/proc/loadavg: 8.00 8.01 8.00 9/180 1591
/proc/meminfo: memFree=30051120/32950928 swapFree=67086612/67111528
[pid=1576] ppid=1574 vsize=18324 CPUtime=0 cores=0-7
/proc/1576/stat : 1576 (ppfolio) S 1574 1576 1020 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527794670 18763776 389 33554432000 4194304 4287625 140733413554976 18446744073709551615 239476715023 0 0 4096 65536 4180730790948110335 0 0 17 7 0 0 0
/proc/1576/statm: 4581 389 341 23 0 91 0
[pid=1577] ppid=1576 vsize=1141328 CPUtime=6.29 cores=0
/proc/1577/stat : 1577 (cryptominisat) R 1576 1576 1020 0 -1 4202496 8631 0 0 0 628 1 0 0 25 0 1 0 527794670 1168719872 4095 33554432000 4194304 4587354 140735340785936 18446744073709551615 4238654 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1577/statm: 285332 4095 337 96 0 281894 0
[pid=1578] ppid=1576 vsize=16208 CPUtime=6.29 cores=1
/proc/1578/stat : 1578 (clasp) R 1576 1576 1020 0 -1 4202496 1481 0 0 0 629 0 0 0 25 0 1 0 527794670 16596992 1372 33554432000 4194304 4785740 140734136604400 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1578/statm: 4052 1372 340 145 0 1097 0
[pid=1579] ppid=1576 vsize=456088 CPUtime=6.29 cores=2
/proc/1579/stat : 1579 (TNM) R 1576 1576 1020 0 -1 4202496 388 0 0 0 629 0 0 0 25 0 1 0 527794670 467034112 285 33554432000 134512640 134534564 4286608080 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1579/statm: 114022 285 95 6 0 112688 0
[pid=1580] ppid=1576 vsize=8968 CPUtime=6.29 cores=3
/proc/1580/stat : 1580 (march_hi) R 1576 1576 1020 0 -1 4202496 878 0 0 0 629 0 0 0 25 0 1 0 527794670 9183232 764 33554432000 4194304 4331988 140733502475792 18446744073709551615 4237080 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1580/statm: 2242 764 175 34 0 684 0
[pid=1581] ppid=1576 vsize=194112 CPUtime=25.08 cores=4-7
/proc/1581/stat : 1581 (plingeling) S 1576 1576 1020 0 -1 4202496 7053 1258 0 0 2508 0 0 0 19 0 5 0 527794670 198770688 4273 33554432000 4194304 4356188 140737455150416 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1581/statm: 48528 4273 161 40 0 47072 0
[pid=1581/tid=1588] ppid=1576 vsize=194112 CPUtime=6.28 cores=4-7
/proc/1581/task/1588/stat : 1588 (plingeling) R 1576 1576 1020 0 -1 4202560 1521 1258 0 0 628 0 0 0 25 0 5 0 527794671 198770688 4273 33554432000 4194304 4356188 140737455150416 18446744073709551615 4234297 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1581/tid=1589] ppid=1576 vsize=194112 CPUtime=6.28 cores=4-7
/proc/1581/task/1589/stat : 1589 (plingeling) R 1576 1576 1020 0 -1 4202560 1617 1258 0 0 628 0 0 0 25 0 5 0 527794671 198770688 4273 33554432000 4194304 4356188 140737455150416 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1581/tid=1590] ppid=1576 vsize=194112 CPUtime=6.27 cores=4-7
/proc/1581/task/1590/stat : 1590 (plingeling) R 1576 1576 1020 0 -1 4202560 1646 1258 0 0 627 0 0 0 25 0 5 0 527794671 198770688 4273 33554432000 4194304 4356188 140737455150416 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1581/tid=1591] ppid=1576 vsize=194112 CPUtime=6.22 cores=4-7
/proc/1581/task/1591/stat : 1591 (plingeling) R 1576 1576 1020 0 -1 4202560 1652 1258 0 0 622 0 0 0 25 0 5 0 527794671 198770688 4273 33554432000 4194304 4356188 140737455150416 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 1835028

[startup+12.7013 s]
/proc/loadavg: 8.00 8.01 8.00 9/180 1591
/proc/meminfo: memFree=30040692/32950928 swapFree=67086612/67111528
[pid=1576] ppid=1574 vsize=18324 CPUtime=0 cores=0-7
/proc/1576/stat : 1576 (ppfolio) S 1574 1576 1020 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527794670 18763776 389 33554432000 4194304 4287625 140733413554976 18446744073709551615 239476715023 0 0 4096 65536 4180730790948110335 0 0 17 3 0 0 0
/proc/1576/statm: 4581 389 341 23 0 91 0
[pid=1577] ppid=1576 vsize=1168776 CPUtime=12.69 cores=0
/proc/1577/stat : 1577 (cryptominisat) R 1576 1576 1020 0 -1 4202496 13513 0 0 0 1267 2 0 0 25 0 1 0 527794670 1196826624 4742 33554432000 4194304 4587354 140735340785936 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1577/statm: 292194 4742 337 96 0 288756 0
[pid=1578] ppid=1576 vsize=17352 CPUtime=12.69 cores=1
/proc/1578/stat : 1578 (clasp) R 1576 1576 1020 0 -1 4202496 1761 0 0 0 1269 0 0 0 25 0 1 0 527794670 17768448 1652 33554432000 4194304 4785740 140734136604400 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1578/statm: 4338 1652 340 145 0 1383 0
[pid=1579] ppid=1576 vsize=456088 CPUtime=12.69 cores=2
/proc/1579/stat : 1579 (TNM) R 1576 1576 1020 0 -1 4202496 388 0 0 0 1269 0 0 0 25 0 1 0 527794670 467034112 285 33554432000 134512640 134534564 4286608080 18446744073709551615 134529777 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1579/statm: 114022 285 95 6 0 112688 0
[pid=1580] ppid=1576 vsize=10884 CPUtime=12.69 cores=3
/proc/1580/stat : 1580 (march_hi) R 1576 1576 1020 0 -1 4202496 1213 0 0 0 1269 0 0 0 25 0 1 0 527794670 11145216 1099 33554432000 4194304 4331988 140733502475792 18446744073709551615 4226642 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1580/statm: 2721 1099 175 34 0 1163 0
[pid=1581] ppid=1576 vsize=197448 CPUtime=50.65 cores=4-7
/proc/1581/stat : 1581 (plingeling) S 1576 1576 1020 0 -1 4202496 10351 1258 0 0 5064 1 0 0 19 0 5 0 527794670 202186752 5107 33554432000 4194304 4356188 140737455150416 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1581/statm: 49362 5107 161 40 0 47906 0
[pid=1581/tid=1588] ppid=1576 vsize=197448 CPUtime=12.68 cores=4-7
/proc/1581/task/1588/stat : 1588 (plingeling) R 1576 1576 1020 0 -1 4202560 2258 1258 0 0 1268 0 0 0 25 0 5 0 527794671 202186752 5107 33554432000 4194304 4356188 140737455150416 18446744073709551615 4234009 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1581/tid=1589] ppid=1576 vsize=197448 CPUtime=12.68 cores=4-7
/proc/1581/task/1589/stat : 1589 (plingeling) R 1576 1576 1020 0 -1 4202560 2386 1258 0 0 1268 0 0 0 25 0 5 0 527794671 202186752 5107 33554432000 4194304 4356188 140737455150416 18446744073709551615 4279454 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1581/tid=1590] ppid=1576 vsize=197448 CPUtime=12.67 cores=4-7
/proc/1581/task/1590/stat : 1590 (plingeling) R 1576 1576 1020 0 -1 4202560 2766 1258 0 0 1267 0 0 0 25 0 5 0 527794671 202186752 5107 33554432000 4194304 4356188 140737455150416 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1581/tid=1591] ppid=1576 vsize=197448 CPUtime=12.59 cores=4-7
/proc/1581/task/1591/stat : 1591 (plingeling) R 1576 1576 1020 0 -1 4202560 2324 1258 0 0 1259 0 0 0 25 0 5 0 527794671 202186752 5107 33554432000 4194304 4356188 140737455150416 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 1868872

[startup+25.5008 s]
/proc/loadavg: 8.00 8.00 8.00 9/180 1591
/proc/meminfo: memFree=30027280/32950928 swapFree=67086612/67111528
[pid=1576] ppid=1574 vsize=18324 CPUtime=0 cores=0-7
/proc/1576/stat : 1576 (ppfolio) S 1574 1576 1020 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527794670 18763776 389 33554432000 4194304 4287625 140733413554976 18446744073709551615 239476715023 0 0 4096 65536 4180730790948110335 0 0 17 3 0 0 0
/proc/1576/statm: 4581 389 341 23 0 91 0
[pid=1577] ppid=1576 vsize=1173640 CPUtime=25.49 cores=0
/proc/1577/stat : 1577 (cryptominisat) R 1576 1576 1020 0 -1 4202496 21246 0 0 0 2546 3 0 0 25 0 1 0 527794670 1201807360 5882 33554432000 4194304 4587354 140735340785936 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=1579] ppid=1576 vsize=456092 CPUtime=4782.47 cores=2
/proc/1579/stat : 1579 (TNM) R 1576 1576 1020 0 -1 4202496 397 0 0 0 478245 2 0 0 25 0 1 0 527794670 467038208 294 33554432000 134512640 134534564 4286608080 18446744073709551615 134530667 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1579/statm: 114023 294 103 6 0 112689 0
[pid=1580] ppid=1576 vsize=1078884 CPUtime=4782.47 cores=3
/proc/1580/stat : 1580 (march_hi) R 1576 1576 1020 0 -1 4202496 199735 0 0 0 478102 145 0 0 25 0 1 0 527794670 1104777216 199621 33554432000 4194304 4331988 140733502475792 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1580/statm: 269721 199621 175 34 0 268163 0
[pid=1581] ppid=1576 vsize=326280 CPUtime=19102.9 cores=4-7
/proc/1581/stat : 1581 (plingeling) S 1576 1576 1020 0 -1 4202496 739534 1258 0 0 1910178 110 0 0 19 0 5 0 527794670 334110720 37331 33554432000 4194304 4356188 140737455150416 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1581/statm: 81570 37331 161 40 0 80114 0
[pid=1581/tid=1588] ppid=1576 vsize=326280 CPUtime=4782.32 cores=4-7
/proc/1581/task/1588/stat : 1588 (plingeling) R 1576 1576 1020 0 -1 4202560 190261 1258 0 0 478206 26 0 0 25 0 5 0 527794671 334110720 37331 33554432000 4194304 4356188 140737455150416 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1581/tid=1589] ppid=1576 vsize=326280 CPUtime=4782.47 cores=4-7
/proc/1581/task/1589/stat : 1589 (plingeling) R 1576 1576 1020 0 -1 4202560 186246 1258 0 0 478222 25 0 0 25 0 5 0 527794671 334110720 37331 33554432000 4194304 4356188 140737455150416 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1581/tid=1590] ppid=1576 vsize=326280 CPUtime=4782 cores=4-7
/proc/1581/task/1590/stat : 1590 (plingeling) R 1576 1576 1020 0 -1 4202560 178802 1258 0 0 478172 28 0 0 25 0 5 0 527794671 334110720 37331 33554432000 4194304 4356188 140737455150416 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1581/tid=1591] ppid=1576 vsize=326280 CPUtime=4756.05 cores=4-7
/proc/1581/task/1591/stat : 1591 (plingeling) R 1576 1576 1020 0 -1 4202560 183608 1258 0 0 475576 29 0 0 25 0 5 0 527794671 334110720 37331 33554432000 4194304 4356188 140737455150416 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38232.7
Current children cumulated vsize (KiB) 14808404

[startup+4842.3 s]
/proc/loadavg: 8.00 8.02 8.00 9/180 1732
/proc/meminfo: memFree=28993852/32950928 swapFree=67086612/67111528
[pid=1576] ppid=1574 vsize=18324 CPUtime=0 cores=0-7
/proc/1576/stat : 1576 (ppfolio) S 1574 1576 1020 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527794670 18763776 389 33554432000 4194304 4287625 140733413554976 18446744073709551615 239476715023 0 0 4096 65536 4180730790948110335 0 0 17 3 0 0 0
/proc/1576/statm: 4581 389 341 23 0 91 0
[pid=1577] ppid=1576 vsize=1325476 CPUtime=4842.46 cores=0
/proc/1577/stat : 1577 (cryptominisat) R 1576 1576 1020 0 -1 4202496 399714 0 0 0 484074 172 0 0 25 0 1 0 527794670 1357287424 31826 33554432000 4194304 4587354 140735340785936 18446744073709551615 4238622 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1577/statm: 331369 31826 337 96 0 327931 0
[pid=1578] ppid=1576 vsize=46072 CPUtime=4842.46 cores=1
/proc/1578/stat : 1578 (clasp) R 1576 1576 1020 0 -1 4202496 8238 0 0 0 484244 2 0 0 25 0 1 0 527794670 47177728 8129 33554432000 4194304 4785740 140734136604400 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1578/statm: 11518 8129 341 145 0 8563 0
[pid=1579] ppid=1576 vsize=456092 CPUtime=4842.47 cores=2
/proc/1579/stat : 1579 (TNM) R 1576 1576 1020 0 -1 4202496 397 0 0 0 484245 2 0 0 25 0 1 0 527794670 467038208 294 33554432000 134512640 134534564 4286608080 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1579/statm: 114023 294 103 6 0 112689 0
[pid=1580] ppid=1576 vsize=1078884 CPUtime=4842.47 cores=3
/proc/1580/stat : 1580 (march_hi) R 1576 1576 1020 0 -1 4202496 201795 0 0 0 484101 146 0 0 25 0 1 0 527794670 1104777216 201681 33554432000 4194304 4331988 140733502475792 18446744073709551615 4226434 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1580/statm: 269721 201681 175 34 0 268163 0
[pid=1581] ppid=1576 vsize=304008 CPUtime=19342.6 cores=4-7
/proc/1581/stat : 1581 (plingeling) S 1576 1576 1020 0 -1 4202496 741422 1258 0 0 1934146 110 0 0 19 0 5 0 527794670 311304192 31763 33554432000 4194304 4356188 140737455150416 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1581/statm: 76002 31763 161 40 0 74546 0
[pid=1581/tid=1588] ppid=1576 vsize=304008 CPUtime=4842.32 cores=4-7
/proc/1581/task/1588/stat : 1588 (plingeling) R 1576 1576 1020 0 -1 4202560 190261 1258 0 0 484206 26 0 0 25 0 5 0 527794671 311304192 31763 33554432000 4194304 4356188 140737455150416 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1581/tid=1589] ppid=1576 vsize=304008 CPUtime=4842.47 cores=4-7
/proc/1581/task/1589/stat : 1589 (plingeling) R 1576 1576 1020 0 -1 4202560 187238 1258 0 0 484222 25 0 0 25 0 5 0 527794671 311304192 31763 33554432000 4194304 4356188 140737455150416 18446744073709551615 4331971 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1581/tid=1590] ppid=1576 vsize=304008 CPUtime=4842 cores=4-7
/proc/1581/task/1590/stat : 1590 (plingeling) R 1576 1576 1020 0 -1 4202560 179698 1258 0 0 484172 28 0 0 25 0 5 0 527794671 311304192 31763 33554432000 4194304 4356188 140737455150416 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1581/tid=1591] ppid=1576 vsize=304008 CPUtime=4815.72 cores=4-7
/proc/1581/task/1591/stat : 1591 (plingeling) R 1576 1576 1020 0 -1 4202560 183608 1258 0 0 481543 29 0 0 25 0 5 0 527794671 311304192 31763 33554432000 4194304 4356188 140737455150416 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38712.4
Current children cumulated vsize (KiB) 3228856

[startup+4902.3 s]
/proc/loadavg: 8.07 8.03 8.00 9/180 1733
/proc/meminfo: memFree=28956124/32950928 swapFree=67086612/67111528
[pid=1576] ppid=1574 vsize=18324 CPUtime=0 cores=0-7
/proc/1576/stat : 1576 (ppfolio) S 1574 1576 1020 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527794670 18763776 389 33554432000 4194304 4287625 140733413554976 18446744073709551615 239476715023 0 0 4096 65536 4180730790948110335 0 0 17 3 0 0 0
/proc/1576/statm: 4581 389 341 23 0 91 0
[pid=1577] ppid=1576 vsize=1266968 CPUtime=4902.46 cores=0
/proc/1577/stat : 1577 (cryptominisat) R 1576 1576 1020 0 -1 4202496 405394 0 0 0 490071 175 0 0 25 0 1 0 527794670 1297375232 35136 33554432000 4194304 4587354 140735340785936 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1577/statm: 316742 35136 337 96 0 313304 0
[pid=1578] ppid=1576 vsize=46072 CPUtime=4902.46 cores=1
/proc/1578/stat : 1578 (clasp) R 1576 1576 1020 0 -1 4202496 8263 0 0 0 490244 2 0 0 25 0 1 0 527794670 47177728 8154 33554432000 4194304 4785740 140734136604400 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1578/statm: 11518 8154 341 145 0 8563 0
[pid=1579] ppid=1576 vsize=456092 CPUtime=4902.48 cores=2
/proc/1579/stat : 1579 (TNM) R 1576 1576 1020 0 -1 4202496 397 0 0 0 490246 2 0 0 25 0 1 0 527794670 467038208 294 33554432000 134512640 134534564 4286608080 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1579/statm: 114023 294 103 6 0 112689 0
[pid=1580] ppid=1576 vsize=1078884 CPUtime=4902.47 cores=3
/proc/1580/stat : 1580 (march_hi) R 1576 1576 1020 0 -1 4202496 203890 0 0 0 490098 149 0 0 25 0 1 0 527794670 1104777216 203776 33554432000 4194304 4331988 140733502475792 18446744073709551615 4287571 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1580/statm: 269721 203776 175 34 0 268163 0
[pid=1581] ppid=1576 vsize=323464 CPUtime=19582.2 cores=4-7
/proc/1581/stat : 1581 (plingeling) S 1576 1576 1020 0 -1 4202496 748334 1258 0 0 1958113 111 0 0 19 0 5 0 527794670 331227136 36627 33554432000 4194304 4356188 140737455150416 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1581/statm: 80866 36627 161 40 0 79410 0
[pid=1581/tid=1588] ppid=1576 vsize=323464 CPUtime=4902.32 cores=4-7
/proc/1581/task/1588/stat : 1588 (plingeling) R 1576 1576 1020 0 -1 4202560 192117 1258 0 0 490206 26 0 0 25 0 5 0 527794671 331227136 36627 33554432000 4194304 4356188 140737455150416 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1581/tid=1589] ppid=1576 vsize=323464 CPUtime=4902.47 cores=4-7
/proc/1581/task/1589/stat : 1589 (plingeling) R 1576 1576 1020 0 -1 4202560 188134 1258 0 0 490222 25 0 0 25 0 5 0 527794671 331227136 36627 33554432000 4194304 4356188 140737455150416 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1581/tid=1590] ppid=1576 vsize=323464 CPUtime=4901.99 cores=4-7
/proc/1581/task/1590/stat : 1590 (plingeling) R 1576 1576 1020 0 -1 4202560 180594 1258 0 0 490171 28 0 0 25 0 5 0 527794671 331227136 36627 33554432000 4194304 4356188 140737455150416 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1581/tid=1591] ppid=1576 vsize=323464 CPUtime=4875.42 cores=4-7
/proc/1581/task/1591/stat : 1591 (plingeling) R 1576 1576 1020 0 -1 4202560 186872 1258 0 0 487512 30 0 0 25 0 5 0 527794671 331227136 36627 33554432000 4194304 4356188 140737455150416 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39192.1
Current children cumulated vsize (KiB) 3189804

[startup+4962.3 s]
/proc/loadavg: 8.09 8.04 8.00 9/180 1735
/proc/meminfo: memFree=28918652/32950928 swapFree=67086612/67111528
[pid=1576] ppid=1574 vsize=18324 CPUtime=0 cores=0-7
/proc/1576/stat : 1576 (ppfolio) S 1574 1576 1020 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527794670 18763776 389 33554432000 4194304 4287625 140733413554976 18446744073709551615 239476715023 0 0 4096 65536 4180730790948110335 0 0 17 3 0 0 0
/proc/1576/statm: 4581 389 341 23 0 91 0
[pid=1577] ppid=1576 vsize=1266968 CPUtime=4962.47 cores=0
/proc/1577/stat : 1577 (cryptominisat) R 1576 1576 1020 0 -1 4202496 408787 0 0 0 496069 178 0 0 25 0 1 0 527794670 1297375232 38441 33554432000 4194304 4587354 140735340785936 18446744073709551615 4243562 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1577/statm: 316742 38441 337 96 0 313304 0
[pid=1578] ppid=1576 vsize=46072 CPUtime=4962.47 cores=1
/proc/1578/stat : 1578 (clasp) R 1576 1576 1020 0 -1 4202496 8263 0 0 0 496245 2 0 0 25 0 1 0 527794670 47177728 8154 33554432000 4194304 4785740 140734136604400 18446744073709551615 4312752 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1578/statm: 11518 8154 341 145 0 8563 0
[pid=1579] ppid=1576 vsize=456092 CPUtime=4962.48 cores=2
/proc/1579/stat : 1579 (TNM) R 1576 1576 1020 0 -1 4202496 397 0 0 0 496246 2 0 0 25 0 1 0 527794670 467038208 294 33554432000 134512640 134534564 4286608080 18446744073709551615 134528972 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1579/statm: 114023 294 103 6 0 112689 0
[pid=1580] ppid=1576 vsize=1078884 CPUtime=4962.47 cores=3
/proc/1580/stat : 1580 (march_hi) R 1576 1576 1020 0 -1 4202496 206594 0 0 0 496096 151 0 0 25 0 1 0 527794670 1104777216 206480 33554432000 4194304 4331988 140733502475792 18446744073709551615 4237350 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1580/statm: 269721 206480 175 34 0 268163 0
[pid=1581] ppid=1576 vsize=335240 CPUtime=19821.9 cores=4-7
/proc/1581/stat : 1581 (plingeling) S 1576 1576 1020 0 -1 4202496 754990 1258 0 0 1982079 113 0 0 19 0 5 0 527794670 343285760 39571 33554432000 4194304 4356188 140737455150416 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1581/statm: 83810 39571 161 40 0 82354 0
[pid=1581/tid=1588] ppid=1576 vsize=335240 CPUtime=4962.32 cores=4-7
/proc/1581/task/1588/stat : 1588 (plingeling) R 1576 1576 1020 0 -1 4202560 192117 1258 0 0 496206 26 0 0 25 0 5 0 527794671 343285760 39571 33554432000 4194304 4356188 140737455150416 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1581/tid=1589] ppid=1576 vsize=335240 CPUtime=4962.47 cores=4-7
/proc/1581/task/1589/stat : 1589 (plingeling) R 1576 1576 1020 0 -1 4202560 189094 1258 0 0 496222 25 0 0 25 0 5 0 527794671 343285760 39571 33554432000 4194304 4356188 140737455150416 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1581/tid=1590] ppid=1576 vsize=335240 CPUtime=4962 cores=4-7
/proc/1581/task/1590/stat : 1590 (plingeling) R 1576 1576 1020 0 -1 4202560 185650 1258 0 0 496170 30 0 0 25 0 5 0 527794671 343285760 39571 33554432000 4194304 4356188 140737455150416 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1581/tid=1591] ppid=1576 vsize=335240 CPUtime=4935.09 cores=4-7
/proc/1581/task/1591/stat : 1591 (plingeling) R 1576 1576 1020 0 -1 4202560 187512 1258 0 0 493479 30 0 0 25 0 5 0 527794671 343285760 39571 33554432000 4194304 4356188 140737455150416 18446744073709551615 4332109 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39671.8
Current children cumulated vsize (KiB) 3201580



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.05 8.03 8.00 9/180 1736
/proc/meminfo: memFree=28948640/32950928 swapFree=67086612/67111528
[pid=1576] ppid=1574 vsize=18324 CPUtime=0 cores=0-7
/proc/1576/stat : 1576 (ppfolio) S 1574 1576 1020 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 527794670 18763776 389 33554432000 4194304 4287625 140733413554976 18446744073709551615 239476715023 0 0 4096 65536 4180730790948110335 0 0 17 3 0 0 0
/proc/1576/statm: 4581 389 341 23 0 91 0
[pid=1577] ppid=1576 vsize=1245844 CPUtime=5000.17 cores=0
/proc/1577/stat : 1577 (cryptominisat) R 1576 1576 1020 0 -1 4202496 409842 0 0 0 499839 178 0 0 25 0 1 0 527794670 1275744256 31826 33554432000 4194304 4587354 140735340785936 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1577/statm: 311461 31826 337 96 0 308023 0
[pid=1578] ppid=1576 vsize=46072 CPUtime=5000.17 cores=1
/proc/1578/stat : 1578 (clasp) R 1576 1576 1020 0 -1 4202496 8263 0 0 0 500015 2 0 0 25 0 1 0 527794670 47177728 8154 33554432000 4194304 4785740 140734136604400 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1578/statm: 11518 8154 341 145 0 8563 0
[pid=1579] ppid=1576 vsize=456092 CPUtime=5000.18 cores=2
/proc/1579/stat : 1579 (TNM) R 1576 1576 1020 0 -1 4202496 397 0 0 0 500016 2 0 0 25 0 1 0 527794670 467038208 294 33554432000 134512640 134534564 4286608080 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1579/statm: 114023 294 103 6 0 112689 0
[pid=1580] ppid=1576 vsize=1078884 CPUtime=5000.17 cores=3
/proc/1580/stat : 1580 (march_hi) R 1576 1576 1020 0 -1 4202496 208221 0 0 0 499865 152 0 0 25 0 1 0 527794670 1104777216 208107 33554432000 4194304 4331988 140733502475792 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/1580/statm: 269721 208107 175 34 0 268163 0
[pid=1581] ppid=1576 vsize=323848 CPUtime=19972.5 cores=4-7
/proc/1581/stat : 1581 (plingeling) S 1576 1576 1020 0 -1 4202496 755886 1258 0 0 1997139 113 0 0 19 0 5 0 527794670 331620352 36723 33554432000 4194304 4356188 140737455150416 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/1581/statm: 80962 36723 161 40 0 79506 0
[pid=1581/tid=1588] ppid=1576 vsize=323848 CPUtime=5000.03 cores=4-7
/proc/1581/task/1588/stat : 1588 (plingeling) R 1576 1576 1020 0 -1 4202560 193013 1258 0 0 499977 26 0 0 25 0 5 0 527794671 331620352 36723 33554432000 4194304 4356188 140737455150416 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1581/tid=1589] ppid=1576 vsize=323848 CPUtime=5000.18 cores=4-7
/proc/1581/task/1589/stat : 1589 (plingeling) R 1576 1576 1020 0 -1 4202560 189094 1258 0 0 499992 26 0 0 25 0 5 0 527794671 331620352 36723 33554432000 4194304 4356188 140737455150416 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1581/tid=1590] ppid=1576 vsize=323848 CPUtime=4999.7 cores=4-7
/proc/1581/task/1590/stat : 1590 (plingeling) R 1576 1576 1020 0 -1 4202560 185650 1258 0 0 499940 30 0 0 25 0 5 0 527794671 331620352 36723 33554432000 4194304 4356188 140737455150416 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=1581/tid=1591] ppid=1576 vsize=323848 CPUtime=4972.59 cores=4-7
/proc/1581/task/1591/stat : 1591 (plingeling) R 1576 1576 1020 0 -1 4202560 187512 1258 0 0 497229 30 0 0 25 0 5 0 527794671 331620352 36723 33554432000 4194304 4356188 140737455150416 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39973.2
Current children cumulated vsize (KiB) 3169064

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 1576 and gives
#  childrusage.ru_utime.tv_sec=14998
#  childrusage.ru_utime.tv_usec=731846
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=847719
# CPU time returned by wait4() is 15000.6
# while last known CPU time is 39973.2
#
# 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): 39973.2
CPU user time (s): 39968.7
CPU system time (s): 4.47
CPU usage (%): 799.462
Max. virtual memory (cumulated for all children) (KiB): 26436736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14998.7
system time used= 1.84772
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 419036
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= 739
involuntary context switches= 36520

runsolver used 7.68783 second user time and 19.0531 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-30 13:12:56
IDJOB=3221577
IDBENCH=82946
IDSOLVER=1638
FILE ID=node148/3221577-1304161976
RUNJOBID= node148-1304161030-1034
PBS_JOBID= 13170928
Free space on /tmp= 72964 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1847541883-049.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221577-1304161976/watcher-3221577-1304161976 -o /tmp/evaluation-result-3221577-1304161976/solver-3221577-1304161976 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3221577-1304161976.cnf

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

MD5SUM BENCH= 02e5b9be63a0b18588da13d9c988e25c
RANDOM SEED=1633869423

node148.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.854
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.854
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.854
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.83
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.854
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.854
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.854
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.854
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.854
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:     32950928 kB
MemFree:      30087664 kB
Buffers:        765888 kB
Cached:        1681724 kB
SwapCached:       3696 kB
Active:         159324 kB
Inactive:      2329984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30087664 kB
SwapTotal:    67111528 kB
SwapFree:     67086612 kB
Dirty:           10184 kB
Writeback:           0 kB
AnonPages:       40764 kB
Mapped:          13340 kB
Slab:           305500 kB
PageTables:       4452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   183660 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= 72952 MiB
End job on node148 at 2011-04-30 14:36:18