Trace number 3191362

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 parUNSAT 270.77 67.8749

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S708803296-021.UNKNOWN.cnf
MD5SUM6dcea24e0d40e217adec300bb8ded029
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.967
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
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 54450

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
270.77/67.87	s UNSATISFIABLE
270.77/67.87	solver [5] march_hi 2009 answered
270.77/67.87	Done

Verifier Data

No possible verification on an UNSAT instance

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-3191362-1304079241/watcher-3191362-1304079241 -o /tmp/evaluation-result-3191362-1304079241/solver-3191362-1304079241 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191362-1304079241.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: 9.40 9.35 9.29 8/186 1094
/proc/meminfo: memFree=30716556/32951124 swapFree=67111344/67111528
[pid=1094] ppid=1092 vsize=18240 CPUtime=0 cores=1,3,5,7
/proc/1094/stat : 1094 (ppfolio) R 1092 1094 379 0 -1 4194304 285 0 0 0 0 0 0 0 23 0 1 0 519521997 18677760 233 33554432000 4194304 4287625 140737076116160 18446744073709551615 271545575313 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1094/statm: 4560 233 197 23 0 57 0

[startup+0.100704 s]
/proc/loadavg: 9.40 9.35 9.29 8/186 1094
/proc/meminfo: memFree=30716556/32951124 swapFree=67111344/67111528
[pid=1094] ppid=1092 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1094/stat : 1094 (ppfolio) R 1092 1094 379 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 519521997 18763776 389 33554432000 4194304 4287625 140737076116160 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/1094/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200685 s]
/proc/loadavg: 9.40 9.35 9.29 8/186 1094
/proc/meminfo: memFree=30716556/32951124 swapFree=67111344/67111528
[pid=1094] ppid=1092 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1094/stat : 1094 (ppfolio) R 1092 1094 379 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 519521997 18763776 389 33554432000 4194304 4287625 140737076116160 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/1094/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300667 s]
/proc/loadavg: 9.40 9.35 9.29 8/186 1094
/proc/meminfo: memFree=30716556/32951124 swapFree=67111344/67111528
[pid=1094] ppid=1092 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1094/stat : 1094 (ppfolio) R 1092 1094 379 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 519521997 18763776 389 33554432000 4194304 4287625 140737076116160 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/1094/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700596 s]
/proc/loadavg: 9.40 9.35 9.29 8/186 1094
/proc/meminfo: memFree=30716556/32951124 swapFree=67111344/67111528
[pid=1094] ppid=1092 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1094/stat : 1094 (ppfolio) S 1092 1094 379 0 -1 4202496 520 0 0 0 0 0 0 0 21 0 1 0 519521997 18763776 389 33554432000 4194304 4287625 140737076116160 18446744073709551615 271550557711 0 0 4096 65536 4589855219352862719 0 0 17 5 0 0 0
/proc/1094/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50045 s]
/proc/loadavg: 9.40 9.35 9.29 11/192 1100
/proc/meminfo: memFree=30704472/32951124 swapFree=67111344/67111528
[pid=1094] ppid=1092 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1094/stat : 1094 (ppfolio) S 1092 1094 379 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519521997 18763776 389 33554432000 4194304 4287625 140737076116160 18446744073709551615 271550557711 0 0 4096 65536 4589855219352862719 0 0 17 5 0 0 0
/proc/1094/statm: 4581 389 341 23 0 91 0
[pid=1095] ppid=1094 vsize=32336 CPUtime=1.49 cores=1
/proc/1095/stat : 1095 (cryptominisat) R 1094 1094 379 0 -1 4202496 3623 0 0 0 149 0 0 0 25 0 1 0 519521998 33112064 2359 33554432000 4194304 4587354 140735285236624 18446744073709551615 4365120 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1095/statm: 8084 2359 336 96 0 4646 0
[pid=1096] ppid=1094 vsize=14268 CPUtime=1.49 cores=5
/proc/1096/stat : 1096 (clasp) R 1094 1094 379 0 -1 4202496 1016 0 0 0 149 0 0 0 25 0 1 0 519521998 14610432 908 33554432000 4194304 4785740 140733285301328 18446744073709551615 4278179 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1096/statm: 3567 908 340 145 0 612 0
[pid=1097] ppid=1094 vsize=456228 CPUtime=0.74 cores=7
/proc/1097/stat : 1097 (TNM) R 1094 1094 379 0 -1 4202496 439 0 0 0 74 0 0 0 25 0 1 0 519521998 467177472 336 33554432000 134512640 134534564 4293445344 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1097/statm: 114057 336 95 6 0 112723 0
[pid=1098] ppid=1094 vsize=7132 CPUtime=1.49 cores=3
/proc/1098/stat : 1098 (lingeling) R 1094 1094 379 0 -1 4202496 1460 0 0 0 149 0 0 0 25 0 1 0 519521998 7303168 976 33554432000 4194304 4352236 140733767458560 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1098/statm: 1783 976 127 39 0 863 0
[pid=1099] ppid=1094 vsize=7760 CPUtime=0.73 cores=7
/proc/1099/stat : 1099 (march_hi) R 1094 1094 379 0 -1 4202496 910 0 0 0 73 0 0 0 25 0 1 0 519521998 7946240 468 33554432000 4194304 4331988 140736500613104 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1099/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 536048

