Trace number 3219081

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S381985918-018-UNKNOWN.cnf
MD5SUM13d193ddef22075908d36a7c0d4a2be1
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 variables250
Number of clauses21250
Sum of the clauses size148750
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 521250

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

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

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


[startup+0 s]
/proc/loadavg: 8.00 7.35 5.58 2/170 25826
/proc/meminfo: memFree=30506036/32951124 swapFree=67111416/67111528
[pid=25826] ppid=25824 vsize=18324 CPUtime=0 cores=0-7
/proc/25826/stat : 25826 (ppfolio) S 25824 25826 25743 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 526223175 18763776 390 33554432000 4194304 4287625 140733525143712 18446744073709551615 212436037135 0 0 4096 65536 4594243507698270207 0 0 17 6 0 0 0
/proc/25826/statm: 4581 390 341 23 0 91 0

[startup+0.05835 s]
/proc/loadavg: 8.00 7.35 5.58 2/170 25826
/proc/meminfo: memFree=30506036/32951124 swapFree=67111416/67111528
[pid=25826] ppid=25824 vsize=18324 CPUtime=0 cores=0-7
/proc/25826/stat : 25826 (ppfolio) S 25824 25826 25743 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 526223175 18763776 390 33554432000 4194304 4287625 140733525143712 18446744073709551615 212436037135 0 0 4096 65536 4594243507698270207 0 0 17 6 0 0 0
/proc/25826/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100342 s]
/proc/loadavg: 8.00 7.35 5.58 2/170 25826
/proc/meminfo: memFree=30506036/32951124 swapFree=67111416/67111528
[pid=25826] ppid=25824 vsize=18324 CPUtime=0 cores=0-7
/proc/25826/stat : 25826 (ppfolio) S 25824 25826 25743 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 526223175 18763776 390 33554432000 4194304 4287625 140733525143712 18446744073709551615 212436037135 0 0 4096 65536 4594243507698270207 0 0 17 6 0 0 0
/proc/25826/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300303 s]
/proc/loadavg: 8.00 7.35 5.58 2/170 25826
/proc/meminfo: memFree=30506036/32951124 swapFree=67111416/67111528
[pid=25826] ppid=25824 vsize=18324 CPUtime=0 cores=0-7
/proc/25826/stat : 25826 (ppfolio) S 25824 25826 25743 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 526223175 18763776 390 33554432000 4194304 4287625 140733525143712 18446744073709551615 212436037135 0 0 4096 65536 4594243507698270207 0 0 17 6 0 0 0
/proc/25826/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700225 s]
/proc/loadavg: 8.00 7.35 5.58 2/170 25826
/proc/meminfo: memFree=30506036/32951124 swapFree=67111416/67111528
[pid=25826] ppid=25824 vsize=18324 CPUtime=0 cores=0-7
/proc/25826/stat : 25826 (ppfolio) S 25824 25826 25743 0 -1 4202496 522 0 0 0 0 0 0 0 19 0 1 0 526223175 18763776 390 33554432000 4194304 4287625 140733525143712 18446744073709551615 212436037135 0 0 4096 65536 4594243507698270207 0 0 17 6 0 0 0
/proc/25826/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50107 s]
/proc/loadavg: 8.00 7.35 5.58 9/180 25841
/proc/meminfo: memFree=30474204/32951124 swapFree=67111416/67111528
[pid=25826] ppid=25824 vsize=18324 CPUtime=0 cores=0-7
/proc/25826/stat : 25826 (ppfolio) S 25824 25826 25743 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 526223175 18763776 390 33554432000 4194304 4287625 140733525143712 18446744073709551615 212436037135 0 0 4096 65536 4594243507698270207 0 0 17 6 0 0 0
/proc/25826/statm: 4581 390 341 23 0 91 0
[pid=25827] ppid=25826 vsize=1335408 CPUtime=1.49 cores=0
/proc/25827/stat : 25827 (cryptominisat) R 25826 25826 25743 0 -1 4202496 5265 0 0 0 149 0 0 0 20 0 1 0 526223175 1367457792 1878 33554432000 4194304 4587354 140736016272432 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25827/statm: 333852 1878 327 96 0 330414 0
[pid=25828] ppid=25826 vsize=19764 CPUtime=1.49 cores=1
/proc/25828/stat : 25828 (clasp) R 25826 25826 25743 0 -1 4202496 2446 0 0 0 149 0 0 0 20 0 1 0 526223175 20238336 2258 33554432000 4194304 4785740 140735622172624 18446744073709551615 4553344 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25828/statm: 4941 2258 340 145 0 1986 0
[pid=25829] ppid=25826 vsize=454504 CPUtime=1.49 cores=2
/proc/25829/stat : 25829 (TNM) R 25826 25826 25743 0 -1 4202496 998 0 0 0 149 0 0 0 20 0 1 0 526223175 465412096 895 33554432000 134512640 134534564 4293713792 18446744073709551615 134524548 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25829/statm: 113626 895 91 6 0 112292 0
[pid=25830] ppid=25826 vsize=10204 CPUtime=1.49 cores=3
/proc/25830/stat : 25830 (march_hi) R 25826 25826 25743 0 -1 4202496 3929 0 0 0 149 0 0 0 20 0 1 0 526223176 10448896 917 33554432000 4194304 4331988 140736144251872 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25830/statm: 2551 917 150 34 0 993 0
[pid=25831] ppid=25826 vsize=124884 CPUtime=5.82 cores=4-7
/proc/25831/stat : 25831 (plingeling) S 25826 25826 25743 0 -1 4202496 6060 1249 0 0 582 0 0 0 18 0 5 0 526223176 127881216 3327 33554432000 4194304 4356188 140736398641136 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25831/statm: 31221 3327 162 40 0 29765 0
[pid=25831/tid=25838] ppid=25826 vsize=124884 CPUtime=1.44 cores=4-7
/proc/25831/task/25838/stat : 25838 (plingeling) R 25826 25826 25743 0 -1 4202560 874 1249 0 0 144 0 0 0 25 0 5 0 526223180 127881216 3327 33554432000 4194304 4356188 140736398641136 18446744073709551615 4280029 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25831/tid=25839] ppid=25826 vsize=124884 CPUtime=1.44 cores=4-7
/proc/25831/task/25839/stat : 25839 (plingeling) R 25826 25826 25743 0 -1 4202560 867 1249 0 0 144 0 0 0 25 0 5 0 526223180 127881216 3327 33554432000 4194304 4356188 140736398641136 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25831/tid=25840] ppid=25826 vsize=124884 CPUtime=1.45 cores=4-7
/proc/25831/task/25840/stat : 25840 (plingeling) R 25826 25826 25743 0 -1 4202560 851 1249 0 0 145 0 0 0 23 0 5 0 526223180 127881216 3327 33554432000 4194304 4356188 140736398641136 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25831/tid=25841] ppid=25826 vsize=124884 CPUtime=1.44 cores=4-7
/proc/25831/task/25841/stat : 25841 (plingeling) R 25826 25826 25743 0 -1 4202560 929 1249 0 0 144 0 0 0 20 0 5 0 526223180 127881216 3327 33554432000 4194304 4356188 140736398641136 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.78
Current children cumulated vsize (KiB) 1963088

