Trace number 3310303

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) 32524.5 5100.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom24.cnf
MD5SUM16e1f2a4ab0c9df60ac0d098f9f252bb
Bench CategoryAPPLICATION (applications 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 variables62686
Number of clauses210488
Sum of the clauses size537842
Maximum clause length1941
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2106681
Number of clauses of size 3102739
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 5746

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-3310303-1304008697/watcher-3310303-1304008697 -o /tmp/evaluation-result-3310303-1304008697/solver-3310303-1304008697 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310303-1304008697.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.00 8.02 8.00 2/170 16098
/proc/meminfo: memFree=15997732/32950928 swapFree=67087032/67111528
[pid=16098] ppid=16096 vsize=18324 CPUtime=0 cores=0-7
/proc/16098/stat : 16098 (ppfolio) R 16096 16098 15599 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 512466781 18763776 390 33554432000 4194304 4287625 140734558371808 18446744073709551615 239476715023 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/16098/statm: 4581 390 341 23 0 91 0

[startup+0.101176 s]
/proc/loadavg: 8.00 8.02 8.00 2/170 16098
/proc/meminfo: memFree=15997732/32950928 swapFree=67087032/67111528
[pid=16098] ppid=16096 vsize=18324 CPUtime=0.01 cores=0-7
/proc/16098/stat : 16098 (ppfolio) S 16096 16098 15599 0 -1 4202496 523 1195 0 0 0 0 0 1 25 0 1 0 512466781 18763776 391 33554432000 4194304 4287625 140734558371808 18446744073709551615 239476715023 0 0 4096 65536 9224195738567704576 0 0 17 2 0 0 0
/proc/16098/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+0.201157 s]
/proc/loadavg: 8.00 8.02 8.00 2/170 16098
/proc/meminfo: memFree=15997732/32950928 swapFree=67087032/67111528
[pid=16098] ppid=16096 vsize=18324 CPUtime=0.01 cores=0-7
/proc/16098/stat : 16098 (ppfolio) S 16096 16098 15599 0 -1 4202496 523 1195 0 0 0 0 0 1 25 0 1 0 512466781 18763776 391 33554432000 4194304 4287625 140734558371808 18446744073709551615 239476715023 0 0 4096 65536 9224195738567704576 0 0 17 2 0 0 0
/proc/16098/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+0.301139 s]
/proc/loadavg: 8.00 8.02 8.00 2/170 16098
/proc/meminfo: memFree=15997732/32950928 swapFree=67087032/67111528
[pid=16098] ppid=16096 vsize=18324 CPUtime=0.01 cores=0-7
/proc/16098/stat : 16098 (ppfolio) S 16096 16098 15599 0 -1 4202496 523 1195 0 0 0 0 0 1 25 0 1 0 512466781 18763776 391 33554432000 4194304 4287625 140734558371808 18446744073709551615 239476715023 0 0 4096 65536 9224195738567704576 0 0 17 2 0 0 0
/proc/16098/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+0.701063 s]
/proc/loadavg: 8.00 8.02 8.00 2/170 16098
/proc/meminfo: memFree=15997732/32950928 swapFree=67087032/67111528
[pid=16098] ppid=16096 vsize=18324 CPUtime=0.01 cores=0-7
/proc/16098/stat : 16098 (ppfolio) S 16096 16098 15599 0 -1 4202496 523 1195 0 0 0 0 0 1 25 0 1 0 512466781 18763776 391 33554432000 4194304 4287625 140734558371808 18446744073709551615 239476715023 0 0 4096 65536 9224195738567704576 0 0 17 2 0 0 0
/proc/16098/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+1.50091 s]
/proc/loadavg: 8.00 8.02 8.00 8/179 16113
/proc/meminfo: memFree=15830756/32950928 swapFree=67087032/67111528
[pid=16098] ppid=16096 vsize=18324 CPUtime=0.01 cores=0-7
/proc/16098/stat : 16098 (ppfolio) S 16096 16098 15599 0 -1 4202496 523 1195 0 0 0 0 0 1 17 0 1 0 512466781 18763776 391 33554432000 4194304 4287625 140734558371808 18446744073709551615 239476715023 0 0 4096 65536 9224195742862639362 0 0 17 2 0 0 0
/proc/16098/statm: 4581 391 342 23 0 91 0
[pid=16099] ppid=16098 vsize=60156 CPUtime=1.49 cores=0
/proc/16099/stat : 16099 (cryptominisat) R 16098 16098 15599 0 -1 4202496 9765 0 0 0 148 1 0 0 20 0 1 0 512466782 61599744 9538 33554432000 4194304 4587354 140736498915280 18446744073709551615 239476352786 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16099/statm: 15039 9538 317 96 0 11601 0
[pid=16100] ppid=16098 vsize=48972 CPUtime=1.49 cores=1
/proc/16100/stat : 16100 (clasp) R 16098 16098 15599 0 -1 4202496 11880 0 0 0 147 2 0 0 20 0 1 0 512466782 50147328 9429 33554432000 4194304 4785740 140734947962656 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16100/statm: 12243 9429 340 145 0 9288 0
[pid=16102] ppid=16098 vsize=145844 CPUtime=1.48 cores=3
/proc/16102/stat : 16102 (march_hi) R 16098 16098 15599 0 -1 4202496 70048 0 0 0 140 8 0 0 20 0 1 0 512466782 149344256 17743 33554432000 4194304 4331988 140734814651488 18446744073709551615 239476352768 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16102/statm: 36461 17743 162 34 0 34903 0
[pid=16103] ppid=16098 vsize=109276 CPUtime=3.95 cores=4-7
/proc/16103/stat : 16103 (plingeling) S 16098 16098 15599 0 -1 4202496 22311 1255 0 0 392 3 0 0 19 0 5 0 512466782 111898624 15748 33554432000 4194304 4356188 140733827789472 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16103/statm: 27319 15748 161 40 0 25863 0
[pid=16103/tid=16110] ppid=16098 vsize=109276 CPUtime=1.23 cores=4-7
/proc/16103/task/16110/stat : 16110 (plingeling) R 16098 16098 15599 0 -1 4202560 5057 1255 0 0 123 0 0 0 19 0 5 0 512466807 111898624 15748 33554432000 4194304 4356188 140733827789472 18446744073709551615 4301904 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16103/tid=16111] ppid=16098 vsize=109276 CPUtime=1.22 cores=4-7
/proc/16103/task/16111/stat : 16111 (plingeling) R 16098 16098 15599 0 -1 4202560 3451 1255 0 0 122 0 0 0 25 0 5 0 512466807 111898624 15748 33554432000 4194304 4356188 140733827789472 18446744073709551615 4321963 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16103/tid=16112] ppid=16098 vsize=109276 CPUtime=0.8 cores=4-7
/proc/16103/task/16112/stat : 16112 (plingeling) R 16098 16098 15599 0 -1 4202560 4167 1255 0 0 80 0 0 0 22 0 5 0 512466807 111898624 15748 33554432000 4194304 4356188 140733827789472 18446744073709551615 4322248 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16103/tid=16113] ppid=16098 vsize=109276 CPUtime=0.43 cores=4-7
/proc/16103/task/16113/stat : 16113 (plingeling) R 16098 16098 15599 0 -1 4202560 1038 1255 0 0 43 0 0 0 21 0 5 0 512466807 111898624 15748 33554432000 4194304 4356188 140733827789472 18446744073709551615 4238339 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8.42
Current children cumulated vsize (KiB) 382572

