Trace number 3190964

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.28 1201.71

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S977260632-016-UNKNOWN.cnf
MD5SUM58eb79e3bfc8d25580f794d4e2d18629
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses21250
Sum of the clauses size148750
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 521250

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 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) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 4
0.00/0.00	Starting TNM 2009 on core(s) 6
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 6
4800.21/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-3190964-1304049183/watcher-3190964-1304049183 -o /tmp/evaluation-result-3190964-1304049183/solver-3190964-1304049183 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190964-1304049183.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.33 8.79 6.31 7/186 29105
/proc/meminfo: memFree=30886560/32951124 swapFree=67111344/67111528
[pid=29105] ppid=29103 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29105/stat : 29105 (ppfolio) S 29103 29105 26347 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 516516159 18763776 390 33554432000 4194304 4287625 140734845159744 18446744073709551615 271550557711 0 0 4096 65536 2826088480831 0 0 17 0 0 0 0
/proc/29105/statm: 4581 390 341 23 0 91 0

[startup+0.830643 s]
/proc/loadavg: 10.33 8.79 6.31 7/186 29105
/proc/meminfo: memFree=30886560/32951124 swapFree=67111344/67111528
[pid=29105] ppid=29103 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29105/stat : 29105 (ppfolio) S 29103 29105 26347 0 -1 4202496 521 0 0 0 0 0 0 0 20 0 1 0 516516159 18763776 390 33554432000 4194304 4287625 140734845159744 18446744073709551615 271550557711 0 0 4096 65536 17453937717241970687 0 0 17 0 0 0 0
/proc/29105/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.900632 s]
/proc/loadavg: 10.33 8.79 6.31 7/186 29105
/proc/meminfo: memFree=30886560/32951124 swapFree=67111344/67111528
[pid=29105] ppid=29103 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29105/stat : 29105 (ppfolio) S 29103 29105 26347 0 -1 4202496 521 0 0 0 0 0 0 0 18 0 1 0 516516159 18763776 390 33554432000 4194304 4287625 140734845159744 18446744073709551615 271550557711 0 0 4096 65536 17453937717241970687 0 0 17 0 0 0 0
/proc/29105/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.00061 s]
/proc/loadavg: 10.33 8.79 6.31 7/186 29105
/proc/meminfo: memFree=30886560/32951124 swapFree=67111344/67111528
[pid=29105] ppid=29103 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29105/stat : 29105 (ppfolio) S 29103 29105 26347 0 -1 4202496 521 0 0 0 0 0 0 0 18 0 1 0 516516159 18763776 390 33554432000 4194304 4287625 140734845159744 18446744073709551615 271550557711 0 0 4096 65536 17453937717241970687 0 0 17 0 0 0 0
/proc/29105/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.10059 s]
/proc/loadavg: 10.33 8.79 6.31 7/186 29105
/proc/meminfo: memFree=30886560/32951124 swapFree=67111344/67111528
[pid=29105] ppid=29103 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29105/stat : 29105 (ppfolio) S 29103 29105 26347 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 516516159 18763776 390 33554432000 4194304 4287625 140734845159744 18446744073709551615 271550557711 0 0 4096 65536 17453937717241970687 0 0 17 0 0 0 0
/proc/29105/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50052 s]
/proc/loadavg: 10.33 8.79 6.31 7/186 29105
/proc/meminfo: memFree=30886560/32951124 swapFree=67111344/67111528
[pid=29105] ppid=29103 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29105/stat : 29105 (ppfolio) S 29103 29105 26347 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 516516159 18763776 390 33554432000 4194304 4287625 140734845159744 18446744073709551615 271550557711 0 0 4096 65536 17453937717241970687 0 0 17 0 0 0 0
/proc/29105/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10123 s]
/proc/loadavg: 10.33 8.79 6.31 11/192 29111
/proc/meminfo: memFree=30837408/32951124 swapFree=67111344/67111528
[pid=29105] ppid=29103 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29105/stat : 29105 (ppfolio) S 29103 29105 26347 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 516516159 18763776 390 33554432000 4194304 4287625 140734845159744 18446744073709551615 271550557711 0 0 4096 65536 17453937717241970687 0 0 17 0 0 0 0
/proc/29105/statm: 4581 390 341 23 0 91 0
[pid=29106] ppid=29105 vsize=192776 CPUtime=3.09 cores=0
/proc/29106/stat : 29106 (cryptominisat) R 29105 29105 26347 0 -1 4202496 10556 0 0 0 308 1 0 0 25 0 1 0 516516160 197402624 5688 33554432000 4194304 4587354 140733656982080 18446744073709551615 4388279 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29106/statm: 48194 5688 337 96 0 44756 0
[pid=29107] ppid=29105 vsize=21248 CPUtime=3.09 cores=4
/proc/29107/stat : 29107 (clasp) R 29105 29105 26347 0 -1 4202496 2833 0 0 0 309 0 0 0 25 0 1 0 516516160 21757952 2645 33554432000 4194304 4785740 140734251010704 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29107/statm: 5312 2645 340 145 0 2357 0
[pid=29108] ppid=29105 vsize=454504 CPUtime=1.15 cores=6
/proc/29108/stat : 29108 (TNM) R 29105 29105 26347 0 -1 4202496 997 0 0 0 115 0 0 0 25 0 1 0 516516160 465412096 894 33554432000 134512640 134534564 4291258192 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29108/statm: 113626 894 91 6 0 112292 0
[pid=29109] ppid=29105 vsize=7580 CPUtime=3.09 cores=2
/proc/29109/stat : 29109 (lingeling) R 29105 29105 26347 0 -1 4202496 1837 0 0 0 309 0 0 0 25 0 1 0 516516160 7761920 1088 33554432000 4194304 4352236 140737367798560 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29109/statm: 1895 1088 127 39 0 975 0
[pid=29110] ppid=29105 vsize=13112 CPUtime=1.91 cores=6
/proc/29110/stat : 29110 (march_hi) R 29105 29105 26347 0 -1 4202496 4800 0 0 0 191 0 0 0 21 0 1 0 516516160 13426688 1475 33554432000 4194304 4331988 140735123628656 18446744073709551615 4299339 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29110/statm: 3278 1475 174 34 0 1720 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 707544

