Trace number 3220869

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.3 5000.02

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S1980280938-088.UNKNOWN.cnf
MD5SUM4fa782cc700b96dfddf41b0ed3b14006
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 variables80
Number of clauses7120
Sum of the clauses size49840
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 57120

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-3220869-1304160342/watcher-3220869-1304160342 -o /tmp/evaluation-result-3220869-1304160342/solver-3220869-1304160342 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3220869-1304160342.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: 6.77 7.74 7.91 1/170 26852
/proc/meminfo: memFree=18743288/32951124 swapFree=67111528/67111528
[pid=26852] ppid=26850 vsize=18324 CPUtime=0 cores=0-7
/proc/26852/stat : 26852 (ppfolio) S 26850 26852 26043 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 527636883 18763776 389 33554432000 4194304 4287625 140735252537024 18446744073709551615 216634535439 0 0 4096 65536 2775326232231804927 0 0 17 4 0 0 0
/proc/26852/statm: 4581 389 341 23 0 91 0

[startup+0.130424 s]
/proc/loadavg: 6.77 7.74 7.91 1/170 26852
/proc/meminfo: memFree=18743288/32951124 swapFree=67111528/67111528
[pid=26852] ppid=26850 vsize=18324 CPUtime=0 cores=0-7
/proc/26852/stat : 26852 (ppfolio) S 26850 26852 26043 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 527636883 18763776 389 33554432000 4194304 4287625 140735252537024 18446744073709551615 216634535439 0 0 4096 65536 2775326232231804927 0 0 17 4 0 0 0
/proc/26852/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200411 s]
/proc/loadavg: 6.77 7.74 7.91 1/170 26852
/proc/meminfo: memFree=18743288/32951124 swapFree=67111528/67111528
[pid=26852] ppid=26850 vsize=18324 CPUtime=0 cores=0-7
/proc/26852/stat : 26852 (ppfolio) R 26850 26852 26043 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 527636883 18763776 389 33554432000 4194304 4287625 140735252537024 18446744073709551615 216634535439 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/26852/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300394 s]
/proc/loadavg: 6.77 7.74 7.91 1/170 26852
/proc/meminfo: memFree=18743288/32951124 swapFree=67111528/67111528
[pid=26852] ppid=26850 vsize=18324 CPUtime=0 cores=0-7
/proc/26852/stat : 26852 (ppfolio) R 26850 26852 26043 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 527636883 18763776 389 33554432000 4194304 4287625 140735252537024 18446744073709551615 216634535439 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/26852/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700324 s]
/proc/loadavg: 6.77 7.74 7.91 1/170 26852
/proc/meminfo: memFree=18743288/32951124 swapFree=67111528/67111528
[pid=26852] ppid=26850 vsize=18324 CPUtime=0 cores=0-7
/proc/26852/stat : 26852 (ppfolio) R 26850 26852 26043 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 527636883 18763776 389 33554432000 4194304 4287625 140735252537024 18446744073709551615 216634535439 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/26852/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50118 s]
/proc/loadavg: 6.77 7.74 7.91 9/180 26868
/proc/meminfo: memFree=18720136/32951124 swapFree=67111528/67111528
[pid=26852] ppid=26850 vsize=18324 CPUtime=0 cores=0-7
/proc/26852/stat : 26852 (ppfolio) S 26850 26852 26043 0 -1 4202496 520 0 0 0 0 0 0 0 18 0 1 0 527636883 18763776 389 33554432000 4194304 4287625 140735252537024 18446744073709551615 216634535439 0 0 4096 65536 2775326232231804927 0 0 17 4 0 0 0
/proc/26852/statm: 4581 389 341 23 0 91 0
[pid=26853] ppid=26852 vsize=274620 CPUtime=1.49 cores=0
/proc/26853/stat : 26853 (cryptominisat) R 26852 26852 26043 0 -1 4202496 4637 0 0 0 149 0 0 0 20 0 1 0 527636883 281210880 2813 33554432000 4194304 4587354 140735286759104 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26853/statm: 68655 2813 336 96 0 65217 0
[pid=26854] ppid=26852 vsize=15152 CPUtime=1.49 cores=1
/proc/26854/stat : 26854 (clasp) R 26852 26852 26043 0 -1 4202496 1235 0 0 0 149 0 0 0 20 0 1 0 527636883 15515648 1127 33554432000 4194304 4785740 140736843449472 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26854/statm: 3788 1127 340 145 0 833 0
[pid=26855] ppid=26852 vsize=456656 CPUtime=1.49 cores=2
/proc/26855/stat : 26855 (TNM) R 26852 26852 26043 0 -1 4202496 556 0 0 0 149 0 0 0 25 0 1 0 527636883 467615744 453 33554432000 134512640 134534564 4294736032 18446744073709551615 134528829 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26855/statm: 114164 453 95 6 0 112830 0
[pid=26856] ppid=26852 vsize=8580 CPUtime=1.49 cores=3
/proc/26856/stat : 26856 (march_hi) R 26852 26852 26043 0 -1 4202496 1555 0 0 0 149 0 0 0 20 0 1 0 527636883 8785920 627 33554432000 4194304 4331988 140736698744368 18446744073709551615 4287504 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26856/statm: 2145 627 174 34 0 587 0
[pid=26858] ppid=26852 vsize=126820 CPUtime=5.91 cores=4-7
/proc/26858/stat : 26858 (plingeling) S 26852 26852 26043 0 -1 4202496 4699 1255 0 0 590 1 0 0 18 0 5 0 527636883 129863680 3777 33554432000 4194304 4356188 140733209439200 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26858/statm: 31705 3777 161 40 0 30249 0
[pid=26858/tid=26865] ppid=26852 vsize=126820 CPUtime=1.47 cores=4-7
/proc/26858/task/26865/stat : 26865 (plingeling) R 26852 26852 26043 0 -1 4202560 826 1255 0 0 147 0 0 0 23 0 5 0 527636885 129863680 3777 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331126 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26858/tid=26866] ppid=26852 vsize=126820 CPUtime=1.47 cores=4-7
/proc/26858/task/26866/stat : 26866 (plingeling) R 26852 26852 26043 0 -1 4202560 918 1255 0 0 147 0 0 0 20 0 5 0 527636885 129863680 3777 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26858/tid=26867] ppid=26852 vsize=126820 CPUtime=1.47 cores=4-7
/proc/26858/task/26867/stat : 26867 (plingeling) R 26852 26852 26043 0 -1 4202560 905 1255 0 0 147 0 0 0 20 0 5 0 527636885 129863680 3777 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26858/tid=26868] ppid=26852 vsize=126820 CPUtime=1.46 cores=4-7
/proc/26858/task/26868/stat : 26868 (plingeling) R 26852 26852 26043 0 -1 4202560 863 1255 0 0 146 0 0 0 23 0 5 0 527636885 129863680 3777 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 900152

