Trace number 3262789

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.2 1201.81

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_24_40_2-log.shuffled-as.sat03-119.cnf
MD5SUMcf96a8eea16f98b3cec72117cedd0285
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 variables120
Number of clauses48342
Sum of the clauses size483180
Maximum clause length10
Minimum clause length5
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 548
Number of clauses of size over 548294

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

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-3262789-1304089939/watcher-3262789-1304089939 -o /tmp/evaluation-result-3262789-1304089939/solver-3262789-1304089939 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3262789-1304089939.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: 10.18 10.24 10.22 7/180 8096
/proc/meminfo: memFree=14099612/32951132 swapFree=67111524/67111528
[pid=8096] ppid=8094 vsize=18240 CPUtime=0 cores=1,3,5,7
/proc/8096/stat : 8096 (ppfolio) R 8094 8096 5255 0 -1 4194304 262 0 0 0 0 0 0 0 25 0 1 0 520593510 18677760 211 33554432000 4194304 4287625 140734047091088 18446744073709551615 210642183656 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8096/statm: 4560 212 179 23 0 57 0

[startup+0.0702641 s]
/proc/loadavg: 10.18 10.24 10.22 7/180 8096
/proc/meminfo: memFree=14099612/32951132 swapFree=67111524/67111528
[pid=8096] ppid=8094 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8096/stat : 8096 (ppfolio) R 8094 8096 5255 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 520593510 18763776 390 33554432000 4194304 4287625 140734047091088 18446744073709551615 210647166479 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/8096/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.270232 s]
/proc/loadavg: 10.18 10.24 10.22 7/180 8096
/proc/meminfo: memFree=14099612/32951132 swapFree=67111524/67111528
[pid=8096] ppid=8094 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8096/stat : 8096 (ppfolio) R 8094 8096 5255 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 520593510 18763776 390 33554432000 4194304 4287625 140734047091088 18446744073709551615 210647166479 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/8096/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300231 s]
/proc/loadavg: 10.18 10.24 10.22 7/180 8096
/proc/meminfo: memFree=14099612/32951132 swapFree=67111524/67111528
[pid=8096] ppid=8094 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8096/stat : 8096 (ppfolio) R 8094 8096 5255 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 520593510 18763776 390 33554432000 4194304 4287625 140734047091088 18446744073709551615 210647166479 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/8096/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700162 s]
/proc/loadavg: 10.18 10.24 10.22 7/180 8096
/proc/meminfo: memFree=14099612/32951132 swapFree=67111524/67111528
[pid=8096] ppid=8094 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8096/stat : 8096 (ppfolio) R 8094 8096 5255 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 520593510 18763776 390 33554432000 4194304 4287625 140734047091088 18446744073709551615 210647166479 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/8096/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50103 s]
/proc/loadavg: 10.18 10.24 10.22 11/186 8102
/proc/meminfo: memFree=14051080/32951132 swapFree=67111524/67111528
[pid=8096] ppid=8094 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8096/stat : 8096 (ppfolio) S 8094 8096 5255 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 520593510 18763776 390 33554432000 4194304 4287625 140734047091088 18446744073709551615 210647166479 0 0 4096 65536 2826088513535 0 0 17 1 0 0 0
/proc/8096/statm: 4581 390 341 23 0 91 0
[pid=8098] ppid=8096 vsize=27660 CPUtime=1.48 cores=1
/proc/8098/stat : 8098 (cryptominisat) R 8096 8096 5255 0 -1 4202496 2218 0 0 0 148 0 0 0 20 0 1 0 520593511 28323840 2055 33554432000 4194304 4587354 140736799008144 18446744073709551615 4238628 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8098/statm: 6915 2055 306 96 0 3477 0
[pid=8099] ppid=8096 vsize=18600 CPUtime=1.48 cores=5
/proc/8099/stat : 8099 (clasp) R 8096 8096 5255 0 -1 4202496 2218 0 0 0 148 0 0 0 25 0 1 0 520593511 19046400 1939 33554432000 4194304 4785740 140736571063008 18446744073709551615 4495584 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8099/statm: 4650 1939 314 145 0 1695 0
[pid=8100] ppid=8096 vsize=460104 CPUtime=0.76 cores=7
/proc/8100/stat : 8100 (TNM) R 8096 8096 5255 0 -1 4202496 2489 0 0 0 76 0 0 0 25 0 1 0 520593511 471146496 2386 33554432000 134512640 134534564 4293064704 18446744073709551615 134524582 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8100/statm: 115026 2386 91 6 0 113692 0
[pid=8101] ppid=8096 vsize=17048 CPUtime=1.48 cores=3
/proc/8101/stat : 8101 (lingeling) R 8096 8096 5255 0 -1 4202496 4110 0 0 0 148 0 0 0 25 0 1 0 520593511 17457152 3419 33554432000 4194304 4352236 140737280660064 18446744073709551615 4267768 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/8101/statm: 4262 3419 123 39 0 3342 0
[pid=8102] ppid=8096 vsize=17712 CPUtime=0.71 cores=7
/proc/8102/stat : 8102 (march_hi) R 8096 8096 5255 0 -1 4202496 12643 0 0 0 69 2 0 0 25 0 1 0 520593511 18137088 2508 33554432000 4194304 4331988 140736667331840 18446744073709551615 4271154 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8102/statm: 4428 2508 150 34 0 2870 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 559448