[startup+6.30665 s]
/proc/loadavg: 10.30 8.81 6.33 11/192 29111
/proc/meminfo: memFree=30826864/32951124 swapFree=67111344/67111528
[pid=29105] ppid=29103 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29105/stat : 29105 (ppfolio) S 29103 29105 26347 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 516516159 18763776 390 33554432000 4194304 4287625 140734845159744 18446744073709551615 271550557711 0 0 4096 65536 17453937717241970687 0 0 17 0 0 0 0
/proc/29105/statm: 4581 390 341 23 0 91 0
[pid=29106] ppid=29105 vsize=196664 CPUtime=6.29 cores=0
/proc/29106/stat : 29106 (cryptominisat) R 29105 29105 26347 0 -1 4202496 11899 0 0 0 628 1 0 0 25 0 1 0 516516160 201383936 5952 33554432000 4194304 4587354 140733656982080 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29106/statm: 49166 5952 337 96 0 45728 0
[pid=29107] ppid=29105 vsize=23644 CPUtime=6.29 cores=4
/proc/29107/stat : 29107 (clasp) R 29105 29105 26347 0 -1 4202496 3375 0 0 0 629 0 0 0 25 0 1 0 516516160 24211456 3187 33554432000 4194304 4785740 140734251010704 18446744073709551615 4277553 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29107/statm: 5911 3187 340 145 0 2956 0
[pid=29108] ppid=29105 vsize=454504 CPUtime=2.74 cores=6
/proc/29108/stat : 29108 (TNM) R 29105 29105 26347 0 -1 4202496 997 0 0 0 274 0 0 0 25 0 1 0 516516160 465412096 894 33554432000 134512640 134534564 4291258192 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29108/statm: 113626 894 91 6 0 112292 0
[pid=29109] ppid=29105 vsize=8612 CPUtime=6.29 cores=2
/proc/29109/stat : 29109 (lingeling) R 29105 29105 26347 0 -1 4202496 2095 0 0 0 629 0 0 0 25 0 1 0 516516160 8818688 1346 33554432000 4194304 4352236 140737367798560 18446744073709551615 4267809 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29109/statm: 2153 1346 127 39 0 1233 0
[pid=29110] ppid=29105 vsize=13112 CPUtime=3.51 cores=6
/proc/29110/stat : 29110 (march_hi) R 29105 29105 26347 0 -1 4202496 4800 0 0 0 351 0 0 0 25 0 1 0 516516160 13426688 1475 33554432000 4194304 4331988 140735123628656 18446744073709551615 4265440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29110/statm: 3278 1475 174 34 0 1720 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 714860