[startup+3.10077 s]
/proc/loadavg: 8.00 7.35 5.58 9/180 25841
/proc/meminfo: memFree=30469380/32951124 swapFree=67111416/67111528
[pid=25826] ppid=25824 vsize=18324 CPUtime=0 cores=0-7
/proc/25826/stat : 25826 (ppfolio) S 25824 25826 25743 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 526223175 18763776 390 33554432000 4194304 4287625 140733525143712 18446744073709551615 212436037135 0 0 4096 65536 4594243507698270207 0 0 17 6 0 0 0
/proc/25826/statm: 4581 390 341 23 0 91 0
[pid=25827] ppid=25826 vsize=1351484 CPUtime=3.09 cores=0
/proc/25827/stat : 25827 (cryptominisat) R 25826 25826 25743 0 -1 4202496 11083 0 0 0 308 1 0 0 25 0 1 0 526223175 1383919616 5852 33554432000 4194304 4587354 140736016272432 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25827/statm: 337871 5852 337 96 0 334433 0
[pid=25828] ppid=25826 vsize=20840 CPUtime=3.09 cores=1
/proc/25828/stat : 25828 (clasp) R 25826 25826 25743 0 -1 4202496 2730 0 0 0 309 0 0 0 25 0 1 0 526223175 21340160 2542 33554432000 4194304 4785740 140735622172624 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25828/statm: 5210 2542 340 145 0 2255 0
[pid=25829] ppid=25826 vsize=454504 CPUtime=3.09 cores=2
/proc/25829/stat : 25829 (TNM) R 25826 25826 25743 0 -1 4202496 998 0 0 0 309 0 0 0 25 0 1 0 526223175 465412096 895 33554432000 134512640 134534564 4293713792 18446744073709551615 134524664 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25829/statm: 113626 895 91 6 0 112292 0
[pid=25830] ppid=25826 vsize=13112 CPUtime=3.08 cores=3
/proc/25830/stat : 25830 (march_hi) R 25826 25826 25743 0 -1 4202496 4801 0 0 0 308 0 0 0 25 0 1 0 526223176 13426688 1476 33554432000 4194304 4331988 140736144251872 18446744073709551615 4239528 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25830/statm: 3278 1476 174 34 0 1720 0
[pid=25831] ppid=25826 vsize=127444 CPUtime=12.21 cores=4-7
/proc/25831/stat : 25831 (plingeling) S 25826 25826 25743 0 -1 4202496 6711 1249 0 0 1221 0 0 0 18 0 5 0 526223176 130502656 3967 33554432000 4194304 4356188 140736398641136 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25831/statm: 31861 3967 162 40 0 30405 0
[pid=25831/tid=25838] ppid=25826 vsize=127444 CPUtime=3.03 cores=4-7
/proc/25831/task/25838/stat : 25838 (plingeling) R 25826 25826 25743 0 -1 4202560 1023 1249 0 0 303 0 0 0 25 0 5 0 526223180 130502656 3967 33554432000 4194304 4356188 140736398641136 18446744073709551615 4332026 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25831/tid=25839] ppid=25826 vsize=127444 CPUtime=3.04 cores=4-7
/proc/25831/task/25839/stat : 25839 (plingeling) R 25826 25826 25743 0 -1 4202560 1073 1249 0 0 304 0 0 0 25 0 5 0 526223180 130502656 3967 33554432000 4194304 4356188 140736398641136 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25831/tid=25840] ppid=25826 vsize=127444 CPUtime=3.05 cores=4-7
/proc/25831/task/25840/stat : 25840 (plingeling) R 25826 25826 25743 0 -1 4202560 1017 1249 0 0 305 0 0 0 25 0 5 0 526223180 130502656 3967 33554432000 4194304 4356188 140736398641136 18446744073709551615 4330992 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25831/tid=25841] ppid=25826 vsize=127444 CPUtime=3.04 cores=4-7
/proc/25831/task/25841/stat : 25841 (plingeling) R 25826 25826 25743 0 -1 4202560 1059 1249 0 0 304 0 0 0 25 0 5 0 526223180 130502656 3967 33554432000 4194304 4356188 140736398641136 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.56
Current children cumulated vsize (KiB) 1985708

