Trace number 3264461

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.34 1227.11

General information on the benchmark

NameSAT04/handmade/connamacher/connm-d0.04/
connm-ue-csp-sat-n800-d0.04-s1788334438.used-as.sat04-976.cnf
MD5SUM41d80cc808c021a52e21ee9950bc91e0
Bench CategoryCRAFTED (crafted 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 variables764
Number of clauses9695
Sum of the clauses size29276
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 39504
Number of clauses of size 4191
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 4 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] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	Starting march_hi 2009 on core(s) 7
4800.27/1227.11	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-3264461-1304093816/watcher-3264461-1304093816 -o /tmp/evaluation-result-3264461-1304093816/solver-3264461-1304093816 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3264461-1304093816.cnf 

running on 4 cores: 1,3,5,7

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: 8.81 9.03 8.90 7/182 15029
/proc/meminfo: memFree=19758468/32951124 swapFree=67111524/67111528
[pid=15029] ppid=15027 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15029/stat : 15029 (ppfolio) R 15027 15029 14150 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 520982024 18763776 389 33554432000 4194304 4287625 140735480638192 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/15029/statm: 4581 389 341 23 0 91 0

[startup+0.0691171 s]
/proc/loadavg: 8.81 9.03 8.90 7/182 15029
/proc/meminfo: memFree=19758468/32951124 swapFree=67111524/67111528
[pid=15029] ppid=15027 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15029/stat : 15029 (ppfolio) R 15027 15029 14150 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 520982024 18763776 389 33554432000 4194304 4287625 140735480638192 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/15029/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101109 s]
/proc/loadavg: 8.81 9.03 8.90 7/182 15029
/proc/meminfo: memFree=19758468/32951124 swapFree=67111524/67111528
[pid=15029] ppid=15027 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15029/stat : 15029 (ppfolio) R 15027 15029 14150 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 520982024 18763776 389 33554432000 4194304 4287625 140735480638192 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/15029/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301074 s]
/proc/loadavg: 8.81 9.03 8.90 7/182 15029
/proc/meminfo: memFree=19758468/32951124 swapFree=67111524/67111528
[pid=15029] ppid=15027 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15029/stat : 15029 (ppfolio) S 15027 15029 14150 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 520982024 18763776 389 33554432000 4194304 4287625 140735480638192 18446744073709551615 244446965263 0 0 4096 65536 2703241562720043007 0 0 17 5 0 0 0
/proc/15029/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700999 s]
/proc/loadavg: 8.81 9.03 8.90 7/182 15029
/proc/meminfo: memFree=19758468/32951124 swapFree=67111524/67111528
[pid=15029] ppid=15027 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15029/stat : 15029 (ppfolio) S 15027 15029 14150 0 -1 4202496 520 0 0 0 0 0 0 0 22 0 1 0 520982024 18763776 389 33554432000 4194304 4287625 140735480638192 18446744073709551615 244446965263 0 0 4096 65536 2703241562720043007 0 0 17 5 0 0 0
/proc/15029/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50085 s]
/proc/loadavg: 8.81 9.03 8.90 12/188 15035
/proc/meminfo: memFree=19600924/32951124 swapFree=67111524/67111528
[pid=15029] ppid=15027 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15029/stat : 15029 (ppfolio) S 15027 15029 14150 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520982024 18763776 389 33554432000 4194304 4287625 140735480638192 18446744073709551615 244446965263 0 0 4096 65536 2703241562720043007 0 0 17 5 0 0 0
/proc/15029/statm: 4581 389 341 23 0 91 0
[pid=15030] ppid=15029 vsize=1226408 CPUtime=1.49 cores=1
/proc/15030/stat : 15030 (cryptominisat) R 15029 15029 14150 0 -1 4202496 2550 0 0 0 149 0 0 0 25 0 1 0 520982025 1255841792 1160 33554432000 4194304 4587354 140734473703072 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15030/statm: 306602 1160 331 96 0 303164 0
[pid=15031] ppid=15029 vsize=14460 CPUtime=1.49 cores=5
/proc/15031/stat : 15031 (clasp) R 15029 15029 14150 0 -1 4202496 1088 0 0 0 149 0 0 0 25 0 1 0 520982025 14807040 974 33554432000 4194304 4785740 140735256445776 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15031/statm: 3615 974 340 145 0 660 0
[pid=15032] ppid=15029 vsize=456360 CPUtime=0.78 cores=7
/proc/15032/stat : 15032 (TNM) R 15029 15029 14150 0 -1 4202496 550 0 0 0 78 0 0 0 25 0 1 0 520982025 467312640 447 33554432000 134512640 134534564 4288756288 18446744073709551615 134528955 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15032/statm: 114090 447 95 6 0 112756 0
[pid=15033] ppid=15029 vsize=7212 CPUtime=1.49 cores=3
/proc/15033/stat : 15033 (lingeling) R 15029 15029 14150 0 -1 4202496 1220 0 0 0 149 0 0 0 25 0 1 0 520982025 7385088 1003 33554432000 4194304 4352236 140733945105264 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15033/statm: 1803 1003 127 39 0 883 0
[pid=15034] ppid=15029 vsize=21848 CPUtime=0.69 cores=7
/proc/15034/stat : 15034 (march_hi) R 15029 15029 14150 0 -1 4202496 6080 0 0 0 69 0 0 0 25 0 1 0 520982025 22372352 3898 33554432000 4194304 4331988 140736039845856 18446744073709551615 4299243 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15034/statm: 5462 3898 174 34 0 3904 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 1744612