[startup+12.7005 s]
/proc/loadavg: 10.36 8.85 6.35 11/192 29112
/proc/meminfo: memFree=30838164/32951124 swapFree=67111344/67111528
[pid=29105] ppid=29103 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29105/stat : 29105 (ppfolio) S 29103 29105 26347 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 516516159 18763776 390 33554432000 4194304 4287625 140734845159744 18446744073709551615 271550557711 0 0 4096 65536 17453937717241970687 0 0 17 0 0 0 0
/proc/29105/statm: 4581 390 341 23 0 91 0
[pid=29106] ppid=29105 vsize=184976 CPUtime=12.69 cores=0
/proc/29106/stat : 29106 (cryptominisat) R 29105 29105 26347 0 -1 4202496 14026 0 0 0 1267 2 0 0 25 0 1 0 516516160 189415424 5437 33554432000 4194304 4587354 140733656982080 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29106/statm: 46244 5437 337 96 0 42806 0
[pid=29107] ppid=29105 vsize=26900 CPUtime=12.68 cores=4
/proc/29107/stat : 29107 (clasp) R 29105 29105 26347 0 -1 4202496 4146 0 0 0 1268 0 0 0 25 0 1 0 516516160 27545600 3958 33554432000 4194304 4785740 140734251010704 18446744073709551615 4287211 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29107/statm: 6725 3958 340 145 0 3770 0
[pid=29108] ppid=29105 vsize=458608 CPUtime=5.91 cores=6
/proc/29108/stat : 29108 (TNM) R 29105 29105 26347 0 -1 4202496 1199 0 0 0 591 0 0 0 25 0 1 0 516516160 469614592 1096 33554432000 134512640 134534564 4291258192 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29108/statm: 114652 1096 95 6 0 113318 0
[pid=29109] ppid=29105 vsize=7904 CPUtime=12.68 cores=2
/proc/29109/stat : 29109 (lingeling) R 29105 29105 26347 0 -1 4202496 2704 0 0 0 1268 0 0 0 25 0 1 0 516516160 8093696 1169 33554432000 4194304 4352236 140737367798560 18446744073709551615 4276605 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29109/statm: 1976 1169 127 39 0 1056 0
[pid=29110] ppid=29105 vsize=13112 CPUtime=6.71 cores=6
/proc/29110/stat : 29110 (march_hi) R 29105 29105 26347 0 -1 4202496 4800 0 0 0 671 0 0 0 25 0 1 0 516516160 13426688 1475 33554432000 4194304 4331988 140735123628656 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29110/statm: 3278 1475 174 34 0 1720 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 709824

[startup+25.5012 s]
/proc/loadavg: 10.35 8.92 6.42 11/192 29112
/proc/meminfo: memFree=30851668/32951124 swapFree=67111344/67111528
[pid=29105] ppid=29103 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29105/stat : 29105 (ppfolio) S 29103 29105 26347 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 516516159 18763776 390 33554432000 4194304 4287625 140734845159744 18446744073709551615 271550557711 0 0 4096 65536 17453937717241970687 0 0 17 0 0 0 0
/proc/29105/statm: 4581 390 341 23 0 91 0
[pid=29106] ppid=29105 vsize=182016 CPUtime=25.49 cores=0
/proc/29106/stat : 29106 (cryptominisat) R 29105 29105 26347 0 -1 4202496 23145 0 0 0 2545 4 0 0 25 0 1 0 516516160 186384384 3311 33554432000 4194304 4587354 140733656982080 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29106/statm: 45504 3311 337 96 0 42066 0
[pid=29107] ppid=29105 vsize=30168 CPUtime=25.48 cores=4
/proc/29107/stat : 29107 (clasp) R 29105 29105 26347 0 -1 4202496 4925 0 0 0 2548 0 0 0 25 0 1 0 516516160 30892032 4737 33554432000 4194304 4785740 140734251010704 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29107/statm: 7542 4737 340 145 0 4587 0
[pid=29108] ppid=29105 vsize=458608 CPUtime=12.29 cores=6
/proc/29108/stat : 29108 (TNM) R 29105 29105 26347 0 -1 4202496 1199 0 0 0 1229 0 0 0 25 0 1 0 516516160 469614592 1096 33554432000 134512640 134534564 4291258192 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29108/statm: 114652 1096 95 6 0 113318 0
[pid=29109] ppid=29105 vsize=8292 CPUtime=25.48 cores=2
/proc/29109/stat : 29109 (lingeling) R 29105 29105 26347 0 -1 4202496 4177 0 0 0 2547 1 0 0 25 0 1 0 516516160 8491008 1266 33554432000 4194304 4352236 140737367798560 18446744073709551615 4328013 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29109/statm: 2073 1266 127 39 0 1153 0
[pid=29110] ppid=29105 vsize=14648 CPUtime=13.06 cores=6
/proc/29110/stat : 29110 (march_hi) R 29105 29105 26347 0 -1 4202496 5078 0 0 0 1306 0 0 0 25 0 1 0 516516160 14999552 1753 33554432000 4194304 4331988 140735123628656 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29110/statm: 3662 1753 174 34 0 2104 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 712056