[startup+3.10076 s]
/proc/loadavg: 10.24 10.25 10.22 11/186 8102
/proc/meminfo: memFree=14047868/32951132 swapFree=67111524/67111528
[pid=8096] ppid=8094 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8096/stat : 8096 (ppfolio) S 8094 8096 5255 0 -1 4202496 520 0 0 0 0 0 0 0 17 0 1 0 520593510 18763776 390 33554432000 4194304 4287625 140734047091088 18446744073709551615 210647166479 0 0 4096 65536 11179931404861439999 0 0 17 1 0 0 0
/proc/8096/statm: 4581 390 341 23 0 91 0
[pid=8098] ppid=8096 vsize=43252 CPUtime=3.08 cores=1
/proc/8098/stat : 8098 (cryptominisat) R 8096 8096 5255 0 -1 4202496 8411 0 0 0 307 1 0 0 25 0 1 0 520593511 44290048 5682 33554432000 4194304 4587354 140736799008144 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8098/statm: 10813 5682 315 96 0 7375 0
[pid=8099] ppid=8096 vsize=18600 CPUtime=3.08 cores=5
/proc/8099/stat : 8099 (clasp) R 8096 8096 5255 0 -1 4202496 2225 0 0 0 308 0 0 0 25 0 1 0 520593511 19046400 1946 33554432000 4194304 4785740 140736571063008 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8099/statm: 4650 1946 314 145 0 1695 0
[pid=8100] ppid=8096 vsize=460104 CPUtime=1.56 cores=7
/proc/8100/stat : 8100 (TNM) R 8096 8096 5255 0 -1 4202496 2489 0 0 0 156 0 0 0 25 0 1 0 520593511 471146496 2386 33554432000 134512640 134534564 4293064704 18446744073709551615 134524556 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8100/statm: 115026 2386 91 6 0 113692 0
[pid=8101] ppid=8096 vsize=12504 CPUtime=3.08 cores=3
/proc/8101/stat : 8101 (lingeling) R 8096 8096 5255 0 -1 4202496 4188 0 0 0 308 0 0 0 25 0 1 0 520593511 12804096 2319 33554432000 4194304 4352236 140737280660064 18446744073709551615 4332318 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/8101/statm: 3126 2319 127 39 0 2206 0
[pid=8102] ppid=8096 vsize=17712 CPUtime=1.51 cores=7
/proc/8102/stat : 8102 (march_hi) R 8096 8096 5255 0 -1 4202496 12643 0 0 0 149 2 0 0 25 0 1 0 520593511 18137088 2508 33554432000 4194304 4331988 140736667331840 18446744073709551615 4271172 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8102/statm: 4428 2508 150 34 0 2870 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 570496