[startup+6.30117 s]
/proc/loadavg: 8.08 7.37 5.60 9/180 25841
/proc/meminfo: memFree=30448076/32951124 swapFree=67111416/67111528
[pid=25826] ppid=25824 vsize=18324 CPUtime=0 cores=0-7
/proc/25826/stat : 25826 (ppfolio) S 25824 25826 25743 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 526223175 18763776 390 33554432000 4194304 4287625 140733525143712 18446744073709551615 212436037135 0 0 4096 65536 4594243507698270207 0 0 17 6 0 0 0
/proc/25826/statm: 4581 390 341 23 0 91 0
[pid=25827] ppid=25826 vsize=1350472 CPUtime=6.29 cores=0
/proc/25827/stat : 25827 (cryptominisat) R 25826 25826 25743 0 -1 4202496 12416 0 0 0 628 1 0 0 25 0 1 0 526223175 1382883328 6102 33554432000 4194304 4587354 140736016272432 18446744073709551615 4365216 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25827/statm: 337618 6102 337 96 0 334180 0
[pid=25828] ppid=25826 vsize=22928 CPUtime=6.29 cores=1
/proc/25828/stat : 25828 (clasp) R 25826 25826 25743 0 -1 4202496 3237 0 0 0 629 0 0 0 25 0 1 0 526223175 23478272 3049 33554432000 4194304 4785740 140735622172624 18446744073709551615 4286976 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25828/statm: 5732 3049 340 145 0 2777 0
[pid=25829] ppid=25826 vsize=458608 CPUtime=6.29 cores=2
/proc/25829/stat : 25829 (TNM) R 25826 25826 25743 0 -1 4202496 1200 0 0 0 629 0 0 0 25 0 1 0 526223175 469614592 1097 33554432000 134512640 134534564 4293713792 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25829/statm: 114652 1097 95 6 0 113318 0
[pid=25830] ppid=25826 vsize=13112 CPUtime=6.28 cores=3
/proc/25830/stat : 25830 (march_hi) R 25826 25826 25743 0 -1 4202496 4801 0 0 0 628 0 0 0 25 0 1 0 526223176 13426688 1476 33554432000 4194304 4331988 140736144251872 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25830/statm: 3278 1476 174 34 0 1720 0
[pid=25831] ppid=25826 vsize=130372 CPUtime=24.99 cores=4-7
/proc/25831/stat : 25831 (plingeling) S 25826 25826 25743 0 -1 4202496 7603 1249 0 0 2499 0 0 0 18 0 5 0 526223176 133500928 4699 33554432000 4194304 4356188 140736398641136 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25831/statm: 32593 4699 162 40 0 31137 0
[pid=25831/tid=25838] ppid=25826 vsize=130372 CPUtime=6.21 cores=4-7
/proc/25831/task/25838/stat : 25838 (plingeling) R 25826 25826 25743 0 -1 4202560 1303 1249 0 0 621 0 0 0 25 0 5 0 526223180 133500928 4699 33554432000 4194304 4356188 140736398641136 18446744073709551615 4270848 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25831/tid=25839] ppid=25826 vsize=130372 CPUtime=6.24 cores=4-7
/proc/25831/task/25839/stat : 25839 (plingeling) R 25826 25826 25743 0 -1 4202560 1310 1249 0 0 624 0 0 0 25 0 5 0 526223180 133500928 4699 33554432000 4194304 4356188 140736398641136 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25831/tid=25840] ppid=25826 vsize=130372 CPUtime=6.25 cores=4-7
/proc/25831/task/25840/stat : 25840 (plingeling) R 25826 25826 25743 0 -1 4202560 1199 1249 0 0 625 0 0 0 25 0 5 0 526223180 133500928 4699 33554432000 4194304 4356188 140736398641136 18446744073709551615 4331072 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25831/tid=25841] ppid=25826 vsize=130372 CPUtime=6.24 cores=4-7
/proc/25831/task/25841/stat : 25841 (plingeling) R 25826 25826 25743 0 -1 4202560 1252 1249 0 0 624 0 0 0 25 0 5 0 526223180 133500928 4699 33554432000 4194304 4356188 140736398641136 18446744073709551615 4330982 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.14
Current children cumulated vsize (KiB) 1993816