[startup+51.1005 s]
/proc/loadavg: 10.29 9.02 6.52 11/192 29113
/proc/meminfo: memFree=30778780/32951124 swapFree=67111344/67111528
[pid=29105] ppid=29103 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29105/stat : 29105 (ppfolio) S 29103 29105 26347 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 516516159 18763776 390 33554432000 4194304 4287625 140734845159744 18446744073709551615 271550557711 0 0 4096 65536 17453937717241970687 0 0 17 0 0 0 0
/proc/29105/statm: 4581 390 341 23 0 91 0
[pid=29106] ppid=29105 vsize=222752 CPUtime=51.08 cores=0
/proc/29106/stat : 29106 (cryptominisat) R 29105 29105 26347 0 -1 4202496 47068 0 0 0 5101 7 0 0 25 0 1 0 516516160 228098048 13455 33554432000 4194304 4587354 140733656982080 18446744073709551615 4388345 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29106/statm: 55688 13455 337 96 0 52250 0
[pid=29107] ppid=29105 vsize=36084 CPUtime=51.09 cores=4
/proc/29107/stat : 29107 (clasp) R 29105 29105 26347 0 -1 4202496 6304 0 0 0 5108 1 0 0 25 0 1 0 516516160 36950016 6116 33554432000 4194304 4785740 140734251010704 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29107/statm: 9021 6116 340 145 0 6066 0
[pid=29108] ppid=29105 vsize=458608 CPUtime=25 cores=6
/proc/29108/stat : 29108 (TNM) R 29105 29105 26347 0 -1 4202496 1199 0 0 0 2500 0 0 0 25 0 1 0 516516160 469614592 1096 33554432000 134512640 134534564 4291258192 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29108/statm: 114652 1096 95 6 0 113318 0
[pid=29109] ppid=29105 vsize=8588 CPUtime=51.08 cores=2
/proc/29109/stat : 29109 (lingeling) R 29105 29105 26347 0 -1 4202496 6423 0 0 0 5107 1 0 0 25 0 1 0 516516160 8794112 1329 33554432000 4194304 4352236 140737367798560 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29109/statm: 2147 1329 127 39 0 1227 0
[pid=29110] ppid=29105 vsize=16564 CPUtime=25.81 cores=6
/proc/29110/stat : 29110 (march_hi) R 29105 29105 26347 0 -1 4202496 5402 0 0 0 2581 0 0 0 25 0 1 0 516516160 16961536 2077 33554432000 4194304 4331988 140735123628656 18446744073709551615 4246544 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29110/statm: 4141 2077 175 34 0 2583 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 760920

[startup+102.301 s]
/proc/loadavg: 10.56 9.28 6.73 11/192 29114
/proc/meminfo: memFree=30786300/32951124 swapFree=67111344/67111528
[pid=29105] ppid=29103 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29105/stat : 29105 (ppfolio) S 29103 29105 26347 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 516516159 18763776 390 33554432000 4194304 4287625 140734845159744 18446744073709551615 271550557711 0 0 4096 65536 17453937717241970687 0 0 17 0 0 0 0
/proc/29105/statm: 4581 390 341 23 0 91 0
[pid=29106] ppid=29105 vsize=201972 CPUtime=102.28 cores=0

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

[pid=29106] ppid=29105 vsize=206980 CPUtime=942.32 cores=0
/proc/29106/stat : 29106 (cryptominisat) R 29105 29105 26347 0 -1 4202496 326474 0 0 0 94125 107 0 0 25 0 1 0 516516160 211947520 14422 33554432000 4194304 4587354 140733656982080 18446744073709551615 4238514 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29106/statm: 51745 14422 337 96 0 48307 0
[pid=29107] ppid=29105 vsize=89436 CPUtime=942.32 cores=4
/proc/29107/stat : 29107 (clasp) R 29105 29105 26347 0 -1 4202496 18479 0 0 0 94229 3 0 0 25 0 1 0 516516160 91582464 18009 33554432000 4194304 4785740 140734251010704 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29107/statm: 22359 18009 341 145 0 19404 0
[pid=29108] ppid=29105 vsize=458608 CPUtime=468.22 cores=6
/proc/29108/stat : 29108 (TNM) R 29105 29105 26347 0 -1 4202496 1199 0 0 0 46822 0 0 0 25 0 1 0 516516160 469614592 1096 33554432000 134512640 134534564 4291258192 18446744073709551615 134528993 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29108/statm: 114652 1096 95 6 0 113318 0
[pid=29109] ppid=29105 vsize=15272 CPUtime=942.23 cores=2
/proc/29109/stat : 29109 (lingeling) R 29105 29105 26347 0 -1 4202496 43194 0 0 0 94216 7 0 0 25 0 1 0 516516160 15638528 3011 33554432000 4194304 4352236 140737367798560 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29109/statm: 3818 3011 127 39 0 2898 0
[pid=29110] ppid=29105 vsize=72048 CPUtime=468.95 cores=6
/proc/29110/stat : 29110 (march_hi) R 29105 29105 26347 0 -1 4202496 17102 0 0 0 46889 6 0 0 25 0 1 0 516516160 73777152 13777 33554432000 4194304 4331988 140735123628656 18446744073709551615 4299243 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29110/statm: 18012 13777 175 34 0 16454 0
Current children cumulated CPU time (s) 3764.04
Current children cumulated vsize (KiB) 860668