[startup+3.10116 s]
/proc/loadavg: 9.40 9.35 9.29 11/192 1100
/proc/meminfo: memFree=30697028/32951124 swapFree=67111344/67111528
[pid=1094] ppid=1092 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1094/stat : 1094 (ppfolio) S 1092 1094 379 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519521997 18763776 389 33554432000 4194304 4287625 140737076116160 18446744073709551615 271550557711 0 0 4096 65536 4589855219352862719 0 0 17 5 0 0 0
/proc/1094/statm: 4581 389 341 23 0 91 0
[pid=1095] ppid=1094 vsize=128224 CPUtime=3.09 cores=1
/proc/1095/stat : 1095 (cryptominisat) R 1094 1094 379 0 -1 4202496 4386 0 0 0 309 0 0 0 25 0 1 0 519521998 131301376 2388 33554432000 4194304 4587354 140735285236624 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1095/statm: 32056 2388 336 96 0 28618 0
[pid=1096] ppid=1094 vsize=14696 CPUtime=3.09 cores=5
/proc/1096/stat : 1096 (clasp) R 1094 1094 379 0 -1 4202496 1102 0 0 0 309 0 0 0 25 0 1 0 519521998 15048704 994 33554432000 4194304 4785740 140733285301328 18446744073709551615 4287229 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1096/statm: 3674 994 340 145 0 719 0
[pid=1097] ppid=1094 vsize=456228 CPUtime=1.54 cores=7
/proc/1097/stat : 1097 (TNM) R 1094 1094 379 0 -1 4202496 439 0 0 0 154 0 0 0 25 0 1 0 519521998 467177472 336 33554432000 134512640 134534564 4293445344 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1097/statm: 114057 336 95 6 0 112723 0
[pid=1098] ppid=1094 vsize=7264 CPUtime=3.09 cores=3
/proc/1098/stat : 1098 (lingeling) R 1094 1094 379 0 -1 4202496 1717 0 0 0 309 0 0 0 25 0 1 0 519521998 7438336 1009 33554432000 4194304 4352236 140733767458560 18446744073709551615 4328363 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1098/statm: 1816 1009 127 39 0 896 0
[pid=1099] ppid=1094 vsize=7760 CPUtime=1.53 cores=7
/proc/1099/stat : 1099 (march_hi) R 1094 1094 379 0 -1 4202496 910 0 0 0 153 0 0 0 25 0 1 0 519521998 7946240 468 33554432000 4194304 4331988 140736500613104 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1099/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 632496

