Trace number 3191115

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 271.883 70.7952

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1273410420-036.UNKNOWN.cnf
MD5SUMc7c56fd965d7a6907a8127d8bee5e481
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.9237
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
271.55/70.79	s UNSATISFIABLE
271.55/70.79	solver [5] march_hi 2009 answered
271.55/70.79	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-3191115-1304059901/watcher-3191115-1304059901 -o /tmp/evaluation-result-3191115-1304059901/solver-3191115-1304059901 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191115-1304059901.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.37 9.10 8.97 6/182 3436
/proc/meminfo: memFree=18167348/32951124 swapFree=67111528/67111528
[pid=3436] ppid=3434 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3436/stat : 3436 (ppfolio) R 3434 3436 2759 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 517590506 18763776 390 33554432000 4194304 4287625 140733643814240 18446744073709551615 230809185807 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/3436/statm: 4581 390 341 23 0 91 0

[startup+0.0737581 s]
/proc/loadavg: 9.37 9.10 8.97 6/182 3436
/proc/meminfo: memFree=18167348/32951124 swapFree=67111528/67111528
[pid=3436] ppid=3434 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3436/stat : 3436 (ppfolio) R 3434 3436 2759 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 517590506 18763776 390 33554432000 4194304 4287625 140733643814240 18446744073709551615 230809185807 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/3436/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100752 s]
/proc/loadavg: 9.37 9.10 8.97 6/182 3436
/proc/meminfo: memFree=18167348/32951124 swapFree=67111528/67111528
[pid=3436] ppid=3434 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3436/stat : 3436 (ppfolio) R 3434 3436 2759 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 517590506 18763776 390 33554432000 4194304 4287625 140733643814240 18446744073709551615 230809185807 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/3436/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300716 s]
/proc/loadavg: 9.37 9.10 8.97 6/182 3436
/proc/meminfo: memFree=18167348/32951124 swapFree=67111528/67111528
[pid=3436] ppid=3434 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3436/stat : 3436 (ppfolio) S 3434 3436 2759 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 517590506 18763776 390 33554432000 4194304 4287625 140733643814240 18446744073709551615 230809185807 0 0 4096 65536 4605353110624272383 0 0 17 1 0 0 0
/proc/3436/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700645 s]
/proc/loadavg: 9.37 9.10 8.97 6/182 3436
/proc/meminfo: memFree=18167348/32951124 swapFree=67111528/67111528
[pid=3436] ppid=3434 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3436/stat : 3436 (ppfolio) S 3434 3436 2759 0 -1 4202496 524 0 0 0 0 0 0 0 21 0 1 0 517590506 18763776 390 33554432000 4194304 4287625 140733643814240 18446744073709551615 230809185807 0 0 4096 65536 4605353110624272383 0 0 17 1 0 0 0
/proc/3436/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5005 s]
/proc/loadavg: 9.42 9.11 8.98 11/188 3442
/proc/meminfo: memFree=18156884/32951124 swapFree=67111528/67111528
[pid=3436] ppid=3434 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3436/stat : 3436 (ppfolio) S 3434 3436 2759 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 517590506 18763776 390 33554432000 4194304 4287625 140733643814240 18446744073709551615 230809185807 0 0 4096 65536 4605353110624272383 0 0 17 1 0 0 0
/proc/3436/statm: 4581 390 341 23 0 91 0
[pid=3437] ppid=3436 vsize=944928 CPUtime=1.49 cores=1
/proc/3437/stat : 3437 (cryptominisat) R 3436 3436 2759 0 -1 4202496 3647 0 0 0 149 0 0 0 25 0 1 0 517590506 967606272 2391 33554432000 4194304 4587354 140735821638224 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3437/statm: 236232 2391 336 96 0 232794 0
[pid=3438] ppid=3436 vsize=14232 CPUtime=1.49 cores=5
/proc/3438/stat : 3438 (clasp) R 3436 3436 2759 0 -1 4202496 1005 0 0 0 149 0 0 0 25 0 1 0 517590506 14573568 896 33554432000 4194304 4785740 140737244994016 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3438/statm: 3558 896 340 145 0 603 0
[pid=3439] ppid=3436 vsize=456220 CPUtime=0.77 cores=7
/proc/3439/stat : 3439 (TNM) R 3436 3436 2759 0 -1 4202496 440 0 0 0 77 0 0 0 25 0 1 0 517590506 467169280 336 33554432000 134512640 134534564 4294360848 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3439/statm: 114055 336 95 6 0 112721 0
[pid=3440] ppid=3436 vsize=7252 CPUtime=1.49 cores=3
/proc/3440/stat : 3440 (lingeling) R 3436 3436 2759 0 -1 4202496 1314 0 0 0 149 0 0 0 25 0 1 0 517590506 7426048 975 33554432000 4194304 4352236 140734475381360 18446744073709551615 4328832 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3440/statm: 1813 975 127 39 0 893 0
[pid=3441] ppid=3436 vsize=7760 CPUtime=0.71 cores=7
/proc/3441/stat : 3441 (march_hi) R 3436 3436 2759 0 -1 4202496 910 0 0 0 71 0 0 0 25 0 1 0 517590506 7946240 467 33554432000 4194304 4331988 140735665451312 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3441/statm: 1940 467 174 34 0 382 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 1448716