[startup+3.1006 s]
/proc/loadavg: 8.00 8.02 8.00 8/179 16113
/proc/meminfo: memFree=15760696/32950928 swapFree=67087032/67111528
[pid=16098] ppid=16096 vsize=18324 CPUtime=0.01 cores=0-7
/proc/16098/stat : 16098 (ppfolio) S 16096 16098 15599 0 -1 4202496 523 1195 0 0 0 0 0 1 15 0 1 0 512466781 18763776 391 33554432000 4194304 4287625 140734558371808 18446744073709551615 239476715023 0 0 4096 65536 9224195742862639362 0 0 17 2 0 0 0
/proc/16098/statm: 4581 391 342 23 0 91 0
[pid=16099] ppid=16098 vsize=119920 CPUtime=3.08 cores=0
/proc/16099/stat : 16099 (cryptominisat) R 16098 16098 15599 0 -1 4202496 20254 0 0 0 306 2 0 0 25 0 1 0 512466782 122798080 15869 33554432000 4194304 4587354 140736498915280 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16099/statm: 29980 15869 330 96 0 26542 0
[pid=16100] ppid=16098 vsize=48972 CPUtime=3.09 cores=1
/proc/16100/stat : 16100 (clasp) R 16098 16098 15599 0 -1 4202496 11880 0 0 0 307 2 0 0 25 0 1 0 512466782 50147328 9429 33554432000 4194304 4785740 140734947962656 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16100/statm: 12243 9429 340 145 0 9288 0
[pid=16102] ppid=16098 vsize=145516 CPUtime=3.09 cores=3
/proc/16102/stat : 16102 (march_hi) R 16098 16098 15599 0 -1 4202496 77668 0 0 0 300 9 0 0 25 0 1 0 512466782 149008384 18972 33554432000 4194304 4331988 140734814651488 18446744073709551615 4265452 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16102/statm: 36379 18972 176 34 0 34821 0
[pid=16103] ppid=16098 vsize=118216 CPUtime=8.74 cores=4-7
/proc/16103/stat : 16103 (plingeling) S 16098 16098 15599 0 -1 4202496 25303 1255 0 0 871 3 0 0 19 0 5 0 512466782 121053184 17997 33554432000 4194304 4356188 140733827789472 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16103/statm: 29554 17997 163 40 0 28098 0
[pid=16103/tid=16110] ppid=16098 vsize=118216 CPUtime=2.82 cores=4-7
/proc/16103/task/16110/stat : 16110 (plingeling) R 16098 16098 15599 0 -1 4202560 6081 1255 0 0 282 0 0 0 24 0 5 0 512466807 121053184 17997 33554432000 4194304 4356188 140733827789472 18446744073709551615 4233426 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16103/tid=16111] ppid=16098 vsize=118216 CPUtime=2.82 cores=4-7
/proc/16103/task/16111/stat : 16111 (plingeling) R 16098 16098 15599 0 -1 4202560 4899 1255 0 0 282 0 0 0 25 0 5 0 512466807 121053184 17997 33554432000 4194304 4356188 140733827789472 18446744073709551615 4217742 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16103/tid=16112] ppid=16098 vsize=118216 CPUtime=1.6 cores=4-7
/proc/16103/task/16112/stat : 16112 (plingeling) R 16098 16098 15599 0 -1 4202560 4173 1255 0 0 160 0 0 0 25 0 5 0 512466807 121053184 17997 33554432000 4194304 4356188 140733827789472 18446744073709551615 4320336 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16103/tid=16113] ppid=16098 vsize=118216 CPUtime=1.22 cores=4-7
/proc/16103/task/16113/stat : 16113 (plingeling) R 16098 16098 15599 0 -1 4202560 1552 1255 0 0 122 0 0 0 25 0 5 0 512466807 121053184 17997 33554432000 4194304 4356188 140733827789472 18446744073709551615 4334515 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18.01
Current children cumulated vsize (KiB) 450948