[startup+3.1009 s]
/proc/loadavg: 6.77 7.74 7.91 9/180 26868
/proc/meminfo: memFree=18710092/32951124 swapFree=67111528/67111528
[pid=26852] ppid=26850 vsize=18324 CPUtime=0 cores=0-7
/proc/26852/stat : 26852 (ppfolio) S 26850 26852 26043 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527636883 18763776 389 33554432000 4194304 4287625 140735252537024 18446744073709551615 216634535439 0 0 4096 65536 2775326232231804927 0 0 17 4 0 0 0
/proc/26852/statm: 4581 389 341 23 0 91 0
[pid=26853] ppid=26852 vsize=7413244 CPUtime=3.09 cores=0
/proc/26853/stat : 26853 (cryptominisat) R 26852 26852 26043 0 -1 4202496 5819 0 0 0 309 0 0 0 25 0 1 0 527636883 7591161856 2995 33554432000 4194304 4587354 140735286759104 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26853/statm: 1853311 2995 336 96 0 1849873 0
[pid=26854] ppid=26852 vsize=16004 CPUtime=3.09 cores=1
/proc/26854/stat : 26854 (clasp) R 26852 26852 26043 0 -1 4202496 1441 0 0 0 309 0 0 0 25 0 1 0 527636883 16388096 1333 33554432000 4194304 4785740 140736843449472 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26854/statm: 4001 1333 340 145 0 1046 0
[pid=26855] ppid=26852 vsize=456656 CPUtime=3.09 cores=2
/proc/26855/stat : 26855 (TNM) R 26852 26852 26043 0 -1 4202496 556 0 0 0 309 0 0 0 25 0 1 0 527636883 467615744 453 33554432000 134512640 134534564 4294736032 18446744073709551615 134528991 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26855/statm: 114164 453 95 6 0 112830 0
[pid=26856] ppid=26852 vsize=8884 CPUtime=3.09 cores=3
/proc/26856/stat : 26856 (march_hi) R 26852 26852 26043 0 -1 4202496 1629 0 0 0 309 0 0 0 25 0 1 0 527636883 9097216 701 33554432000 4194304 4331988 140736698744368 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26856/statm: 2221 701 174 34 0 663 0
[pid=26858] ppid=26852 vsize=127164 CPUtime=12.31 cores=4-7
/proc/26858/stat : 26858 (plingeling) S 26852 26852 26043 0 -1 4202496 5601 1255 0 0 1230 1 0 0 18 0 5 0 527636883 130215936 3863 33554432000 4194304 4356188 140733209439200 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26858/statm: 31791 3863 161 40 0 30335 0
[pid=26858/tid=26865] ppid=26852 vsize=127164 CPUtime=3.07 cores=4-7
/proc/26858/task/26865/stat : 26865 (plingeling) R 26852 26852 26043 0 -1 4202560 1051 1255 0 0 307 0 0 0 25 0 5 0 527636885 130215936 3863 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26858/tid=26866] ppid=26852 vsize=127164 CPUtime=3.07 cores=4-7
/proc/26858/task/26866/stat : 26866 (plingeling) R 26852 26852 26043 0 -1 4202560 1176 1255 0 0 307 0 0 0 25 0 5 0 527636885 130215936 3863 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331203 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26858/tid=26867] ppid=26852 vsize=127164 CPUtime=3.07 cores=4-7
/proc/26858/task/26867/stat : 26867 (plingeling) R 26852 26852 26043 0 -1 4202560 1099 1255 0 0 307 0 0 0 25 0 5 0 527636885 130215936 3863 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26858/tid=26868] ppid=26852 vsize=127164 CPUtime=3.06 cores=4-7
/proc/26858/task/26868/stat : 26868 (plingeling) R 26852 26852 26043 0 -1 4202560 1088 1255 0 0 306 0 0 0 25 0 5 0 527636885 130215936 3863 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 8040276