[startup+3.1012 s]
/proc/loadavg: 9.42 9.11 8.98 11/188 3442
/proc/meminfo: memFree=18148832/32951124 swapFree=67111528/67111528
[pid=3436] ppid=3434 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3436/stat : 3436 (ppfolio) S 3434 3436 2759 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 517590506 18763776 390 33554432000 4194304 4287625 140733643814240 18446744073709551615 230809185807 0 0 4096 65536 4605353110624272383 0 0 17 1 0 0 0
/proc/3436/statm: 4581 390 341 23 0 91 0
[pid=3437] ppid=3436 vsize=12448964 CPUtime=3.08 cores=1
/proc/3437/stat : 3437 (cryptominisat) R 3436 3436 2759 0 -1 4202496 4411 0 0 0 308 0 0 0 25 0 1 0 517590506 12747739136 2418 33554432000 4194304 4587354 140735821638224 18446744073709551615 4238766 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3437/statm: 3112241 2418 336 96 0 3108803 0
[pid=3438] ppid=3436 vsize=14984 CPUtime=3.09 cores=5
/proc/3438/stat : 3438 (clasp) R 3436 3436 2759 0 -1 4202496 1176 0 0 0 309 0 0 0 25 0 1 0 517590506 15343616 1067 33554432000 4194304 4785740 140737244994016 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3438/statm: 3746 1067 340 145 0 791 0
[pid=3439] ppid=3436 vsize=456220 CPUtime=1.57 cores=7
/proc/3439/stat : 3439 (TNM) R 3436 3436 2759 0 -1 4202496 440 0 0 0 157 0 0 0 25 0 1 0 517590506 467169280 336 33554432000 134512640 134534564 4294360848 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3439/statm: 114055 336 95 6 0 112721 0
[pid=3440] ppid=3436 vsize=7384 CPUtime=3.09 cores=3
/proc/3440/stat : 3440 (lingeling) R 3436 3436 2759 0 -1 4202496 1651 0 0 0 309 0 0 0 25 0 1 0 517590506 7561216 1024 33554432000 4194304 4352236 140734475381360 18446744073709551615 4328395 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3440/statm: 1846 1024 127 39 0 926 0
[pid=3441] ppid=3436 vsize=7760 CPUtime=1.51 cores=7
/proc/3441/stat : 3441 (march_hi) R 3436 3436 2759 0 -1 4202496 910 0 0 0 151 0 0 0 25 0 1 0 517590506 7946240 467 33554432000 4194304 4331988 140735665451312 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3441/statm: 1940 467 174 34 0 382 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 12953636