[startup+6.30058 s]
/proc/loadavg: 9.45 9.36 9.29 11/192 1100
/proc/meminfo: memFree=30696424/32951124 swapFree=67111344/67111528
[pid=1094] ppid=1092 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1094/stat : 1094 (ppfolio) S 1092 1094 379 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519521997 18763776 389 33554432000 4194304 4287625 140737076116160 18446744073709551615 271550557711 0 0 4096 65536 4589855219352862719 0 0 17 5 0 0 0
/proc/1094/statm: 4581 389 341 23 0 91 0
[pid=1095] ppid=1094 vsize=129684 CPUtime=6.28 cores=1
/proc/1095/stat : 1095 (cryptominisat) R 1094 1094 379 0 -1 4202496 6120 0 0 0 628 0 0 0 25 0 1 0 519521998 132796416 2776 33554432000 4194304 4587354 140735285236624 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1095/statm: 32421 2776 336 96 0 28983 0
[pid=1096] ppid=1094 vsize=15636 CPUtime=6.29 cores=5
/proc/1096/stat : 1096 (clasp) R 1094 1094 379 0 -1 4202496 1306 0 0 0 629 0 0 0 25 0 1 0 519521998 16011264 1198 33554432000 4194304 4785740 140733285301328 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1096/statm: 3909 1198 340 145 0 954 0
[pid=1097] ppid=1094 vsize=456228 CPUtime=3.14 cores=7
/proc/1097/stat : 1097 (TNM) R 1094 1094 379 0 -1 4202496 439 0 0 0 314 0 0 0 25 0 1 0 519521998 467177472 336 33554432000 134512640 134534564 4293445344 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1097/statm: 114057 336 95 6 0 112723 0
[pid=1098] ppid=1094 vsize=7776 CPUtime=6.29 cores=3
/proc/1098/stat : 1098 (lingeling) R 1094 1094 379 0 -1 4202496 2381 0 0 0 629 0 0 0 25 0 1 0 519521998 7962624 1129 33554432000 4194304 4352236 140733767458560 18446744073709551615 4278518 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1098/statm: 1944 1129 127 39 0 1024 0
[pid=1099] ppid=1094 vsize=7760 CPUtime=3.11 cores=7
/proc/1099/stat : 1099 (march_hi) R 1094 1094 379 0 -1 4202496 910 0 0 0 311 0 0 0 25 0 1 0 519521998 7946240 468 33554432000 4194304 4331988 140736500613104 18446744073709551615 4287517 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1099/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 635408

[startup+12.7004 s]
/proc/loadavg: 9.49 9.37 9.29 11/192 1100
/proc/meminfo: memFree=30684112/32951124 swapFree=67111344/67111528
[pid=1094] ppid=1092 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1094/stat : 1094 (ppfolio) S 1092 1094 379 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519521997 18763776 389 33554432000 4194304 4287625 140737076116160 18446744073709551615 271550557711 0 0 4096 65536 4589855219352862719 0 0 17 5 0 0 0
/proc/1094/statm: 4581 389 341 23 0 91 0
[pid=1095] ppid=1094 vsize=39548 CPUtime=12.69 cores=1
/proc/1095/stat : 1095 (cryptominisat) R 1094 1094 379 0 -1 4202496 9707 0 0 0 1268 1 0 0 25 0 1 0 519521998 40497152 4113 33554432000 4194304 4587354 140735285236624 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1095/statm: 9887 4113 336 96 0 6449 0
[pid=1096] ppid=1094 vsize=16768 CPUtime=12.69 cores=5
/proc/1096/stat : 1096 (clasp) R 1094 1094 379 0 -1 4202496 1555 0 0 0 1269 0 0 0 25 0 1 0 519521998 17170432 1447 33554432000 4194304 4785740 140733285301328 18446744073709551615 4287140 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1096/statm: 4192 1447 340 145 0 1237 0
[pid=1097] ppid=1094 vsize=456228 CPUtime=6.31 cores=7
/proc/1097/stat : 1097 (TNM) R 1094 1094 379 0 -1 4202496 439 0 0 0 631 0 0 0 25 0 1 0 519521998 467177472 336 33554432000 134512640 134534564 4293445344 18446744073709551615 134528918 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1097/statm: 114057 336 95 6 0 112723 0
[pid=1098] ppid=1094 vsize=10212 CPUtime=12.69 cores=3
/proc/1098/stat : 1098 (lingeling) R 1094 1094 379 0 -1 4202496 4110 0 0 0 1269 0 0 0 25 0 1 0 519521998 10457088 1738 33554432000 4194304 4352236 140733767458560 18446744073709551615 4276475 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1098/statm: 2553 1738 127 39 0 1633 0
[pid=1099] ppid=1094 vsize=7760 CPUtime=6.3 cores=7
/proc/1099/stat : 1099 (march_hi) R 1094 1094 379 0 -1 4202496 910 0 0 0 630 0 0 0 25 0 1 0 519521998 7946240 468 33554432000 4194304 4331988 140736500613104 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1099/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 548840

