Trace number 3264505

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) 4800.3 1201.71

General information on the benchmark

NameSAT04/handmade/connamacher/connm-d-0.02/
connm-ue-csp-sat-n1200-d-0.02-s405595518.used-as.sat04-950.cnf
MD5SUM287d3b23c6f72107e24ae4186653564e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark950.907
Satisfiable
(Un)Satisfiability was proved
Number of variables1124
Number of clauses13289
Sum of the clauses size40148
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 313008
Number of clauses of size 4281
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.03	This is pico-portfolio, a naive parallel portfolio
0.00/0.03	Copyright (C) 2011 Olivier Roussel
0.00/0.03	Using 4 processing units
0.00/0.03	This portfolio uses the following solvers:
0.00/0.03	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.03	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.03	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.03	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.03	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.03	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.03	Starting clasp 1.3.6 on core(s) 4
0.00/0.03	Starting TNM 2009 on core(s) 6
0.00/0.03	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.03	Starting march_hi 2009 on core(s) 6
4800.23/1201.71	Done

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-3264505-1304094035/watcher-3264505-1304094035 -o /tmp/evaluation-result-3264505-1304094035/solver-3264505-1304094035 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3264505-1304094035.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 10.19 10.18 10.10 7/182 24905
/proc/meminfo: memFree=12367340/32951124 swapFree=67102140/67111528
[pid=24905] ppid=24903 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24905/stat : 24905 (ppfolio) R 24903 24905 24128 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 599634173 18763776 390 33554432000 4194304 4287625 140735271380848 18446744073709551615 216735198735 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/24905/statm: 4581 390 341 23 0 91 0

[startup+0.113012 s]
/proc/loadavg: 10.19 10.18 10.10 7/182 24905
/proc/meminfo: memFree=12367340/32951124 swapFree=67102140/67111528
[pid=24905] ppid=24903 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24905/stat : 24905 (ppfolio) R 24903 24905 24128 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 599634173 18763776 390 33554432000 4194304 4287625 140735271380848 18446744073709551615 216735198735 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/24905/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200997 s]
/proc/loadavg: 10.19 10.18 10.10 7/182 24905
/proc/meminfo: memFree=12367340/32951124 swapFree=67102140/67111528
[pid=24905] ppid=24903 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24905/stat : 24905 (ppfolio) S 24903 24905 24128 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 599634173 18763776 390 33554432000 4194304 4287625 140735271380848 18446744073709551615 216735198735 0 0 4096 65536 4281771099177353215 0 0 17 2 0 0 0
/proc/24905/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300979 s]
/proc/loadavg: 10.19 10.18 10.10 7/182 24905
/proc/meminfo: memFree=12367340/32951124 swapFree=67102140/67111528
[pid=24905] ppid=24903 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24905/stat : 24905 (ppfolio) S 24903 24905 24128 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 599634173 18763776 390 33554432000 4194304 4287625 140735271380848 18446744073709551615 216735198735 0 0 4096 65536 4281771099177353215 0 0 17 2 0 0 0
/proc/24905/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700909 s]
/proc/loadavg: 10.19 10.18 10.10 7/182 24905
/proc/meminfo: memFree=12367340/32951124 swapFree=67102140/67111528
[pid=24905] ppid=24903 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24905/stat : 24905 (ppfolio) S 24903 24905 24128 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 599634173 18763776 390 33554432000 4194304 4287625 140735271380848 18446744073709551615 216735198735 0 0 4096 65536 4281771099177353215 0 0 17 2 0 0 0
/proc/24905/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50077 s]
/proc/loadavg: 10.19 10.18 10.10 11/188 24911
/proc/meminfo: memFree=12334304/32951124 swapFree=67102140/67111528
[pid=24905] ppid=24903 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24905/stat : 24905 (ppfolio) S 24903 24905 24128 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 599634173 18763776 390 33554432000 4194304 4287625 140735271380848 18446744073709551615 216735198735 0 0 4096 65536 4281771099177353215 0 0 17 2 0 0 0
/proc/24905/statm: 4581 390 341 23 0 91 0
[pid=24906] ppid=24905 vsize=1520832 CPUtime=1.49 cores=0
/proc/24906/stat : 24906 (cryptominisat) R 24905 24905 24128 0 -1 4202496 3185 0 0 0 149 0 0 0 20 0 1 0 599634173 1557331968 1406 33554432000 4194304 4587354 140735203075440 18446744073709551615 4238271 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24906/statm: 380208 1406 331 96 0 376770 0
[pid=24907] ppid=24905 vsize=15812 CPUtime=1.49 cores=4
/proc/24907/stat : 24907 (clasp) R 24905 24905 24128 0 -1 4202496 1439 0 0 0 149 0 0 0 20 0 1 0 599634174 16191488 1295 33554432000 4194304 4785740 140734345111360 18446744073709551615 4312749 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24907/statm: 3953 1295 340 145 0 998 0
[pid=24908] ppid=24905 vsize=456636 CPUtime=0.78 cores=6
/proc/24908/stat : 24908 (TNM) R 24905 24905 24128 0 -1 4202496 660 0 0 0 78 0 0 0 25 0 1 0 599634174 467595264 557 33554432000 134512640 134534564 4294659024 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24908/statm: 114159 557 95 6 0 112825 0
[pid=24909] ppid=24905 vsize=6720 CPUtime=1.49 cores=2
/proc/24909/stat : 24909 (lingeling) R 24905 24905 24128 0 -1 4202496 1104 0 0 0 149 0 0 0 25 0 1 0 599634174 6881280 841 33554432000 4194304 4352236 140735617556592 18446744073709551615 4327896 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/24909/statm: 1680 841 127 39 0 760 0
[pid=24910] ppid=24905 vsize=26872 CPUtime=0.69 cores=6
/proc/24910/stat : 24910 (march_hi) R 24905 24905 24128 0 -1 4202496 8149 0 0 0 69 0 0 0 25 0 1 0 599634174 27516928 5103 33554432000 4194304 4331988 140735887572816 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24910/statm: 6718 5103 174 34 0 5160 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 2045196