[startup+6.30062 s]
/proc/loadavg: 9.42 9.11 8.98 11/188 3443
/proc/meminfo: memFree=18144268/32951124 swapFree=67111528/67111528
[pid=3436] ppid=3434 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3436/stat : 3436 (ppfolio) S 3434 3436 2759 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 517590506 18763776 390 33554432000 4194304 4287625 140733643814240 18446744073709551615 230809185807 0 0 4096 65536 4605353110624272383 0 0 17 1 0 0 0
/proc/3436/statm: 4581 390 341 23 0 91 0
[pid=3437] ppid=3436 vsize=32848 CPUtime=6.28 cores=1
/proc/3437/stat : 3437 (cryptominisat) R 3436 3436 2759 0 -1 4202496 5940 0 0 0 628 0 0 0 25 0 1 0 517590506 33636352 2622 33554432000 4194304 4587354 140735821638224 18446744073709551615 4237686 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3437/statm: 8212 2622 336 96 0 4774 0
[pid=3438] ppid=3436 vsize=15736 CPUtime=6.29 cores=5
/proc/3438/stat : 3438 (clasp) R 3436 3436 2759 0 -1 4202496 1338 0 0 0 629 0 0 0 25 0 1 0 517590506 16113664 1229 33554432000 4194304 4785740 140737244994016 18446744073709551615 4307197 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3438/statm: 3934 1229 340 145 0 979 0
[pid=3439] ppid=3436 vsize=456220 CPUtime=3.15 cores=7
/proc/3439/stat : 3439 (TNM) R 3436 3436 2759 0 -1 4202496 440 0 0 0 315 0 0 0 25 0 1 0 517590506 467169280 336 33554432000 134512640 134534564 4294360848 18446744073709551615 134530504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3439/statm: 114055 336 95 6 0 112721 0
[pid=3440] ppid=3436 vsize=7960 CPUtime=6.29 cores=3
/proc/3440/stat : 3440 (lingeling) R 3436 3436 2759 0 -1 4202496 2283 0 0 0 629 0 0 0 25 0 1 0 517590506 8151040 1176 33554432000 4194304 4352236 140734475381360 18446744073709551615 4329043 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3440/statm: 1990 1176 127 39 0 1070 0
[pid=3441] ppid=3436 vsize=7760 CPUtime=3.11 cores=7
/proc/3441/stat : 3441 (march_hi) R 3436 3436 2759 0 -1 4202496 910 0 0 0 311 0 0 0 25 0 1 0 517590506 7946240 467 33554432000 4194304 4331988 140735665451312 18446744073709551615 4308777 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3441/statm: 1940 467 174 34 0 382 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 538848

[startup+12.7004 s]
/proc/loadavg: 9.59 9.16 9.00 11/188 3443
/proc/meminfo: memFree=18129700/32951124 swapFree=67111528/67111528
[pid=3436] ppid=3434 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3436/stat : 3436 (ppfolio) S 3434 3436 2759 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 517590506 18763776 390 33554432000 4194304 4287625 140733643814240 18446744073709551615 230809185807 0 0 4096 65536 4605353110624272383 0 0 17 1 0 0 0
/proc/3436/statm: 4581 390 341 23 0 91 0
[pid=3437] ppid=3436 vsize=38836 CPUtime=12.68 cores=1
/proc/3437/stat : 3437 (cryptominisat) R 3436 3436 2759 0 -1 4202496 9576 0 0 0 1267 1 0 0 25 0 1 0 517590506 39768064 4004 33554432000 4194304 4587354 140735821638224 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3437/statm: 9709 4004 336 96 0 6271 0
[pid=3438] ppid=3436 vsize=16804 CPUtime=12.69 cores=5
/proc/3438/stat : 3438 (clasp) R 3436 3436 2759 0 -1 4202496 1580 0 0 0 1269 0 0 0 25 0 1 0 517590506 17207296 1471 33554432000 4194304 4785740 140737244994016 18446744073709551615 4287252 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3438/statm: 4201 1471 341 145 0 1246 0
[pid=3439] ppid=3436 vsize=456220 CPUtime=6.34 cores=7
/proc/3439/stat : 3439 (TNM) R 3436 3436 2759 0 -1 4202496 440 0 0 0 634 0 0 0 25 0 1 0 517590506 467169280 336 33554432000 134512640 134534564 4294360848 18446744073709551615 134530667 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3439/statm: 114055 336 95 6 0 112721 0
[pid=3440] ppid=3436 vsize=10268 CPUtime=12.69 cores=3
/proc/3440/stat : 3440 (lingeling) R 3436 3436 2759 0 -1 4202496 4108 0 0 0 1269 0 0 0 25 0 1 0 517590506 10514432 1753 33554432000 4194304 4352236 140734475381360 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3440/statm: 2567 1753 127 39 0 1647 0
[pid=3441] ppid=3436 vsize=7760 CPUtime=6.27 cores=7
/proc/3441/stat : 3441 (march_hi) R 3436 3436 2759 0 -1 4202496 910 0 0 0 627 0 0 0 25 0 1 0 517590506 7946240 467 33554432000 4194304 4331988 140735665451312 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3441/statm: 1940 467 174 34 0 382 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 548212