[startup+3.10055 s]
/proc/loadavg: 8.81 9.03 8.90 11/188 15035
/proc/meminfo: memFree=19596240/32951124 swapFree=67111524/67111528
[pid=15029] ppid=15027 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15029/stat : 15029 (ppfolio) S 15027 15029 14150 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520982024 18763776 389 33554432000 4194304 4287625 140735480638192 18446744073709551615 244446965263 0 0 4096 65536 2703241562720043007 0 0 17 5 0 0 0
/proc/15029/statm: 4581 389 341 23 0 91 0
[pid=15030] ppid=15029 vsize=1228216 CPUtime=3.09 cores=1
/proc/15030/stat : 15030 (cryptominisat) R 15029 15029 14150 0 -1 4202496 3805 0 0 0 309 0 0 0 25 0 1 0 520982025 1257693184 1552 33554432000 4194304 4587354 140734473703072 18446744073709551615 4238692 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15030/statm: 307054 1552 338 96 0 303616 0
[pid=15031] ppid=15029 vsize=15004 CPUtime=3.09 cores=5
/proc/15031/stat : 15031 (clasp) R 15029 15029 14150 0 -1 4202496 1216 0 0 0 309 0 0 0 25 0 1 0 520982025 15364096 1102 33554432000 4194304 4785740 140735256445776 18446744073709551615 4550545 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15031/statm: 3751 1102 340 145 0 796 0
[pid=15032] ppid=15029 vsize=456360 CPUtime=1.57 cores=7
/proc/15032/stat : 15032 (TNM) R 15029 15029 14150 0 -1 4202496 550 0 0 0 157 0 0 0 25 0 1 0 520982025 467312640 447 33554432000 134512640 134534564 4288756288 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15032/statm: 114090 447 95 6 0 112756 0
[pid=15033] ppid=15029 vsize=8716 CPUtime=3.09 cores=3
/proc/15033/stat : 15033 (lingeling) R 15029 15029 14150 0 -1 4202496 1668 0 0 0 309 0 0 0 25 0 1 0 520982025 8925184 1347 33554432000 4194304 4352236 140733945105264 18446744073709551615 4279886 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15033/statm: 2179 1347 127 39 0 1259 0
[pid=15034] ppid=15029 vsize=21848 CPUtime=1.49 cores=7
/proc/15034/stat : 15034 (march_hi) R 15029 15029 14150 0 -1 4202496 6080 0 0 0 149 0 0 0 25 0 1 0 520982025 22372352 3898 33554432000 4194304 4331988 140736039845856 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15034/statm: 5462 3898 174 34 0 3904 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 1748468