[startup+3.10049 s]
/proc/loadavg: 10.25 10.19 10.10 11/188 24911
/proc/meminfo: memFree=12330088/32951124 swapFree=67102140/67111528
[pid=24905] ppid=24903 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24905/stat : 24905 (ppfolio) S 24903 24905 24128 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 599634173 18763776 390 33554432000 4194304 4287625 140735271380848 18446744073709551615 216735198735 0 0 4096 65536 4281771099177353215 0 0 17 2 0 0 0
/proc/24905/statm: 4581 390 341 23 0 91 0
[pid=24906] ppid=24905 vsize=1531124 CPUtime=3.09 cores=0
/proc/24906/stat : 24906 (cryptominisat) R 24905 24905 24128 0 -1 4202496 6584 0 0 0 309 0 0 0 25 0 1 0 599634173 1567870976 4154 33554432000 4194304 4587354 140735203075440 18446744073709551615 4364788 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24906/statm: 382781 4154 337 96 0 379343 0
[pid=24907] ppid=24905 vsize=16880 CPUtime=3.09 cores=4
/proc/24907/stat : 24907 (clasp) R 24905 24905 24128 0 -1 4202496 1709 0 0 0 309 0 0 0 25 0 1 0 599634174 17285120 1565 33554432000 4194304 4785740 140734345111360 18446744073709551615 4553051 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24907/statm: 4220 1565 340 145 0 1265 0
[pid=24908] ppid=24905 vsize=456636 CPUtime=1.57 cores=6
/proc/24908/stat : 24908 (TNM) R 24905 24905 24128 0 -1 4202496 660 0 0 0 157 0 0 0 25 0 1 0 599634174 467595264 557 33554432000 134512640 134534564 4294659024 18446744073709551615 6186398 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24908/statm: 114159 557 95 6 0 112825 0
[pid=24909] ppid=24905 vsize=6804 CPUtime=3.09 cores=2
/proc/24909/stat : 24909 (lingeling) R 24905 24905 24128 0 -1 4202496 1296 0 0 0 309 0 0 0 25 0 1 0 599634174 6967296 880 33554432000 4194304 4352236 140735617556592 18446744073709551615 4328205 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/24909/statm: 1701 880 127 39 0 781 0
[pid=24910] ppid=24905 vsize=26872 CPUtime=1.49 cores=6
/proc/24910/stat : 24910 (march_hi) R 24905 24905 24128 0 -1 4202496 8149 0 0 0 149 0 0 0 25 0 1 0 599634174 27516928 5103 33554432000 4194304 4331988 140735887572816 18446744073709551615 216734875113 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24910/statm: 6718 5103 174 34 0 5160 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 2056640