[startup+6.30099 s]
/proc/loadavg: 7.92 8.00 7.99 8/179 16113
/proc/meminfo: memFree=15737856/32950928 swapFree=67087032/67111528
[pid=16098] ppid=16096 vsize=18324 CPUtime=0.01 cores=0-7
/proc/16098/stat : 16098 (ppfolio) S 16096 16098 15599 0 -1 4202496 523 1195 0 0 0 0 0 1 15 0 1 0 512466781 18763776 391 33554432000 4194304 4287625 140734558371808 18446744073709551615 239476715023 0 0 4096 65536 9224195742862639362 0 0 17 2 0 0 0
/proc/16098/statm: 4581 391 342 23 0 91 0
[pid=16099] ppid=16098 vsize=90488 CPUtime=6.29 cores=0
/proc/16099/stat : 16099 (cryptominisat) R 16098 16098 15599 0 -1 4202496 23136 0 0 0 626 3 0 0 25 0 1 0 512466782 92659712 15236 33554432000 4194304 4587354 140736498915280 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16099/statm: 22622 15236 330 96 0 19184 0
[pid=16100] ppid=16098 vsize=53784 CPUtime=6.29 cores=1
/proc/16100/stat : 16100 (clasp) R 16098 16098 15599 0 -1 4202496 13095 0 0 0 627 2 0 0 25 0 1 0 512466782 55074816 10644 33554432000 4194304 4785740 140734947962656 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16100/statm: 13446 10644 340 145 0 10491 0
[pid=16102] ppid=16098 vsize=152220 CPUtime=6.29 cores=3
/proc/16102/stat : 16102 (march_hi) R 16098 16098 15599 0 -1 4202496 79091 0 0 0 619 10 0 0 25 0 1 0 512466782 155873280 20394 33554432000 4194304 4331988 140734814651488 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16102/statm: 38055 20394 175 34 0 36497 0
[pid=16103] ppid=16098 vsize=113840 CPUtime=18.34 cores=4-7
/proc/16103/stat : 16103 (plingeling) S 16098 16098 15599 0 -1 4202496 26327 1255 0 0 1831 3 0 0 19 0 5 0 512466782 116572160 16903 33554432000 4194304 4356188 140733827789472 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16103/statm: 28460 16903 163 40 0 27004 0
[pid=16103/tid=16110] ppid=16098 vsize=113840 CPUtime=6.02 cores=4-7
/proc/16103/task/16110/stat : 16110 (plingeling) R 16098 16098 15599 0 -1 4202560 6081 1255 0 0 602 0 0 0 25 0 5 0 512466807 116572160 16903 33554432000 4194304 4356188 140733827789472 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16103/tid=16111] ppid=16098 vsize=113840 CPUtime=6.02 cores=4-7
/proc/16103/task/16111/stat : 16111 (plingeling) R 16098 16098 15599 0 -1 4202560 4899 1255 0 0 602 0 0 0 25 0 5 0 512466807 116572160 16903 33554432000 4194304 4356188 140733827789472 18446744073709551615 4331716 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16103/tid=16112] ppid=16098 vsize=113840 CPUtime=3.19 cores=4-7
/proc/16103/task/16112/stat : 16112 (plingeling) R 16098 16098 15599 0 -1 4202560 5197 1255 0 0 319 0 0 0 25 0 5 0 512466807 116572160 16903 33554432000 4194304 4356188 140733827789472 18446744073709551615 4270985 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16103/tid=16113] ppid=16098 vsize=113840 CPUtime=2.83 cores=4-7
/proc/16103/task/16113/stat : 16113 (plingeling) R 16098 16098 15599 0 -1 4202560 1552 1255 0 0 283 0 0 0 25 0 5 0 512466807 116572160 16903 33554432000 4194304 4356188 140733827789472 18446744073709551615 4330992 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37.22
Current children cumulated vsize (KiB) 428656