[startup+6.30122 s]
/proc/loadavg: 10.24 10.25 10.22 13/186 8102
/proc/meminfo: memFree=14022776/32951132 swapFree=67111524/67111528
[pid=8096] ppid=8094 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8096/stat : 8096 (ppfolio) S 8094 8096 5255 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520593510 18763776 390 33554432000 4194304 4287625 140734047091088 18446744073709551615 210647166479 0 0 4096 65536 11179931404861439999 0 0 17 1 0 0 0
/proc/8096/statm: 4581 390 341 23 0 91 0
[pid=8098] ppid=8096 vsize=49364 CPUtime=6.28 cores=1
/proc/8098/stat : 8098 (cryptominisat) R 8096 8096 5255 0 -1 4202496 13617 0 0 0 626 2 0 0 25 0 1 0 520593511 50548736 6513 33554432000 4194304 4587354 140736799008144 18446744073709551615 4364706 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8098/statm: 12341 6513 337 96 0 8903 0
[pid=8099] ppid=8096 vsize=21848 CPUtime=6.28 cores=5
/proc/8099/stat : 8099 (clasp) R 8096 8096 5255 0 -1 4202496 3188 0 0 0 628 0 0 0 25 0 1 0 520593511 22372352 2753 33554432000 4194304 4785740 140736571063008 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8099/statm: 5462 2753 340 145 0 2507 0
[pid=8100] ppid=8096 vsize=460104 CPUtime=3.14 cores=7
/proc/8100/stat : 8100 (TNM) R 8096 8096 5255 0 -1 4202496 2489 0 0 0 314 0 0 0 25 0 1 0 520593511 471146496 2386 33554432000 134512640 134534564 4293064704 18446744073709551615 134524559 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8100/statm: 115026 2386 91 6 0 113692 0
[pid=8101] ppid=8096 vsize=12012 CPUtime=6.28 cores=3
/proc/8101/stat : 8101 (lingeling) R 8096 8096 5255 0 -1 4202496 5026 0 0 0 628 0 0 0 25 0 1 0 520593511 12300288 2185 33554432000 4194304 4352236 140737280660064 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/8101/statm: 3003 2185 127 39 0 2083 0
[pid=8102] ppid=8096 vsize=17712 CPUtime=3.11 cores=7
/proc/8102/stat : 8102 (march_hi) R 8096 8096 5255 0 -1 4202496 12662 0 0 0 309 2 0 0 25 0 1 0 520593511 18137088 2527 33554432000 4194304 4331988 140736667331840 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8102/statm: 4428 2527 150 34 0 2870 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 579364

[startup+12.7011 s]
/proc/loadavg: 10.57 10.32 10.24 11/186 8103
/proc/meminfo: memFree=13997740/32951132 swapFree=67111524/67111528
[pid=8096] ppid=8094 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8096/stat : 8096 (ppfolio) S 8094 8096 5255 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520593510 18763776 390 33554432000 4194304 4287625 140734047091088 18446744073709551615 210647166479 0 0 4096 65536 11179931404861439999 0 0 17 1 0 0 0
/proc/8096/statm: 4581 390 341 23 0 91 0
[pid=8098] ppid=8096 vsize=809920 CPUtime=12.67 cores=1
/proc/8098/stat : 8098 (cryptominisat) R 8096 8096 5255 0 -1 4202496 15498 0 0 0 1260 7 0 0 25 0 1 0 520593511 829358080 7357 33554432000 4194304 4587354 140736799008144 18446744073709551615 4365152 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8098/statm: 202480 7357 337 96 0 199042 0
[pid=8099] ppid=8096 vsize=24740 CPUtime=12.68 cores=5
/proc/8099/stat : 8099 (clasp) R 8096 8096 5255 0 -1 4202496 3843 0 0 0 1268 0 0 0 25 0 1 0 520593511 25333760 3408 33554432000 4194304 4785740 140736571063008 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8099/statm: 6185 3408 340 145 0 3230 0
[pid=8100] ppid=8096 vsize=460104 CPUtime=6.34 cores=7
/proc/8100/stat : 8100 (TNM) R 8096 8096 5255 0 -1 4202496 2489 0 0 0 634 0 0 0 25 0 1 0 520593511 471146496 2386 33554432000 134512640 134534564 4293064704 18446744073709551615 134524500 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8100/statm: 115026 2386 91 6 0 113692 0
[pid=8101] ppid=8096 vsize=17272 CPUtime=12.69 cores=3
/proc/8101/stat : 8101 (lingeling) R 8096 8096 5255 0 -1 4202496 7911 0 0 0 1268 1 0 0 25 0 1 0 520593511 17686528 3511 33554432000 4194304 4352236 140737280660064 18446744073709551615 4235610 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/8101/statm: 4318 3511 127 39 0 3398 0
[pid=8102] ppid=8096 vsize=18096 CPUtime=6.27 cores=7
/proc/8102/stat : 8102 (march_hi) R 8096 8096 5255 0 -1 4202496 12700 0 0 0 625 2 0 0 25 0 1 0 520593511 18530304 2565 33554432000 4194304 4331988 140736667331840 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8102/statm: 4524 2565 150 34 0 2966 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 1348456