[startup+6.30093 s]
/proc/loadavg: 10.25 10.19 10.10 11/188 24911
/proc/meminfo: memFree=12308880/32951124 swapFree=67102140/67111528
[pid=24905] ppid=24903 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24905/stat : 24905 (ppfolio) S 24903 24905 24128 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 599634173 18763776 390 33554432000 4194304 4287625 140735271380848 18446744073709551615 216735198735 0 0 4096 65536 4281771099177353215 0 0 17 2 0 0 0
/proc/24905/statm: 4581 390 341 23 0 91 0
[pid=24906] ppid=24905 vsize=1533528 CPUtime=6.28 cores=0
/proc/24906/stat : 24906 (cryptominisat) R 24905 24905 24128 0 -1 4202496 8726 0 0 0 628 0 0 0 25 0 1 0 599634173 1570332672 4288 33554432000 4194304 4587354 140735203075440 18446744073709551615 4238719 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24906/statm: 383382 4288 337 96 0 379944 0
[pid=24907] ppid=24905 vsize=17696 CPUtime=6.29 cores=4
/proc/24907/stat : 24907 (clasp) R 24905 24905 24128 0 -1 4202496 1924 0 0 0 629 0 0 0 25 0 1 0 599634174 18120704 1780 33554432000 4194304 4785740 140734345111360 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24907/statm: 4424 1780 340 145 0 1469 0
[pid=24908] ppid=24905 vsize=456636 CPUtime=3.15 cores=6
/proc/24908/stat : 24908 (TNM) R 24905 24905 24128 0 -1 4202496 660 0 0 0 315 0 0 0 25 0 1 0 599634174 467595264 557 33554432000 134512640 134534564 4294659024 18446744073709551615 134528968 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24908/statm: 114159 557 95 6 0 112825 0
[pid=24909] ppid=24905 vsize=8248 CPUtime=6.29 cores=2
/proc/24909/stat : 24909 (lingeling) R 24905 24905 24128 0 -1 4202496 1641 0 0 0 629 0 0 0 25 0 1 0 599634174 8445952 1223 33554432000 4194304 4352236 140735617556592 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/24909/statm: 2062 1223 127 39 0 1142 0
[pid=24910] ppid=24905 vsize=26872 CPUtime=3.09 cores=6
/proc/24910/stat : 24910 (march_hi) R 24905 24905 24128 0 -1 4202496 8149 0 0 0 309 0 0 0 25 0 1 0 599634174 27516928 5103 33554432000 4194304 4331988 140735887572816 18446744073709551615 4292636 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24910/statm: 6718 5103 174 34 0 5160 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 2061304

[startup+12.7008 s]
/proc/loadavg: 10.21 10.18 10.10 11/188 24911
/proc/meminfo: memFree=12303836/32951124 swapFree=67102140/67111528
[pid=24905] ppid=24903 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24905/stat : 24905 (ppfolio) S 24903 24905 24128 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 599634173 18763776 390 33554432000 4194304 4287625 140735271380848 18446744073709551615 216735198735 0 0 4096 65536 4281771099177353215 0 0 17 2 0 0 0
/proc/24905/statm: 4581 390 341 23 0 91 0
[pid=24906] ppid=24905 vsize=1535156 CPUtime=12.68 cores=0
/proc/24906/stat : 24906 (cryptominisat) R 24905 24905 24128 0 -1 4202496 12217 0 0 0 1267 1 0 0 25 0 1 0 599634173 1571999744 5113 33554432000 4194304 4587354 140735203075440 18446744073709551615 4238654 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24906/statm: 383789 5113 337 96 0 380351 0
[pid=24907] ppid=24905 vsize=19896 CPUtime=12.69 cores=4
/proc/24907/stat : 24907 (clasp) R 24905 24905 24128 0 -1 4202496 2447 0 0 0 1269 0 0 0 25 0 1 0 599634174 20373504 2303 33554432000 4194304 4785740 140734345111360 18446744073709551615 4309545 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24907/statm: 4974 2303 340 145 0 2019 0
[pid=24908] ppid=24905 vsize=456636 CPUtime=6.32 cores=6
/proc/24908/stat : 24908 (TNM) R 24905 24905 24128 0 -1 4202496 660 0 0 0 632 0 0 0 25 0 1 0 599634174 467595264 557 33554432000 134512640 134534564 4294659024 18446744073709551615 134528612 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24908/statm: 114159 557 95 6 0 112825 0
[pid=24909] ppid=24905 vsize=9488 CPUtime=12.69 cores=2
/proc/24909/stat : 24909 (lingeling) R 24905 24905 24128 0 -1 4202496 1952 0 0 0 1269 0 0 0 25 0 1 0 599634174 9715712 1533 33554432000 4194304 4352236 140735617556592 18446744073709551615 4328079 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/24909/statm: 2372 1533 127 39 0 1452 0
[pid=24910] ppid=24905 vsize=26872 CPUtime=6.29 cores=6
/proc/24910/stat : 24910 (march_hi) R 24905 24905 24128 0 -1 4202496 8188 0 0 0 629 0 0 0 25 0 1 0 599634174 27516928 5142 33554432000 4194304 4331988 140735887572816 18446744073709551615 4298853 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24910/statm: 6718 5142 174 34 0 5160 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 2066372