[startup+12.701 s]
/proc/loadavg: 8.07 7.39 5.61 9/180 25841
/proc/meminfo: memFree=30443736/32951124 swapFree=67111416/67111528
[pid=25826] ppid=25824 vsize=18324 CPUtime=0 cores=0-7
/proc/25826/stat : 25826 (ppfolio) S 25824 25826 25743 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 526223175 18763776 390 33554432000 4194304 4287625 140733525143712 18446744073709551615 212436037135 0 0 4096 65536 4594243507698270207 0 0 17 6 0 0 0
/proc/25826/statm: 4581 390 341 23 0 91 0
[pid=25827] ppid=25826 vsize=1341580 CPUtime=12.68 cores=0
/proc/25827/stat : 25827 (cryptominisat) R 25826 25826 25743 0 -1 4202496 14503 0 0 0 1267 1 0 0 25 0 1 0 526223175 1373777920 5569 33554432000 4194304 4587354 140736016272432 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25827/statm: 335395 5569 337 96 0 331957 0
[pid=25828] ppid=25826 vsize=26676 CPUtime=12.69 cores=1
/proc/25828/stat : 25828 (clasp) R 25826 25826 25743 0 -1 4202496 4124 0 0 0 1269 0 0 0 25 0 1 0 526223175 27316224 3936 33554432000 4194304 4785740 140735622172624 18446744073709551615 4286927 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25828/statm: 6669 3936 340 145 0 3714 0
[pid=25829] ppid=25826 vsize=458608 CPUtime=12.69 cores=2
/proc/25829/stat : 25829 (TNM) R 25826 25826 25743 0 -1 4202496 1200 0 0 0 1269 0 0 0 25 0 1 0 526223175 469614592 1097 33554432000 134512640 134534564 4293713792 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25829/statm: 114652 1097 95 6 0 113318 0
[pid=25830] ppid=25826 vsize=14648 CPUtime=12.69 cores=3
/proc/25830/stat : 25830 (march_hi) R 25826 25826 25743 0 -1 4202496 5077 0 0 0 1268 1 0 0 25 0 1 0 526223176 14999552 1752 33554432000 4194304 4331988 140736144251872 18446744073709551615 4210430 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25830/statm: 3662 1752 175 34 0 2104 0
[pid=25831] ppid=25826 vsize=129500 CPUtime=50.57 cores=4-7
/proc/25831/stat : 25831 (plingeling) S 25826 25826 25743 0 -1 4202496 8762 1249 0 0 5056 1 0 0 18 0 5 0 526223176 132608000 4481 33554432000 4194304 4356188 140736398641136 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25831/statm: 32375 4481 162 40 0 30919 0
[pid=25831/tid=25838] ppid=25826 vsize=129500 CPUtime=12.58 cores=4-7
/proc/25831/task/25838/stat : 25838 (plingeling) R 25826 25826 25743 0 -1 4202560 1879 1249 0 0 1258 0 0 0 25 0 5 0 526223180 132608000 4481 33554432000 4194304 4356188 140736398641136 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25831/tid=25839] ppid=25826 vsize=129500 CPUtime=12.64 cores=4-7
/proc/25831/task/25839/stat : 25839 (plingeling) R 25826 25826 25743 0 -1 4202560 1505 1249 0 0 1264 0 0 0 25 0 5 0 526223180 132608000 4481 33554432000 4194304 4356188 140736398641136 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25831/tid=25840] ppid=25826 vsize=129500 CPUtime=12.65 cores=4-7
/proc/25831/task/25840/stat : 25840 (plingeling) R 25826 25826 25743 0 -1 4202560 1361 1249 0 0 1265 0 0 0 25 0 5 0 526223180 132608000 4481 33554432000 4194304 4356188 140736398641136 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25831/tid=25841] ppid=25826 vsize=129500 CPUtime=12.64 cores=4-7
/proc/25831/task/25841/stat : 25841 (plingeling) R 25826 25826 25743 0 -1 4202560 1478 1249 0 0 1264 0 0 0 25 0 5 0 526223180 132608000 4481 33554432000 4194304 4356188 140736398641136 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 1989336