[startup+1002.3 s]
/proc/loadavg: 10.50 10.29 8.93 11/192 29183
/proc/meminfo: memFree=30696448/32951124 swapFree=67111344/67111528
[pid=29105] ppid=29103 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29105/stat : 29105 (ppfolio) S 29103 29105 26347 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 516516159 18763776 390 33554432000 4194304 4287625 140734845159744 18446744073709551615 271550557711 0 0 4096 65536 17453937717241970687 0 0 17 0 0 0 0
/proc/29105/statm: 4581 390 341 23 0 91 0
[pid=29106] ppid=29105 vsize=206980 CPUtime=1002.31 cores=0
/proc/29106/stat : 29106 (cryptominisat) R 29105 29105 26347 0 -1 4202496 340188 0 0 0 100117 114 0 0 25 0 1 0 516516160 211947520 12199 33554432000 4194304 4587354 140733656982080 18446744073709551615 4238532 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29106/statm: 51745 12199 337 96 0 48307 0
[pid=29107] ppid=29105 vsize=91240 CPUtime=1002.31 cores=4
/proc/29107/stat : 29107 (clasp) R 29105 29105 26347 0 -1 4202496 18895 0 0 0 100228 3 0 0 25 0 1 0 516516160 93429760 18425 33554432000 4194304 4785740 140734251010704 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29107/statm: 22810 18425 341 145 0 19855 0
[pid=29108] ppid=29105 vsize=458608 CPUtime=498.02 cores=6
/proc/29108/stat : 29108 (TNM) R 29105 29105 26347 0 -1 4202496 1199 0 0 0 49802 0 0 0 25 0 1 0 516516160 469614592 1096 33554432000 134512640 134534564 4291258192 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29108/statm: 114652 1096 95 6 0 113318 0
[pid=29109] ppid=29105 vsize=19368 CPUtime=1002.21 cores=2
/proc/29109/stat : 29109 (lingeling) R 29105 29105 26347 0 -1 4202496 45018 0 0 0 100214 7 0 0 25 0 1 0 516516160 19832832 4035 33554432000 4194304 4352236 140737367798560 18446744073709551615 4328112 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29109/statm: 4842 4035 127 39 0 3922 0
[pid=29110] ppid=29105 vsize=72048 CPUtime=498.83 cores=6
/proc/29110/stat : 29110 (march_hi) R 29105 29105 26347 0 -1 4202496 17907 0 0 0 49877 6 0 0 25 0 1 0 516516160 73777152 14582 33554432000 4194304 4331988 140735123628656 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29110/statm: 18012 14582 175 34 0 16454 0
Current children cumulated CPU time (s) 4003.68
Current children cumulated vsize (KiB) 866568