[startup+12.7008 s]
/proc/loadavg: 7.85 7.98 7.99 8/179 16113
/proc/meminfo: memFree=15715832/32950928 swapFree=67087032/67111528
[pid=16098] ppid=16096 vsize=18324 CPUtime=0.01 cores=0-7
/proc/16098/stat : 16098 (ppfolio) S 16096 16098 15599 0 -1 4202496 523 1195 0 0 0 0 0 1 15 0 1 0 512466781 18763776 391 33554432000 4194304 4287625 140734558371808 18446744073709551615 239476715023 0 0 4096 65536 9224195742862639362 0 0 17 2 0 0 0
/proc/16098/statm: 4581 391 342 23 0 91 0
[pid=16099] ppid=16098 vsize=103080 CPUtime=12.69 cores=0
/proc/16099/stat : 16099 (cryptominisat) R 16098 16098 15599 0 -1 4202496 27283 0 0 0 1265 4 0 0 25 0 1 0 512466782 105553920 19367 33554432000 4194304 4587354 140736498915280 18446744073709551615 4237951 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16099/statm: 25770 19367 338 96 0 22332 0
[pid=16100] ppid=16098 vsize=65068 CPUtime=12.68 cores=1
/proc/16100/stat : 16100 (clasp) R 16098 16098 15599 0 -1 4202496 15899 0 0 0 1265 3 0 0 25 0 1 0 512466782 66629632 13448 33554432000 4194304 4785740 140734947962656 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16100/statm: 16267 13448 340 145 0 13312 0
[pid=16102] ppid=16098 vsize=156284 CPUtime=12.69 cores=3
/proc/16102/stat : 16102 (march_hi) R 16098 16098 15599 0 -1 4202496 80344 0 0 0 1259 10 0 0 25 0 1 0 512466782 160034816 21647 33554432000 4194304 4331988 140734814651488 18446744073709551615 4263328 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16102/statm: 39071 21647 175 34 0 37513 0
[pid=16103] ppid=16098 vsize=109580 CPUtime=37.54 cores=4-7
/proc/16103/stat : 16103 (plingeling) S 16098 16098 15599 0 -1 4202496 26327 1255 0 0 3751 3 0 0 19 0 5 0 512466782 112209920 15838 33554432000 4194304 4356188 140733827789472 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16103/statm: 27395 15838 163 40 0 25939 0
[pid=16103/tid=16110] ppid=16098 vsize=109580 CPUtime=12.42 cores=4-7
/proc/16103/task/16110/stat : 16110 (plingeling) R 16098 16098 15599 0 -1 4202560 6081 1255 0 0 1242 0 0 0 25 0 5 0 512466807 112209920 15838 33554432000 4194304 4356188 140733827789472 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16103/tid=16111] ppid=16098 vsize=109580 CPUtime=12.42 cores=4-7
/proc/16103/task/16111/stat : 16111 (plingeling) R 16098 16098 15599 0 -1 4202560 4899 1255 0 0 1242 0 0 0 25 0 5 0 512466807 112209920 15838 33554432000 4194304 4356188 140733827789472 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16103/tid=16112] ppid=16098 vsize=109580 CPUtime=6.39 cores=4-7
/proc/16103/task/16112/stat : 16112 (plingeling) R 16098 16098 15599 0 -1 4202560 5197 1255 0 0 639 0 0 0 25 0 5 0 512466807 112209920 15838 33554432000 4194304 4356188 140733827789472 18446744073709551615 4331082 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16103/tid=16113] ppid=16098 vsize=109580 CPUtime=6.03 cores=4-7
/proc/16103/task/16113/stat : 16113 (plingeling) R 16098 16098 15599 0 -1 4202560 1552 1255 0 0 603 0 0 0 25 0 5 0 512466807 112209920 15838 33554432000 4194304 4356188 140733827789472 18446744073709551615 4260341 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 75.61
Current children cumulated vsize (KiB) 452336

[startup+25.5013 s]
/proc/loadavg: 7.66 7.93 7.97 8/179 16114
/proc/meminfo: memFree=15705104/32950928 swapFree=67087032/67111528
[pid=16098] ppid=16096 vsize=18324 CPUtime=0.01 cores=0-7
/proc/16098/stat : 16098 (ppfolio) S 16096 16098 15599 0 -1 4202496 523 1195 0 0 0 0 0 1 15 0 1 0 512466781 18763776 391 33554432000 4194304 4287625 140734558371808 18446744073709551615 239476715023 0 0 4096 65536 9224195738567704576 0 0 17 2 0 0 0
/proc/16098/statm: 4581 391 342 23 0 91 0
[pid=16099] ppid=16098 vsize=1186980 CPUtime=25.49 cores=0
/proc/16099/stat : 16099 (cryptominisat) R 16098 16098 15599 0 -1 4202496 33381 0 0 0 2544 5 0 0 25 0 1 0 512466782 1215467520 19353 33554432000 4194304 4587354 140736498915280 18446744073709551615 4237740 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16099/statm: 296745 19353 336 96 0 293307 0
[pid=16100] ppid=16098 vsize=74404 CPUtime=25.49 cores=1
/proc/16100/stat : 16100 (clasp) R 16098 16098 15599 0 -1 4202496 18182 0 0 0 2545 4 0 0 25 0 1 0 512466782 76189696 15731 33554432000 4194304 4785740 140734947962656 18446744073709551615 4552571 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16100/statm: 18601 15731 340 145 0 15646 0
[pid=16102] ppid=16098 vsize=157904 CPUtime=25.48 cores=3
/proc/16102/stat : 16102 (march_hi) R 16098 16098 15599 0 -1 4202496 80793 0 0 0 2538 10 0 0 25 0 1 0 512466782 161693696 22096 33554432000 4194304 4331988 140734814651488 18446744073709551615 4299854 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16102/statm: 39476 22096 175 34 0 37918 0
[pid=16103] ppid=16098 vsize=109556 CPUtime=75.94 cores=4-7
/proc/16103/stat : 16103 (plingeling) S 16098 16098 15599 0 -1 4202496 26327 1255 0 0 7591 3 0 0 19 0 5 0 512466782 112185344 15832 33554432000 4194304 4356188 140733827789472 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16103/statm: 27389 15832 163 40 0 25933 0
[pid=16103/tid=16110] ppid=16098 vsize=109556 CPUtime=25.23 cores=4-7
/proc/16103/task/16110/stat : 16110 (plingeling) R 16098 16098 15599 0 -1 4202560 6081 1255 0 0 2523 0 0 0 25 0 5 0 512466807 112185344 15832 33554432000 4194304 4356188 140733827789472 18446744073709551615 4244397 0 0 4096 17442 0 0 0 -1 4 0 0 0

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