[startup+25.5006 s]
/proc/loadavg: 10.18 10.18 10.10 11/188 24912
/proc/meminfo: memFree=12277932/32951124 swapFree=67102140/67111528
[pid=24905] ppid=24903 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24905/stat : 24905 (ppfolio) S 24903 24905 24128 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 599634173 18763776 390 33554432000 4194304 4287625 140735271380848 18446744073709551615 216735198735 0 0 4096 65536 4281771099177353215 0 0 17 2 0 0 0
/proc/24905/statm: 4581 390 341 23 0 91 0
[pid=24906] ppid=24905 vsize=1552460 CPUtime=25.49 cores=0
/proc/24906/stat : 24906 (cryptominisat) R 24905 24905 24128 0 -1 4202496 17597 0 0 0 2546 3 0 0 25 0 1 0 599634173 1589719040 7139 33554432000 4194304 4587354 140735203075440 18446744073709551615 4238692 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24906/statm: 388115 7139 337 96 0 384677 0
[pid=24907] ppid=24905 vsize=21952 CPUtime=25.49 cores=4
/proc/24907/stat : 24907 (clasp) R 24905 24905 24128 0 -1 4202496 2942 0 0 0 2549 0 0 0 25 0 1 0 599634174 22478848 2798 33554432000 4194304 4785740 140734345111360 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24907/statm: 5488 2798 340 145 0 2533 0
[pid=24908] ppid=24905 vsize=456636 CPUtime=12.72 cores=6
/proc/24908/stat : 24908 (TNM) R 24905 24905 24128 0 -1 4202496 660 0 0 0 1272 0 0 0 25 0 1 0 599634174 467595264 557 33554432000 134512640 134534564 4294659024 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24908/statm: 114159 557 95 6 0 112825 0
[pid=24909] ppid=24905 vsize=9980 CPUtime=25.49 cores=2
/proc/24909/stat : 24909 (lingeling) R 24905 24905 24128 0 -1 4202496 2080 0 0 0 2549 0 0 0 25 0 1 0 599634174 10219520 1656 33554432000 4194304 4352236 140735617556592 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/24909/statm: 2495 1656 127 39 0 1575 0
[pid=24910] ppid=24905 vsize=27376 CPUtime=12.62 cores=6
/proc/24910/stat : 24910 (march_hi) R 24905 24905 24128 0 -1 4202496 8228 0 0 0 1262 0 0 0 25 0 1 0 599634174 28033024 5182 33554432000 4194304 4331988 140735887572816 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24910/statm: 6844 5182 174 34 0 5286 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 2086728

[startup+51.1011 s]
/proc/loadavg: 10.25 10.19 10.10 11/188 24912
/proc/meminfo: memFree=12270408/32951124 swapFree=67102140/67111528
[pid=24905] ppid=24903 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24905/stat : 24905 (ppfolio) S 24903 24905 24128 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 599634173 18763776 390 33554432000 4194304 4287625 140735271380848 18446744073709551615 216735198735 0 0 4096 65536 4281771099177353215 0 0 17 2 0 0 0
/proc/24905/statm: 4581 390 341 23 0 91 0
[pid=24906] ppid=24905 vsize=1536576 CPUtime=51.09 cores=0
/proc/24906/stat : 24906 (cryptominisat) R 24905 24905 24128 0 -1 4202496 25589 0 0 0 5105 4 0 0 25 0 1 0 599634173 1573453824 7585 33554432000 4194304 4587354 140735203075440 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24906/statm: 384144 7585 337 96 0 380706 0
[pid=24907] ppid=24905 vsize=24676 CPUtime=51.09 cores=4
/proc/24907/stat : 24907 (clasp) R 24905 24905 24128 0 -1 4202496 3582 0 0 0 5109 0 0 0 25 0 1 0 599634174 25268224 3438 33554432000 4194304 4785740 140734345111360 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24907/statm: 6169 3438 340 145 0 3214 0
[pid=24908] ppid=24905 vsize=456636 CPUtime=25.42 cores=6
/proc/24908/stat : 24908 (TNM) R 24905 24905 24128 0 -1 4202496 660 0 0 0 2542 0 0 0 25 0 1 0 599634174 467595264 557 33554432000 134512640 134534564 4294659024 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24908/statm: 114159 557 95 6 0 112825 0
[pid=24909] ppid=24905 vsize=13572 CPUtime=51.08 cores=2

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