[startup+25.5011 s]
/proc/loadavg: 9.73 9.20 9.01 11/188 3443
/proc/meminfo: memFree=18123404/32951124 swapFree=67111528/67111528
[pid=3436] ppid=3434 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3436/stat : 3436 (ppfolio) S 3434 3436 2759 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 517590506 18763776 390 33554432000 4194304 4287625 140733643814240 18446744073709551615 230809185807 0 0 4096 65536 4605353110624272383 0 0 17 1 0 0 0
/proc/3436/statm: 4581 390 341 23 0 91 0
[pid=3437] ppid=3436 vsize=45344 CPUtime=25.49 cores=1
/proc/3437/stat : 3437 (cryptominisat) R 3436 3436 2759 0 -1 4202496 14182 0 0 0 2547 2 0 0 25 0 1 0 517590506 46432256 5837 33554432000 4194304 4587354 140735821638224 18446744073709551615 4239304 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3437/statm: 11336 5837 336 96 0 7898 0
[pid=3438] ppid=3436 vsize=18332 CPUtime=25.49 cores=5
/proc/3438/stat : 3438 (clasp) R 3436 3436 2759 0 -1 4202496 1929 0 0 0 2549 0 0 0 25 0 1 0 517590506 18771968 1820 33554432000 4194304 4785740 140737244994016 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3438/statm: 4583 1820 341 145 0 1628 0
[pid=3439] ppid=3436 vsize=456220 CPUtime=12.74 cores=7
/proc/3439/stat : 3439 (TNM) R 3436 3436 2759 0 -1 4202496 440 0 0 0 1274 0 0 0 25 0 1 0 517590506 467169280 336 33554432000 134512640 134534564 4294360848 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3439/statm: 114055 336 95 6 0 112721 0
[pid=3440] ppid=3436 vsize=11168 CPUtime=25.48 cores=3
/proc/3440/stat : 3440 (lingeling) R 3436 3436 2759 0 -1 4202496 6229 0 0 0 2548 0 0 0 25 0 1 0 517590506 11436032 1986 33554432000 4194304 4352236 140734475381360 18446744073709551615 4328151 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3440/statm: 2792 1986 127 39 0 1872 0
[pid=3441] ppid=3436 vsize=7760 CPUtime=12.6 cores=7
/proc/3441/stat : 3441 (march_hi) R 3436 3436 2759 0 -1 4202496 910 0 0 0 1260 0 0 0 25 0 1 0 517590506 7946240 467 33554432000 4194304 4331988 140735665451312 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3441/statm: 1940 467 174 34 0 382 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 557148