[startup+6.30095 s]
/proc/loadavg: 8.91 9.05 8.91 12/188 15035
/proc/meminfo: memFree=19584708/32951124 swapFree=67111524/67111528
[pid=15029] ppid=15027 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15029/stat : 15029 (ppfolio) S 15027 15029 14150 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520982024 18763776 389 33554432000 4194304 4287625 140735480638192 18446744073709551615 244446965263 0 0 4096 65536 2703241562720043007 0 0 17 5 0 0 0
/proc/15029/statm: 4581 389 341 23 0 91 0
[pid=15030] ppid=15029 vsize=1234584 CPUtime=6.29 cores=1
/proc/15030/stat : 15030 (cryptominisat) R 15029 15029 14150 0 -1 4202496 6129 0 0 0 629 0 0 0 25 0 1 0 520982025 1264214016 3217 33554432000 4194304 4587354 140734473703072 18446744073709551615 4238712 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15030/statm: 308646 3217 338 96 0 305208 0
[pid=15031] ppid=15029 vsize=15848 CPUtime=6.29 cores=5
/proc/15031/stat : 15031 (clasp) R 15029 15029 14150 0 -1 4202496 1395 0 0 0 629 0 0 0 25 0 1 0 520982025 16228352 1281 33554432000 4194304 4785740 140735256445776 18446744073709551615 4553035 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15031/statm: 3962 1281 340 145 0 1007 0
[pid=15032] ppid=15029 vsize=456360 CPUtime=3.16 cores=7
/proc/15032/stat : 15032 (TNM) R 15029 15029 14150 0 -1 4202496 550 0 0 0 316 0 0 0 25 0 1 0 520982025 467312640 447 33554432000 134512640 134534564 4288756288 18446744073709551615 134530549 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15032/statm: 114090 447 95 6 0 112756 0
[pid=15033] ppid=15029 vsize=9144 CPUtime=6.29 cores=3
/proc/15033/stat : 15033 (lingeling) R 15029 15029 14150 0 -1 4202496 1796 0 0 0 629 0 0 0 25 0 1 0 520982025 9363456 1474 33554432000 4194304 4352236 140733945105264 18446744073709551615 4231255 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15033/statm: 2286 1474 127 39 0 1366 0
[pid=15034] ppid=15029 vsize=21848 CPUtime=3.1 cores=7
/proc/15034/stat : 15034 (march_hi) R 15029 15029 14150 0 -1 4202496 6080 0 0 0 309 1 0 0 25 0 1 0 520982025 22372352 3898 33554432000 4194304 4331988 140736039845856 18446744073709551615 4287132 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15034/statm: 5462 3898 174 34 0 3904 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 1756108

[startup+12.7008 s]
/proc/loadavg: 9.07 9.08 8.92 12/188 15036
/proc/meminfo: memFree=19597296/32951124 swapFree=67111524/67111528
[pid=15029] ppid=15027 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15029/stat : 15029 (ppfolio) S 15027 15029 14150 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520982024 18763776 389 33554432000 4194304 4287625 140735480638192 18446744073709551615 244446965263 0 0 4096 65536 2703241562720043007 0 0 17 5 0 0 0
/proc/15029/statm: 4581 389 341 23 0 91 0
[pid=15030] ppid=15029 vsize=1236348 CPUtime=12.69 cores=1
/proc/15030/stat : 15030 (cryptominisat) R 15029 15029 14150 0 -1 4202496 8752 0 0 0 1268 1 0 0 25 0 1 0 520982025 1266020352 3317 33554432000 4194304 4587354 140734473703072 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15030/statm: 309087 3317 338 96 0 305649 0
[pid=15031] ppid=15029 vsize=16680 CPUtime=12.69 cores=5
/proc/15031/stat : 15031 (clasp) R 15029 15029 14150 0 -1 4202496 1620 0 0 0 1269 0 0 0 25 0 1 0 520982025 17080320 1506 33554432000 4194304 4785740 140735256445776 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15031/statm: 4170 1506 341 145 0 1215 0
[pid=15032] ppid=15029 vsize=456360 CPUtime=6.32 cores=7
/proc/15032/stat : 15032 (TNM) R 15029 15029 14150 0 -1 4202496 550 0 0 0 632 0 0 0 25 0 1 0 520982025 467312640 447 33554432000 134512640 134534564 4288756288 18446744073709551615 134529082 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15032/statm: 114090 447 95 6 0 112756 0
[pid=15033] ppid=15029 vsize=9740 CPUtime=12.69 cores=3
/proc/15033/stat : 15033 (lingeling) R 15029 15029 14150 0 -1 4202496 2119 0 0 0 1269 0 0 0 25 0 1 0 520982025 9973760 1603 33554432000 4194304 4352236 140733945105264 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15033/statm: 2435 1603 127 39 0 1515 0
[pid=15034] ppid=15029 vsize=21848 CPUtime=6.3 cores=7
/proc/15034/stat : 15034 (march_hi) R 15029 15029 14150 0 -1 4202496 6121 0 0 0 629 1 0 0 25 0 1 0 520982025 22372352 3939 33554432000 4194304 4331988 140736039845856 18446744073709551615 4315818 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15034/statm: 5462 3939 174 34 0 3904 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 1759300