[startup+25.5011 s]
/proc/loadavg: 9.60 9.40 9.30 11/192 1101
/proc/meminfo: memFree=30678284/32951124 swapFree=67111344/67111528
[pid=1094] ppid=1092 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1094/stat : 1094 (ppfolio) S 1092 1094 379 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519521997 18763776 389 33554432000 4194304 4287625 140737076116160 18446744073709551615 271550557711 0 0 4096 65536 4589855219352862719 0 0 17 5 0 0 0
/proc/1094/statm: 4581 389 341 23 0 91 0
[pid=1095] ppid=1094 vsize=135716 CPUtime=25.48 cores=1
/proc/1095/stat : 1095 (cryptominisat) R 1094 1094 379 0 -1 4202496 13617 0 0 0 2546 2 0 0 25 0 1 0 519521998 138973184 4574 33554432000 4194304 4587354 140735285236624 18446744073709551615 4238423 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1095/statm: 33929 4574 336 96 0 30491 0
[pid=1096] ppid=1094 vsize=17932 CPUtime=25.48 cores=5
/proc/1096/stat : 1096 (clasp) R 1094 1094 379 0 -1 4202496 1864 0 0 0 2548 0 0 0 25 0 1 0 519521998 18362368 1756 33554432000 4194304 4785740 140733285301328 18446744073709551615 4553423 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1096/statm: 4483 1756 341 145 0 1528 0
[pid=1097] ppid=1094 vsize=456228 CPUtime=12.64 cores=7
/proc/1097/stat : 1097 (TNM) R 1094 1094 379 0 -1 4202496 439 0 0 0 1264 0 0 0 25 0 1 0 519521998 467177472 336 33554432000 134512640 134534564 4293445344 18446744073709551615 134530320 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1097/statm: 114057 336 95 6 0 112723 0
[pid=1098] ppid=1094 vsize=10856 CPUtime=25.49 cores=3
/proc/1098/stat : 1098 (lingeling) R 1094 1094 379 0 -1 4202496 6487 0 0 0 2548 1 0 0 25 0 1 0 519521998 11116544 1907 33554432000 4194304 4352236 140733767458560 18446744073709551615 4329032 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1098/statm: 2714 1907 127 39 0 1794 0
[pid=1099] ppid=1094 vsize=7760 CPUtime=12.7 cores=7
/proc/1099/stat : 1099 (march_hi) R 1094 1094 379 0 -1 4202496 910 0 0 0 1270 0 0 0 25 0 1 0 519521998 7946240 468 33554432000 4194304 4331988 140736500613104 18446744073709551615 4299299 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1099/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 646816

[startup+51.1004 s]
/proc/loadavg: 9.80 9.46 9.33 11/192 1101
/proc/meminfo: memFree=30669348/32951124 swapFree=67111344/67111528
[pid=1094] ppid=1092 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1094/stat : 1094 (ppfolio) S 1092 1094 379 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519521997 18763776 389 33554432000 4194304 4287625 140737076116160 18446744073709551615 271550557711 0 0 4096 65536 4589855219352862719 0 0 17 5 0 0 0
/proc/1094/statm: 4581 389 341 23 0 91 0
[pid=1095] ppid=1094 vsize=44428 CPUtime=51.08 cores=1
/proc/1095/stat : 1095 (cryptominisat) R 1094 1094 379 0 -1 4202496 21548 0 0 0 5104 4 0 0 25 0 1 0 519521998 45494272 5285 33554432000 4194304 4587354 140735285236624 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1095/statm: 11107 5285 336 96 0 7669 0
[pid=1096] ppid=1094 vsize=19872 CPUtime=51.08 cores=5
/proc/1096/stat : 1096 (clasp) R 1094 1094 379 0 -1 4202496 2281 0 0 0 5108 0 0 0 25 0 1 0 519521998 20348928 2173 33554432000 4194304 4785740 140733285301328 18446744073709551615 4312653 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1096/statm: 4968 2173 341 145 0 2013 0
[pid=1097] ppid=1094 vsize=456228 CPUtime=25.41 cores=7
/proc/1097/stat : 1097 (TNM) R 1094 1094 379 0 -1 4202496 439 0 0 0 2541 0 0 0 25 0 1 0 519521998 467177472 336 33554432000 134512640 134534564 4293445344 18446744073709551615 134528875 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1097/statm: 114057 336 95 6 0 112723 0
[pid=1098] ppid=1094 vsize=15720 CPUtime=51.08 cores=3

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