[startup+51.1004 s]
/proc/loadavg: 9.82 9.26 9.04 11/188 3444
/proc/meminfo: memFree=18112468/32951124 swapFree=67111528/67111528
[pid=3436] ppid=3434 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3436/stat : 3436 (ppfolio) S 3434 3436 2759 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 517590506 18763776 390 33554432000 4194304 4287625 140733643814240 18446744073709551615 230809185807 0 0 4096 65536 4605353110624272383 0 0 17 1 0 0 0
/proc/3436/statm: 4581 390 341 23 0 91 0
[pid=3437] ppid=3436 vsize=48756 CPUtime=51.08 cores=1
/proc/3437/stat : 3437 (cryptominisat) R 3436 3436 2759 0 -1 4202496 20327 0 0 0 5105 3 0 0 25 0 1 0 517590506 49926144 6804 33554432000 4194304 4587354 140735821638224 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3437/statm: 12189 6804 336 96 0 8751 0
[pid=3438] ppid=3436 vsize=20132 CPUtime=51.09 cores=5
/proc/3438/stat : 3438 (clasp) R 3436 3436 2759 0 -1 4202496 2343 0 0 0 5109 0 0 0 25 0 1 0 517590506 20615168 2234 33554432000 4194304 4785740 140737244994016 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3438/statm: 5033 2234 341 145 0 2078 0
[pid=3439] ppid=3436 vsize=456220 CPUtime=25.44 cores=7
/proc/3439/stat : 3439 (TNM) R 3436 3436 2759 0 -1 4202496 440 0 0 0 2544 0 0 0 25 0 1 0 517590506 467169280 336 33554432000 134512640 134534564 4294360848 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3439/statm: 114055 336 95 6 0 112721 0
[pid=3440] ppid=3436 vsize=16160 CPUtime=51.09 cores=3
/proc/3440/stat : 3440 (lingeling) R 3436 3436 2759 0 -1 4202496 10645 0 0 0 5108 1 0 0 25 0 1 0 517590506 16547840 3234 33554432000 4194304 4352236 140734475381360 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3440/statm: 4040 3234 127 39 0 3120 0
[pid=3441] ppid=3436 vsize=7760 CPUtime=25.37 cores=7
/proc/3441/stat : 3441 (march_hi) R 3436 3436 2759 0 -1 4202496 910 0 0 0 2537 0 0 0 25 0 1 0 517590506 7946240 467 33554432000 4194304 4331988 140735665451312 18446744073709551615 4210605 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3441/statm: 1940 467 174 34 0 382 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 567352

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

[startup+63.9011 s]
/proc/loadavg: 9.86 9.30 9.05 10/187 3444
/proc/meminfo: memFree=18129216/32951124 swapFree=67111528/67111528
[pid=3436] ppid=3434 vsize=18324 CPUtime=59.87 cores=1,3,5,7
/proc/3436/stat : 3436 (ppfolio) S 3434 3436 2759 0 -1 4202496 525 21426 0 0 0 0 5983 4 15 0 1 0 517590506 18763776 391 33554432000 4194304 4287625 140733643814240 18446744073709551615 230809185807 0 0 4096 65536 9224195738567704576 0 0 17 1 0 0 0
/proc/3436/statm: 4581 391 342 23 0 91 0
[pid=3438] ppid=3436 vsize=20300 CPUtime=63.89 cores=5
/proc/3438/stat : 3438 (clasp) R 3436 3436 2759 0 -1 4202496 2384 0 0 0 6389 0 0 0 25 0 1 0 517590506 20787200 2275 33554432000 4194304 4785740 140737244994016 18446744073709551615 4550516 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3438/statm: 5075 2275 341 145 0 2120 0
[pid=3439] ppid=3436 vsize=456220 CPUtime=31.83 cores=7
/proc/3439/stat : 3439 (TNM) R 3436 3436 2759 0 -1 4202496 440 0 0 0 3183 0 0 0 25 0 1 0 517590506 467169280 336 33554432000 134512640 134534564 4294360848 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3439/statm: 114055 336 95 6 0 112721 0
[pid=3440] ppid=3436 vsize=16292 CPUtime=63.89 cores=3
/proc/3440/stat : 3440 (lingeling) R 3436 3436 2759 0 -1 4202496 12310 0 0 0 6388 1 0 0 25 0 1 0 517590506 16683008 3267 33554432000 4194304 4352236 140734475381360 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3440/statm: 4073 3267 127 39 0 3153 0
[pid=3441] ppid=3436 vsize=7760 CPUtime=31.7 cores=7
/proc/3441/stat : 3441 (march_hi) R 3436 3436 2759 0 -1 4202496 911 0 0 0 3170 0 0 0 25 0 1 0 517590506 7946240 468 33554432000 4194304 4331988 140735665451312 18446744073709551615 4237373 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3441/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 251.18
Current children cumulated vsize (KiB) 518896