[startup+1062.31 s]
/proc/loadavg: 10.37 10.28 9.01 11/192 29185
/proc/meminfo: memFree=30682908/32951124 swapFree=67111344/67111528
[pid=29105] ppid=29103 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29105/stat : 29105 (ppfolio) S 29103 29105 26347 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 516516159 18763776 390 33554432000 4194304 4287625 140734845159744 18446744073709551615 271550557711 0 0 4096 65536 17453937717241970687 0 0 17 0 0 0 0
/proc/29105/statm: 4581 390 341 23 0 91 0
[pid=29106] ppid=29105 vsize=231140 CPUtime=1062.31 cores=0
/proc/29106/stat : 29106 (cryptominisat) R 29105 29105 26347 0 -1 4202496 349850 0 0 0 106114 117 0 0 25 0 1 0 516516160 236687360 12206 33554432000 4194304 4587354 140733656982080 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29106/statm: 57785 12206 337 96 0 54347 0
[pid=29107] ppid=29105 vsize=94580 CPUtime=1062.32 cores=4
/proc/29107/stat : 29107 (clasp) R 29105 29105 26347 0 -1 4202496 19637 0 0 0 106229 3 0 0 25 0 1 0 516516160 96849920 19086 33554432000 4194304 4785740 140734251010704 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29107/statm: 23645 19086 341 145 0 20690 0
[pid=29108] ppid=29105 vsize=458608 CPUtime=527.89 cores=6
/proc/29108/stat : 29108 (TNM) R 29105 29105 26347 0 -1 4202496 1199 0 0 0 52789 0 0 0 25 0 1 0 516516160 469614592 1096 33554432000 134512640 134534564 4291258192 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29108/statm: 114652 1096 95 6 0 113318 0
[pid=29109] ppid=29105 vsize=19368 CPUtime=1062.21 cores=2
/proc/29109/stat : 29109 (lingeling) R 29105 29105 26347 0 -1 4202496 45818 0 0 0 106214 7 0 0 25 0 1 0 516516160 19832832 4035 33554432000 4194304 4352236 140737367798560 18446744073709551615 4329265 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29109/statm: 4842 4035 127 39 0 3922 0
[pid=29110] ppid=29105 vsize=72048 CPUtime=528.64 cores=6
/proc/29110/stat : 29110 (march_hi) R 29105 29105 26347 0 -1 4202496 18725 0 0 0 52857 7 0 0 25 0 1 0 516516160 73777152 15400 33554432000 4194304 4331988 140735123628656 18446744073709551615 4299158 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29110/statm: 18012 15400 175 34 0 16454 0
Current children cumulated CPU time (s) 4243.37
Current children cumulated vsize (KiB) 894068

[startup+1122.3 s]
/proc/loadavg: 10.42 10.31 9.09 11/192 29186
/proc/meminfo: memFree=30639600/32951124 swapFree=67111344/67111528
[pid=29105] ppid=29103 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29105/stat : 29105 (ppfolio) S 29103 29105 26347 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 516516159 18763776 390 33554432000 4194304 4287625 140734845159744 18446744073709551615 271550557711 0 0 4096 65536 17453937717241970687 0 0 17 0 0 0 0
/proc/29105/statm: 4581 390 341 23 0 91 0
[pid=29106] ppid=29105 vsize=223320 CPUtime=1122.32 cores=0
/proc/29106/stat : 29106 (cryptominisat) R 29105 29105 26347 0 -1 4202496 363615 0 0 0 112109 123 0 0 25 0 1 0 516516160 228679680 16003 33554432000 4194304 4587354 140733656982080 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29106/statm: 55830 16003 337 96 0 52392 0
[pid=29107] ppid=29105 vsize=96288 CPUtime=1122.31 cores=4
/proc/29107/stat : 29107 (clasp) R 29105 29105 26347 0 -1 4202496 20010 0 0 0 112228 3 0 0 25 0 1 0 516516160 98598912 19459 33554432000 4194304 4785740 140734251010704 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29107/statm: 24072 19459 341 145 0 21117 0
[pid=29108] ppid=29105 vsize=458608 CPUtime=557.71 cores=6
/proc/29108/stat : 29108 (TNM) R 29105 29105 26347 0 -1 4202496 1199 0 0 0 55771 0 0 0 25 0 1 0 516516160 469614592 1096 33554432000 134512640 134534564 4291258192 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29108/statm: 114652 1096 95 6 0 113318 0
[pid=29109] ppid=29105 vsize=22568 CPUtime=1122.2 cores=2
/proc/29109/stat : 29109 (lingeling) R 29105 29105 26347 0 -1 4202496 46618 0 0 0 112213 7 0 0 25 0 1 0 516516160 23109632 4835 33554432000 4194304 4352236 140737367798560 18446744073709551615 4328059 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29109/statm: 5642 4835 127 39 0 4722 0
[pid=29110] ppid=29105 vsize=72048 CPUtime=558.48 cores=6
/proc/29110/stat : 29110 (march_hi) R 29105 29105 26347 0 -1 4202496 19518 0 0 0 55841 7 0 0 25 0 1 0 516516160 73777152 16193 33554432000 4194304 4331988 140735123628656 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29110/statm: 18012 16193 175 34 0 16454 0
Current children cumulated CPU time (s) 4483.02
Current children cumulated vsize (KiB) 891156