/proc/1096/statm: 4968 2173 341 145 0 2013 0
[pid=1097] ppid=1094 vsize=456228 CPUtime=25.44 cores=7
/proc/1097/stat : 1097 (TNM) R 1094 1094 379 0 -1 4202496 439 0 0 0 2544 0 0 0 25 0 1 0 519521998 467177472 336 33554432000 134512640 134534564 4293445344 18446744073709551615 134528832 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1097/statm: 114057 336 95 6 0 112723 0
[pid=1098] ppid=1094 vsize=15720 CPUtime=51.18 cores=3
/proc/1098/stat : 1098 (lingeling) R 1094 1094 379 0 -1 4202496 10903 0 0 0 5117 1 0 0 25 0 1 0 519521998 16097280 3123 33554432000 4194304 4352236 140733767458560 18446744073709551615 4329024 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1098/statm: 3930 3123 127 39 0 3010 0
[pid=1099] ppid=1094 vsize=7760 CPUtime=25.47 cores=7
/proc/1099/stat : 1099 (march_hi) R 1094 1094 379 0 -1 4202496 910 0 0 0 2547 0 0 0 25 0 1 0 519521998 7946240 468 33554432000 4194304 4331988 140736500613104 18446744073709551615 4237416 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1099/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 204.45
Current children cumulated vsize (KiB) 562332

[startup+57.6013 s]
/proc/loadavg: 9.81 9.47 9.33 11/192 1101
/proc/meminfo: memFree=30663636/32951124 swapFree=67111344/67111528
[pid=1094] ppid=1092 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1094/stat : 1094 (ppfolio) S 1092 1094 379 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519521997 18763776 389 33554432000 4194304 4287625 140737076116160 18446744073709551615 271550557711 0 0 4096 65536 4589855219352862719 0 0 17 5 0 0 0
/proc/1094/statm: 4581 389 341 23 0 91 0
[pid=1095] ppid=1094 vsize=44484 CPUtime=57.59 cores=1
/proc/1095/stat : 1095 (cryptominisat) R 1094 1094 379 0 -1 4202496 22903 0 0 0 5754 5 0 0 25 0 1 0 519521998 45551616 5598 33554432000 4194304 4587354 140735285236624 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1095/statm: 11121 5598 336 96 0 7683 0
[pid=1096] ppid=1094 vsize=20208 CPUtime=57.58 cores=5
/proc/1096/stat : 1096 (clasp) R 1094 1094 379 0 -1 4202496 2377 0 0 0 5758 0 0 0 25 0 1 0 519521998 20692992 2269 33554432000 4194304 4785740 140733285301328 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1096/statm: 5052 2269 341 145 0 2097 0
[pid=1097] ppid=1094 vsize=456228 CPUtime=28.64 cores=7
/proc/1097/stat : 1097 (TNM) R 1094 1094 379 0 -1 4202496 439 0 0 0 2864 0 0 0 25 0 1 0 519521998 467177472 336 33554432000 134512640 134534564 4293445344 18446744073709551615 134529838 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1097/statm: 114057 336 95 6 0 112723 0
[pid=1098] ppid=1094 vsize=16104 CPUtime=57.58 cores=3
/proc/1098/stat : 1098 (lingeling) R 1094 1094 379 0 -1 4202496 11575 0 0 0 5757 1 0 0 25 0 1 0 519521998 16490496 3219 33554432000 4194304 4352236 140733767458560 18446744073709551615 4328042 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1098/statm: 4026 3219 127 39 0 3106 0
[pid=1099] ppid=1094 vsize=7760 CPUtime=28.63 cores=7
/proc/1099/stat : 1099 (march_hi) R 1094 1094 379 0 -1 4202496 910 0 0 0 2863 0 0 0 25 0 1 0 519521998 7946240 468 33554432000 4194304 4331988 140736500613104 18446744073709551615 4287417 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1099/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 230.02
Current children cumulated vsize (KiB) 563108