[startup+6.30134 s]
/proc/loadavg: 6.87 7.74 7.91 9/180 26868
/proc/meminfo: memFree=18705876/32951124 swapFree=67111528/67111528
[pid=26852] ppid=26850 vsize=18324 CPUtime=0 cores=0-7
/proc/26852/stat : 26852 (ppfolio) S 26850 26852 26043 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527636883 18763776 389 33554432000 4194304 4287625 140735252537024 18446744073709551615 216634535439 0 0 4096 65536 2775326232231804927 0 0 17 4 0 0 0
/proc/26852/statm: 4581 389 341 23 0 91 0
[pid=26853] ppid=26852 vsize=40228 CPUtime=6.29 cores=0
/proc/26853/stat : 26853 (cryptominisat) R 26852 26852 26043 0 -1 4202496 8529 0 0 0 628 1 0 0 25 0 1 0 527636883 41193472 4507 33554432000 4194304 4587354 140735286759104 18446744073709551615 4357662 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26853/statm: 10057 4507 336 96 0 6619 0
[pid=26854] ppid=26852 vsize=17368 CPUtime=6.29 cores=1
/proc/26854/stat : 26854 (clasp) R 26852 26852 26043 0 -1 4202496 1744 0 0 0 629 0 0 0 25 0 1 0 527636883 17784832 1636 33554432000 4194304 4785740 140736843449472 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26854/statm: 4342 1636 341 145 0 1387 0
[pid=26855] ppid=26852 vsize=456656 CPUtime=6.29 cores=2
/proc/26855/stat : 26855 (TNM) R 26852 26852 26043 0 -1 4202496 556 0 0 0 629 0 0 0 25 0 1 0 527636883 467615744 453 33554432000 134512640 134534564 4294736032 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26855/statm: 114164 453 95 6 0 112830 0
[pid=26856] ppid=26852 vsize=9264 CPUtime=6.29 cores=3
/proc/26856/stat : 26856 (march_hi) R 26852 26852 26043 0 -1 4202496 1724 0 0 0 629 0 0 0 25 0 1 0 527636883 9486336 796 33554432000 4194304 4331988 140736698744368 18446744073709551615 4315816 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26856/statm: 2316 796 175 34 0 758 0
[pid=26858] ppid=26852 vsize=128312 CPUtime=25.09 cores=4-7
/proc/26858/stat : 26858 (plingeling) S 26852 26852 26043 0 -1 4202496 7076 1255 0 0 2508 1 0 0 18 0 5 0 527636883 131391488 4150 33554432000 4194304 4356188 140733209439200 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26858/statm: 32078 4150 161 40 0 30622 0
[pid=26858/tid=26865] ppid=26852 vsize=128312 CPUtime=6.27 cores=4-7
/proc/26858/task/26865/stat : 26865 (plingeling) R 26852 26852 26043 0 -1 4202560 1469 1255 0 0 627 0 0 0 25 0 5 0 527636885 131391488 4150 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331803 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26858/tid=26866] ppid=26852 vsize=128312 CPUtime=6.27 cores=4-7
/proc/26858/task/26866/stat : 26866 (plingeling) R 26852 26852 26043 0 -1 4202560 1496 1255 0 0 627 0 0 0 25 0 5 0 527636885 131391488 4150 33554432000 4194304 4356188 140733209439200 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26858/tid=26867] ppid=26852 vsize=128312 CPUtime=6.27 cores=4-7
/proc/26858/task/26867/stat : 26867 (plingeling) R 26852 26852 26043 0 -1 4202560 1452 1255 0 0 627 0 0 0 25 0 5 0 527636885 131391488 4150 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331337 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26858/tid=26868] ppid=26852 vsize=128312 CPUtime=6.24 cores=4-7
/proc/26858/task/26868/stat : 26868 (plingeling) R 26852 26852 26043 0 -1 4202560 1472 1255 0 0 624 0 0 0 25 0 5 0 527636885 131391488 4150 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 670152