[startup+1182.3 s]
/proc/loadavg: 10.31 10.29 9.16 11/192 29188
/proc/meminfo: memFree=30644168/32951124 swapFree=67111344/67111528
[pid=29105] ppid=29103 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29105/stat : 29105 (ppfolio) S 29103 29105 26347 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 516516159 18763776 390 33554432000 4194304 4287625 140734845159744 18446744073709551615 271550557711 0 0 4096 65536 17453937717241970687 0 0 17 0 0 0 0
/proc/29105/statm: 4581 390 341 23 0 91 0
[pid=29106] ppid=29105 vsize=243800 CPUtime=1182.32 cores=0
/proc/29106/stat : 29106 (cryptominisat) R 29105 29105 26347 0 -1 4202496 377609 0 0 0 118101 131 0 0 25 0 1 0 516516160 249651200 15648 33554432000 4194304 4587354 140733656982080 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29106/statm: 60950 15648 337 96 0 57512 0
[pid=29107] ppid=29105 vsize=96904 CPUtime=1182.32 cores=4
/proc/29107/stat : 29107 (clasp) R 29105 29105 26347 0 -1 4202496 20268 0 0 0 118229 3 0 0 25 0 1 0 516516160 99229696 19645 33554432000 4194304 4785740 140734251010704 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29107/statm: 24226 19645 341 145 0 21271 0
[pid=29108] ppid=29105 vsize=458608 CPUtime=587.54 cores=6
/proc/29108/stat : 29108 (TNM) R 29105 29105 26347 0 -1 4202496 1199 0 0 0 58754 0 0 0 25 0 1 0 516516160 469614592 1096 33554432000 134512640 134534564 4291258192 18446744073709551615 134528955 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29108/statm: 114652 1096 95 6 0 113318 0
[pid=29109] ppid=29105 vsize=22316 CPUtime=1182.2 cores=2
/proc/29109/stat : 29109 (lingeling) R 29105 29105 26347 0 -1 4202496 47355 0 0 0 118213 7 0 0 25 0 1 0 516516160 22851584 4772 33554432000 4194304 4352236 140737367798560 18446744073709551615 4328351 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29109/statm: 5579 4772 127 39 0 4659 0
[pid=29110] ppid=29105 vsize=102812 CPUtime=588.33 cores=6
/proc/29110/stat : 29110 (march_hi) R 29105 29105 26347 0 -1 4202496 20493 0 0 0 58825 8 0 0 25 0 1 0 516516160 105279488 17168 33554432000 4194304 4331988 140735123628656 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29110/statm: 25703 17168 175 34 0 24145 0
Current children cumulated CPU time (s) 4722.71
Current children cumulated vsize (KiB) 942764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.36 10.31 9.19 11/192 29188
/proc/meminfo: memFree=30620096/32951124 swapFree=67111344/67111528
[pid=29105] ppid=29103 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29105/stat : 29105 (ppfolio) S 29103 29105 26347 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 516516159 18763776 390 33554432000 4194304 4287625 140734845159744 18446744073709551615 271550557711 0 0 4096 65536 17453937717241970687 0 0 17 0 0 0 0
/proc/29105/statm: 4581 390 341 23 0 91 0
[pid=29106] ppid=29105 vsize=243800 CPUtime=1201.72 cores=0
/proc/29106/stat : 29106 (cryptominisat) R 29105 29105 26347 0 -1 4202496 380908 0 0 0 120039 133 0 0 25 0 1 0 516516160 249651200 18905 33554432000 4194304 4587354 140733656982080 18446744073709551615 4238455 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29106/statm: 60950 18905 337 96 0 57512 0
[pid=29107] ppid=29105 vsize=97236 CPUtime=1201.72 cores=4
/proc/29107/stat : 29107 (clasp) R 29105 29105 26347 0 -1 4202496 20344 0 0 0 120169 3 0 0 25 0 1 0 516516160 99569664 19721 33554432000 4194304 4785740 140734251010704 18446744073709551615 271550235230 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29107/statm: 24309 19721 341 145 0 21354 0
[pid=29108] ppid=29105 vsize=458608 CPUtime=597.2 cores=6
/proc/29108/stat : 29108 (TNM) R 29105 29105 26347 0 -1 4202496 1199 0 0 0 59720 0 0 0 25 0 1 0 516516160 469614592 1096 33554432000 134512640 134534564 4291258192 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29108/statm: 114652 1096 95 6 0 113318 0
[pid=29109] ppid=29105 vsize=19628 CPUtime=1201.6 cores=2
/proc/29109/stat : 29109 (lingeling) R 29105 29105 26347 0 -1 4202496 47483 0 0 0 120153 7 0 0 25 0 1 0 516516160 20099072 4100 33554432000 4194304 4352236 140737367798560 18446744073709551615 4329032 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29109/statm: 4907 4100 127 39 0 3987 0
[pid=29110] ppid=29105 vsize=102812 CPUtime=597.97 cores=6
/proc/29110/stat : 29110 (march_hi) R 29105 29105 26347 0 -1 4202496 20755 0 0 0 59789 8 0 0 25 0 1 0 516516160 105279488 17430 33554432000 4194304 4331988 140735123628656 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29110/statm: 25703 17430 175 34 0 24145 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 940408

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

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