[startup+25.5004 s]
/proc/loadavg: 9.35 9.14 8.94 11/188 15036
/proc/meminfo: memFree=19580188/32951124 swapFree=67111524/67111528
[pid=15029] ppid=15027 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15029/stat : 15029 (ppfolio) S 15027 15029 14150 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520982024 18763776 389 33554432000 4194304 4287625 140735480638192 18446744073709551615 244446965263 0 0 4096 65536 2703241562720043007 0 0 17 5 0 0 0
/proc/15029/statm: 4581 389 341 23 0 91 0
[pid=15030] ppid=15029 vsize=1235256 CPUtime=25.49 cores=1
/proc/15030/stat : 15030 (cryptominisat) R 15029 15029 14150 0 -1 4202496 12796 0 0 0 2547 2 0 0 25 0 1 0 520982025 1264902144 3594 33554432000 4194304 4587354 140734473703072 18446744073709551615 4238463 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15030/statm: 308814 3594 339 96 0 305376 0
[pid=15031] ppid=15029 vsize=17844 CPUtime=25.49 cores=5
/proc/15031/stat : 15031 (clasp) R 15029 15029 14150 0 -1 4202496 1860 0 0 0 2549 0 0 0 25 0 1 0 520982025 18272256 1746 33554432000 4194304 4785740 140735256445776 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15031/statm: 4461 1746 341 145 0 1506 0
[pid=15032] ppid=15029 vsize=456360 CPUtime=12.7 cores=7
/proc/15032/stat : 15032 (TNM) R 15029 15029 14150 0 -1 4202496 550 0 0 0 1270 0 0 0 25 0 1 0 520982025 467312640 447 33554432000 134512640 134534564 4288756288 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15032/statm: 114090 447 95 6 0 112756 0
[pid=15033] ppid=15029 vsize=11024 CPUtime=25.49 cores=3
/proc/15033/stat : 15033 (lingeling) R 15029 15029 14150 0 -1 4202496 3626 0 0 0 2549 0 0 0 25 0 1 0 520982025 11288576 1924 33554432000 4194304 4352236 140733945105264 18446744073709551615 4328055 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15033/statm: 2756 1924 127 39 0 1836 0
[pid=15034] ppid=15029 vsize=22412 CPUtime=12.64 cores=7
/proc/15034/stat : 15034 (march_hi) R 15029 15029 14150 0 -1 4202496 6163 0 0 0 1263 1 0 0 25 0 1 0 520982025 22949888 3981 33554432000 4194304 4331988 140736039845856 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15034/statm: 5603 3981 174 34 0 4045 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 1761220

[startup+51.1006 s]
/proc/loadavg: 9.63 9.22 8.97 11/188 15037
/proc/meminfo: memFree=19541088/32951124 swapFree=67111524/67111528
[pid=15029] ppid=15027 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15029/stat : 15029 (ppfolio) S 15027 15029 14150 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520982024 18763776 389 33554432000 4194304 4287625 140735480638192 18446744073709551615 244446965263 0 0 4096 65536 2703241562720043007 0 0 17 5 0 0 0
/proc/15029/statm: 4581 389 341 23 0 91 0
[pid=15030] ppid=15029 vsize=1253912 CPUtime=51.09 cores=1
/proc/15030/stat : 15030 (cryptominisat) R 15029 15029 14150 0 -1 4202496 21880 0 0 0 5105 4 0 0 25 0 1 0 520982025 1284005888 6948 33554432000 4194304 4587354 140734473703072 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15030/statm: 313478 6948 339 96 0 310040 0
[pid=15031] ppid=15029 vsize=19176 CPUtime=51.09 cores=5
/proc/15031/stat : 15031 (clasp) R 15029 15029 14150 0 -1 4202496 2201 0 0 0 5109 0 0 0 25 0 1 0 520982025 19636224 2087 33554432000 4194304 4785740 140735256445776 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15031/statm: 4794 2087 341 145 0 1839 0
[pid=15032] ppid=15029 vsize=456360 CPUtime=25.42 cores=7
/proc/15032/stat : 15032 (TNM) R 15029 15029 14150 0 -1 4202496 550 0 0 0 2542 0 0 0 25 0 1 0 520982025 467312640 447 33554432000 134512640 134534564 4288756288 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15032/statm: 114090 447 95 6 0 112756 0
[pid=15033] ppid=15029 vsize=13076 CPUtime=51.09 cores=3

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

Current children cumulated CPU time (s) 3524.42
Current children cumulated vsize (KiB) 1876896