[startup+64.0011 s]
/proc/loadavg: 9.91 9.50 9.34 11/192 1102
/proc/meminfo: memFree=30665016/32951124 swapFree=67111344/67111528
[pid=1094] ppid=1092 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1094/stat : 1094 (ppfolio) S 1092 1094 379 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519521997 18763776 389 33554432000 4194304 4287625 140737076116160 18446744073709551615 271550557711 0 0 4096 65536 4589855219352862719 0 0 17 5 0 0 0
/proc/1094/statm: 4581 389 341 23 0 91 0
[pid=1095] ppid=1094 vsize=44592 CPUtime=63.99 cores=1
/proc/1095/stat : 1095 (cryptominisat) R 1094 1094 379 0 -1 4202496 24664 0 0 0 6394 5 0 0 25 0 1 0 519521998 45662208 5216 33554432000 4194304 4587354 140735285236624 18446744073709551615 4238491 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1095/statm: 11148 5216 336 96 0 7710 0
[pid=1096] ppid=1094 vsize=20712 CPUtime=63.98 cores=5
/proc/1096/stat : 1096 (clasp) R 1094 1094 379 0 -1 4202496 2494 0 0 0 6398 0 0 0 25 0 1 0 519521998 21209088 2386 33554432000 4194304 4785740 140733285301328 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1096/statm: 5178 2386 341 145 0 2223 0
[pid=1097] ppid=1094 vsize=456228 CPUtime=31.84 cores=7
/proc/1097/stat : 1097 (TNM) R 1094 1094 379 0 -1 4202496 439 0 0 0 3184 0 0 0 25 0 1 0 519521998 467177472 336 33554432000 134512640 134534564 4293445344 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1097/statm: 114057 336 95 6 0 112723 0
[pid=1098] ppid=1094 vsize=17004 CPUtime=63.98 cores=3
/proc/1098/stat : 1098 (lingeling) R 1094 1094 379 0 -1 4202496 12440 0 0 0 6397 1 0 0 25 0 1 0 519521998 17412096 3444 33554432000 4194304 4352236 140733767458560 18446744073709551615 4329004 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1098/statm: 4251 3444 127 39 0 3331 0
[pid=1099] ppid=1094 vsize=7760 CPUtime=31.8 cores=7
/proc/1099/stat : 1099 (march_hi) R 1094 1094 379 0 -1 4202496 910 0 0 0 3180 0 0 0 25 0 1 0 519521998 7946240 468 33554432000 4194304 4331988 140736500613104 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1099/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 255.59
Current children cumulated vsize (KiB) 564620

[startup+65.6008 s]
/proc/loadavg: 10.00 9.52 9.35 11/192 1102
/proc/meminfo: memFree=30666008/32951124 swapFree=67111344/67111528
[pid=1094] ppid=1092 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1094/stat : 1094 (ppfolio) S 1092 1094 379 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519521997 18763776 389 33554432000 4194304 4287625 140737076116160 18446744073709551615 271550557711 0 0 4096 65536 4589855219352862719 0 0 17 5 0 0 0
/proc/1094/statm: 4581 389 341 23 0 91 0
[pid=1095] ppid=1094 vsize=44592 CPUtime=65.59 cores=1
/proc/1095/stat : 1095 (cryptominisat) R 1094 1094 379 0 -1 4202496 24937 0 0 0 6554 5 0 0 25 0 1 0 519521998 45662208 5473 33554432000 4194304 4587354 140735285236624 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1095/statm: 11148 5473 336 96 0 7710 0
[pid=1096] ppid=1094 vsize=20880 CPUtime=65.58 cores=5
/proc/1096/stat : 1096 (clasp) R 1094 1094 379 0 -1 4202496 2517 0 0 0 6558 0 0 0 25 0 1 0 519521998 21381120 2409 33554432000 4194304 4785740 140733285301328 18446744073709551615 4538909 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1096/statm: 5220 2409 341 145 0 2265 0
[pid=1097] ppid=1094 vsize=456228 CPUtime=32.63 cores=7
/proc/1097/stat : 1097 (TNM) R 1094 1094 379 0 -1 4202496 439 0 0 0 3263 0 0 0 25 0 1 0 519521998 467177472 336 33554432000 134512640 134534564 4293445344 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1097/statm: 114057 336 95 6 0 112723 0
[pid=1098] ppid=1094 vsize=16236 CPUtime=65.58 cores=3
/proc/1098/stat : 1098 (lingeling) R 1094 1094 379 0 -1 4202496 12632 0 0 0 6557 1 0 0 25 0 1 0 519521998 16625664 3252 33554432000 4194304 4352236 140733767458560 18446744073709551615 4328126 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1098/statm: 4059 3252 127 39 0 3139 0
[pid=1099] ppid=1094 vsize=7760 CPUtime=32.6 cores=7
/proc/1099/stat : 1099 (march_hi) R 1094 1094 379 0 -1 4202496 910 0 0 0 3260 0 0 0 25 0 1 0 519521998 7946240 468 33554432000 4194304 4331988 140736500613104 18446744073709551615 4237398 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1099/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 261.98
Current children cumulated vsize (KiB) 564020