[startup+1201.7 s]
/proc/loadavg: 10.36 10.31 9.19 11/192 29188
/proc/meminfo: memFree=30620096/32951124 swapFree=67111344/67111528
[pid=29105] ppid=29103 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29105/stat : 29105 (ppfolio) S 29103 29105 26347 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 516516159 18763776 390 33554432000 4194304 4287625 140734845159744 18446744073709551615 271550557711 0 0 4096 65536 17453937717241970687 0 0 17 0 0 0 0
/proc/29105/statm: 4581 390 341 23 0 91 0
[pid=29106] ppid=29105 vsize=243800 CPUtime=1201.72 cores=0
/proc/29106/stat : 29106 (cryptominisat) R 29105 29105 26347 0 -1 4202496 380908 0 0 0 120039 133 0 0 25 0 1 0 516516160 249651200 18905 33554432000 4194304 4587354 140733656982080 18446744073709551615 4238455 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29106/statm: 60950 18905 337 96 0 57512 0
[pid=29107] ppid=29105 vsize=97236 CPUtime=1201.72 cores=4
/proc/29107/stat : 29107 (clasp) R 29105 29105 26347 0 -1 4202496 20344 0 0 0 120169 3 0 0 25 0 1 0 516516160 99569664 19721 33554432000 4194304 4785740 140734251010704 18446744073709551615 271550235230 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29107/statm: 24309 19721 341 145 0 21354 0
[pid=29108] ppid=29105 vsize=458608 CPUtime=597.2 cores=6
/proc/29108/stat : 29108 (TNM) R 29105 29105 26347 0 -1 4202496 1199 0 0 0 59720 0 0 0 25 0 1 0 516516160 469614592 1096 33554432000 134512640 134534564 4291258192 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29108/statm: 114652 1096 95 6 0 113318 0
[pid=29109] ppid=29105 vsize=19628 CPUtime=1201.6 cores=2
/proc/29109/stat : 29109 (lingeling) R 29105 29105 26347 0 -1 4202496 47483 0 0 0 120153 7 0 0 25 0 1 0 516516160 20099072 4100 33554432000 4194304 4352236 140737367798560 18446744073709551615 4329032 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/29109/statm: 4907 4100 127 39 0 3987 0
[pid=29110] ppid=29105 vsize=102812 CPUtime=597.97 cores=6
/proc/29110/stat : 29110 (march_hi) R 29105 29105 26347 0 -1 4202496 20755 0 0 0 59789 8 0 0 25 0 1 0 516516160 105279488 17430 33554432000 4194304 4331988 140735123628656 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29110/statm: 25703 17430 175 34 0 24145 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 940408

Child status: 0
Real time (s): 1201.71
CPU time (s): 4800.28
CPU user time (s): 4798.72
CPU system time (s): 1.55676
CPU usage (%): 399.453
Max. virtual memory (cumulated for all children) (KiB): 4418508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.72
system time used= 1.55676
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 471244
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= 403
involuntary context switches= 81150

runsolver used 1.79273 second user time and 4.76628 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 05:53:03
IDJOB=3190964
IDBENCH=82695
IDSOLVER=1612
FILE ID=node133/3190964-1304049183
RUNJOBID= node133-1304048754-28973
PBS_JOBID= 13170319
Free space on /tmp= 71884 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k7-r85-v250-c21250-S977260632-016-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190964-1304049183/watcher-3190964-1304049183 -o /tmp/evaluation-result-3190964-1304049183/solver-3190964-1304049183 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190964-1304049183.cnf

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

MD5SUM BENCH= 58eb79e3bfc8d25580f794d4e2d18629
RANDOM SEED=1019600896

node133.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.834
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.66
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.834
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.834
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.834
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:      30886972 kB
Buffers:        704336 kB
Cached:         777848 kB
SwapCached:        124 kB
Active:         724932 kB
Inactive:       981464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30886972 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:           10516 kB
Writeback:           0 kB
AnonPages:      223404 kB
Mapped:          16952 kB
Slab:           293576 kB
PageTables:       5584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2541000 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71876 MiB
End job on node133 at 2011-04-29 06:13:05