[startup+942.301 s]
/proc/loadavg: 10.19 10.14 9.70 11/188 15125
/proc/meminfo: memFree=22266260/32951124 swapFree=67111524/67111528
[pid=15029] ppid=15027 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15029/stat : 15029 (ppfolio) S 15027 15029 14150 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520982024 18763776 389 33554432000 4194304 4287625 140735480638192 18446744073709551615 244446965263 0 0 4096 65536 2703241562720043007 0 0 17 5 0 0 0
/proc/15029/statm: 4581 389 341 23 0 91 0
[pid=15030] ppid=15029 vsize=1266324 CPUtime=942.32 cores=1
/proc/15030/stat : 15030 (cryptominisat) R 15029 15029 14150 0 -1 4202496 147663 0 0 0 94179 53 0 0 25 0 1 0 520982025 1296715776 11804 33554432000 4194304 4587354 140734473703072 18446744073709551615 4237674 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15030/statm: 316581 11804 339 96 0 313143 0
[pid=15031] ppid=15029 vsize=29248 CPUtime=942.29 cores=5
/proc/15031/stat : 15031 (clasp) R 15029 15029 14150 0 -1 4202496 4594 0 0 0 94229 0 0 0 25 0 1 0 520982025 29949952 4444 33554432000 4194304 4785740 140735256445776 18446744073709551615 4553051 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15031/statm: 7312 4444 341 145 0 4357 0
[pid=15032] ppid=15029 vsize=456360 CPUtime=468.63 cores=7
/proc/15032/stat : 15032 (TNM) R 15029 15029 14150 0 -1 4202496 550 0 0 0 46863 0 0 0 25 0 1 0 520982025 467312640 447 33554432000 134512640 134534564 4288756288 18446744073709551615 134529870 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15032/statm: 114090 447 95 6 0 112756 0
[pid=15033] ppid=15029 vsize=27680 CPUtime=942.31 cores=3
/proc/15033/stat : 15033 (lingeling) R 15029 15029 14150 0 -1 4202496 80880 0 0 0 94221 10 0 0 25 0 1 0 520982025 28344320 6120 33554432000 4194304 4352236 140733945105264 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15033/statm: 6920 6120 127 39 0 6000 0
[pid=15034] ppid=15029 vsize=39204 CPUtime=468.54 cores=7
/proc/15034/stat : 15034 (march_hi) R 15029 15029 14150 0 -1 4202496 10291 0 0 0 46852 2 0 0 25 0 1 0 520982025 40144896 8109 33554432000 4194304 4331988 140736039845856 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15034/statm: 9801 8109 174 34 0 8243 0
Current children cumulated CPU time (s) 3764.09
Current children cumulated vsize (KiB) 1837140

[startup+1002.3 s]
/proc/loadavg: 10.30 10.17 9.74 11/188 15127
/proc/meminfo: memFree=22250592/32951124 swapFree=67111524/67111528
[pid=15029] ppid=15027 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15029/stat : 15029 (ppfolio) S 15027 15029 14150 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520982024 18763776 389 33554432000 4194304 4287625 140735480638192 18446744073709551615 244446965263 0 0 4096 65536 2703241562720043007 0 0 17 5 0 0 0
/proc/15029/statm: 4581 389 341 23 0 91 0
[pid=15030] ppid=15029 vsize=1275748 CPUtime=1002.32 cores=1
/proc/15030/stat : 15030 (cryptominisat) R 15029 15029 14150 0 -1 4202496 155136 0 0 0 100176 56 0 0 25 0 1 0 520982025 1306365952 12235 33554432000 4194304 4587354 140734473703072 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15030/statm: 318937 12235 339 96 0 315499 0
[pid=15031] ppid=15029 vsize=29440 CPUtime=1002.29 cores=5
/proc/15031/stat : 15031 (clasp) R 15029 15029 14150 0 -1 4202496 4629 0 0 0 100229 0 0 0 25 0 1 0 520982025 30146560 4479 33554432000 4194304 4785740 140735256445776 18446744073709551615 4550365 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15031/statm: 7360 4479 341 145 0 4405 0
[pid=15032] ppid=15029 vsize=456360 CPUtime=498.43 cores=7
/proc/15032/stat : 15032 (TNM) R 15029 15029 14150 0 -1 4202496 550 0 0 0 49843 0 0 0 25 0 1 0 520982025 467312640 447 33554432000 134512640 134534564 4288756288 18446744073709551615 134530549 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15032/statm: 114090 447 95 6 0 112756 0
[pid=15033] ppid=15029 vsize=36256 CPUtime=1002.32 cores=3
/proc/15033/stat : 15033 (lingeling) R 15029 15029 14150 0 -1 4202496 85104 0 0 0 100221 11 0 0 25 0 1 0 520982025 37126144 8264 33554432000 4194304 4352236 140733945105264 18446744073709551615 4328112 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15033/statm: 9064 8264 127 39 0 8144 0
[pid=15034] ppid=15029 vsize=39204 CPUtime=498.42 cores=7
/proc/15034/stat : 15034 (march_hi) R 15029 15029 14150 0 -1 4202496 10464 0 0 0 49839 3 0 0 25 0 1 0 520982025 40144896 8282 33554432000 4194304 4331988 140736039845856 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15034/statm: 9801 8282 174 34 0 8243 0
Current children cumulated CPU time (s) 4003.78
Current children cumulated vsize (KiB) 1855332