[pid=24906] ppid=24905 vsize=1575796 CPUtime=882.31 cores=0
/proc/24906/stat : 24906 (cryptominisat) R 24905 24905 24128 0 -1 4202496 174325 0 0 0 88183 48 0 0 25 0 1 0 599634173 1613615104 16518 33554432000 4194304 4587354 140735203075440 18446744073709551615 4238491 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24906/statm: 393949 16518 337 96 0 390511 0
[pid=24907] ppid=24905 vsize=48672 CPUtime=882.31 cores=4
/proc/24907/stat : 24907 (clasp) R 24905 24905 24128 0 -1 4202496 9086 0 0 0 88226 5 0 0 25 0 1 0 599634174 49840128 8942 33554432000 4194304 4785740 140734345111360 18446744073709551615 4299680 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24907/statm: 12168 8942 340 145 0 9213 0
[pid=24908] ppid=24905 vsize=456636 CPUtime=438.75 cores=6
/proc/24908/stat : 24908 (TNM) R 24905 24905 24128 0 -1 4202496 660 0 0 0 43875 0 0 0 25 0 1 0 599634174 467595264 557 33554432000 134512640 134534564 4294659024 18446744073709551615 134528972 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24908/statm: 114159 557 95 6 0 112825 0
[pid=24909] ppid=24905 vsize=29468 CPUtime=882.29 cores=2
/proc/24909/stat : 24909 (lingeling) R 24905 24905 24128 0 -1 4202496 41021 0 0 0 88219 10 0 0 25 0 1 0 599634174 30175232 6549 33554432000 4194304 4352236 140735617556592 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/24909/statm: 7367 6549 127 39 0 6447 0
[pid=24910] ppid=24905 vsize=43328 CPUtime=438.69 cores=6
/proc/24910/stat : 24910 (march_hi) R 24905 24905 24128 0 -1 4202496 11802 0 0 0 43867 2 0 0 25 0 1 0 599634174 44367872 8756 33554432000 4194304 4331988 140735887572816 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24910/statm: 10832 8756 174 34 0 9274 0
Current children cumulated CPU time (s) 3524.35
Current children cumulated vsize (KiB) 2172224

[startup+942.301 s]
/proc/loadavg: 9.08 9.28 9.66 10/187 24969
/proc/meminfo: memFree=6418468/32951124 swapFree=67102140/67111528
[pid=24905] ppid=24903 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24905/stat : 24905 (ppfolio) S 24903 24905 24128 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 599634173 18763776 390 33554432000 4194304 4287625 140735271380848 18446744073709551615 216735198735 0 0 4096 65536 4281771099177353215 0 0 17 2 0 0 0
/proc/24905/statm: 4581 390 341 23 0 91 0
[pid=24906] ppid=24905 vsize=1583660 CPUtime=942.3 cores=0
/proc/24906/stat : 24906 (cryptominisat) R 24905 24905 24128 0 -1 4202496 176771 0 0 0 94181 49 0 0 25 0 1 0 599634173 1621667840 16518 33554432000 4194304 4587354 140735203075440 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24906/statm: 395915 16518 337 96 0 392477 0
[pid=24907] ppid=24905 vsize=49436 CPUtime=942.3 cores=4
/proc/24907/stat : 24907 (clasp) R 24905 24905 24128 0 -1 4202496 9262 0 0 0 94225 5 0 0 25 0 1 0 599634174 50622464 9118 33554432000 4194304 4785740 140734345111360 18446744073709551615 4553054 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24907/statm: 12359 9118 340 145 0 9404 0
[pid=24908] ppid=24905 vsize=456636 CPUtime=468.59 cores=6
/proc/24908/stat : 24908 (TNM) R 24905 24905 24128 0 -1 4202496 660 0 0 0 46859 0 0 0 25 0 1 0 599634174 467595264 557 33554432000 134512640 134534564 4294659024 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24908/statm: 114159 557 95 6 0 112825 0
[pid=24909] ppid=24905 vsize=24348 CPUtime=942.28 cores=2
/proc/24909/stat : 24909 (lingeling) R 24905 24905 24128 0 -1 4202496 42301 0 0 0 94218 10 0 0 25 0 1 0 599634174 24932352 5269 33554432000 4194304 4352236 140735617556592 18446744073709551615 4231284 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/24909/statm: 6087 5269 127 39 0 5167 0
[pid=24910] ppid=24905 vsize=43328 CPUtime=468.53 cores=6
/proc/24910/stat : 24910 (march_hi) R 24905 24905 24128 0 -1 4202496 11964 0 0 0 46851 2 0 0 25 0 1 0 599634174 44367872 8918 33554432000 4194304 4331988 140735887572816 18446744073709551615 4239610 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24910/statm: 10832 8918 174 34 0 9274 0
Current children cumulated CPU time (s) 3764
Current children cumulated vsize (KiB) 2175732