[startup+25.5005 s]
/proc/loadavg: 8.06 7.41 5.65 9/180 25842
/proc/meminfo: memFree=30425484/32951124 swapFree=67111416/67111528
[pid=25826] ppid=25824 vsize=18324 CPUtime=0 cores=0-7
/proc/25826/stat : 25826 (ppfolio) S 25824 25826 25743 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 526223175 18763776 390 33554432000 4194304 4287625 140733525143712 18446744073709551615 212436037135 0 0 4096 65536 4594243507698270207 0 0 17 6 0 0 0
/proc/25826/statm: 4581 390 341 23 0 91 0
[pid=25827] ppid=25826 vsize=7802468 CPUtime=25.49 cores=0
/proc/25827/stat : 25827 (cryptominisat) R 25826 25826 25743 0 -1 4202496 20423 0 0 0 2546 3 0 0 25 0 1 0 526223175 7989727232 8161 33554432000 4194304 4587354 140736016272432 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=25829] ppid=25826 vsize=458608 CPUtime=4782.01 cores=2
/proc/25829/stat : 25829 (TNM) R 25826 25826 25743 0 -1 4202496 1200 0 0 0 478199 2 0 0 25 0 1 0 526223175 469614592 1097 33554432000 134512640 134534564 4293713792 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25829/statm: 114652 1097 95 6 0 113318 0
[pid=25830] ppid=25826 vsize=693680 CPUtime=4782.46 cores=3
/proc/25830/stat : 25830 (march_hi) R 25826 25826 25743 0 -1 4202496 137586 0 0 0 478143 103 0 0 25 0 1 0 526223176 710328320 133979 33554432000 4194304 4331988 140736144251872 18446744073709551615 212439477244 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25830/statm: 173420 133979 175 34 0 171862 0
[pid=25831] ppid=25826 vsize=221016 CPUtime=19101.9 cores=4-7
/proc/25831/stat : 25831 (plingeling) S 25826 25826 25743 0 -1 4202496 448378 1249 0 0 1910117 71 0 0 18 0 5 0 526223176 226320384 27360 33554432000 4194304 4356188 140736398641136 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25831/statm: 55254 27360 162 40 0 53798 0
[pid=25831/tid=25838] ppid=25826 vsize=221016 CPUtime=4756.33 cores=4-7
/proc/25831/task/25838/stat : 25838 (plingeling) R 25826 25826 25743 0 -1 4202560 122237 1249 0 0 475614 19 0 0 25 0 5 0 526223180 226320384 27360 33554432000 4194304 4356188 140736398641136 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25831/tid=25839] ppid=25826 vsize=221016 CPUtime=4780.78 cores=4-7
/proc/25831/task/25839/stat : 25839 (plingeling) R 25826 25826 25743 0 -1 4202560 100069 1249 0 0 478061 17 0 0 25 0 5 0 526223180 226320384 27360 33554432000 4194304 4356188 140736398641136 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25831/tid=25840] ppid=25826 vsize=221016 CPUtime=4782.42 cores=4-7
/proc/25831/task/25840/stat : 25840 (plingeling) R 25826 25826 25743 0 -1 4202560 98563 1249 0 0 478228 14 0 0 25 0 5 0 526223180 226320384 27360 33554432000 4194304 4356188 140736398641136 18446744073709551615 4282114 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25831/tid=25841] ppid=25826 vsize=221016 CPUtime=4782.28 cores=4-7
/proc/25831/task/25841/stat : 25841 (plingeling) R 25826 25826 25743 0 -1 4202560 124970 1249 0 0 478209 19 0 0 25 0 5 0 526223180 226320384 27360 33554432000 4194304 4356188 140736398641136 18446744073709551615 4331002 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38231.2
Current children cumulated vsize (KiB) 1946012

[startup+4842.3 s]
/proc/loadavg: 8.10 8.07 8.01 9/180 25994
/proc/meminfo: memFree=29422884/32951124 swapFree=67111416/67111528
[pid=25826] ppid=25824 vsize=18324 CPUtime=0 cores=0-7
/proc/25826/stat : 25826 (ppfolio) S 25824 25826 25743 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 526223175 18763776 390 33554432000 4194304 4287625 140733525143712 18446744073709551615 212436037135 0 0 4096 65536 4594243507698270207 0 0 17 6 0 0 0
/proc/25826/statm: 4581 390 341 23 0 91 0
[pid=25827] ppid=25826 vsize=398824 CPUtime=4842.46 cores=0
/proc/25827/stat : 25827 (cryptominisat) R 25826 25826 25743 0 -1 4202496 938096 0 0 0 483873 373 0 0 25 0 1 0 526223175 408395776 78631 33554432000 4194304 4587354 140736016272432 18446744073709551615 4388345 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25827/statm: 99706 78631 337 96 0 96268 0
[pid=25828] ppid=25826 vsize=155560 CPUtime=4842.44 cores=1
/proc/25828/stat : 25828 (clasp) R 25826 25826 25743 0 -1 4202496 33698 0 0 0 484237 7 0 0 25 0 1 0 526223175 159293440 32742 33554432000 4194304 4785740 140735622172624 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25828/statm: 38890 32742 341 145 0 35935 0
[pid=25829] ppid=25826 vsize=458608 CPUtime=4842.01 cores=2
/proc/25829/stat : 25829 (TNM) R 25826 25826 25743 0 -1 4202496 1200 0 0 0 484199 2 0 0 25 0 1 0 526223175 469614592 1097 33554432000 134512640 134534564 4293713792 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25829/statm: 114652 1097 95 6 0 113318 0
[pid=25830] ppid=25826 vsize=693680 CPUtime=4842.45 cores=3
/proc/25830/stat : 25830 (march_hi) R 25826 25826 25743 0 -1 4202496 139237 0 0 0 484141 104 0 0 25 0 1 0 526223176 710328320 135630 33554432000 4194304 4331988 140736144251872 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25830/statm: 173420 135630 175 34 0 171862 0
[pid=25831] ppid=25826 vsize=204504 CPUtime=19341.6 cores=4-7
/proc/25831/stat : 25831 (plingeling) S 25826 25826 25743 0 -1 4202496 451194 1249 0 0 1934084 71 0 0 18 0 5 0 526223176 209412096 23232 33554432000 4194304 4356188 140736398641136 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25831/statm: 51126 23232 162 40 0 49670 0
[pid=25831/tid=25838] ppid=25826 vsize=204504 CPUtime=4816 cores=4-7
/proc/25831/task/25838/stat : 25838 (plingeling) R 25826 25826 25743 0 -1 4202560 122621 1249 0 0 481581 19 0 0 25 0 5 0 526223180 209412096 23232 33554432000 4194304 4356188 140736398641136 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25831/tid=25839] ppid=25826 vsize=204504 CPUtime=4840.78 cores=4-7
/proc/25831/task/25839/stat : 25839 (plingeling) R 25826 25826 25743 0 -1 4202560 100453 1249 0 0 484061 17 0 0 25 0 5 0 526223180 209412096 23232 33554432000 4194304 4356188 140736398641136 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25831/tid=25840] ppid=25826 vsize=204504 CPUtime=4842.42 cores=4-7
/proc/25831/task/25840/stat : 25840 (plingeling) R 25826 25826 25743 0 -1 4202560 98563 1249 0 0 484228 14 0 0 25 0 5 0 526223180 209412096 23232 33554432000 4194304 4356188 140736398641136 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25831/tid=25841] ppid=25826 vsize=204504 CPUtime=4842.28 cores=4-7
/proc/25831/task/25841/stat : 25841 (plingeling) R 25826 25826 25743 0 -1 4202560 127018 1249 0 0 484209 19 0 0 25 0 5 0 526223180 209412096 23232 33554432000 4194304 4356188 140736398641136 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38710.9
Current children cumulated vsize (KiB) 1929500