[startup+1062.3 s]
/proc/loadavg: 10.26 10.18 9.77 11/188 15129
/proc/meminfo: memFree=22213480/32951124 swapFree=67111524/67111528
[pid=15029] ppid=15027 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15029/stat : 15029 (ppfolio) S 15027 15029 14150 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520982024 18763776 389 33554432000 4194304 4287625 140735480638192 18446744073709551615 244446965263 0 0 4096 65536 2703241562720043007 0 0 17 5 0 0 0
/proc/15029/statm: 4581 389 341 23 0 91 0
[pid=15030] ppid=15029 vsize=1304680 CPUtime=1062.32 cores=1
/proc/15030/stat : 15030 (cryptominisat) R 15029 15029 14150 0 -1 4202496 170717 0 0 0 106172 60 0 0 25 0 1 0 520982025 1335992320 20833 33554432000 4194304 4587354 140734473703072 18446744073709551615 4357555 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15030/statm: 326170 20833 339 96 0 322732 0
[pid=15031] ppid=15029 vsize=29692 CPUtime=1062.29 cores=5
/proc/15031/stat : 15031 (clasp) R 15029 15029 14150 0 -1 4202496 4677 0 0 0 106229 0 0 0 25 0 1 0 520982025 30404608 4527 33554432000 4194304 4785740 140735256445776 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15031/statm: 7423 4527 341 145 0 4468 0
[pid=15032] ppid=15029 vsize=456360 CPUtime=528.31 cores=7
/proc/15032/stat : 15032 (TNM) R 15029 15029 14150 0 -1 4202496 550 0 0 0 52831 0 0 0 25 0 1 0 520982025 467312640 447 33554432000 134512640 134534564 4288756288 18446744073709551615 134530549 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15032/statm: 114090 447 95 6 0 112756 0
[pid=15033] ppid=15029 vsize=27936 CPUtime=1062.32 cores=3
/proc/15033/stat : 15033 (lingeling) R 15029 15029 14150 0 -1 4202496 87664 0 0 0 106221 11 0 0 25 0 1 0 520982025 28606464 6184 33554432000 4194304 4352236 140733945105264 18446744073709551615 4328075 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15033/statm: 6984 6184 127 39 0 6064 0
[pid=15034] ppid=15029 vsize=45024 CPUtime=528.22 cores=7
/proc/15034/stat : 15034 (march_hi) R 15029 15029 14150 0 -1 4202496 10631 0 0 0 52819 3 0 0 25 0 1 0 520982025 46104576 8449 33554432000 4194304 4331988 140736039845856 18446744073709551615 4237416 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15034/statm: 11256 8449 174 34 0 9698 0
Current children cumulated CPU time (s) 4243.46
Current children cumulated vsize (KiB) 1882016

[startup+1122.3 s]
/proc/loadavg: 10.30 10.19 9.79 11/188 15130
/proc/meminfo: memFree=22185040/32951124 swapFree=67111524/67111528
[pid=15029] ppid=15027 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15029/stat : 15029 (ppfolio) S 15027 15029 14150 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520982024 18763776 389 33554432000 4194304 4287625 140735480638192 18446744073709551615 244446965263 0 0 4096 65536 2703241562720043007 0 0 17 5 0 0 0
/proc/15029/statm: 4581 389 341 23 0 91 0
[pid=15030] ppid=15029 vsize=1277832 CPUtime=1122.33 cores=1
/proc/15030/stat : 15030 (cryptominisat) R 15029 15029 14150 0 -1 4202496 174028 0 0 0 112171 62 0 0 25 0 1 0 520982025 1308499968 16474 33554432000 4194304 4587354 140734473703072 18446744073709551615 4238719 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15030/statm: 319458 16474 339 96 0 316020 0
[pid=15031] ppid=15029 vsize=30140 CPUtime=1122.29 cores=5
/proc/15031/stat : 15031 (clasp) R 15029 15029 14150 0 -1 4202496 4766 0 0 0 112229 0 0 0 25 0 1 0 520982025 30863360 4616 33554432000 4194304 4785740 140735256445776 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15031/statm: 7535 4616 341 145 0 4580 0
[pid=15032] ppid=15029 vsize=456360 CPUtime=558.12 cores=7
/proc/15032/stat : 15032 (TNM) R 15029 15029 14150 0 -1 4202496 550 0 0 0 55812 0 0 0 25 0 1 0 520982025 467312640 447 33554432000 134512640 134534564 4288756288 18446744073709551615 134530980 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15032/statm: 114090 447 95 6 0 112756 0
[pid=15033] ppid=15029 vsize=35360 CPUtime=1122.33 cores=3
/proc/15033/stat : 15033 (lingeling) R 15029 15029 14150 0 -1 4202496 92272 0 0 0 112221 12 0 0 25 0 1 0 520982025 36208640 8040 33554432000 4194304 4352236 140733945105264 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15033/statm: 8840 8040 127 39 0 7920 0
[pid=15034] ppid=15029 vsize=45024 CPUtime=558.08 cores=7
/proc/15034/stat : 15034 (march_hi) R 15029 15029 14150 0 -1 4202496 10785 0 0 0 55805 3 0 0 25 0 1 0 520982025 46104576 8603 33554432000 4194304 4331988 140736039845856 18446744073709551615 4246743 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15034/statm: 11256 8603 174 34 0 9698 0
Current children cumulated CPU time (s) 4483.15
Current children cumulated vsize (KiB) 1863040