[startup+1002.3 s]
/proc/loadavg: 9.07 9.24 9.62 10/187 24971
/proc/meminfo: memFree=6163592/32951124 swapFree=67102140/67111528
[pid=24905] ppid=24903 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24905/stat : 24905 (ppfolio) S 24903 24905 24128 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 599634173 18763776 390 33554432000 4194304 4287625 140735271380848 18446744073709551615 216735198735 0 0 4096 65536 4281771099177353215 0 0 17 2 0 0 0
/proc/24905/statm: 4581 390 341 23 0 91 0
[pid=24906] ppid=24905 vsize=7851096 CPUtime=1002.31 cores=0
/proc/24906/stat : 24906 (cryptominisat) R 24905 24905 24128 0 -1 4202496 179309 0 0 0 100180 51 0 0 25 0 1 0 599634173 8039522304 16518 33554432000 4194304 4587354 140735203075440 18446744073709551615 4241215 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24906/statm: 1962774 16518 337 96 0 1959336 0
[pid=24907] ppid=24905 vsize=50900 CPUtime=1002.31 cores=4
/proc/24907/stat : 24907 (clasp) R 24905 24905 24128 0 -1 4202496 9618 0 0 0 100225 6 0 0 25 0 1 0 599634174 52121600 9474 33554432000 4194304 4785740 140734345111360 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24907/statm: 12725 9474 340 145 0 9770 0
[pid=24908] ppid=24905 vsize=456636 CPUtime=498.44 cores=6
/proc/24908/stat : 24908 (TNM) R 24905 24905 24128 0 -1 4202496 660 0 0 0 49844 0 0 0 25 0 1 0 599634174 467595264 557 33554432000 134512640 134534564 4294659024 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24908/statm: 114159 557 95 6 0 112825 0
[pid=24909] ppid=24905 vsize=25372 CPUtime=1002.28 cores=2
/proc/24909/stat : 24909 (lingeling) R 24905 24905 24128 0 -1 4202496 44989 0 0 0 100218 10 0 0 25 0 1 0 599634174 25980928 5525 33554432000 4194304 4352236 140735617556592 18446744073709551615 4328035 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/24909/statm: 6343 5525 127 39 0 5423 0
[pid=24910] ppid=24905 vsize=43328 CPUtime=498.34 cores=6
/proc/24910/stat : 24910 (march_hi) R 24905 24905 24128 0 -1 4202496 12128 0 0 0 49832 2 0 0 25 0 1 0 599634174 44367872 9082 33554432000 4194304 4331988 140735887572816 18446744073709551615 4210510 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24910/statm: 10832 9082 174 34 0 9274 0
Current children cumulated CPU time (s) 4003.68
Current children cumulated vsize (KiB) 8445656

[startup+1062.3 s]
/proc/loadavg: 9.09 9.22 9.59 10/187 24972
/proc/meminfo: memFree=5976420/32951124 swapFree=67102140/67111528
[pid=24905] ppid=24903 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24905/stat : 24905 (ppfolio) S 24903 24905 24128 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 599634173 18763776 390 33554432000 4194304 4287625 140735271380848 18446744073709551615 216735198735 0 0 4096 65536 4281771099177353215 0 0 17 2 0 0 0
/proc/24905/statm: 4581 390 341 23 0 91 0
[pid=24906] ppid=24905 vsize=7843724 CPUtime=1062.31 cores=0
/proc/24906/stat : 24906 (cryptominisat) R 24905 24905 24128 0 -1 4202496 189172 0 0 0 106177 54 0 0 25 0 1 0 599634173 8031973376 12749 33554432000 4194304 4587354 140735203075440 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24906/statm: 1960931 12749 337 96 0 1957493 0
[pid=24907] ppid=24905 vsize=51748 CPUtime=1062.31 cores=4
/proc/24907/stat : 24907 (clasp) R 24905 24905 24128 0 -1 4202496 9817 0 0 0 106225 6 0 0 25 0 1 0 599634174 52989952 9673 33554432000 4194304 4785740 140734345111360 18446744073709551615 4550319 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24907/statm: 12937 9673 340 145 0 9982 0
[pid=24908] ppid=24905 vsize=456636 CPUtime=528.24 cores=6
/proc/24908/stat : 24908 (TNM) R 24905 24905 24128 0 -1 4202496 660 0 0 0 52824 0 0 0 25 0 1 0 599634174 467595264 557 33554432000 134512640 134534564 4294659024 18446744073709551615 134528451 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24908/statm: 114159 557 95 6 0 112825 0
[pid=24909] ppid=24905 vsize=27420 CPUtime=1062.29 cores=2
/proc/24909/stat : 24909 (lingeling) R 24905 24905 24128 0 -1 4202496 47933 0 0 0 106218 11 0 0 25 0 1 0 599634174 28078080 6037 33554432000 4194304 4352236 140735617556592 18446744073709551615 4328109 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/24909/statm: 6855 6037 127 39 0 5935 0
[pid=24910] ppid=24905 vsize=49148 CPUtime=528.22 cores=6
/proc/24910/stat : 24910 (march_hi) R 24905 24905 24128 0 -1 4202496 12289 0 0 0 52820 2 0 0 25 0 1 0 599634174 50327552 9243 33554432000 4194304 4331988 140735887572816 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24910/statm: 12287 9243 174 34 0 10729 0
Current children cumulated CPU time (s) 4243.37
Current children cumulated vsize (KiB) 8447000