[startup+12.7012 s]
/proc/loadavg: 6.96 7.74 7.91 9/180 26868
/proc/meminfo: memFree=18695476/32951124 swapFree=67111528/67111528
[pid=26852] ppid=26850 vsize=18324 CPUtime=0 cores=0-7
/proc/26852/stat : 26852 (ppfolio) S 26850 26852 26043 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527636883 18763776 389 33554432000 4194304 4287625 140735252537024 18446744073709551615 216634535439 0 0 4096 65536 2775326232231804927 0 0 17 4 0 0 0
/proc/26852/statm: 4581 389 341 23 0 91 0
[pid=26853] ppid=26852 vsize=7420196 CPUtime=12.69 cores=0
/proc/26853/stat : 26853 (cryptominisat) R 26852 26852 26043 0 -1 4202496 11639 0 0 0 1268 1 0 0 25 0 1 0 527636883 7598280704 4713 33554432000 4194304 4587354 140735286759104 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26853/statm: 1855049 4713 336 96 0 1851611 0
[pid=26854] ppid=26852 vsize=18960 CPUtime=12.69 cores=1
/proc/26854/stat : 26854 (clasp) R 26852 26852 26043 0 -1 4202496 2118 0 0 0 1269 0 0 0 25 0 1 0 527636883 19415040 2010 33554432000 4194304 4785740 140736843449472 18446744073709551615 4287070 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26854/statm: 4740 2010 341 145 0 1785 0
[pid=26855] ppid=26852 vsize=456656 CPUtime=12.69 cores=2
/proc/26855/stat : 26855 (TNM) R 26852 26852 26043 0 -1 4202496 556 0 0 0 1269 0 0 0 25 0 1 0 527636883 467615744 453 33554432000 134512640 134534564 4294736032 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26855/statm: 114164 453 95 6 0 112830 0
[pid=26856] ppid=26852 vsize=10116 CPUtime=12.69 cores=3
/proc/26856/stat : 26856 (march_hi) R 26852 26852 26043 0 -1 4202496 1906 0 0 0 1269 0 0 0 25 0 1 0 527636883 10358784 978 33554432000 4194304 4331988 140736698744368 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26856/statm: 2529 978 175 34 0 971 0
[pid=26858] ppid=26852 vsize=131652 CPUtime=50.65 cores=4-7
/proc/26858/stat : 26858 (plingeling) S 26852 26852 26043 0 -1 4202496 10279 1255 0 0 5064 1 0 0 18 0 5 0 527636883 134811648 4985 33554432000 4194304 4356188 140733209439200 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26858/statm: 32913 4985 161 40 0 31457 0
[pid=26858/tid=26865] ppid=26852 vsize=131652 CPUtime=12.67 cores=4-7
/proc/26858/task/26865/stat : 26865 (plingeling) R 26852 26852 26043 0 -1 4202560 2237 1255 0 0 1267 0 0 0 25 0 5 0 527636885 134811648 4985 33554432000 4194304 4356188 140733209439200 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26858/tid=26866] ppid=26852 vsize=131652 CPUtime=12.67 cores=4-7
/proc/26858/task/26866/stat : 26866 (plingeling) R 26852 26852 26043 0 -1 4202560 2297 1255 0 0 1267 0 0 0 25 0 5 0 527636885 134811648 4985 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26858/tid=26867] ppid=26852 vsize=131652 CPUtime=12.67 cores=4-7
/proc/26858/task/26867/stat : 26867 (plingeling) R 26852 26852 26043 0 -1 4202560 2188 1255 0 0 1267 0 0 0 25 0 5 0 527636885 134811648 4985 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331111 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26858/tid=26868] ppid=26852 vsize=131652 CPUtime=12.61 cores=4-7
/proc/26858/task/26868/stat : 26868 (plingeling) R 26852 26852 26043 0 -1 4202560 2370 1255 0 0 1261 0 0 0 25 0 5 0 527636885 134811648 4985 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 8055904