Current children cumulated CPU time (s) 31141.6
Current children cumulated vsize (KiB) 2318756

[startup+4962.3 s]
/proc/loadavg: 7.04 7.04 7.00 8/179 16257
/proc/meminfo: memFree=14943940/32950928 swapFree=67087032/67111528
[pid=16098] ppid=16096 vsize=18324 CPUtime=0.01 cores=0-7
/proc/16098/stat : 16098 (ppfolio) S 16096 16098 15599 0 -1 4202496 523 1195 0 0 0 0 0 1 15 0 1 0 512466781 18763776 391 33554432000 4194304 4287625 140734558371808 18446744073709551615 239476715023 0 0 4096 65536 9224195738567704576 0 0 17 2 0 0 0
/proc/16098/statm: 4581 391 342 23 0 91 0
[pid=16099] ppid=16098 vsize=1310608 CPUtime=4962.48 cores=0
/proc/16099/stat : 16099 (cryptominisat) R 16098 16098 15599 0 -1 4202496 933301 0 0 0 495903 345 0 0 25 0 1 0 512466782 1342062592 58165 33554432000 4194304 4587354 140736498915280 18446744073709551615 4237649 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16099/statm: 327652 58165 336 96 0 324214 0
[pid=16100] ppid=16098 vsize=484328 CPUtime=4962.48 cores=1
/proc/16100/stat : 16100 (clasp) R 16098 16098 15599 0 -1 4202496 117231 0 0 0 496193 55 0 0 25 0 1 0 512466782 495951872 114780 33554432000 4194304 4785740 140734947962656 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16100/statm: 121082 114780 340 145 0 118127 0
[pid=16102] ppid=16098 vsize=193776 CPUtime=4962.48 cores=3
/proc/16102/stat : 16102 (march_hi) R 16098 16098 15599 0 -1 4202496 89771 0 0 0 496232 16 0 0 25 0 1 0 512466782 198426624 31074 33554432000 4194304 4331988 140734814651488 18446744073709551615 4242612 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16102/statm: 48444 31074 175 34 0 46886 0
[pid=16103] ppid=16098 vsize=281720 CPUtime=16673.8 cores=4-7
/proc/16103/stat : 16103 (plingeling) S 16098 16098 15599 0 -1 4202496 326189 1255 0 0 1667335 44 0 0 19 0 5 0 512466782 288481280 58873 33554432000 4194304 4356188 140733827789472 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16103/statm: 70430 58873 163 40 0 68974 0
[pid=16103/tid=16110] ppid=16098 vsize=281720 CPUtime=4662.16 cores=4-7
/proc/16103/task/16110/stat : 16110 (plingeling) R 16098 16098 15599 0 -1 4202560 124823 1255 0 0 466200 16 0 0 25 0 5 0 512466807 288481280 58873 33554432000 4194304 4356188 140733827789472 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16103/tid=16111] ppid=16098 vsize=281720 CPUtime=4961.99 cores=4-7
/proc/16103/task/16111/stat : 16111 (plingeling) R 16098 16098 15599 0 -1 4202560 109408 1255 0 0 496184 15 0 0 25 0 5 0 512466807 288481280 58873 33554432000 4194304 4356188 140733827789472 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16103/tid=16112] ppid=16098 vsize=281720 CPUtime=3679.81 cores=4-7
/proc/16103/task/16112/stat : 16112 (plingeling) R 16098 16098 15599 0 -1 4202560 64407 1255 0 0 367973 8 0 0 25 0 5 0 512466807 288481280 58873 33554432000 4194304 4356188 140733827789472 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16103/tid=16113] ppid=16098 vsize=281720 CPUtime=3369.54 cores=4-7
/proc/16103/task/16113/stat : 16113 (plingeling) R 16098 16098 15599 0 -1 4202560 18953 1255 0 0 336952 2 0 0 25 0 5 0 512466807 288481280 58873 33554432000 4194304 4356188 140733827789472 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 31561.2
Current children cumulated vsize (KiB) 2288756