[startup+67.1065 s]
/proc/loadavg: 9.79 9.29 9.05 10/187 3444
/proc/meminfo: memFree=18127232/32951124 swapFree=67111528/67111528
[pid=3436] ppid=3434 vsize=18324 CPUtime=59.87 cores=1,3,5,7
/proc/3436/stat : 3436 (ppfolio) S 3434 3436 2759 0 -1 4202496 525 21426 0 0 0 0 5983 4 15 0 1 0 517590506 18763776 391 33554432000 4194304 4287625 140733643814240 18446744073709551615 230809185807 0 0 4096 65536 9224195742862639364 0 0 17 1 0 0 0
/proc/3436/statm: 4581 391 342 23 0 91 0
[pid=3438] ppid=3436 vsize=20468 CPUtime=67.1 cores=5
/proc/3438/stat : 3438 (clasp) R 3436 3436 2759 0 -1 4202496 2424 0 0 0 6710 0 0 0 25 0 1 0 517590506 20959232 2315 33554432000 4194304 4785740 140737244994016 18446744073709551615 4286973 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3438/statm: 5117 2315 341 145 0 2162 0
[pid=3439] ppid=3436 vsize=456220 CPUtime=33.42 cores=7
/proc/3439/stat : 3439 (TNM) R 3436 3436 2759 0 -1 4202496 440 0 0 0 3342 0 0 0 25 0 1 0 517590506 467169280 336 33554432000 134512640 134534564 4294360848 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3439/statm: 114055 336 95 6 0 112721 0
[pid=3440] ppid=3436 vsize=16164 CPUtime=67.1 cores=3
/proc/3440/stat : 3440 (lingeling) R 3436 3436 2759 0 -1 4202496 12566 0 0 0 6709 1 0 0 25 0 1 0 517590506 16551936 3235 33554432000 4194304 4352236 140734475381360 18446744073709551615 4328191 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3440/statm: 4041 3235 127 39 0 3121 0
[pid=3441] ppid=3436 vsize=7760 CPUtime=33.3 cores=7
/proc/3441/stat : 3441 (march_hi) R 3436 3436 2759 0 -1 4202496 911 0 0 0 3330 0 0 0 25 0 1 0 517590506 7946240 468 33554432000 4194304 4331988 140735665451312 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3441/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 260.79
Current children cumulated vsize (KiB) 518936

[startup+68.7012 s]
/proc/loadavg: 9.79 9.29 9.05 10/187 3444
/proc/meminfo: memFree=18126364/32951124 swapFree=67111528/67111528
[pid=3436] ppid=3434 vsize=18324 CPUtime=59.87 cores=1,3,5,7
/proc/3436/stat : 3436 (ppfolio) S 3434 3436 2759 0 -1 4202496 525 21426 0 0 0 0 5983 4 15 0 1 0 517590506 18763776 391 33554432000 4194304 4287625 140733643814240 18446744073709551615 230809185807 0 0 4096 65536 9224195738567704576 0 0 17 1 0 0 0
/proc/3436/statm: 4581 391 342 23 0 91 0
[pid=3438] ppid=3436 vsize=20636 CPUtime=68.69 cores=5
/proc/3438/stat : 3438 (clasp) R 3436 3436 2759 0 -1 4202496 2460 0 0 0 6869 0 0 0 25 0 1 0 517590506 21131264 2351 33554432000 4194304 4785740 140737244994016 18446744073709551615 4550330 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3438/statm: 5159 2351 341 145 0 2204 0
[pid=3439] ppid=3436 vsize=456220 CPUtime=34.21 cores=7
/proc/3439/stat : 3439 (TNM) R 3436 3436 2759 0 -1 4202496 440 0 0 0 3421 0 0 0 25 0 1 0 517590506 467169280 336 33554432000 134512640 134534564 4294360848 18446744073709551615 134528497 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3439/statm: 114055 336 95 6 0 112721 0
[pid=3440] ppid=3436 vsize=17828 CPUtime=68.69 cores=3
/proc/3440/stat : 3440 (lingeling) R 3436 3436 2759 0 -1 4202496 12982 0 0 0 6868 1 0 0 25 0 1 0 517590506 18255872 3651 33554432000 4194304 4352236 140734475381360 18446744073709551615 4234412 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3440/statm: 4457 3651 127 39 0 3537 0
[pid=3441] ppid=3436 vsize=7760 CPUtime=34.1 cores=7
/proc/3441/stat : 3441 (march_hi) R 3436 3436 2759 0 -1 4202496 911 0 0 0 3410 0 0 0 25 0 1 0 517590506 7946240 468 33554432000 4194304 4331988 140735665451312 18446744073709551615 4299332 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3441/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 265.56
Current children cumulated vsize (KiB) 520768