[startup+1122.3 s]
/proc/loadavg: 9.58 9.32 9.59 10/187 24977
/proc/meminfo: memFree=5593272/32951124 swapFree=67102140/67111528
[pid=24905] ppid=24903 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24905/stat : 24905 (ppfolio) S 24903 24905 24128 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 599634173 18763776 390 33554432000 4194304 4287625 140735271380848 18446744073709551615 216735198735 0 0 4096 65536 4281771099177353215 0 0 17 2 0 0 0
/proc/24905/statm: 4581 390 341 23 0 91 0
[pid=24906] ppid=24905 vsize=1568496 CPUtime=1122.31 cores=0
/proc/24906/stat : 24906 (cryptominisat) R 24905 24905 24128 0 -1 4202496 195679 0 0 0 112175 56 0 0 25 0 1 0 599634173 1606139904 12436 33554432000 4194304 4587354 140735203075440 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24906/statm: 392124 12436 337 96 0 388686 0
[pid=24907] ppid=24905 vsize=52444 CPUtime=1122.31 cores=4
/proc/24907/stat : 24907 (clasp) R 24905 24905 24128 0 -1 4202496 9985 0 0 0 112225 6 0 0 25 0 1 0 599634174 53702656 9841 33554432000 4194304 4785740 140734345111360 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24907/statm: 13111 9841 340 145 0 10156 0
[pid=24908] ppid=24905 vsize=456636 CPUtime=558.12 cores=6
/proc/24908/stat : 24908 (TNM) R 24905 24905 24128 0 -1 4202496 660 0 0 0 55812 0 0 0 25 0 1 0 599634174 467595264 557 33554432000 134512640 134534564 4294659024 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24908/statm: 114159 557 95 6 0 112825 0
[pid=24909] ppid=24905 vsize=24860 CPUtime=1122.29 cores=2
/proc/24909/stat : 24909 (lingeling) R 24905 24905 24128 0 -1 4202496 50109 0 0 0 112218 11 0 0 25 0 1 0 599634174 25456640 5397 33554432000 4194304 4352236 140735617556592 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/24909/statm: 6215 5397 127 39 0 5295 0
[pid=24910] ppid=24905 vsize=49148 CPUtime=558.01 cores=6
/proc/24910/stat : 24910 (march_hi) R 24905 24905 24128 0 -1 4202496 12446 0 0 0 55799 2 0 0 25 0 1 0 599634174 50327552 9400 33554432000 4194304 4331988 140735887572816 18446744073709551615 4210516 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24910/statm: 12287 9400 174 34 0 10729 0
Current children cumulated CPU time (s) 4483.04
Current children cumulated vsize (KiB) 2169908