[startup+5022.3 s]
/proc/loadavg: 7.05 7.04 7.00 8/179 16268
/proc/meminfo: memFree=14918800/32950928 swapFree=67087032/67111528
[pid=16098] ppid=16096 vsize=18324 CPUtime=0.01 cores=0-7
/proc/16098/stat : 16098 (ppfolio) S 16096 16098 15599 0 -1 4202496 523 1195 0 0 0 0 0 1 15 0 1 0 512466781 18763776 391 33554432000 4194304 4287625 140734558371808 18446744073709551615 239476715023 0 0 4096 65536 9224195738567704576 0 0 17 2 0 0 0
/proc/16098/statm: 4581 391 342 23 0 91 0
[pid=16099] ppid=16098 vsize=1310608 CPUtime=5022.48 cores=0
/proc/16099/stat : 16099 (cryptominisat) R 16098 16098 15599 0 -1 4202496 938747 0 0 0 501900 348 0 0 25 0 1 0 512466782 1342062592 54023 33554432000 4194304 4587354 140736498915280 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16099/statm: 327652 54023 336 96 0 324214 0
[pid=16100] ppid=16098 vsize=490408 CPUtime=5022.47 cores=1
/proc/16100/stat : 16100 (clasp) R 16098 16098 15599 0 -1 4202496 118734 0 0 0 502191 56 0 0 25 0 1 0 512466782 502177792 116283 33554432000 4194304 4785740 140734947962656 18446744073709551615 4277703 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16100/statm: 122602 116283 340 145 0 119647 0
[pid=16102] ppid=16098 vsize=202508 CPUtime=5022.48 cores=3
/proc/16102/stat : 16102 (march_hi) R 16098 16098 15599 0 -1 4202496 89834 0 0 0 502232 16 0 0 25 0 1 0 512466782 207368192 31137 33554432000 4194304 4331988 140734814651488 18446744073709551615 4265452 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16102/statm: 50627 31137 175 34 0 49069 0
[pid=16103] ppid=16098 vsize=318584 CPUtime=16913.5 cores=4-7
/proc/16103/stat : 16103 (plingeling) S 16098 16098 15599 0 -1 4202496 341037 1255 0 0 1691302 46 0 0 19 0 5 0 512466782 326230016 68089 33554432000 4194304 4356188 140733827789472 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16103/statm: 79646 68089 163 40 0 78190 0
[pid=16103/tid=16110] ppid=16098 vsize=318584 CPUtime=4722.17 cores=4-7
/proc/16103/task/16110/stat : 16110 (plingeling) R 16098 16098 15599 0 -1 4202560 129431 1255 0 0 472200 17 0 0 25 0 5 0 512466807 326230016 68089 33554432000 4194304 4356188 140733827789472 18446744073709551615 4330819 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16103/tid=16111] ppid=16098 vsize=318584 CPUtime=5021.99 cores=4-7
/proc/16103/task/16111/stat : 16111 (plingeling) R 16098 16098 15599 0 -1 4202560 114528 1255 0 0 502184 15 0 0 25 0 5 0 512466807 326230016 68089 33554432000 4194304 4356188 140733827789472 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16103/tid=16112] ppid=16098 vsize=318584 CPUtime=3739.81 cores=4-7
/proc/16103/task/16112/stat : 16112 (plingeling) R 16098 16098 15599 0 -1 4202560 69015 1255 0 0 373973 8 0 0 25 0 5 0 512466807 326230016 68089 33554432000 4194304 4356188 140733827789472 18446744073709551615 4210579 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16103/tid=16113] ppid=16098 vsize=318584 CPUtime=3429.22 cores=4-7
/proc/16103/task/16113/stat : 16113 (plingeling) R 16098 16098 15599 0 -1 4202560 19465 1255 0 0 342920 2 0 0 25 0 5 0 512466807 326230016 68089 33554432000 4194304 4356188 140733827789472 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 31980.9
Current children cumulated vsize (KiB) 2340432