[startup+25.501 s]
/proc/loadavg: 10.49 10.31 10.24 11/186 8103
/proc/meminfo: memFree=13951600/32951132 swapFree=67111524/67111528
[pid=8096] ppid=8094 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8096/stat : 8096 (ppfolio) S 8094 8096 5255 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520593510 18763776 390 33554432000 4194304 4287625 140734047091088 18446744073709551615 210647166479 0 0 4096 65536 11179931404861439999 0 0 17 1 0 0 0
/proc/8096/statm: 4581 390 341 23 0 91 0
[pid=8098] ppid=8096 vsize=51480 CPUtime=25.46 cores=1
/proc/8098/stat : 8098 (cryptominisat) R 8096 8096 5255 0 -1 4202496 17607 0 0 0 2536 10 0 0 25 0 1 0 520593511 52715520 9464 33554432000 4194304 4587354 140736799008144 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8098/statm: 12870 9464 337 96 0 9432 0
[pid=8099] ppid=8096 vsize=27336 CPUtime=25.47 cores=5
/proc/8099/stat : 8099 (clasp) R 8096 8096 5255 0 -1 4202496 4460 0 0 0 2547 0 0 0 25 0 1 0 520593511 27992064 4025 33554432000 4194304 4785740 140736571063008 18446744073709551615 4299680 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8099/statm: 6834 4025 340 145 0 3879 0
[pid=8100] ppid=8096 vsize=460104 CPUtime=12.73 cores=7
/proc/8100/stat : 8100 (TNM) R 8096 8096 5255 0 -1 4202496 2489 0 0 0 1273 0 0 0 25 0 1 0 520593511 471146496 2386 33554432000 134512640 134534564 4293064704 18446744073709551615 134524556 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8100/statm: 115026 2386 91 6 0 113692 0
[pid=8101] ppid=8096 vsize=19604 CPUtime=25.48 cores=3
/proc/8101/stat : 8101 (lingeling) R 8096 8096 5255 0 -1 4202496 10567 0 0 0 2547 1 0 0 25 0 1 0 520593511 20074496 4094 33554432000 4194304 4352236 140737280660064 18446744073709551615 4274112 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/8101/statm: 4901 4094 127 39 0 3981 0
[pid=8102] ppid=8096 vsize=19008 CPUtime=12.6 cores=7
/proc/8102/stat : 8102 (march_hi) R 8096 8096 5255 0 -1 4202496 12917 0 0 0 1258 2 0 0 25 0 1 0 520593511 19464192 2782 33554432000 4194304 4331988 140736667331840 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8102/statm: 4752 2782 150 34 0 3194 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 595856

[startup+51.1007 s]
/proc/loadavg: 10.46 10.32 10.24 11/186 8104
/proc/meminfo: memFree=13869644/32951132 swapFree=67111524/67111528
[pid=8096] ppid=8094 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8096/stat : 8096 (ppfolio) S 8094 8096 5255 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520593510 18763776 390 33554432000 4194304 4287625 140734047091088 18446744073709551615 210647166479 0 0 4096 65536 11179931404861439999 0 0 17 1 0 0 0
/proc/8096/statm: 4581 390 341 23 0 91 0
[pid=8098] ppid=8096 vsize=72824 CPUtime=51.05 cores=1
/proc/8098/stat : 8098 (cryptominisat) R 8096 8096 5255 0 -1 4202496 19557 0 0 0 5094 11 0 0 25 0 1 0 520593511 74571776 11380 33554432000 4194304 4587354 140736799008144 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8098/statm: 18206 11380 337 96 0 14768 0
[pid=8099] ppid=8096 vsize=32824 CPUtime=51.06 cores=5
/proc/8099/stat : 8099 (clasp) R 8096 8096 5255 0 -1 4202496 5709 0 0 0 5106 0 0 0 25 0 1 0 520593511 33611776 5274 33554432000 4194304 4785740 140736571063008 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8099/statm: 8206 5274 340 145 0 5251 0
[pid=8100] ppid=8096 vsize=460104 CPUtime=25.43 cores=7
/proc/8100/stat : 8100 (TNM) R 8096 8096 5255 0 -1 4202496 2489 0 0 0 2543 0 0 0 25 0 1 0 520593511 471146496 2386 33554432000 134512640 134534564 4293064704 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8100/statm: 115026 2386 91 6 0 113692 0
[pid=8101] ppid=8096 vsize=20468 CPUtime=51.08 cores=3

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