[startup+67.2075 s]
/proc/loadavg: 10.00 9.52 9.35 11/192 1102
/proc/meminfo: memFree=30658316/32951124 swapFree=67111344/67111528
[pid=1094] ppid=1092 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1094/stat : 1094 (ppfolio) S 1092 1094 379 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519521997 18763776 389 33554432000 4194304 4287625 140737076116160 18446744073709551615 271550557711 0 0 4096 65536 4589855219352862719 0 0 17 5 0 0 0
/proc/1094/statm: 4581 389 341 23 0 91 0
[pid=1095] ppid=1094 vsize=50332 CPUtime=67.2 cores=1
/proc/1095/stat : 1095 (cryptominisat) R 1094 1094 379 0 -1 4202496 26348 0 0 0 6714 6 0 0 25 0 1 0 519521998 51539968 6883 33554432000 4194304 4587354 140735285236624 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1095/statm: 12583 6883 336 96 0 9145 0
[pid=1096] ppid=1094 vsize=20880 CPUtime=67.19 cores=5
/proc/1096/stat : 1096 (clasp) R 1094 1094 379 0 -1 4202496 2518 0 0 0 6719 0 0 0 25 0 1 0 519521998 21381120 2410 33554432000 4194304 4785740 140733285301328 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1096/statm: 5220 2410 341 145 0 2265 0
[pid=1097] ppid=1094 vsize=456228 CPUtime=33.42 cores=7
/proc/1097/stat : 1097 (TNM) R 1094 1094 379 0 -1 4202496 439 0 0 0 3342 0 0 0 25 0 1 0 519521998 467177472 336 33554432000 134512640 134534564 4293445344 18446744073709551615 134528955 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1097/statm: 114057 336 95 6 0 112723 0
[pid=1098] ppid=1094 vsize=17772 CPUtime=67.19 cores=3
/proc/1098/stat : 1098 (lingeling) R 1094 1094 379 0 -1 4202496 13016 0 0 0 6718 1 0 0 25 0 1 0 519521998 18198528 3636 33554432000 4194304 4352236 140733767458560 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1098/statm: 4443 3636 127 39 0 3523 0
[pid=1099] ppid=1094 vsize=7760 CPUtime=33.4 cores=7
/proc/1099/stat : 1099 (march_hi) R 1094 1094 379 0 -1 4202496 910 0 0 0 3340 0 0 0 25 0 1 0 519521998 7946240 468 33554432000 4194304 4331988 140736500613104 18446744073709551615 4226260 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1099/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 268.4
Current children cumulated vsize (KiB) 571296

[startup+67.6005 s]
/proc/loadavg: 10.00 9.52 9.35 11/192 1102
/proc/meminfo: memFree=30658316/32951124 swapFree=67111344/67111528
[pid=1094] ppid=1092 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1094/stat : 1094 (ppfolio) S 1092 1094 379 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519521997 18763776 389 33554432000 4194304 4287625 140737076116160 18446744073709551615 271550557711 0 0 4096 65536 4589855219352862719 0 0 17 5 0 0 0
/proc/1094/statm: 4581 389 341 23 0 91 0
[pid=1095] ppid=1094 vsize=50332 CPUtime=67.59 cores=1
/proc/1095/stat : 1095 (cryptominisat) R 1094 1094 379 0 -1 4202496 26348 0 0 0 6753 6 0 0 25 0 1 0 519521998 51539968 6883 33554432000 4194304 4587354 140735285236624 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1095/statm: 12583 6883 336 96 0 9145 0
[pid=1096] ppid=1094 vsize=20880 CPUtime=67.58 cores=5
/proc/1096/stat : 1096 (clasp) R 1094 1094 379 0 -1 4202496 2541 0 0 0 6758 0 0 0 25 0 1 0 519521998 21381120 2433 33554432000 4194304 4785740 140733285301328 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1096/statm: 5220 2433 341 145 0 2265 0
[pid=1097] ppid=1094 vsize=456228 CPUtime=33.62 cores=7
/proc/1097/stat : 1097 (TNM) R 1094 1094 379 0 -1 4202496 439 0 0 0 3362 0 0 0 25 0 1 0 519521998 467177472 336 33554432000 134512640 134534564 4293445344 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1097/statm: 114057 336 95 6 0 112723 0
[pid=1098] ppid=1094 vsize=16236 CPUtime=67.58 cores=3
/proc/1098/stat : 1098 (lingeling) R 1094 1094 379 0 -1 4202496 13048 0 0 0 6757 1 0 0 25 0 1 0 519521998 16625664 3252 33554432000 4194304 4352236 140733767458560 18446744073709551615 4328345 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1098/statm: 4059 3252 127 39 0 3139 0
[pid=1099] ppid=1094 vsize=7760 CPUtime=33.6 cores=7
/proc/1099/stat : 1099 (march_hi) R 1094 1094 379 0 -1 4202496 910 0 0 0 3360 0 0 0 25 0 1 0 519521998 7946240 468 33554432000 4194304 4331988 140736500613104 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1099/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 269.97
Current children cumulated vsize (KiB) 569760