[startup+5082.3 s]
/proc/loadavg: 7.05 7.05 7.00 8/179 16270
/proc/meminfo: memFree=14935044/32950928 swapFree=67087032/67111528
[pid=16098] ppid=16096 vsize=18324 CPUtime=0.01 cores=0-7
/proc/16098/stat : 16098 (ppfolio) S 16096 16098 15599 0 -1 4202496 523 1195 0 0 0 0 0 1 15 0 1 0 512466781 18763776 391 33554432000 4194304 4287625 140734558371808 18446744073709551615 239476715023 0 0 4096 65536 9224195742862639362 0 0 17 2 0 0 0
/proc/16098/statm: 4581 391 342 23 0 91 0
[pid=16099] ppid=16098 vsize=12931948 CPUtime=5082.48 cores=0
/proc/16099/stat : 16099 (cryptominisat) R 16098 16098 15599 0 -1 4202496 943165 0 0 0 507898 350 0 0 25 0 1 0 512466782 13242314752 49172 33554432000 4194304 4587354 140736498915280 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16099/statm: 3232987 49172 336 96 0 3229549 0
[pid=16100] ppid=16098 vsize=490408 CPUtime=5082.47 cores=1
/proc/16100/stat : 16100 (clasp) R 16098 16098 15599 0 -1 4202496 118736 0 0 0 508191 56 0 0 25 0 1 0 512466782 502177792 116285 33554432000 4194304 4785740 140734947962656 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16100/statm: 122602 116285 340 145 0 119647 0
[pid=16102] ppid=16098 vsize=202640 CPUtime=5082.48 cores=3
/proc/16102/stat : 16102 (march_hi) R 16098 16098 15599 0 -1 4202496 89904 0 0 0 508232 16 0 0 25 0 1 0 512466782 207503360 31207 33554432000 4194304 4331988 140734814651488 18446744073709551615 4265456 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16102/statm: 50660 31207 175 34 0 49102 0
[pid=16103] ppid=16098 vsize=322556 CPUtime=17153.2 cores=4-7
/proc/16103/stat : 16103 (plingeling) S 16098 16098 15599 0 -1 4202496 344590 1255 0 0 1715269 47 0 0 19 0 5 0 512466782 330297344 69082 33554432000 4194304 4356188 140733827789472 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16103/statm: 80639 69082 163 40 0 79183 0
[pid=16103/tid=16110] ppid=16098 vsize=322556 CPUtime=4782.18 cores=4-7
/proc/16103/task/16110/stat : 16110 (plingeling) R 16098 16098 15599 0 -1 4202560 130455 1255 0 0 478200 18 0 0 25 0 5 0 512466807 330297344 69082 33554432000 4194304 4356188 140733827789472 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16103/tid=16111] ppid=16098 vsize=322556 CPUtime=5081.99 cores=4-7
/proc/16103/task/16111/stat : 16111 (plingeling) R 16098 16098 15599 0 -1 4202560 115552 1255 0 0 508184 15 0 0 25 0 5 0 512466807 330297344 69082 33554432000 4194304 4356188 140733827789472 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16103/tid=16112] ppid=16098 vsize=322556 CPUtime=3799.82 cores=4-7
/proc/16103/task/16112/stat : 16112 (plingeling) R 16098 16098 15599 0 -1 4202560 69527 1255 0 0 379973 9 0 0 25 0 5 0 512466807 330297344 69082 33554432000 4194304 4356188 140733827789472 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16103/tid=16113] ppid=16098 vsize=322556 CPUtime=3488.89 cores=4-7
/proc/16103/task/16113/stat : 16113 (plingeling) R 16098 16098 15599 0 -1 4202560 20458 1255 0 0 348887 2 0 0 25 0 5 0 512466807 330297344 69082 33554432000 4194304 4356188 140733827789472 18446744073709551615 4331371 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 32400.6
Current children cumulated vsize (KiB) 13965876



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 7.10 7.06 7.00 8/179 16270
/proc/meminfo: memFree=14907636/32950928 swapFree=67087032/67111528
[pid=16098] ppid=16096 vsize=18324 CPUtime=0.01 cores=0-7
/proc/16098/stat : 16098 (ppfolio) S 16096 16098 15599 0 -1 4202496 523 1195 0 0 0 0 0 1 15 0 1 0 512466781 18763776 391 33554432000 4194304 4287625 140734558371808 18446744073709551615 239476715023 0 0 4096 65536 9224195742862639362 0 0 17 2 0 0 0
/proc/16098/statm: 4581 391 342 23 0 91 0
[pid=16099] ppid=16098 vsize=12931948 CPUtime=5100.19 cores=0
/proc/16099/stat : 16099 (cryptominisat) R 16098 16098 15599 0 -1 4202496 945014 0 0 0 509668 351 0 0 25 0 1 0 512466782 13242314752 50992 33554432000 4194304 4587354 140736498915280 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16099/statm: 3232987 50992 336 96 0 3229549 0
[pid=16100] ppid=16098 vsize=490408 CPUtime=5100.18 cores=1
/proc/16100/stat : 16100 (clasp) R 16098 16098 15599 0 -1 4202496 118736 0 0 0 509962 56 0 0 25 0 1 0 512466782 502177792 116285 33554432000 4194304 4785740 140734947962656 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16100/statm: 122602 116285 340 145 0 119647 0
[pid=16102] ppid=16098 vsize=202640 CPUtime=5100.19 cores=3
/proc/16102/stat : 16102 (march_hi) R 16098 16098 15599 0 -1 4202496 89924 0 0 0 510003 16 0 0 25 0 1 0 512466782 207503360 31227 33554432000 4194304 4331988 140734814651488 18446744073709551615 4265452 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16102/statm: 50660 31227 175 34 0 49102 0
[pid=16103] ppid=16098 vsize=340988 CPUtime=17223.9 cores=4-7
/proc/16103/stat : 16103 (plingeling) S 16098 16098 15599 0 -1 4202496 349198 1255 0 0 1722341 47 0 0 19 0 5 0 512466782 349171712 73690 33554432000 4194304 4356188 140733827789472 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16103/statm: 85247 73690 163 40 0 83791 0
[pid=16103/tid=16110] ppid=16098 vsize=340988 CPUtime=4799.88 cores=4-7
/proc/16103/task/16110/stat : 16110 (plingeling) R 16098 16098 15599 0 -1 4202560 130455 1255 0 0 479970 18 0 0 25 0 5 0 512466807 349171712 73690 33554432000 4194304 4356188 140733827789472 18446744073709551615 4331007 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16103/tid=16111] ppid=16098 vsize=340988 CPUtime=5099.7 cores=4-7
/proc/16103/task/16111/stat : 16111 (plingeling) R 16098 16098 15599 0 -1 4202560 115552 1255 0 0 509955 15 0 0 25 0 5 0 512466807 349171712 73690 33554432000 4194304 4356188 140733827789472 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16103/tid=16112] ppid=16098 vsize=340988 CPUtime=3817.53 cores=4-7
/proc/16103/task/16112/stat : 16112 (plingeling) R 16098 16098 15599 0 -1 4202560 73623 1255 0 0 381744 9 0 0 25 0 5 0 512466807 349171712 73690 33554432000 4194304 4356188 140733827789472 18446744073709551615 4331819 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16103/tid=16113] ppid=16098 vsize=340988 CPUtime=3506.49 cores=4-7
/proc/16103/task/16113/stat : 16113 (plingeling) R 16098 16098 15599 0 -1 4202560 20970 1255 0 0 350647 2 0 0 25 0 5 0 512466807 349171712 73690 33554432000 4194304 4356188 140733827789472 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 32524.5
Current children cumulated vsize (KiB) 13984308

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

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