/proc/8102/statm: 9826 6292 175 34 0 8268 0
Current children cumulated CPU time (s) 3763.74
Current children cumulated vsize (KiB) 699072

[startup+1002.3 s]
/proc/loadavg: 10.26 10.20 10.18 11/186 8162
/proc/meminfo: memFree=16388288/32951132 swapFree=67111524/67111528
[pid=8096] ppid=8094 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8096/stat : 8096 (ppfolio) S 8094 8096 5255 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520593510 18763776 390 33554432000 4194304 4287625 140734047091088 18446744073709551615 210647166479 0 0 4096 65536 11179931404861439999 0 0 17 1 0 0 0
/proc/8096/statm: 4581 390 341 23 0 91 0
[pid=8098] ppid=8096 vsize=59452 CPUtime=1002.15 cores=1
/proc/8098/stat : 8098 (cryptominisat) R 8096 8096 5255 0 -1 4202496 261561 0 0 0 100099 116 0 0 25 0 1 0 520593511 60878848 8832 33554432000 4194304 4587354 140736799008144 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8098/statm: 14863 8832 337 96 0 11425 0
[pid=8099] ppid=8096 vsize=63320 CPUtime=1002.13 cores=5
/proc/8099/stat : 8099 (clasp) R 8096 8096 5255 0 -1 4202496 12696 0 0 0 100211 2 0 0 25 0 1 0 520593511 64839680 12261 33554432000 4194304 4785740 140736571063008 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8099/statm: 15830 12261 340 145 0 12875 0
[pid=8100] ppid=8096 vsize=464068 CPUtime=498.47 cores=7
/proc/8100/stat : 8100 (TNM) R 8096 8096 5255 0 -1 4202496 2773 0 0 0 49846 1 0 0 25 0 1 0 520593511 475205632 2670 33554432000 134512640 134534564 4293064704 18446744073709551615 134530320 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8100/statm: 116017 2670 95 6 0 114683 0
[pid=8101] ppid=8096 vsize=55176 CPUtime=1002.3 cores=3
/proc/8101/stat : 8101 (lingeling) R 8096 8096 5255 0 -1 4202496 107806 0 0 0 100216 14 0 0 25 0 1 0 520593511 56500224 12987 33554432000 4194304 4352236 140737280660064 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/8101/statm: 13794 12987 127 39 0 12874 0
[pid=8102] ppid=8096 vsize=40252 CPUtime=498.36 cores=7
/proc/8102/stat : 8102 (march_hi) R 8096 8096 5255 0 -1 4202496 27099 0 0 0 49831 5 0 0 25 0 1 0 520593511 41218048 6304 33554432000 4194304 4331988 140736667331840 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8102/statm: 10063 6304 175 34 0 8505 0
Current children cumulated CPU time (s) 4003.41
Current children cumulated vsize (KiB) 700592

[startup+1062.3 s]
/proc/loadavg: 10.17 10.18 10.18 11/186 8164
/proc/meminfo: memFree=16370680/32951132 swapFree=67111524/67111528
[pid=8096] ppid=8094 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8096/stat : 8096 (ppfolio) S 8094 8096 5255 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520593510 18763776 390 33554432000 4194304 4287625 140734047091088 18446744073709551615 210647166479 0 0 4096 65536 11179931404861439999 0 0 17 1 0 0 0
/proc/8096/statm: 4581 390 341 23 0 91 0
[pid=8098] ppid=8096 vsize=59564 CPUtime=1062.11 cores=1
/proc/8098/stat : 8098 (cryptominisat) R 8096 8096 5255 0 -1 4202496 270922 0 0 0 106090 121 0 0 25 0 1 0 520593511 60993536 9810 33554432000 4194304 4587354 140736799008144 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8098/statm: 14891 9810 337 96 0 11453 0
[pid=8099] ppid=8096 vsize=65248 CPUtime=1062.12 cores=5
/proc/8099/stat : 8099 (clasp) R 8096 8096 5255 0 -1 4202496 13081 0 0 0 106210 2 0 0 25 0 1 0 520593511 66813952 12646 33554432000 4194304 4785740 140736571063008 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8099/statm: 16312 12646 340 145 0 13357 0
[pid=8100] ppid=8096 vsize=464068 CPUtime=528.28 cores=7
/proc/8100/stat : 8100 (TNM) R 8096 8096 5255 0 -1 4202496 2773 0 0 0 52827 1 0 0 25 0 1 0 520593511 475205632 2670 33554432000 134512640 134534564 4293064704 18446744073709551615 134530126 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8100/statm: 116017 2670 95 6 0 114683 0
[pid=8101] ppid=8096 vsize=38916 CPUtime=1062.3 cores=3
/proc/8101/stat : 8101 (lingeling) R 8096 8096 5255 0 -1 4202496 112190 0 0 0 106216 14 0 0 25 0 1 0 520593511 39849984 8922 33554432000 4194304 4352236 140737280660064 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/8101/statm: 9729 8922 127 39 0 8809 0
[pid=8102] ppid=8096 vsize=40252 CPUtime=528.22 cores=7
/proc/8102/stat : 8102 (march_hi) R 8096 8096 5255 0 -1 4202496 27109 0 0 0 52817 5 0 0 25 0 1 0 520593511 41218048 6314 33554432000 4194304 4331988 140736667331840 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8102/statm: 10063 6314 175 34 0 8505 0
Current children cumulated CPU time (s) 4243.03
Current children cumulated vsize (KiB) 686372