[startup+25.501 s]
/proc/loadavg: 7.19 7.76 7.91 9/180 26868
/proc/meminfo: memFree=18680676/32951124 swapFree=67111528/67111528
[pid=26852] ppid=26850 vsize=18324 CPUtime=0 cores=0-7
/proc/26852/stat : 26852 (ppfolio) S 26850 26852 26043 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527636883 18763776 389 33554432000 4194304 4287625 140735252537024 18446744073709551615 216634535439 0 0 4096 65536 2775326232231804927 0 0 17 4 0 0 0
/proc/26852/statm: 4581 389 341 23 0 91 0
[pid=26853] ppid=26852 vsize=37812 CPUtime=25.49 cores=0
/proc/26853/stat : 26853 (cryptominisat) R 26852 26852 26043 0 -1 4202496 16392 0 0 0 2547 2 0 0 25 0 1 0 527636883 38719488 5843 33554432000 4194304 4587354 140735286759104 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=26855] ppid=26852 vsize=456656 CPUtime=4842.4 cores=2
/proc/26855/stat : 26855 (TNM) R 26852 26852 26043 0 -1 4202496 556 0 0 0 484239 1 0 0 25 0 1 0 527636883 467615744 453 33554432000 134512640 134534564 4294736032 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26855/statm: 114164 453 95 6 0 112830 0
[pid=26856] ppid=26852 vsize=472420 CPUtime=4842.4 cores=3
/proc/26856/stat : 26856 (march_hi) R 26852 26852 26043 0 -1 4202496 114328 0 0 0 484153 87 0 0 25 0 1 0 527636883 483758080 113400 33554432000 4194304 4331988 140736698744368 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26856/statm: 118105 113400 175 34 0 116547 0
[pid=26858] ppid=26852 vsize=318780 CPUtime=19341.1 cores=4-7
/proc/26858/stat : 26858 (plingeling) S 26852 26852 26043 0 -1 4202496 598709 1255 0 0 1934018 94 0 0 18 0 5 0 527636883 326430720 51767 33554432000 4194304 4356188 140733209439200 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26858/statm: 79695 51767 161 40 0 78239 0
[pid=26858/tid=26865] ppid=26852 vsize=318780 CPUtime=4841.42 cores=4-7
/proc/26858/task/26865/stat : 26865 (plingeling) R 26852 26852 26043 0 -1 4202560 145977 1255 0 0 484118 24 0 0 25 0 5 0 527636885 326430720 51767 33554432000 4194304 4356188 140733209439200 18446744073709551615 4332133 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26858/tid=26866] ppid=26852 vsize=318780 CPUtime=4841.27 cores=4-7
/proc/26858/task/26866/stat : 26866 (plingeling) R 26852 26852 26043 0 -1 4202560 146212 1255 0 0 484104 23 0 0 25 0 5 0 527636885 326430720 51767 33554432000 4194304 4356188 140733209439200 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26858/tid=26867] ppid=26852 vsize=318780 CPUtime=4842.39 cores=4-7
/proc/26858/task/26867/stat : 26867 (plingeling) R 26852 26852 26043 0 -1 4202560 153328 1255 0 0 484217 22 0 0 25 0 5 0 527636885 326430720 51767 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26858/tid=26868] ppid=26852 vsize=318780 CPUtime=4816 cores=4-7
/proc/26858/task/26868/stat : 26868 (plingeling) R 26852 26852 26043 0 -1 4202560 152005 1255 0 0 481577 23 0 0 25 0 5 0 527636885 326430720 51767 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38710.6
Current children cumulated vsize (KiB) 1435612

[startup+4902.3 s]
/proc/loadavg: 8.05 8.06 8.00 9/180 27022
/proc/meminfo: memFree=17934656/32951124 swapFree=67111528/67111528
[pid=26852] ppid=26850 vsize=18324 CPUtime=0 cores=0-7
/proc/26852/stat : 26852 (ppfolio) S 26850 26852 26043 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527636883 18763776 389 33554432000 4194304 4287625 140735252537024 18446744073709551615 216634535439 0 0 4096 65536 2775326232231804927 0 0 17 4 0 0 0
/proc/26852/statm: 4581 389 341 23 0 91 0
[pid=26853] ppid=26852 vsize=184936 CPUtime=4902.26 cores=0
/proc/26853/stat : 26853 (cryptominisat) R 26852 26852 26043 0 -1 4202496 286288 0 0 0 490100 126 0 0 25 0 1 0 527636883 189374464 24358 33554432000 4194304 4587354 140735286759104 18446744073709551615 4238778 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26853/statm: 46234 24358 336 96 0 42796 0
[pid=26854] ppid=26852 vsize=59016 CPUtime=4902.39 cores=1
/proc/26854/stat : 26854 (clasp) R 26852 26852 26043 0 -1 4202496 13166 0 0 0 490236 3 0 0 25 0 1 0 527636883 60432384 10468 33554432000 4194304 4785740 140736843449472 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26854/statm: 14754 10468 341 145 0 11799 0
[pid=26855] ppid=26852 vsize=456656 CPUtime=4902.4 cores=2
/proc/26855/stat : 26855 (TNM) R 26852 26852 26043 0 -1 4202496 556 0 0 0 490239 1 0 0 25 0 1 0 527636883 467615744 453 33554432000 134512640 134534564 4294736032 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26855/statm: 114164 453 95 6 0 112830 0
[pid=26856] ppid=26852 vsize=696184 CPUtime=4902.41 cores=3
/proc/26856/stat : 26856 (march_hi) R 26852 26852 26043 0 -1 4202496 115704 0 0 0 490152 89 0 0 25 0 1 0 527636883 712892416 114776 33554432000 4194304 4331988 140736698744368 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26856/statm: 174046 114776 175 34 0 172488 0
[pid=26858] ppid=26852 vsize=326460 CPUtime=19580.8 cores=4-7
/proc/26858/stat : 26858 (plingeling) S 26852 26852 26043 0 -1 4202496 602869 1255 0 0 1957982 94 0 0 18 0 5 0 527636883 334295040 53687 33554432000 4194304 4356188 140733209439200 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26858/statm: 81615 53687 161 40 0 80159 0
[pid=26858/tid=26865] ppid=26852 vsize=326460 CPUtime=4901.41 cores=4-7
/proc/26858/task/26865/stat : 26865 (plingeling) R 26852 26852 26043 0 -1 4202560 147001 1255 0 0 490117 24 0 0 25 0 5 0 527636885 334295040 53687 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26858/tid=26866] ppid=26852 vsize=326460 CPUtime=4901.25 cores=4-7
/proc/26858/task/26866/stat : 26866 (plingeling) R 26852 26852 26043 0 -1 4202560 146980 1255 0 0 490102 23 0 0 25 0 5 0 527636885 334295040 53687 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26858/tid=26867] ppid=26852 vsize=326460 CPUtime=4902.38 cores=4-7
/proc/26858/task/26867/stat : 26867 (plingeling) R 26852 26852 26043 0 -1 4202560 155248 1255 0 0 490216 22 0 0 25 0 5 0 527636885 334295040 53687 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26858/tid=26868] ppid=26852 vsize=326460 CPUtime=4875.68 cores=4-7
/proc/26858/task/26868/stat : 26868 (plingeling) R 26852 26852 26043 0 -1 4202560 152453 1255 0 0 487544 24 0 0 25 0 5 0 527636885 334295040 53687 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39190.2
Current children cumulated vsize (KiB) 1741576