[startup+69.501 s]
/proc/loadavg: 9.79 9.29 9.05 10/187 3444
/proc/meminfo: memFree=18125248/32951124 swapFree=67111528/67111528
[pid=3436] ppid=3434 vsize=18324 CPUtime=59.87 cores=1,3,5,7
/proc/3436/stat : 3436 (ppfolio) S 3434 3436 2759 0 -1 4202496 525 21426 0 0 0 0 5983 4 15 0 1 0 517590506 18763776 391 33554432000 4194304 4287625 140733643814240 18446744073709551615 230809185807 0 0 4096 65536 9224195742862639364 0 0 17 1 0 0 0
/proc/3436/statm: 4581 391 342 23 0 91 0
[pid=3438] ppid=3436 vsize=20636 CPUtime=69.49 cores=5
/proc/3438/stat : 3438 (clasp) R 3436 3436 2759 0 -1 4202496 2460 0 0 0 6949 0 0 0 25 0 1 0 517590506 21131264 2351 33554432000 4194304 4785740 140737244994016 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3438/statm: 5159 2351 341 145 0 2204 0
[pid=3439] ppid=3436 vsize=456220 CPUtime=34.6 cores=7
/proc/3439/stat : 3439 (TNM) R 3436 3436 2759 0 -1 4202496 440 0 0 0 3460 0 0 0 25 0 1 0 517590506 467169280 336 33554432000 134512640 134534564 4294360848 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3439/statm: 114055 336 95 6 0 112721 0
[pid=3440] ppid=3436 vsize=16292 CPUtime=69.49 cores=3
/proc/3440/stat : 3440 (lingeling) R 3436 3436 2759 0 -1 4202496 12982 0 0 0 6948 1 0 0 25 0 1 0 517590506 16683008 3267 33554432000 4194304 4352236 140734475381360 18446744073709551615 4329165 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3440/statm: 4073 3267 127 39 0 3153 0
[pid=3441] ppid=3436 vsize=7760 CPUtime=34.5 cores=7
/proc/3441/stat : 3441 (march_hi) R 3436 3436 2759 0 -1 4202496 911 0 0 0 3450 0 0 0 25 0 1 0 517590506 7946240 468 33554432000 4194304 4331988 140735665451312 18446744073709551615 4299299 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3441/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 267.95
Current children cumulated vsize (KiB) 519232

[startup+70.3009 s]
/proc/loadavg: 9.79 9.29 9.05 10/187 3444
/proc/meminfo: memFree=18124752/32951124 swapFree=67111528/67111528
[pid=3436] ppid=3434 vsize=18324 CPUtime=59.87 cores=1,3,5,7
/proc/3436/stat : 3436 (ppfolio) S 3434 3436 2759 0 -1 4202496 525 21426 0 0 0 0 5983 4 15 0 1 0 517590506 18763776 391 33554432000 4194304 4287625 140733643814240 18446744073709551615 230809185807 0 0 4096 65536 9224195738567704576 0 0 17 1 0 0 0
/proc/3436/statm: 4581 391 342 23 0 91 0
[pid=3438] ppid=3436 vsize=20636 CPUtime=70.3 cores=5
/proc/3438/stat : 3438 (clasp) R 3436 3436 2759 0 -1 4202496 2463 0 0 0 7030 0 0 0 25 0 1 0 517590506 21131264 2354 33554432000 4194304 4785740 140737244994016 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3438/statm: 5159 2354 341 145 0 2204 0
[pid=3439] ppid=3436 vsize=456220 CPUtime=35 cores=7
/proc/3439/stat : 3439 (TNM) R 3436 3436 2759 0 -1 4202496 440 0 0 0 3500 0 0 0 25 0 1 0 517590506 467169280 336 33554432000 134512640 134534564 4294360848 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3439/statm: 114055 336 95 6 0 112721 0
[pid=3440] ppid=3436 vsize=16292 CPUtime=70.29 cores=3
/proc/3440/stat : 3440 (lingeling) R 3436 3436 2759 0 -1 4202496 12982 0 0 0 7028 1 0 0 25 0 1 0 517590506 16683008 3267 33554432000 4194304 4352236 140734475381360 18446744073709551615 4328079 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3440/statm: 4073 3267 127 39 0 3153 0
[pid=3441] ppid=3436 vsize=7760 CPUtime=34.9 cores=7
/proc/3441/stat : 3441 (march_hi) R 3436 3436 2759 0 -1 4202496 911 0 0 0 3490 0 0 0 25 0 1 0 517590506 7946240 468 33554432000 4194304 4331988 140735665451312 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3441/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 270.36
Current children cumulated vsize (KiB) 519232