[startup+1122.3 s]
/proc/loadavg: 10.26 10.20 10.18 11/186 8165
/proc/meminfo: memFree=16344764/32951132 swapFree=67111524/67111528
[pid=8096] ppid=8094 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8096/stat : 8096 (ppfolio) S 8094 8096 5255 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520593510 18763776 390 33554432000 4194304 4287625 140734047091088 18446744073709551615 210647166479 0 0 4096 65536 11179931404861439999 0 0 17 1 0 0 0
/proc/8096/statm: 4581 390 341 23 0 91 0
[pid=8098] ppid=8096 vsize=60764 CPUtime=1122.08 cores=1
/proc/8098/stat : 8098 (cryptominisat) R 8096 8096 5255 0 -1 4202496 280312 0 0 0 112083 125 0 0 25 0 1 0 520593511 62222336 10563 33554432000 4194304 4587354 140736799008144 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8098/statm: 15191 10563 337 96 0 11753 0
[pid=8099] ppid=8096 vsize=66960 CPUtime=1122.11 cores=5
/proc/8099/stat : 8099 (clasp) R 8096 8096 5255 0 -1 4202496 13472 0 0 0 112209 2 0 0 25 0 1 0 520593511 68567040 13037 33554432000 4194304 4785740 140736571063008 18446744073709551615 4287252 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8099/statm: 16740 13037 340 145 0 13785 0
[pid=8100] ppid=8096 vsize=464068 CPUtime=558.16 cores=7
/proc/8100/stat : 8100 (TNM) R 8096 8096 5255 0 -1 4202496 2773 0 0 0 55815 1 0 0 25 0 1 0 520593511 475205632 2670 33554432000 134512640 134534564 4293064704 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8100/statm: 116017 2670 95 6 0 114683 0
[pid=8101] ppid=8096 vsize=56064 CPUtime=1122.3 cores=3
/proc/8101/stat : 8101 (lingeling) R 8096 8096 5255 0 -1 4202496 121278 0 0 0 112214 16 0 0 25 0 1 0 520593511 57409536 13209 33554432000 4194304 4352236 140737280660064 18446744073709551615 4329173 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/8101/statm: 14016 13209 127 39 0 13096 0
[pid=8102] ppid=8096 vsize=40252 CPUtime=558.02 cores=7
/proc/8102/stat : 8102 (march_hi) R 8096 8096 5255 0 -1 4202496 27122 0 0 0 55797 5 0 0 25 0 1 0 520593511 41218048 6327 33554432000 4194304 4331988 140736667331840 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8102/statm: 10063 6327 175 34 0 8505 0
Current children cumulated CPU time (s) 4482.67
Current children cumulated vsize (KiB) 706432