[startup+1182.3 s]
/proc/loadavg: 9.51 9.99 9.75 10/187 15132
/proc/meminfo: memFree=22235732/32951124 swapFree=67111524/67111528
[pid=15029] ppid=15027 vsize=18324 CPUtime=1125.61 cores=1,3,5,7
/proc/15029/stat : 15029 (ppfolio) S 15027 15029 14150 0 -1 4202496 521 174167 0 0 0 0 112499 62 15 0 1 0 520982024 18763776 390 33554432000 4194304 4287625 140735480638192 18446744073709551615 244446965263 0 0 4096 65536 4294934791 0 0 17 5 0 0 0
/proc/15029/statm: 4581 390 342 23 0 91 0
[pid=15031] ppid=15029 vsize=30332 CPUtime=1182.29 cores=5
/proc/15031/stat : 15031 (clasp) R 15029 15029 14150 0 -1 4202496 4818 0 0 0 118229 0 0 0 25 0 1 0 520982025 31059968 4668 33554432000 4194304 4785740 140735256445776 18446744073709551615 4287076 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15031/statm: 7583 4668 341 145 0 4628 0
[pid=15032] ppid=15029 vsize=456360 CPUtime=587.97 cores=7
/proc/15032/stat : 15032 (TNM) R 15029 15029 14150 0 -1 4202496 550 0 0 0 58797 0 0 0 25 0 1 0 520982025 467312640 447 33554432000 134512640 134534564 4288756288 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15032/statm: 114090 447 95 6 0 112756 0
[pid=15033] ppid=15029 vsize=28448 CPUtime=1182.32 cores=3
/proc/15033/stat : 15033 (lingeling) R 15029 15029 14150 0 -1 4202496 95600 0 0 0 118220 12 0 0 25 0 1 0 520982025 29130752 6312 33554432000 4194304 4352236 140733945105264 18446744073709551615 4328116 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15033/statm: 7112 6312 127 39 0 6192 0
[pid=15034] ppid=15029 vsize=45024 CPUtime=587.91 cores=7
/proc/15034/stat : 15034 (march_hi) R 15029 15029 14150 0 -1 4202496 10954 0 0 0 58788 3 0 0 25 0 1 0 520982025 46104576 8772 33554432000 4194304 4331988 140736039845856 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15034/statm: 11256 8772 174 34 0 9698 0
Current children cumulated CPU time (s) 4666.1
Current children cumulated vsize (KiB) 578488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1227.1 s]
/proc/loadavg: 9.34 9.88 9.72 10/187 15133
/proc/meminfo: memFree=22190072/32951124 swapFree=67111524/67111528
[pid=15029] ppid=15027 vsize=18324 CPUtime=1125.61 cores=1,3,5,7
/proc/15029/stat : 15029 (ppfolio) S 15027 15029 14150 0 -1 4202496 521 174167 0 0 0 0 112499 62 15 0 1 0 520982024 18763776 390 33554432000 4194304 4287625 140735480638192 18446744073709551615 244446965263 0 0 4096 65536 4294934791 0 0 17 5 0 0 0
/proc/15029/statm: 4581 390 342 23 0 91 0
[pid=15031] ppid=15029 vsize=31152 CPUtime=1227.09 cores=5
/proc/15031/stat : 15031 (clasp) R 15029 15029 14150 0 -1 4202496 4974 0 0 0 122709 0 0 0 25 0 1 0 520982025 31899648 4824 33554432000 4194304 4785740 140735256445776 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15031/statm: 7788 4824 341 145 0 4833 0
[pid=15032] ppid=15029 vsize=456360 CPUtime=610.23 cores=7
/proc/15032/stat : 15032 (TNM) R 15029 15029 14150 0 -1 4202496 550 0 0 0 61023 0 0 0 25 0 1 0 520982025 467312640 447 33554432000 134512640 134534564 4288756288 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15032/statm: 114090 447 95 6 0 112756 0
[pid=15033] ppid=15029 vsize=36128 CPUtime=1227.14 cores=3
/proc/15033/stat : 15033 (lingeling) R 15029 15029 14150 0 -1 4202496 98736 0 0 0 122701 13 0 0 25 0 1 0 520982025 36995072 8232 33554432000 4194304 4352236 140733945105264 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15033/statm: 9032 8232 127 39 0 8112 0
[pid=15034] ppid=15029 vsize=45024 CPUtime=610.2 cores=7
/proc/15034/stat : 15034 (march_hi) R 15029 15029 14150 0 -1 4202496 11073 0 0 0 61017 3 0 0 25 0 1 0 520982025 46104576 8891 33554432000 4194304 4331988 140736039845856 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15034/statm: 11256 8891 174 34 0 9698 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 586988

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

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