[startup+70.7008 s]
/proc/loadavg: 9.79 9.29 9.05 10/187 3444
/proc/meminfo: memFree=18124752/32951124 swapFree=67111528/67111528
[pid=3436] ppid=3434 vsize=18324 CPUtime=59.87 cores=1,3,5,7
/proc/3436/stat : 3436 (ppfolio) S 3434 3436 2759 0 -1 4202496 525 21426 0 0 0 0 5983 4 15 0 1 0 517590506 18763776 391 33554432000 4194304 4287625 140733643814240 18446744073709551615 230809185807 0 0 4096 65536 9224195742862639364 0 0 17 1 0 0 0
/proc/3436/statm: 4581 391 342 23 0 91 0
[pid=3438] ppid=3436 vsize=20636 CPUtime=70.69 cores=5
/proc/3438/stat : 3438 (clasp) R 3436 3436 2759 0 -1 4202496 2463 0 0 0 7069 0 0 0 25 0 1 0 517590506 21131264 2354 33554432000 4194304 4785740 140737244994016 18446744073709551615 4287088 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3438/statm: 5159 2354 341 145 0 2204 0
[pid=3439] ppid=3436 vsize=456220 CPUtime=35.2 cores=7
/proc/3439/stat : 3439 (TNM) R 3436 3436 2759 0 -1 4202496 440 0 0 0 3520 0 0 0 25 0 1 0 517590506 467169280 336 33554432000 134512640 134534564 4294360848 18446744073709551615 134528842 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3439/statm: 114055 336 95 6 0 112721 0
[pid=3440] ppid=3436 vsize=16292 CPUtime=70.69 cores=3
/proc/3440/stat : 3440 (lingeling) R 3436 3436 2759 0 -1 4202496 12982 0 0 0 7068 1 0 0 25 0 1 0 517590506 16683008 3267 33554432000 4194304 4352236 140734475381360 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3440/statm: 4073 3267 127 39 0 3153 0
[pid=3441] ppid=3436 vsize=7760 CPUtime=35.1 cores=7
/proc/3441/stat : 3441 (march_hi) R 3436 3436 2759 0 -1 4202496 911 0 0 0 3510 0 0 0 25 0 1 0 517590506 7946240 468 33554432000 4194304 4331988 140735665451312 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3441/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 271.55
Current children cumulated vsize (KiB) 519232

Child status: 0
Real time (s): 70.7952
CPU time (s): 271.883
CPU user time (s): 271.808
CPU system time (s): 0.074988
CPU usage (%): 384.041
Max. virtual memory (cumulated for all children) (KiB): 12985216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 271.808
system time used= 0.074988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38766
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= 705
involuntary context switches= 2896

runsolver used 0.107983 second user time and 0.282956 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-29 08:51:41
IDJOB=3191115
IDBENCH=82846
IDSOLVER=1612
FILE ID=node104/3191115-1304059901
RUNJOBID= node104-1304057377-2782
PBS_JOBID= 13170438
Free space on /tmp= 71540 MiB

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

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

MD5SUM BENCH= c7c56fd965d7a6907a8127d8bee5e481
RANDOM SEED=2053363111

node104.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.855
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.71
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.855
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18167504 kB
Buffers:       2196856 kB
Cached:       11817640 kB
SwapCached:          0 kB
Active:        2484624 kB
Inactive:     11712244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18167504 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10204 kB
Writeback:           0 kB
AnonPages:      181800 kB
Mapped:          16944 kB
Slab:           523228 kB
PageTables:       5472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1087052 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71528 MiB
End job on node104 at 2011-04-29 08:52:51