[startup+5100 s]
/proc/loadavg: 7.10 7.06 7.00 8/179 16270
/proc/meminfo: memFree=14907636/32950928 swapFree=67087032/67111528
[pid=16098] ppid=16096 vsize=18324 CPUtime=0.01 cores=0-7
/proc/16098/stat : 16098 (ppfolio) S 16096 16098 15599 0 -1 4202496 523 1195 0 0 0 0 0 1 15 0 1 0 512466781 18763776 391 33554432000 4194304 4287625 140734558371808 18446744073709551615 239476715023 0 0 4096 65536 9224195742862639362 0 0 17 2 0 0 0
/proc/16098/statm: 4581 391 342 23 0 91 0
[pid=16099] ppid=16098 vsize=12931948 CPUtime=5100.19 cores=0
/proc/16099/stat : 16099 (cryptominisat) R 16098 16098 15599 0 -1 4202496 945014 0 0 0 509668 351 0 0 25 0 1 0 512466782 13242314752 50992 33554432000 4194304 4587354 140736498915280 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16099/statm: 3232987 50992 336 96 0 3229549 0
[pid=16100] ppid=16098 vsize=490408 CPUtime=5100.18 cores=1
/proc/16100/stat : 16100 (clasp) R 16098 16098 15599 0 -1 4202496 118736 0 0 0 509962 56 0 0 25 0 1 0 512466782 502177792 116285 33554432000 4194304 4785740 140734947962656 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16100/statm: 122602 116285 340 145 0 119647 0
[pid=16102] ppid=16098 vsize=202640 CPUtime=5100.19 cores=3
/proc/16102/stat : 16102 (march_hi) R 16098 16098 15599 0 -1 4202496 89924 0 0 0 510003 16 0 0 25 0 1 0 512466782 207503360 31227 33554432000 4194304 4331988 140734814651488 18446744073709551615 4265452 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16102/statm: 50660 31227 175 34 0 49102 0
[pid=16103] ppid=16098 vsize=340988 CPUtime=17223.9 cores=4-7
/proc/16103/stat : 16103 (plingeling) S 16098 16098 15599 0 -1 4202496 349198 1255 0 0 1722341 47 0 0 19 0 5 0 512466782 349171712 73690 33554432000 4194304 4356188 140733827789472 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/16103/statm: 85247 73690 163 40 0 83791 0
[pid=16103/tid=16110] ppid=16098 vsize=340988 CPUtime=4799.88 cores=4-7
/proc/16103/task/16110/stat : 16110 (plingeling) R 16098 16098 15599 0 -1 4202560 130455 1255 0 0 479970 18 0 0 25 0 5 0 512466807 349171712 73690 33554432000 4194304 4356188 140733827789472 18446744073709551615 4331007 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16103/tid=16111] ppid=16098 vsize=340988 CPUtime=5099.7 cores=4-7
/proc/16103/task/16111/stat : 16111 (plingeling) R 16098 16098 15599 0 -1 4202560 115552 1255 0 0 509955 15 0 0 25 0 5 0 512466807 349171712 73690 33554432000 4194304 4356188 140733827789472 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16103/tid=16112] ppid=16098 vsize=340988 CPUtime=3817.53 cores=4-7
/proc/16103/task/16112/stat : 16112 (plingeling) R 16098 16098 15599 0 -1 4202560 73623 1255 0 0 381744 9 0 0 25 0 5 0 512466807 349171712 73690 33554432000 4194304 4356188 140733827789472 18446744073709551615 4331819 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16103/tid=16113] ppid=16098 vsize=340988 CPUtime=3506.49 cores=4-7
/proc/16103/task/16113/stat : 16113 (plingeling) R 16098 16098 15599 0 -1 4202560 20970 1255 0 0 350647 2 0 0 25 0 5 0 512466807 349171712 73690 33554432000 4194304 4356188 140733827789472 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 32524.5
Current children cumulated vsize (KiB) 13984308

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16098 and gives
#  childrusage.ru_utime.tv_sec=5100
#  childrusage.ru_utime.tv_usec=42675
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=189971
# CPU time returned by wait4() is 5100.23
# while last known CPU time is 32524.5
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 32524.5
CPU user time (s): 32519.7
CPU system time (s): 4.71
CPU usage (%): 637.732
Max. virtual memory (cumulated for all children) (KiB): 15057788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5100.04
system time used= 0.189971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91642
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= 583
involuntary context switches= 57956

runsolver used 8.36173 second user time and 19.466 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-28 18:38:17
IDJOB=3310303
IDBENCH=83105
IDSOLVER=1638
FILE ID=node148/3310303-1304008697
RUNJOBID= node148-1304002541-15613
PBS_JOBID= 13168795
Free space on /tmp= 71432 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom24.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310303-1304008697/watcher-3310303-1304008697 -o /tmp/evaluation-result-3310303-1304008697/solver-3310303-1304008697 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310303-1304008697.cnf

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

MD5SUM BENCH= 16e1f2a4ab0c9df60ac0d098f9f252bb
RANDOM SEED=757347084

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:      15997888 kB
Buffers:       2083836 kB
Cached:       14256368 kB
SwapCached:       5264 kB
Active:        6858504 kB
Inactive:      9525792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15997888 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           13592 kB
Writeback:           0 kB
AnonPages:       40756 kB
Mapped:          13360 kB
Slab:           504096 kB
PageTables:       4564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   178980 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= 71416 MiB
End job on node148 at 2011-04-28 20:03:19