[startup+67.8004 s]
/proc/loadavg: 10.00 9.52 9.35 11/192 1102
/proc/meminfo: memFree=30658316/32951124 swapFree=67111344/67111528
[pid=1094] ppid=1092 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1094/stat : 1094 (ppfolio) S 1092 1094 379 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 519521997 18763776 389 33554432000 4194304 4287625 140737076116160 18446744073709551615 271550557711 0 0 4096 65536 4589855219352862719 0 0 17 5 0 0 0
/proc/1094/statm: 4581 389 341 23 0 91 0
[pid=1095] ppid=1094 vsize=50332 CPUtime=67.79 cores=1
/proc/1095/stat : 1095 (cryptominisat) R 1094 1094 379 0 -1 4202496 26348 0 0 0 6773 6 0 0 25 0 1 0 519521998 51539968 6883 33554432000 4194304 4587354 140735285236624 18446744073709551615 4365154 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1095/statm: 12583 6883 336 96 0 9145 0
[pid=1096] ppid=1094 vsize=20880 CPUtime=67.78 cores=5
/proc/1096/stat : 1096 (clasp) R 1094 1094 379 0 -1 4202496 2541 0 0 0 6778 0 0 0 25 0 1 0 519521998 21381120 2433 33554432000 4194304 4785740 140733285301328 18446744073709551615 4286964 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1096/statm: 5220 2433 341 145 0 2265 0
[pid=1097] ppid=1094 vsize=456228 CPUtime=33.72 cores=7
/proc/1097/stat : 1097 (TNM) R 1094 1094 379 0 -1 4202496 439 0 0 0 3372 0 0 0 25 0 1 0 519521998 467177472 336 33554432000 134512640 134534564 4293445344 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1097/statm: 114057 336 95 6 0 112723 0
[pid=1098] ppid=1094 vsize=16236 CPUtime=67.78 cores=3
/proc/1098/stat : 1098 (lingeling) R 1094 1094 379 0 -1 4202496 13048 0 0 0 6777 1 0 0 25 0 1 0 519521998 16625664 3252 33554432000 4194304 4352236 140733767458560 18446744073709551615 4328059 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1098/statm: 4059 3252 127 39 0 3139 0
[pid=1099] ppid=1094 vsize=7760 CPUtime=33.7 cores=7
/proc/1099/stat : 1099 (march_hi) R 1094 1094 379 0 -1 4202496 910 0 0 0 3370 0 0 0 25 0 1 0 519521998 7946240 468 33554432000 4194304 4331988 140736500613104 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1099/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 270.77
Current children cumulated vsize (KiB) 569760

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1094 and gives
#  childrusage.ru_utime.tv_sec=237
#  childrusage.ru_utime.tv_usec=262930
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=96985
# CPU time returned by wait4() is 237.36
# while last known CPU time is 270.77
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 67.8749
CPU time (s): 270.77
CPU user time (s): 270.7
CPU system time (s): 0.07
CPU usage (%): 398.925
Max. virtual memory (cumulated for all children) (KiB): 658880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 237.263
system time used= 0.096985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42914
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= 725
involuntary context switches= 2868

runsolver used 0.132979 second user time and 0.239963 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 14:14:01
IDJOB=3191362
IDBENCH=83093
IDSOLVER=1612
FILE ID=node133/3191362-1304079241
RUNJOBID= node133-1304077694-398
PBS_JOBID= 13170511
Free space on /tmp= 71888 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S708803296-021.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191362-1304079241/watcher-3191362-1304079241 -o /tmp/evaluation-result-3191362-1304079241/solver-3191362-1304079241 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191362-1304079241.cnf

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

MD5SUM BENCH= 6dcea24e0d40e217adec300bb8ded029
RANDOM SEED=1709055694

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:      30716836 kB
Buffers:        736252 kB
Cached:         969748 kB
SwapCached:        124 kB
Active:         715948 kB
Inactive:      1160672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30716836 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:           10100 kB
Writeback:           0 kB
AnonPages:      170080 kB
Mapped:          17020 kB
Slab:           294156 kB
PageTables:       5240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2742604 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 14:15:09