[startup+1182.3 s]
/proc/loadavg: 10.30 10.21 10.19 11/186 8167
/proc/meminfo: memFree=16252388/32951132 swapFree=67111524/67111528
[pid=8096] ppid=8094 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8096/stat : 8096 (ppfolio) S 8094 8096 5255 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520593510 18763776 390 33554432000 4194304 4287625 140734047091088 18446744073709551615 210647166479 0 0 4096 65536 11179931404861439999 0 0 17 1 0 0 0
/proc/8096/statm: 4581 390 341 23 0 91 0
[pid=8098] ppid=8096 vsize=137760 CPUtime=1182.05 cores=1
/proc/8098/stat : 8098 (cryptominisat) R 8096 8096 5255 0 -1 4202496 298378 0 0 0 118078 127 0 0 25 0 1 0 520593511 141066240 28627 33554432000 4194304 4587354 140736799008144 18446744073709551615 4388264 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8098/statm: 34440 28627 337 96 0 31002 0
[pid=8099] ppid=8096 vsize=67388 CPUtime=1182.11 cores=5
/proc/8099/stat : 8099 (clasp) R 8096 8096 5255 0 -1 4202496 13555 0 0 0 118209 2 0 0 25 0 1 0 520593511 69005312 13120 33554432000 4194304 4785740 140736571063008 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8099/statm: 16847 13120 340 145 0 13892 0
[pid=8100] ppid=8096 vsize=464068 CPUtime=587.95 cores=7
/proc/8100/stat : 8100 (TNM) R 8096 8096 5255 0 -1 4202496 2773 0 0 0 58794 1 0 0 25 0 1 0 520593511 475205632 2670 33554432000 134512640 134534564 4293064704 18446744073709551615 134528906 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8100/statm: 116017 2670 95 6 0 114683 0
[pid=8101] ppid=8096 vsize=61440 CPUtime=1182.3 cores=3
/proc/8101/stat : 8101 (lingeling) R 8096 8096 5255 0 -1 4202496 126206 0 0 0 118214 16 0 0 25 0 1 0 520593511 62914560 14553 33554432000 4194304 4352236 140737280660064 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/8101/statm: 15360 14553 127 39 0 14440 0
[pid=8102] ppid=8096 vsize=40252 CPUtime=587.9 cores=7
/proc/8102/stat : 8102 (march_hi) R 8096 8096 5255 0 -1 4202496 27138 0 0 0 58785 5 0 0 25 0 1 0 520593511 41218048 6343 33554432000 4194304 4331988 140736667331840 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8102/statm: 10063 6343 175 34 0 8505 0
Current children cumulated CPU time (s) 4722.31
Current children cumulated vsize (KiB) 789232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 10.22 10.20 10.18 11/186 8167
/proc/meminfo: memFree=16279920/32951132 swapFree=67111524/67111528
[pid=8096] ppid=8094 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8096/stat : 8096 (ppfolio) S 8094 8096 5255 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520593510 18763776 390 33554432000 4194304 4287625 140734047091088 18446744073709551615 210647166479 0 0 4096 65536 11179931404861439999 0 0 17 1 0 0 0
/proc/8096/statm: 4581 390 341 23 0 91 0
[pid=8098] ppid=8096 vsize=98168 CPUtime=1201.54 cores=1
/proc/8098/stat : 8098 (cryptominisat) R 8096 8096 5255 0 -1 4202496 299538 0 0 0 120026 128 0 0 25 0 1 0 520593511 100524032 21000 33554432000 4194304 4587354 140736799008144 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8098/statm: 24542 21000 337 96 0 21104 0
[pid=8099] ppid=8096 vsize=67816 CPUtime=1201.61 cores=5
/proc/8099/stat : 8099 (clasp) R 8096 8096 5255 0 -1 4202496 13629 0 0 0 120159 2 0 0 25 0 1 0 520593511 69443584 13194 33554432000 4194304 4785740 140736571063008 18446744073709551615 4538882 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8099/statm: 16954 13194 340 145 0 13999 0
[pid=8100] ppid=8096 vsize=464068 CPUtime=597.65 cores=7
/proc/8100/stat : 8100 (TNM) R 8096 8096 5255 0 -1 4202496 2773 0 0 0 59764 1 0 0 25 0 1 0 520593511 475205632 2670 33554432000 134512640 134534564 4293064704 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8100/statm: 116017 2670 95 6 0 114683 0
[pid=8101] ppid=8096 vsize=59776 CPUtime=1201.81 cores=3
/proc/8101/stat : 8101 (lingeling) R 8096 8096 5255 0 -1 4202496 127550 0 0 0 120165 16 0 0 25 0 1 0 520593511 61210624 14137 33554432000 4194304 4352236 140737280660064 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/8101/statm: 14944 14137 127 39 0 14024 0
[pid=8102] ppid=8096 vsize=40252 CPUtime=597.59 cores=7
/proc/8102/stat : 8102 (march_hi) R 8096 8096 5255 0 -1 4202496 27144 0 0 0 59754 5 0 0 25 0 1 0 520593511 41218048 6349 33554432000 4194304 4331988 140736667331840 18446744073709551615 4299188 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8102/statm: 10063 6349 175 34 0 8505 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 748404

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

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