[startup+1227.1 s]
/proc/loadavg: 9.34 9.88 9.72 10/187 15133
/proc/meminfo: memFree=22190072/32951124 swapFree=67111524/67111528
[pid=15029] ppid=15027 vsize=18324 CPUtime=1125.61 cores=1,3,5,7
/proc/15029/stat : 15029 (ppfolio) S 15027 15029 14150 0 -1 4202496 521 174167 0 0 0 0 112499 62 15 0 1 0 520982024 18763776 390 33554432000 4194304 4287625 140735480638192 18446744073709551615 244446965263 0 0 4096 65536 4294934791 0 0 17 5 0 0 0
/proc/15029/statm: 4581 390 342 23 0 91 0
[pid=15031] ppid=15029 vsize=31152 CPUtime=1227.09 cores=5
/proc/15031/stat : 15031 (clasp) R 15029 15029 14150 0 -1 4202496 4974 0 0 0 122709 0 0 0 25 0 1 0 520982025 31899648 4824 33554432000 4194304 4785740 140735256445776 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15031/statm: 7788 4824 341 145 0 4833 0
[pid=15032] ppid=15029 vsize=456360 CPUtime=610.23 cores=7
/proc/15032/stat : 15032 (TNM) R 15029 15029 14150 0 -1 4202496 550 0 0 0 61023 0 0 0 25 0 1 0 520982025 467312640 447 33554432000 134512640 134534564 4288756288 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15032/statm: 114090 447 95 6 0 112756 0
[pid=15033] ppid=15029 vsize=36128 CPUtime=1227.14 cores=3
/proc/15033/stat : 15033 (lingeling) R 15029 15029 14150 0 -1 4202496 98736 0 0 0 122701 13 0 0 25 0 1 0 520982025 36995072 8232 33554432000 4194304 4352236 140733945105264 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15033/statm: 9032 8232 127 39 0 8112 0
[pid=15034] ppid=15029 vsize=45024 CPUtime=610.2 cores=7
/proc/15034/stat : 15034 (march_hi) R 15029 15029 14150 0 -1 4202496 11073 0 0 0 61017 3 0 0 25 0 1 0 520982025 46104576 8891 33554432000 4194304 4331988 140736039845856 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15034/statm: 11256 8891 174 34 0 9698 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 586988

Child status: 0
Real time (s): 1227.11
CPU time (s): 4800.34
CPU user time (s): 4799.53
CPU system time (s): 0.809876
CPU usage (%): 391.19
Max. virtual memory (cumulated for all children) (KiB): 3089396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.53
system time used= 0.809876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 290054
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= 444
involuntary context switches= 43639

runsolver used 1.77673 second user time and 4.92425 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 18:16:56
IDJOB=3264461
IDBENCH=84634
IDSOLVER=1612
FILE ID=node105/3264461-1304093816
RUNJOBID= node105-1304087809-14169
PBS_JOBID= 13170561
Free space on /tmp= 71868 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT04/handmade/connamacher/connm-d0.04/connm-ue-csp-sat-n800-d0.04-s1788334438.used-as.sat04-976.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264461-1304093816/watcher-3264461-1304093816 -o /tmp/evaluation-result-3264461-1304093816/solver-3264461-1304093816 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3264461-1304093816.cnf

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

MD5SUM BENCH= 41d80cc808c021a52e21ee9950bc91e0
RANDOM SEED=1788635206

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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	: 5410.70
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.825
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.74
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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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:      19758756 kB
Buffers:       2156396 kB
Cached:        7169936 kB
SwapCached:          4 kB
Active:        3857356 kB
Inactive:      8782156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19758756 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10112 kB
Writeback:           0 kB
AnonPages:     3312148 kB
Mapped:          16612 kB
Slab:           483720 kB
PageTables:      11488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4866212 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= 71900 MiB
End job on node105 at 2011-04-29 18:37:23