[startup+4902.3 s]
/proc/loadavg: 8.09 8.07 8.01 9/180 25996
/proc/meminfo: memFree=29395088/32951124 swapFree=67111416/67111528
[pid=25826] ppid=25824 vsize=18324 CPUtime=0 cores=0-7
/proc/25826/stat : 25826 (ppfolio) S 25824 25826 25743 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 526223175 18763776 390 33554432000 4194304 4287625 140733525143712 18446744073709551615 212436037135 0 0 4096 65536 4594243507698270207 0 0 17 6 0 0 0
/proc/25826/statm: 4581 390 341 23 0 91 0
[pid=25827] ppid=25826 vsize=398824 CPUtime=4902.47 cores=0
/proc/25827/stat : 25827 (cryptominisat) R 25826 25826 25743 0 -1 4202496 938096 0 0 0 489874 373 0 0 25 0 1 0 526223175 408395776 78631 33554432000 4194304 4587354 140736016272432 18446744073709551615 4365356 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25827/statm: 99706 78631 337 96 0 96268 0
[pid=25828] ppid=25826 vsize=156272 CPUtime=4902.44 cores=1
/proc/25828/stat : 25828 (clasp) R 25826 25826 25743 0 -1 4202496 33865 0 0 0 490237 7 0 0 25 0 1 0 526223175 160022528 32909 33554432000 4194304 4785740 140735622172624 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25828/statm: 39068 32909 341 145 0 36113 0
[pid=25829] ppid=25826 vsize=458608 CPUtime=4902 cores=2
/proc/25829/stat : 25829 (TNM) R 25826 25826 25743 0 -1 4202496 1200 0 0 0 490198 2 0 0 25 0 1 0 526223175 469614592 1097 33554432000 134512640 134534564 4293713792 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25829/statm: 114652 1097 95 6 0 113318 0
[pid=25830] ppid=25826 vsize=693680 CPUtime=4902.46 cores=3
/proc/25830/stat : 25830 (march_hi) R 25826 25826 25743 0 -1 4202496 140897 0 0 0 490140 106 0 0 25 0 1 0 526223176 710328320 137290 33554432000 4194304 4331988 140736144251872 18446744073709551615 4247160 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25830/statm: 173420 137290 175 34 0 171862 0
[pid=25831] ppid=25826 vsize=226776 CPUtime=19581.2 cores=4-7
/proc/25831/stat : 25831 (plingeling) S 25826 25826 25743 0 -1 4202496 458810 1249 0 0 1958051 72 0 0 18 0 5 0 526223176 232218624 28800 33554432000 4194304 4356188 140736398641136 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25831/statm: 56694 28800 162 40 0 55238 0
[pid=25831/tid=25838] ppid=25826 vsize=226776 CPUtime=4875.68 cores=4-7
/proc/25831/task/25838/stat : 25838 (plingeling) R 25826 25826 25743 0 -1 4202560 124669 1249 0 0 487549 19 0 0 25 0 5 0 526223180 232218624 28800 33554432000 4194304 4356188 140736398641136 18446744073709551615 4331111 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25831/tid=25839] ppid=25826 vsize=226776 CPUtime=4900.78 cores=4-7
/proc/25831/task/25839/stat : 25839 (plingeling) R 25826 25826 25743 0 -1 4202560 102501 1249 0 0 490061 17 0 0 25 0 5 0 526223180 232218624 28800 33554432000 4194304 4356188 140736398641136 18446744073709551615 4279575 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25831/tid=25840] ppid=25826 vsize=226776 CPUtime=4902.43 cores=4-7
/proc/25831/task/25840/stat : 25840 (plingeling) R 25826 25826 25743 0 -1 4202560 101859 1249 0 0 490228 15 0 0 25 0 5 0 526223180 232218624 28800 33554432000 4194304 4356188 140736398641136 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25831/tid=25841] ppid=25826 vsize=226776 CPUtime=4902.28 cores=4-7
/proc/25831/task/25841/stat : 25841 (plingeling) R 25826 25826 25743 0 -1 4202560 127242 1249 0 0 490209 19 0 0 25 0 5 0 526223180 232218624 28800 33554432000 4194304 4356188 140736398641136 18446744073709551615 4210812 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39190.6
Current children cumulated vsize (KiB) 1952484