[startup+1201.8 s]
/proc/loadavg: 10.22 10.20 10.18 11/186 8167
/proc/meminfo: memFree=16279920/32951132 swapFree=67111524/67111528
[pid=8096] ppid=8094 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8096/stat : 8096 (ppfolio) S 8094 8096 5255 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520593510 18763776 390 33554432000 4194304 4287625 140734047091088 18446744073709551615 210647166479 0 0 4096 65536 11179931404861439999 0 0 17 1 0 0 0
/proc/8096/statm: 4581 390 341 23 0 91 0
[pid=8098] ppid=8096 vsize=98168 CPUtime=1201.54 cores=1
/proc/8098/stat : 8098 (cryptominisat) R 8096 8096 5255 0 -1 4202496 299538 0 0 0 120026 128 0 0 25 0 1 0 520593511 100524032 21000 33554432000 4194304 4587354 140736799008144 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8098/statm: 24542 21000 337 96 0 21104 0
[pid=8099] ppid=8096 vsize=67816 CPUtime=1201.61 cores=5
/proc/8099/stat : 8099 (clasp) R 8096 8096 5255 0 -1 4202496 13629 0 0 0 120159 2 0 0 25 0 1 0 520593511 69443584 13194 33554432000 4194304 4785740 140736571063008 18446744073709551615 4538882 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8099/statm: 16954 13194 340 145 0 13999 0
[pid=8100] ppid=8096 vsize=464068 CPUtime=597.65 cores=7
/proc/8100/stat : 8100 (TNM) R 8096 8096 5255 0 -1 4202496 2773 0 0 0 59764 1 0 0 25 0 1 0 520593511 475205632 2670 33554432000 134512640 134534564 4293064704 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8100/statm: 116017 2670 95 6 0 114683 0
[pid=8101] ppid=8096 vsize=59776 CPUtime=1201.81 cores=3
/proc/8101/stat : 8101 (lingeling) R 8096 8096 5255 0 -1 4202496 127550 0 0 0 120165 16 0 0 25 0 1 0 520593511 61210624 14137 33554432000 4194304 4352236 140737280660064 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/8101/statm: 14944 14137 127 39 0 14024 0
[pid=8102] ppid=8096 vsize=40252 CPUtime=597.59 cores=7
/proc/8102/stat : 8102 (march_hi) R 8096 8096 5255 0 -1 4202496 27144 0 0 0 59754 5 0 0 25 0 1 0 520593511 41218048 6349 33554432000 4194304 4331988 140736667331840 18446744073709551615 4299188 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8102/statm: 10063 6349 175 34 0 8505 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 748404

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8096 and gives
#  childrusage.ru_utime.tv_sec=3000
#  childrusage.ru_utime.tv_usec=895794
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=210967
# CPU time returned by wait4() is 3001.11
# while last known CPU time is 4800.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.81
CPU time (s): 4800.2
CPU user time (s): 4798.68
CPU system time (s): 1.52
CPU usage (%): 399.413
Max. virtual memory (cumulated for all children) (KiB): 1356636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3000.9
system time used= 0.210967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144490
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= 419
involuntary context switches= 31030

runsolver used 1.71774 second user time and 4.84326 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-29 17:12:19
IDJOB=3262789
IDBENCH=83894
IDSOLVER=1612
FILE ID=node129/3262789-1304089939
RUNJOBID= node129-1304081614-6874
PBS_JOBID= 13170456
Free space on /tmp= 66260 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_24_40_2-log.shuffled-as.sat03-119.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262789-1304089939/watcher-3262789-1304089939 -o /tmp/evaluation-result-3262789-1304089939/solver-3262789-1304089939 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3262789-1304089939.cnf

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

MD5SUM BENCH= cf96a8eea16f98b3cec72117cedd0285
RANDOM SEED=1619700362

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      14099892 kB
Buffers:       1283600 kB
Cached:       14274868 kB
SwapCached:          4 kB
Active:        6443808 kB
Inactive:     11736188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      14099892 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           11680 kB
Writeback:           0 kB
AnonPages:     2621372 kB
Mapped:          16904 kB
Slab:           604232 kB
PageTables:       9736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  3484784 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66348 MiB
End job on node129 at 2011-04-29 17:32:23