[startup+1182.3 s]
/proc/loadavg: 9.36 9.29 9.56 10/187 24978
/proc/meminfo: memFree=4542112/32951124 swapFree=67102140/67111528
[pid=24905] ppid=24903 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24905/stat : 24905 (ppfolio) S 24903 24905 24128 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 599634173 18763776 390 33554432000 4194304 4287625 140735271380848 18446744073709551615 216735198735 0 0 4096 65536 4281771099177353215 0 0 17 2 0 0 0
/proc/24905/statm: 4581 390 341 23 0 91 0
[pid=24906] ppid=24905 vsize=7828588 CPUtime=1182.32 cores=0
/proc/24906/stat : 24906 (cryptominisat) R 24905 24905 24128 0 -1 4202496 200736 0 0 0 118173 59 0 0 25 0 1 0 599634173 8016474112 12086 33554432000 4194304 4587354 140735203075440 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24906/statm: 1957147 12086 337 96 0 1953709 0
[pid=24907] ppid=24905 vsize=53076 CPUtime=1182.31 cores=4
/proc/24907/stat : 24907 (clasp) R 24905 24905 24128 0 -1 4202496 10132 0 0 0 118225 6 0 0 25 0 1 0 599634174 54349824 9988 33554432000 4194304 4785740 140734345111360 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24907/statm: 13269 9988 340 145 0 10314 0
[pid=24908] ppid=24905 vsize=456636 CPUtime=587.93 cores=6
/proc/24908/stat : 24908 (TNM) R 24905 24905 24128 0 -1 4202496 660 0 0 0 58793 0 0 0 25 0 1 0 599634174 467595264 557 33554432000 134512640 134534564 4294659024 18446744073709551615 134530329 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24908/statm: 114159 557 95 6 0 112825 0
[pid=24909] ppid=24905 vsize=25884 CPUtime=1182.29 cores=2
/proc/24909/stat : 24909 (lingeling) R 24905 24905 24128 0 -1 4202496 51773 0 0 0 118218 11 0 0 25 0 1 0 599634174 26505216 5653 33554432000 4194304 4352236 140735617556592 18446744073709551615 4328013 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/24909/statm: 6471 5653 127 39 0 5551 0
[pid=24910] ppid=24905 vsize=49148 CPUtime=587.88 cores=6
/proc/24910/stat : 24910 (march_hi) R 24905 24905 24128 0 -1 4202496 12605 0 0 0 58786 2 0 0 25 0 1 0 599634174 50327552 9559 33554432000 4194304 4331988 140735887572816 18446744073709551615 4212651 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24910/statm: 12287 9559 174 34 0 10729 0
Current children cumulated CPU time (s) 4722.73
Current children cumulated vsize (KiB) 8431656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 9.32 9.29 9.56 10/187 24979
/proc/meminfo: memFree=4115968/32951124 swapFree=67102140/67111528
[pid=24905] ppid=24903 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24905/stat : 24905 (ppfolio) S 24903 24905 24128 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 599634173 18763776 390 33554432000 4194304 4287625 140735271380848 18446744073709551615 216735198735 0 0 4096 65536 4281771099177353215 0 0 17 2 0 0 0
/proc/24905/statm: 4581 390 341 23 0 91 0
[pid=24906] ppid=24905 vsize=1566824 CPUtime=1201.72 cores=0
/proc/24906/stat : 24906 (cryptominisat) R 24905 24905 24128 0 -1 4202496 204525 0 0 0 120112 60 0 0 25 0 1 0 599634173 1604427776 14265 33554432000 4194304 4587354 140735203075440 18446744073709551615 4238435 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24906/statm: 391706 14265 337 96 0 388268 0
[pid=24907] ppid=24905 vsize=53288 CPUtime=1201.72 cores=4
/proc/24907/stat : 24907 (clasp) R 24905 24905 24128 0 -1 4202496 10170 0 0 0 120166 6 0 0 25 0 1 0 599634174 54566912 10026 33554432000 4194304 4785740 140734345111360 18446744073709551615 4287153 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24907/statm: 13322 10026 340 145 0 10367 0
[pid=24908] ppid=24905 vsize=456636 CPUtime=597.59 cores=6
/proc/24908/stat : 24908 (TNM) R 24905 24905 24128 0 -1 4202496 660 0 0 0 59759 0 0 0 25 0 1 0 599634174 467595264 557 33554432000 134512640 134534564 4294659024 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24908/statm: 114159 557 95 6 0 112825 0
[pid=24909] ppid=24905 vsize=26908 CPUtime=1201.69 cores=2
/proc/24909/stat : 24909 (lingeling) R 24905 24905 24128 0 -1 4202496 52029 0 0 0 120158 11 0 0 25 0 1 0 599634174 27553792 5909 33554432000 4194304 4352236 140735617556592 18446744073709551615 4328105 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/24909/statm: 6727 5909 127 39 0 5807 0
[pid=24910] ppid=24905 vsize=49148 CPUtime=597.51 cores=6
/proc/24910/stat : 24910 (march_hi) R 24905 24905 24128 0 -1 4202496 12656 0 0 0 59749 2 0 0 25 0 1 0 599634174 50327552 9610 33554432000 4194304 4331988 140735887572816 18446744073709551615 4210418 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24910/statm: 12287 9610 174 34 0 10729 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 2171128

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

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

Child status: 0
Real time (s): 1201.71
CPU time (s): 4800.3
CPU user time (s): 4799.47
CPU system time (s): 0.827874
CPU usage (%): 399.455
Max. virtual memory (cumulated for all children) (KiB): 8470472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.47
system time used= 0.827874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280599
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= 412
involuntary context switches= 33022

runsolver used 1.9597 second user time and 4.6023 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 18:20:35
IDJOB=3264505
IDBENCH=84643
IDSOLVER=1612
FILE ID=node119/3264505-1304094035
RUNJOBID= node119-1304090423-24477
PBS_JOBID= 13170550
Free space on /tmp= 71804 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT04/handmade/connamacher/connm-d-0.02/connm-ue-csp-sat-n1200-d-0.02-s405595518.used-as.sat04-950.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264505-1304094035/watcher-3264505-1304094035 -o /tmp/evaluation-result-3264505-1304094035/solver-3264505-1304094035 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3264505-1304094035.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 287d3b23c6f72107e24ae4186653564e
RANDOM SEED=1202705761

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12367504 kB
Buffers:       2235268 kB
Cached:       17325124 kB
SwapCached:       5504 kB
Active:        8366672 kB
Inactive:     11630012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12367504 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           10104 kB
Writeback:           0 kB
AnonPages:      433400 kB
Mapped:          16564 kB
Slab:           521792 kB
PageTables:       5968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2682424 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= 71588 MiB
End job on node119 at 2011-04-29 18:40:37