[startup+4962.3 s]
/proc/loadavg: 8.06 8.06 8.00 9/180 27024
/proc/meminfo: memFree=17920976/32951124 swapFree=67111528/67111528
[pid=26852] ppid=26850 vsize=18324 CPUtime=0 cores=0-7
/proc/26852/stat : 26852 (ppfolio) S 26850 26852 26043 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527636883 18763776 389 33554432000 4194304 4287625 140735252537024 18446744073709551615 216634535439 0 0 4096 65536 2775326232231804927 0 0 17 4 0 0 0
/proc/26852/statm: 4581 389 341 23 0 91 0
[pid=26853] ppid=26852 vsize=129108 CPUtime=4962.26 cores=0
/proc/26853/stat : 26853 (cryptominisat) R 26852 26852 26043 0 -1 4202496 290487 0 0 0 496097 129 0 0 25 0 1 0 527636883 132206592 27172 33554432000 4194304 4587354 140735286759104 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26853/statm: 32277 27172 336 96 0 28839 0
[pid=26854] ppid=26852 vsize=59016 CPUtime=4962.39 cores=1
/proc/26854/stat : 26854 (clasp) R 26852 26852 26043 0 -1 4202496 13167 0 0 0 496236 3 0 0 25 0 1 0 527636883 60432384 10469 33554432000 4194304 4785740 140736843449472 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26854/statm: 14754 10469 341 145 0 11799 0
[pid=26855] ppid=26852 vsize=456656 CPUtime=4962.4 cores=2
/proc/26855/stat : 26855 (TNM) R 26852 26852 26043 0 -1 4202496 556 0 0 0 496239 1 0 0 25 0 1 0 527636883 467615744 453 33554432000 134512640 134534564 4294736032 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26855/statm: 114164 453 95 6 0 112830 0
[pid=26856] ppid=26852 vsize=696184 CPUtime=4962.41 cores=3
/proc/26856/stat : 26856 (march_hi) R 26852 26852 26043 0 -1 4202496 117026 0 0 0 496151 90 0 0 25 0 1 0 527636883 712892416 116098 33554432000 4194304 4331988 140736698744368 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26856/statm: 174046 116098 175 34 0 172488 0
[pid=26858] ppid=26852 vsize=322876 CPUtime=19820.4 cores=4-7
/proc/26858/stat : 26858 (plingeling) S 26852 26852 26043 0 -1 4202496 608757 1255 0 0 1981949 95 0 0 18 0 5 0 527636883 330625024 52791 33554432000 4194304 4356188 140733209439200 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26858/statm: 80719 52791 161 40 0 79263 0
[pid=26858/tid=26865] ppid=26852 vsize=322876 CPUtime=4961.41 cores=4-7
/proc/26858/task/26865/stat : 26865 (plingeling) R 26852 26852 26043 0 -1 4202560 149241 1255 0 0 496117 24 0 0 25 0 5 0 527636885 330625024 52791 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26858/tid=26866] ppid=26852 vsize=322876 CPUtime=4961.25 cores=4-7
/proc/26858/task/26866/stat : 26866 (plingeling) R 26852 26852 26043 0 -1 4202560 148452 1255 0 0 496102 23 0 0 25 0 5 0 527636885 330625024 52791 33554432000 4194304 4356188 140733209439200 18446744073709551615 4332162 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26858/tid=26867] ppid=26852 vsize=322876 CPUtime=4962.38 cores=4-7
/proc/26858/task/26867/stat : 26867 (plingeling) R 26852 26852 26043 0 -1 4202560 155568 1255 0 0 496216 22 0 0 25 0 5 0 527636885 330625024 52791 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26858/tid=26868] ppid=26852 vsize=322876 CPUtime=4935.35 cores=4-7
/proc/26858/task/26868/stat : 26868 (plingeling) R 26852 26852 26043 0 -1 4202560 154309 1255 0 0 493511 24 0 0 25 0 5 0 527636885 330625024 52791 33554432000 4194304 4356188 140733209439200 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39669.9
Current children cumulated vsize (KiB) 1682164



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.09 8.07 8.01 9/180 27025
/proc/meminfo: memFree=17911168/32951124 swapFree=67111528/67111528
[pid=26852] ppid=26850 vsize=18324 CPUtime=0 cores=0-7
/proc/26852/stat : 26852 (ppfolio) S 26850 26852 26043 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527636883 18763776 389 33554432000 4194304 4287625 140735252537024 18446744073709551615 216634535439 0 0 4096 65536 2775326232231804927 0 0 17 4 0 0 0
/proc/26852/statm: 4581 389 341 23 0 91 0
[pid=26853] ppid=26852 vsize=129108 CPUtime=4999.96 cores=0
/proc/26853/stat : 26853 (cryptominisat) R 26852 26852 26043 0 -1 4202496 292010 0 0 0 499866 130 0 0 25 0 1 0 527636883 132206592 28648 33554432000 4194304 4587354 140735286759104 18446744073709551615 4238770 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26853/statm: 32277 28648 336 96 0 28839 0
[pid=26854] ppid=26852 vsize=59016 CPUtime=5000.09 cores=1
/proc/26854/stat : 26854 (clasp) R 26852 26852 26043 0 -1 4202496 13168 0 0 0 500006 3 0 0 25 0 1 0 527636883 60432384 10470 33554432000 4194304 4785740 140736843449472 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26854/statm: 14754 10470 341 145 0 11799 0
[pid=26855] ppid=26852 vsize=456656 CPUtime=5000.11 cores=2
/proc/26855/stat : 26855 (TNM) R 26852 26852 26043 0 -1 4202496 556 0 0 0 500010 1 0 0 25 0 1 0 527636883 467615744 453 33554432000 134512640 134534564 4294736032 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26855/statm: 114164 453 95 6 0 112830 0
[pid=26856] ppid=26852 vsize=696184 CPUtime=5000.11 cores=3
/proc/26856/stat : 26856 (march_hi) R 26852 26852 26043 0 -1 4202496 117850 0 0 0 499921 90 0 0 25 0 1 0 527636883 712892416 116922 33554432000 4194304 4331988 140736698744368 18446744073709551615 4239528 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26856/statm: 174046 116922 175 34 0 172488 0
[pid=26858] ppid=26852 vsize=323900 CPUtime=19971.1 cores=4-7
/proc/26858/stat : 26858 (plingeling) S 26852 26852 26043 0 -1 4202496 611253 1255 0 0 1997010 95 0 0 18 0 5 0 527636883 331673600 53047 33554432000 4194304 4356188 140733209439200 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26858/statm: 80975 53047 161 40 0 79519 0
[pid=26858/tid=26865] ppid=26852 vsize=323900 CPUtime=4999.12 cores=4-7
/proc/26858/task/26865/stat : 26865 (plingeling) R 26852 26852 26043 0 -1 4202560 149241 1255 0 0 499888 24 0 0 25 0 5 0 527636885 331673600 53047 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26858/tid=26866] ppid=26852 vsize=323900 CPUtime=4998.95 cores=4-7
/proc/26858/task/26866/stat : 26866 (plingeling) R 26852 26852 26043 0 -1 4202560 148772 1255 0 0 499872 23 0 0 25 0 5 0 527636885 331673600 53047 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26858/tid=26867] ppid=26852 vsize=323900 CPUtime=5000.1 cores=4-7
/proc/26858/task/26867/stat : 26867 (plingeling) R 26852 26852 26043 0 -1 4202560 157488 1255 0 0 499987 23 0 0 25 0 5 0 527636885 331673600 53047 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26858/tid=26868] ppid=26852 vsize=323900 CPUtime=4972.85 cores=4-7
/proc/26858/task/26868/stat : 26868 (plingeling) R 26852 26852 26043 0 -1 4202560 154565 1255 0 0 497261 24 0 0 25 0 5 0 527636885 331673600 53047 33554432000 4194304 4356188 140733209439200 18446744073709551615 4332239 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39971.3
Current children cumulated vsize (KiB) 1683188

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

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