[startup+4962.3 s]
/proc/loadavg: 8.08 8.07 8.00 9/180 25997
/proc/meminfo: memFree=29613932/32951124 swapFree=67111416/67111528
[pid=25826] ppid=25824 vsize=18324 CPUtime=0 cores=0-7
/proc/25826/stat : 25826 (ppfolio) S 25824 25826 25743 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 526223175 18763776 390 33554432000 4194304 4287625 140733525143712 18446744073709551615 212436037135 0 0 4096 65536 4594243507698270207 0 0 17 6 0 0 0
/proc/25826/statm: 4581 390 341 23 0 91 0
[pid=25827] ppid=25826 vsize=94608 CPUtime=4962.47 cores=0
/proc/25827/stat : 25827 (cryptominisat) R 25826 25826 25743 0 -1 4202496 943652 0 0 0 495871 376 0 0 25 0 1 0 526223175 96878592 19894 33554432000 4194304 4587354 140736016272432 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25827/statm: 23652 19894 337 96 0 20214 0
[pid=25828] ppid=25826 vsize=157132 CPUtime=4962.45 cores=1
/proc/25828/stat : 25828 (clasp) R 25826 25826 25743 0 -1 4202496 34135 0 0 0 496238 7 0 0 25 0 1 0 526223175 160903168 33072 33554432000 4194304 4785740 140735622172624 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25828/statm: 39283 33072 341 145 0 36328 0
[pid=25829] ppid=25826 vsize=458608 CPUtime=4962 cores=2
/proc/25829/stat : 25829 (TNM) R 25826 25826 25743 0 -1 4202496 1200 0 0 0 496198 2 0 0 25 0 1 0 526223175 469614592 1097 33554432000 134512640 134534564 4293713792 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25829/statm: 114652 1097 95 6 0 113318 0
[pid=25830] ppid=25826 vsize=693680 CPUtime=4962.46 cores=3
/proc/25830/stat : 25830 (march_hi) R 25826 25826 25743 0 -1 4202496 142568 0 0 0 496140 106 0 0 25 0 1 0 526223176 710328320 138961 33554432000 4194304 4331988 140736144251872 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25830/statm: 173420 138961 175 34 0 171862 0
[pid=25831] ppid=25826 vsize=235736 CPUtime=19820.9 cores=4-7
/proc/25831/stat : 25831 (plingeling) S 25826 25826 25743 0 -1 4202496 465146 1249 0 0 1982018 73 0 0 18 0 5 0 526223176 241393664 31040 33554432000 4194304 4356188 140736398641136 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25831/statm: 58934 31040 162 40 0 57478 0
[pid=25831/tid=25838] ppid=25826 vsize=235736 CPUtime=4935.35 cores=4-7
/proc/25831/task/25838/stat : 25838 (plingeling) R 25826 25826 25743 0 -1 4202560 125917 1249 0 0 493516 19 0 0 25 0 5 0 526223180 241393664 31040 33554432000 4194304 4356188 140736398641136 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25831/tid=25839] ppid=25826 vsize=235736 CPUtime=4960.78 cores=4-7
/proc/25831/task/25839/stat : 25839 (plingeling) R 25826 25826 25743 0 -1 4202560 103749 1249 0 0 496061 17 0 0 25 0 5 0 526223180 241393664 31040 33554432000 4194304 4356188 140736398641136 18446744073709551615 4331019 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25831/tid=25840] ppid=25826 vsize=235736 CPUtime=4962.43 cores=4-7
/proc/25831/task/25840/stat : 25840 (plingeling) R 25826 25826 25743 0 -1 4202560 104291 1249 0 0 496228 15 0 0 25 0 5 0 526223180 241393664 31040 33554432000 4194304 4356188 140736398641136 18446744073709551615 4331203 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25831/tid=25841] ppid=25826 vsize=235736 CPUtime=4962.28 cores=4-7
/proc/25831/task/25841/stat : 25841 (plingeling) R 25826 25826 25743 0 -1 4202560 128650 1249 0 0 496209 19 0 0 25 0 5 0 526223180 241393664 31040 33554432000 4194304 4356188 140736398641136 18446744073709551615 4331050 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39670.3
Current children cumulated vsize (KiB) 1658088



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.11 8.07 8.01 9/180 25998
/proc/meminfo: memFree=29611564/32951124 swapFree=67111416/67111528
[pid=25826] ppid=25824 vsize=18324 CPUtime=0 cores=0-7
/proc/25826/stat : 25826 (ppfolio) S 25824 25826 25743 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 526223175 18763776 390 33554432000 4194304 4287625 140733525143712 18446744073709551615 212436037135 0 0 4096 65536 4594243507698270207 0 0 17 6 0 0 0
/proc/25826/statm: 4581 390 341 23 0 91 0
[pid=25827] ppid=25826 vsize=174460 CPUtime=5000.18 cores=0
/proc/25827/stat : 25827 (cryptominisat) R 25826 25826 25743 0 -1 4202496 948015 0 0 0 499639 379 0 0 25 0 1 0 526223175 178647040 24208 33554432000 4194304 4587354 140736016272432 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25827/statm: 43615 24208 337 96 0 40177 0
[pid=25828] ppid=25826 vsize=157556 CPUtime=5000.15 cores=1
/proc/25828/stat : 25828 (clasp) R 25826 25826 25743 0 -1 4202496 34230 0 0 0 500008 7 0 0 25 0 1 0 526223175 161337344 33167 33554432000 4194304 4785740 140735622172624 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25828/statm: 39389 33167 341 145 0 36434 0
[pid=25829] ppid=25826 vsize=458608 CPUtime=4999.7 cores=2
/proc/25829/stat : 25829 (TNM) R 25826 25826 25743 0 -1 4202496 1200 0 0 0 499968 2 0 0 25 0 1 0 526223175 469614592 1097 33554432000 134512640 134534564 4293713792 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25829/statm: 114652 1097 95 6 0 113318 0
[pid=25830] ppid=25826 vsize=693680 CPUtime=5000.17 cores=3
/proc/25830/stat : 25830 (march_hi) R 25826 25826 25743 0 -1 4202496 143638 0 0 0 499909 108 0 0 25 0 1 0 526223176 710328320 140031 33554432000 4194304 4331988 140736144251872 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25830/statm: 173420 140031 175 34 0 171862 0
[pid=25831] ppid=25826 vsize=214488 CPUtime=19971.5 cores=4-7
/proc/25831/stat : 25831 (plingeling) S 25826 25826 25743 0 -1 4202496 465146 1249 0 0 1997080 73 0 0 18 0 5 0 526223176 219635712 25728 33554432000 4194304 4356188 140736398641136 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25831/statm: 53622 25728 162 40 0 52166 0
[pid=25831/tid=25838] ppid=25826 vsize=214488 CPUtime=4972.85 cores=4-7
/proc/25831/task/25838/stat : 25838 (plingeling) R 25826 25826 25743 0 -1 4202560 125917 1249 0 0 497266 19 0 0 25 0 5 0 526223180 219635712 25728 33554432000 4194304 4356188 140736398641136 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25831/tid=25839] ppid=25826 vsize=214488 CPUtime=4998.49 cores=4-7
/proc/25831/task/25839/stat : 25839 (plingeling) R 25826 25826 25743 0 -1 4202560 103749 1249 0 0 499832 17 0 0 25 0 5 0 526223180 219635712 25728 33554432000 4194304 4356188 140736398641136 18446744073709551615 4234073 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25831/tid=25840] ppid=25826 vsize=214488 CPUtime=5000.13 cores=4-7
/proc/25831/task/25840/stat : 25840 (plingeling) R 25826 25826 25743 0 -1 4202560 104291 1249 0 0 499998 15 0 0 25 0 5 0 526223180 219635712 25728 33554432000 4194304 4356188 140736398641136 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25831/tid=25841] ppid=25826 vsize=214488 CPUtime=4999.98 cores=4-7
/proc/25831/task/25841/stat : 25841 (plingeling) R 25826 25826 25743 0 -1 4202560 128650 1249 0 0 499979 19 0 0 25 0 5 0 526223180 219635712 25728 33554432000 4194304 4356188 140736398641136 18446744073709551615 4331738 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39971.7
Current children cumulated vsize (KiB) 1717116

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 25826 and gives
#  childrusage.ru_utime.tv_sec=14996
#  childrusage.ru_utime.tv_usec=166236
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=918404
# CPU time returned by wait4() is 15000.1
# while last known CPU time is 39971.7
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.02
CPU time (s): 39971.7
CPU user time (s): 39966
CPU system time (s): 5.69
CPU usage (%): 799.432
Max. virtual memory (cumulated for all children) (KiB): 16906048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14996.2
system time used= 3.9184
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 983982
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= 753
involuntary context switches= 34394

runsolver used 7.70783 second user time and 19.567 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-30 08:50:08
IDJOB=3219081
IDBENCH=82530
IDSOLVER=1638
FILE ID=node102/3219081-1304146208
RUNJOBID= node102-1304145614-25757
PBS_JOBID= 13170895
Free space on /tmp= 72468 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k7-r85-v250-c21250-S381985918-018-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219081-1304146208/watcher-3219081-1304146208 -o /tmp/evaluation-result-3219081-1304146208/solver-3219081-1304146208 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3219081-1304146208.cnf

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

MD5SUM BENCH= 13d193ddef22075908d36a7c0d4a2be1
RANDOM SEED=838514151

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30506316 kB
Buffers:        622248 kB
Cached:        1340052 kB
SwapCached:          0 kB
Active:         191416 kB
Inactive:      1834804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30506316 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:           10496 kB
Writeback:           0 kB
AnonPages:       64812 kB
Mapped:          15132 kB
Slab:           351884 kB
PageTables:       4620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188452 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= 72460 MiB
End job on node102 at 2011-04-30 10:13:30