[startup+5000 s]
/proc/loadavg: 8.09 8.07 8.01 9/180 27025
/proc/meminfo: memFree=17911168/32951124 swapFree=67111528/67111528
[pid=26852] ppid=26850 vsize=18324 CPUtime=0 cores=0-7
/proc/26852/stat : 26852 (ppfolio) S 26850 26852 26043 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527636883 18763776 389 33554432000 4194304 4287625 140735252537024 18446744073709551615 216634535439 0 0 4096 65536 2775326232231804927 0 0 17 4 0 0 0
/proc/26852/statm: 4581 389 341 23 0 91 0
[pid=26853] ppid=26852 vsize=129108 CPUtime=4999.96 cores=0
/proc/26853/stat : 26853 (cryptominisat) R 26852 26852 26043 0 -1 4202496 292010 0 0 0 499866 130 0 0 25 0 1 0 527636883 132206592 28648 33554432000 4194304 4587354 140735286759104 18446744073709551615 4238770 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26853/statm: 32277 28648 336 96 0 28839 0
[pid=26854] ppid=26852 vsize=59016 CPUtime=5000.09 cores=1
/proc/26854/stat : 26854 (clasp) R 26852 26852 26043 0 -1 4202496 13168 0 0 0 500006 3 0 0 25 0 1 0 527636883 60432384 10470 33554432000 4194304 4785740 140736843449472 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26854/statm: 14754 10470 341 145 0 11799 0
[pid=26855] ppid=26852 vsize=456656 CPUtime=5000.11 cores=2
/proc/26855/stat : 26855 (TNM) R 26852 26852 26043 0 -1 4202496 556 0 0 0 500010 1 0 0 25 0 1 0 527636883 467615744 453 33554432000 134512640 134534564 4294736032 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26855/statm: 114164 453 95 6 0 112830 0
[pid=26856] ppid=26852 vsize=696184 CPUtime=5000.11 cores=3
/proc/26856/stat : 26856 (march_hi) R 26852 26852 26043 0 -1 4202496 117850 0 0 0 499921 90 0 0 25 0 1 0 527636883 712892416 116922 33554432000 4194304 4331988 140736698744368 18446744073709551615 4239528 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26856/statm: 174046 116922 175 34 0 172488 0
[pid=26858] ppid=26852 vsize=323900 CPUtime=19971.1 cores=4-7
/proc/26858/stat : 26858 (plingeling) S 26852 26852 26043 0 -1 4202496 611253 1255 0 0 1997010 95 0 0 18 0 5 0 527636883 331673600 53047 33554432000 4194304 4356188 140733209439200 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26858/statm: 80975 53047 161 40 0 79519 0
[pid=26858/tid=26865] ppid=26852 vsize=323900 CPUtime=4999.12 cores=4-7
/proc/26858/task/26865/stat : 26865 (plingeling) R 26852 26852 26043 0 -1 4202560 149241 1255 0 0 499888 24 0 0 25 0 5 0 527636885 331673600 53047 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26858/tid=26866] ppid=26852 vsize=323900 CPUtime=4998.95 cores=4-7
/proc/26858/task/26866/stat : 26866 (plingeling) R 26852 26852 26043 0 -1 4202560 148772 1255 0 0 499872 23 0 0 25 0 5 0 527636885 331673600 53047 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26858/tid=26867] ppid=26852 vsize=323900 CPUtime=5000.1 cores=4-7
/proc/26858/task/26867/stat : 26867 (plingeling) R 26852 26852 26043 0 -1 4202560 157488 1255 0 0 499987 23 0 0 25 0 5 0 527636885 331673600 53047 33554432000 4194304 4356188 140733209439200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26858/tid=26868] ppid=26852 vsize=323900 CPUtime=4972.85 cores=4-7
/proc/26858/task/26868/stat : 26868 (plingeling) R 26852 26852 26043 0 -1 4202560 154565 1255 0 0 497261 24 0 0 25 0 5 0 527636885 331673600 53047 33554432000 4194304 4356188 140733209439200 18446744073709551615 4332239 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39971.3
Current children cumulated vsize (KiB) 1683188

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26852 and gives
#  childrusage.ru_utime.tv_sec=14998
#  childrusage.ru_utime.tv_usec=841829
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=370791
# CPU time returned by wait4() is 15000.2
# while last known CPU time is 39971.3
#
# 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.3
CPU user time (s): 39968.1
CPU system time (s): 3.19
CPU usage (%): 799.424
Max. virtual memory (cumulated for all children) (KiB): 15950488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14998.8
system time used= 1.37079
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 306269
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= 877
involuntary context switches= 31610

runsolver used 7.8848 second user time and 19.3701 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-30 12:45:43
IDJOB=3220869
IDBENCH=82828
IDSOLVER=1638
FILE ID=node103/3220869-1304160342
RUNJOBID= node103-1304145211-26057
PBS_JOBID= 13170871
Free space on /tmp= 72608 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S1980280938-088.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3220869-1304160342/watcher-3220869-1304160342 -o /tmp/evaluation-result-3220869-1304160342/solver-3220869-1304160342 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3220869-1304160342.cnf

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

MD5SUM BENCH= 4fa782cc700b96dfddf41b0ed3b14006
RANDOM SEED=2060764298

node103.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.858
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.71
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.858
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.858
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.75
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.858
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.77
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.858
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.75
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.858
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.858
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.83
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.858
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:      18743568 kB
Buffers:       2152032 kB
Cached:       11403192 kB
SwapCached:          0 kB
Active:        5683548 kB
Inactive:      7935048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18743568 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10212 kB
Writeback:           0 kB
AnonPages:       63728 kB
Mapped:          14804 kB
Slab:           521428 kB
PageTables:       4980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184532 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= 72596 MiB
End job on node103 at 2011-04-30 14:09:05