Trace number 3221548

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 seqUNSAT 529.218 529.201

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1733949620-064.UNKNOWN.cnf
MD5SUM60552051d2d5a0c0eefaeedea18e63df
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.26989
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 1 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	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 1
529.10/529.19	s UNSATISFIABLE
529.10/529.20	solver [2] clasp 1.3.6 answered
529.10/529.20	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-3221548-1303294405/watcher-3221548-1303294405 -o /tmp/evaluation-result-3221548-1303294405/solver-3221548-1303294405 -C 5000 -W 5000 -M 15500 ppfolio --nbcore=1 HOME/instance-3221548-1303294405.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5000 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: 6.00 6.00 6.00 4/180 20472
/proc/meminfo: memFree=17311192/32951124 swapFree=67111528/67111528
[pid=20472] ppid=20470 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20472/stat : 20472 (ppfolio) S 20470 20472 19974 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 421855933 18763776 394 33554432000 4194304 4287625 140736270390960 18446744073709551615 228095471119 0 0 4096 65536 4500398953316974856 0 0 17 3 0 0 0
/proc/20472/statm: 4581 394 345 23 0 91 0

[startup+0.066867 s]
/proc/loadavg: 6.00 6.00 6.00 4/180 20472
/proc/meminfo: memFree=17311192/32951124 swapFree=67111528/67111528
[pid=20472] ppid=20470 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20472/stat : 20472 (ppfolio) S 20470 20472 19974 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 421855933 18763776 394 33554432000 4194304 4287625 140736270390960 18446744073709551615 228095471119 0 0 4096 65536 4500398953316974856 0 0 17 3 0 0 0
/proc/20472/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100858 s]
/proc/loadavg: 6.00 6.00 6.00 4/180 20472
/proc/meminfo: memFree=17311192/32951124 swapFree=67111528/67111528
[pid=20472] ppid=20470 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20472/stat : 20472 (ppfolio) S 20470 20472 19974 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 421855933 18763776 394 33554432000 4194304 4287625 140736270390960 18446744073709551615 228095471119 0 0 4096 65536 4500398953316974856 0 0 17 3 0 0 0
/proc/20472/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300824 s]
/proc/loadavg: 6.00 6.00 6.00 4/180 20472
/proc/meminfo: memFree=17311192/32951124 swapFree=67111528/67111528
[pid=20472] ppid=20470 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20472/stat : 20472 (ppfolio) S 20470 20472 19974 0 -1 4202496 500 0 0 0 0 0 0 0 18 0 1 0 421855933 18763776 394 33554432000 4194304 4287625 140736270390960 18446744073709551615 228095471119 0 0 4096 65536 4609290732346277888 0 0 17 3 0 0 0
/proc/20472/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70076 s]
/proc/loadavg: 6.00 6.00 6.00 4/180 20472
/proc/meminfo: memFree=17311192/32951124 swapFree=67111528/67111528
[pid=20472] ppid=20470 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20472/stat : 20472 (ppfolio) S 20470 20472 19974 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 421855933 18763776 394 33554432000 4194304 4287625 140736270390960 18446744073709551615 228095471119 0 0 4096 65536 4609290869785231360 0 0 17 3 0 0 0
/proc/20472/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5006 s]
/proc/loadavg: 6.00 6.00 6.00 7/184 20476
/proc/meminfo: memFree=17307316/32951124 swapFree=67111528/67111528
[pid=20472] ppid=20470 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20472/stat : 20472 (ppfolio) S 20470 20472 19974 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 421855933 18763776 394 33554432000 4194304 4287625 140736270390960 18446744073709551615 228095471119 0 0 4096 65536 4609291007224184832 0 0 17 3 0 0 0
/proc/20472/statm: 4581 394 345 23 0 91 0
[pid=20473] ppid=20472 vsize=976232 CPUtime=0.49 cores=1
/proc/20473/stat : 20473 (cryptominisat) R 20472 20472 19974 0 -1 4202496 1171 0 0 0 49 0 0 0 25 0 1 0 421855933 999661568 749 33554432000 4194304 4587354 140736354351088 18446744073709551615 4238719 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20473/statm: 244058 749 327 96 0 240620 0
[pid=20474] ppid=20472 vsize=12956 CPUtime=0.4 cores=1
/proc/20474/stat : 20474 (clasp) R 20472 20472 19974 0 -1 4202496 691 0 0 0 40 0 0 0 25 0 1 0 421855933 13266944 579 33554432000 4194304 4785740 140736480575760 18446744073709551615 4553068 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20474/statm: 3239 579 340 145 0 284 0
[pid=20475] ppid=20472 vsize=455840 CPUtime=0.59 cores=1
/proc/20475/stat : 20475 (TNM) R 20472 20472 19974 0 -1 4202496 314 0 0 0 59 0 0 0 25 0 1 0 421855933 466780160 210 33554432000 134512640 134534564 4294215536 18446744073709551615 134529024 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20475/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1463352

[startup+3.10031 s]
/proc/loadavg: 6.00 6.00 6.00 7/184 20476
/proc/meminfo: memFree=17301620/32951124 swapFree=67111528/67111528
[pid=20472] ppid=20470 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20472/stat : 20472 (ppfolio) S 20470 20472 19974 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 421855933 18763776 394 33554432000 4194304 4287625 140736270390960 18446744073709551615 228095471119 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/20472/statm: 4581 394 345 23 0 91 0
[pid=20473] ppid=20472 vsize=977060 CPUtime=0.99 cores=1
/proc/20473/stat : 20473 (cryptominisat) R 20472 20472 19974 0 -1 4202496 1735 0 0 0 99 0 0 0 25 0 1 0 421855933 1000509440 807 33554432000 4194304 4587354 140736354351088 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20473/statm: 244265 807 331 96 0 240827 0
[pid=20474] ppid=20472 vsize=13228 CPUtime=0.94 cores=1
/proc/20474/stat : 20474 (clasp) R 20472 20472 19974 0 -1 4202496 775 0 0 0 94 0 0 0 25 0 1 0 421855933 13545472 663 33554432000 4194304 4785740 140736480575760 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20474/statm: 3307 663 340 145 0 352 0
[pid=20475] ppid=20472 vsize=455840 CPUtime=1.14 cores=1
/proc/20475/stat : 20475 (TNM) R 20472 20472 19974 0 -1 4202496 314 0 0 0 114 0 0 0 25 0 1 0 421855933 466780160 210 33554432000 134512640 134534564 4294215536 18446744073709551615 134530582 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20475/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 1464452

[startup+6.30072 s]
/proc/loadavg: 6.00 6.00 6.00 7/184 20476
/proc/meminfo: memFree=17295392/32951124 swapFree=67111528/67111528
[pid=20472] ppid=20470 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20472/stat : 20472 (ppfolio) S 20470 20472 19974 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 421855933 18763776 394 33554432000 4194304 4287625 140736270390960 18446744073709551615 228095471119 0 0 4096 65536 4609289220517789696 0 0 17 3 0 0 0
/proc/20472/statm: 4581 394 345 23 0 91 0
[pid=20473] ppid=20472 vsize=981676 CPUtime=2.09 cores=1
/proc/20473/stat : 20473 (cryptominisat) R 20472 20472 19974 0 -1 4202496 3428 0 0 0 209 0 0 0 25 0 1 0 421855933 1005236224 2154 33554432000 4194304 4587354 140736354351088 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20473/statm: 245419 2154 337 96 0 241981 0
[pid=20474] ppid=20472 vsize=13628 CPUtime=2 cores=1
/proc/20474/stat : 20474 (clasp) R 20472 20472 19974 0 -1 4202496 880 0 0 0 200 0 0 0 25 0 1 0 421855933 13955072 768 33554432000 4194304 4785740 140736480575760 18446744073709551615 4287143 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20474/statm: 3407 768 341 145 0 452 0
[pid=20475] ppid=20472 vsize=455840 CPUtime=2.19 cores=1
/proc/20475/stat : 20475 (TNM) R 20472 20472 19974 0 -1 4202496 314 0 0 0 219 0 0 0 25 0 1 0 421855933 466780160 210 33554432000 134512640 134534564 4294215536 18446744073709551615 10589665 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20475/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1469468

[startup+12.7005 s]
/proc/loadavg: 6.00 6.00 6.00 7/184 20476
/proc/meminfo: memFree=17292300/32951124 swapFree=67111528/67111528
[pid=20472] ppid=20470 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20472/stat : 20472 (ppfolio) S 20470 20472 19974 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 421855933 18763776 394 33554432000 4194304 4287625 140736270390960 18446744073709551615 228095471119 0 0 4096 65536 4609291282102091776 0 0 17 3 0 0 0
/proc/20472/statm: 4581 394 345 23 0 91 0
[pid=20473] ppid=20472 vsize=984680 CPUtime=4.19 cores=1
/proc/20473/stat : 20473 (cryptominisat) R 20472 20472 19974 0 -1 4202496 5115 0 0 0 419 0 0 0 25 0 1 0 421855933 1008312320 2703 33554432000 4194304 4587354 140736354351088 18446744073709551615 4244034 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20473/statm: 246170 2703 337 96 0 242732 0
[pid=20474] ppid=20472 vsize=14308 CPUtime=4.14 cores=1
/proc/20474/stat : 20474 (clasp) R 20472 20472 19974 0 -1 4202496 1056 0 0 0 414 0 0 0 25 0 1 0 421855933 14651392 944 33554432000 4194304 4785740 140736480575760 18446744073709551615 4287178 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20474/statm: 3577 944 341 145 0 622 0
[pid=20475] ppid=20472 vsize=455840 CPUtime=4.34 cores=1
/proc/20475/stat : 20475 (TNM) R 20472 20472 19974 0 -1 4202496 314 0 0 0 434 0 0 0 25 0 1 0 421855933 466780160 210 33554432000 134512640 134534564 4294215536 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20475/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1473152

[startup+25.5012 s]
/proc/loadavg: 6.00 6.00 6.00 7/184 20477
/proc/meminfo: memFree=17290080/32951124 swapFree=67111528/67111528
[pid=20472] ppid=20470 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20472/stat : 20472 (ppfolio) S 20470 20472 19974 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 421855933 18763776 394 33554432000 4194304 4287625 140736270390960 18446744073709551615 228095471119 0 0 4096 65536 4609289495395696640 0 0 17 3 0 0 0
/proc/20472/statm: 4581 394 345 23 0 91 0
[pid=20473] ppid=20472 vsize=984488 CPUtime=8.49 cores=1
/proc/20473/stat : 20473 (cryptominisat) R 20472 20472 19974 0 -1 4202496 7134 0 0 0 849 0 0 0 25 0 1 0 421855933 1008115712 2703 33554432000 4194304 4587354 140736354351088 18446744073709551615 4237684 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20473/statm: 246122 2703 337 96 0 242684 0
[pid=20474] ppid=20472 vsize=15116 CPUtime=8.39 cores=1
/proc/20474/stat : 20474 (clasp) R 20472 20472 19974 0 -1 4202496 1246 0 0 0 839 0 0 0 25 0 1 0 421855933 15478784 1134 33554432000 4194304 4785740 140736480575760 18446744073709551615 4287042 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20474/statm: 3779 1134 341 145 0 824 0
[pid=20475] ppid=20472 vsize=455840 CPUtime=8.59 cores=1
/proc/20475/stat : 20475 (TNM) R 20472 20472 19974 0 -1 4202496 314 0 0 0 859 0 0 0 25 0 1 0 421855933 466780160 210 33554432000 134512640 134534564 4294215536 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20475/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1473768

[startup+51.1005 s]
/proc/loadavg: 6.00 6.00 6.00 7/184 20477
/proc/meminfo: memFree=17282500/32951124 swapFree=67111528/67111528
[pid=20472] ppid=20470 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20472/stat : 20472 (ppfolio) S 20470 20472 19974 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 421855933 18763776 394 33554432000 4194304 4287625 140736270390960 18446744073709551615 228095471119 0 0 4096 65536 4609289357956743168 0 0 17 3 0 0 0
/proc/20472/statm: 4581 394 345 23 0 91 0
[pid=20473] ppid=20472 vsize=988064 CPUtime=16.99 cores=1
/proc/20473/stat : 20473 (cryptominisat) R 20472 20472 19974 0 -1 4202496 10887 0 0 0 1698 1 0 0 25 0 1 0 421855933 1011777536 3285 33554432000 4194304 4587354 140736354351088 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20473/statm: 247016 3285 337 96 0 243578 0
[pid=20474] ppid=20472 vsize=16064 CPUtime=16.95 cores=1
/proc/20474/stat : 20474 (clasp) R 20472 20472 19974 0 -1 4202496 1487 0 0 0 1695 0 0 0 25 0 1 0 421855933 16449536 1375 33554432000 4194304 4785740 140736480575760 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20474/statm: 4016 1375 341 145 0 1061 0
[pid=20475] ppid=20472 vsize=455840 CPUtime=17.14 cores=1
/proc/20475/stat : 20475 (TNM) R 20472 20472 19974 0 -1 4202496 314 0 0 0 1714 0 0 0 25 0 1 0 421855933 466780160 210 33554432000 134512640 134534564 4294215536 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20475/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1478292

[startup+102.306 s]
/proc/loadavg: 6.00 6.00 6.00 7/184 20479
/proc/meminfo: memFree=17250348/32951124 swapFree=67111528/67111528
[pid=20472] ppid=20470 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20472/stat : 20472 (ppfolio) S 20470 20472 19974 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 421855933 18763776 394 33554432000 4194304 4287625 140736270390960 18446744073709551615 228095471119 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/20472/statm: 4581 394 345 23 0 91 0
[pid=20473] ppid=20472 vsize=1001456 CPUtime=34.09 cores=1
/proc/20473/stat : 20473 (cryptominisat) R 20472 20472 19974 0 -1 4202496 19245 0 0 0 3407 2 0 0 25 0 1 0 421855933 1025490944 6504 33554432000 4194304 4587354 140736354351088 18446744073709551615 4238463 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20473/statm: 250364 6504 337 96 0 246926 0
[pid=20474] ppid=20472 vsize=17452 CPUtime=33.99 cores=1
/proc/20474/stat : 20474 (clasp) R 20472 20472 19974 0 -1 4202496 1807 0 0 0 3399 0 0 0 25 0 1 0 421855933 17870848 1695 33554432000 4194304 4785740 140736480575760 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20474/statm: 4363 1695 341 145 0 1408 0
[pid=20475] ppid=20472 vsize=455840 CPUtime=34.21 cores=1
/proc/20475/stat : 20475 (TNM) R 20472 20472 19974 0 -1 4202496 314 0 0 0 3421 0 0 0 25 0 1 0 421855933 466780160 210 33554432000 134512640 134534564 4294215536 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20475/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1493072

[startup+162.301 s]
/proc/loadavg: 6.00 6.00 6.00 7/184 20480
/proc/meminfo: memFree=17245124/32951124 swapFree=67111528/67111528
[pid=20472] ppid=20470 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20472/stat : 20472 (ppfolio) S 20470 20472 19974 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 421855933 18763776 394 33554432000 4194304 4287625 140736270390960 18446744073709551615 228095471119 0 0 4096 65536 4609289632834650112 0 0 17 3 0 0 0
/proc/20472/statm: 4581 394 345 23 0 91 0
[pid=20473] ppid=20472 vsize=1000820 CPUtime=54.08 cores=1
/proc/20473/stat : 20473 (cryptominisat) R 20472 20472 19974 0 -1 4202496 24491 0 0 0 5405 3 0 0 25 0 1 0 421855933 1024839680 6852 33554432000 4194304 4587354 140736354351088 18446744073709551615 4238442 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20473/statm: 250205 6852 337 96 0 246767 0
[pid=20474] ppid=20472 vsize=18728 CPUtime=53.99 cores=1

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

/proc/meminfo: memFree=17234508/32951124 swapFree=67111528/67111528
[pid=20472] ppid=20470 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20472/stat : 20472 (ppfolio) S 20470 20472 19974 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 421855933 18763776 394 33554432000 4194304 4287625 140736270390960 18446744073709551615 228095471119 0 0 4096 65536 4609289495395696640 0 0 17 3 0 0 0
/proc/20472/statm: 4581 394 345 23 0 91 0
[pid=20473] ppid=20472 vsize=1002464 CPUtime=114.08 cores=1
/proc/20473/stat : 20473 (cryptominisat) R 20472 20472 19974 0 -1 4202496 38539 0 0 0 11402 6 0 0 25 0 1 0 421855933 1026523136 7399 33554432000 4194304 4587354 140736354351088 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20473/statm: 250616 7399 337 96 0 247178 0
[pid=20474] ppid=20472 vsize=20920 CPUtime=113.99 cores=1
/proc/20474/stat : 20474 (clasp) R 20472 20472 19974 0 -1 4202496 2603 0 0 0 11399 0 0 0 25 0 1 0 421855933 21422080 2491 33554432000 4194304 4785740 140736480575760 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20474/statm: 5230 2491 341 145 0 2275 0
[pid=20475] ppid=20472 vsize=455840 CPUtime=114.23 cores=1
/proc/20475/stat : 20475 (TNM) R 20472 20472 19974 0 -1 4202496 314 0 0 0 11423 0 0 0 25 0 1 0 421855933 466780160 210 33554432000 134512640 134534564 4294215536 18446744073709551615 134529887 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20475/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1497548

[startup+402.301 s]
/proc/loadavg: 6.00 6.00 6.00 7/184 20487
/proc/meminfo: memFree=17235356/32951124 swapFree=67111528/67111528
[pid=20472] ppid=20470 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20472/stat : 20472 (ppfolio) S 20470 20472 19974 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 421855933 18763776 394 33554432000 4194304 4287625 140736270390960 18446744073709551615 228095471119 0 0 4096 65536 4609289357956743168 0 0 17 3 0 0 0
/proc/20472/statm: 4581 394 345 23 0 91 0
[pid=20473] ppid=20472 vsize=1001956 CPUtime=134.08 cores=1
/proc/20473/stat : 20473 (cryptominisat) R 20472 20472 19974 0 -1 4202496 42960 0 0 0 13401 7 0 0 25 0 1 0 421855933 1026002944 7457 33554432000 4194304 4587354 140736354351088 18446744073709551615 4249453 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20473/statm: 250489 7457 337 96 0 247051 0
[pid=20474] ppid=20472 vsize=21356 CPUtime=133.99 cores=1
/proc/20474/stat : 20474 (clasp) R 20472 20472 19974 0 -1 4202496 2718 0 0 0 13399 0 0 0 25 0 1 0 421855933 21868544 2606 33554432000 4194304 4785740 140736480575760 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20474/statm: 5339 2606 341 145 0 2384 0
[pid=20475] ppid=20472 vsize=455840 CPUtime=134.22 cores=1
/proc/20475/stat : 20475 (TNM) R 20472 20472 19974 0 -1 4202496 314 0 0 0 13422 0 0 0 25 0 1 0 421855933 466780160 210 33554432000 134512640 134534564 4294215536 18446744073709551615 134529138 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20475/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 1497476

[startup+462.301 s]
/proc/loadavg: 6.00 6.00 6.00 7/184 20488
/proc/meminfo: memFree=17228504/32951124 swapFree=67111528/67111528
[pid=20472] ppid=20470 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20472/stat : 20472 (ppfolio) S 20470 20472 19974 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 421855933 18763776 394 33554432000 4194304 4287625 140736270390960 18446744073709551615 228095471119 0 0 4096 65536 4609289632834650112 0 0 17 3 0 0 0
/proc/20472/statm: 4581 394 345 23 0 91 0
[pid=20473] ppid=20472 vsize=1002068 CPUtime=154.07 cores=1
/proc/20473/stat : 20473 (cryptominisat) R 20472 20472 19974 0 -1 4202496 46595 0 0 0 15400 7 0 0 25 0 1 0 421855933 1026117632 7978 33554432000 4194304 4587354 140736354351088 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20473/statm: 250517 7978 337 96 0 247079 0
[pid=20474] ppid=20472 vsize=21932 CPUtime=154 cores=1
/proc/20474/stat : 20474 (clasp) R 20472 20472 19974 0 -1 4202496 2853 0 0 0 15400 0 0 0 25 0 1 0 421855933 22458368 2741 33554432000 4194304 4785740 140736480575760 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20474/statm: 5483 2741 341 145 0 2528 0
[pid=20475] ppid=20472 vsize=455840 CPUtime=154.22 cores=1
/proc/20475/stat : 20475 (TNM) R 20472 20472 19974 0 -1 4202496 314 0 0 0 15422 0 0 0 25 0 1 0 421855933 466780160 210 33554432000 134512640 134534564 4294215536 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20475/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 1498164

[startup+522.301 s]
/proc/loadavg: 6.00 6.00 6.00 7/184 20490
/proc/meminfo: memFree=17229460/32951124 swapFree=67111528/67111528
[pid=20472] ppid=20470 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20472/stat : 20472 (ppfolio) S 20470 20472 19974 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 421855933 18763776 394 33554432000 4194304 4287625 140736270390960 18446744073709551615 228095471119 0 0 4096 65536 4609289632834650112 0 0 17 3 0 0 0
/proc/20472/statm: 4581 394 345 23 0 91 0
[pid=20473] ppid=20472 vsize=1032988 CPUtime=174.06 cores=1
/proc/20473/stat : 20473 (cryptominisat) R 20472 20472 19974 0 -1 4202496 50933 0 0 0 17398 8 0 0 25 0 1 0 421855933 1057779712 7400 33554432000 4194304 4587354 140736354351088 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20473/statm: 258247 7400 337 96 0 254809 0
[pid=20474] ppid=20472 vsize=22232 CPUtime=174.01 cores=1
/proc/20474/stat : 20474 (clasp) R 20472 20472 19974 0 -1 4202496 2909 0 0 0 17401 0 0 0 25 0 1 0 421855933 22765568 2797 33554432000 4194304 4785740 140736480575760 18446744073709551615 4553224 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20474/statm: 5558 2797 341 145 0 2603 0
[pid=20475] ppid=20472 vsize=455840 CPUtime=174.22 cores=1
/proc/20475/stat : 20475 (TNM) R 20472 20472 19974 0 -1 4202496 314 0 0 0 17422 0 0 0 25 0 1 0 421855933 466780160 210 33554432000 134512640 134534564 4294215536 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20475/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 1529384

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

[startup+524.707 s]
/proc/loadavg: 6.00 6.00 6.00 7/184 20490
/proc/meminfo: memFree=17228464/32951124 swapFree=67111528/67111528
[pid=20472] ppid=20470 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20472/stat : 20472 (ppfolio) S 20470 20472 19974 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 421855933 18763776 394 33554432000 4194304 4287625 140736270390960 18446744073709551615 228095471119 0 0 4096 65536 4609289632834650112 0 0 17 3 0 0 0
/proc/20472/statm: 4581 394 345 23 0 91 0
[pid=20473] ppid=20472 vsize=1032988 CPUtime=174.86 cores=1
/proc/20473/stat : 20473 (cryptominisat) R 20472 20472 19974 0 -1 4202496 51039 0 0 0 17478 8 0 0 25 0 1 0 421855933 1057779712 7502 33554432000 4194304 4587354 140736354351088 18446744073709551615 4238522 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20473/statm: 258247 7502 337 96 0 254809 0
[pid=20474] ppid=20472 vsize=22232 CPUtime=174.82 cores=1
/proc/20474/stat : 20474 (clasp) R 20472 20472 19974 0 -1 4202496 2909 0 0 0 17482 0 0 0 25 0 1 0 421855933 22765568 2797 33554432000 4194304 4785740 140736480575760 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20474/statm: 5558 2797 341 145 0 2603 0
[pid=20475] ppid=20472 vsize=455840 CPUtime=175.02 cores=1
/proc/20475/stat : 20475 (TNM) R 20472 20472 19974 0 -1 4202496 314 0 0 0 17502 0 0 0 25 0 1 0 421855933 466780160 210 33554432000 134512640 134534564 4294215536 18446744073709551615 134530832 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20475/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 524.7
Current children cumulated vsize (KiB) 1529384

[startup+526.3 s]
/proc/loadavg: 6.00 6.00 6.00 7/184 20490
/proc/meminfo: memFree=17228092/32951124 swapFree=67111528/67111528
[pid=20472] ppid=20470 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20472/stat : 20472 (ppfolio) S 20470 20472 19974 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 421855933 18763776 394 33554432000 4194304 4287625 140736270390960 18446744073709551615 228095471119 0 0 4096 65536 4609289632834650112 0 0 17 3 0 0 0
/proc/20472/statm: 4581 394 345 23 0 91 0
[pid=20473] ppid=20472 vsize=1032988 CPUtime=175.4 cores=1
/proc/20473/stat : 20473 (cryptominisat) R 20472 20472 19974 0 -1 4202496 51124 0 0 0 17532 8 0 0 25 0 1 0 421855933 1057779712 7584 33554432000 4194304 4587354 140736354351088 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20473/statm: 258247 7584 337 96 0 254809 0
[pid=20474] ppid=20472 vsize=22232 CPUtime=175.37 cores=1
/proc/20474/stat : 20474 (clasp) R 20472 20472 19974 0 -1 4202496 2911 0 0 0 17537 0 0 0 25 0 1 0 421855933 22765568 2799 33554432000 4194304 4785740 140736480575760 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20474/statm: 5558 2799 341 145 0 2603 0
[pid=20475] ppid=20472 vsize=455840 CPUtime=175.52 cores=1
/proc/20475/stat : 20475 (TNM) R 20472 20472 19974 0 -1 4202496 314 0 0 0 17552 0 0 0 25 0 1 0 421855933 466780160 210 33554432000 134512640 134534564 4294215536 18446744073709551615 134530619 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20475/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 526.29
Current children cumulated vsize (KiB) 1529384

[startup+527.901 s]
/proc/loadavg: 6.00 6.00 6.00 7/184 20490
/proc/meminfo: memFree=17227224/32951124 swapFree=67111528/67111528
[pid=20472] ppid=20470 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20472/stat : 20472 (ppfolio) S 20470 20472 19974 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 421855933 18763776 394 33554432000 4194304 4287625 140736270390960 18446744073709551615 228095471119 0 0 4096 65536 4609289632834650112 0 0 17 3 0 0 0
/proc/20472/statm: 4581 394 345 23 0 91 0
[pid=20473] ppid=20472 vsize=1032988 CPUtime=175.96 cores=1
/proc/20473/stat : 20473 (cryptominisat) R 20472 20472 19974 0 -1 4202496 51208 0 0 0 17588 8 0 0 25 0 1 0 421855933 1057779712 7664 33554432000 4194304 4587354 140736354351088 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20473/statm: 258247 7664 337 96 0 254809 0
[pid=20474] ppid=20472 vsize=22232 CPUtime=175.87 cores=1
/proc/20474/stat : 20474 (clasp) R 20472 20472 19974 0 -1 4202496 2911 0 0 0 17587 0 0 0 25 0 1 0 421855933 22765568 2799 33554432000 4194304 4785740 140736480575760 18446744073709551615 4287207 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20474/statm: 5558 2799 341 145 0 2603 0
[pid=20475] ppid=20472 vsize=455840 CPUtime=176.06 cores=1
/proc/20475/stat : 20475 (TNM) R 20472 20472 19974 0 -1 4202496 314 0 0 0 17606 0 0 0 25 0 1 0 421855933 466780160 210 33554432000 134512640 134534564 4294215536 18446744073709551615 134529651 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20475/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 527.89
Current children cumulated vsize (KiB) 1529384

[startup+528.701 s]
/proc/loadavg: 6.00 6.00 6.00 7/184 20490
/proc/meminfo: memFree=17227224/32951124 swapFree=67111528/67111528
[pid=20472] ppid=20470 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20472/stat : 20472 (ppfolio) S 20470 20472 19974 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 421855933 18763776 394 33554432000 4194304 4287625 140736270390960 18446744073709551615 228095471119 0 0 4096 65536 4609289632834650112 0 0 17 3 0 0 0
/proc/20472/statm: 4581 394 345 23 0 91 0
[pid=20473] ppid=20472 vsize=1032988 CPUtime=176.2 cores=1
/proc/20473/stat : 20473 (cryptominisat) R 20472 20472 19974 0 -1 4202496 51243 0 0 0 17612 8 0 0 25 0 1 0 421855933 1057779712 7698 33554432000 4194304 4587354 140736354351088 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20473/statm: 258247 7698 337 96 0 254809 0
[pid=20474] ppid=20472 vsize=22232 CPUtime=176.17 cores=1
/proc/20474/stat : 20474 (clasp) R 20472 20472 19974 0 -1 4202496 2911 0 0 0 17617 0 0 0 25 0 1 0 421855933 22765568 2799 33554432000 4194304 4785740 140736480575760 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20474/statm: 5558 2799 341 145 0 2603 0
[pid=20475] ppid=20472 vsize=455840 CPUtime=176.32 cores=1
/proc/20475/stat : 20475 (TNM) R 20472 20472 19974 0 -1 4202496 314 0 0 0 17632 0 0 0 25 0 1 0 421855933 466780160 210 33554432000 134512640 134534564 4294215536 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20475/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 528.69
Current children cumulated vsize (KiB) 1529384

[startup+529.107 s]
/proc/loadavg: 6.00 6.00 6.00 7/184 20490
/proc/meminfo: memFree=17226852/32951124 swapFree=67111528/67111528
[pid=20472] ppid=20470 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20472/stat : 20472 (ppfolio) S 20470 20472 19974 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 421855933 18763776 394 33554432000 4194304 4287625 140736270390960 18446744073709551615 228095471119 0 0 4096 65536 4609289632834650112 0 0 17 3 0 0 0
/proc/20472/statm: 4581 394 345 23 0 91 0
[pid=20473] ppid=20472 vsize=1032988 CPUtime=176.36 cores=1
/proc/20473/stat : 20473 (cryptominisat) R 20472 20472 19974 0 -1 4202496 51265 0 0 0 17628 8 0 0 25 0 1 0 421855933 1057779712 7720 33554432000 4194304 4587354 140736354351088 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20473/statm: 258247 7720 337 96 0 254809 0
[pid=20474] ppid=20472 vsize=22232 CPUtime=176.27 cores=1
/proc/20474/stat : 20474 (clasp) R 20472 20472 19974 0 -1 4202496 2911 0 0 0 17627 0 0 0 25 0 1 0 421855933 22765568 2799 33554432000 4194304 4785740 140736480575760 18446744073709551615 4561965 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20474/statm: 5558 2799 341 145 0 2603 0
[pid=20475] ppid=20472 vsize=455840 CPUtime=176.47 cores=1
/proc/20475/stat : 20475 (TNM) R 20472 20472 19974 0 -1 4202496 314 0 0 0 17647 0 0 0 25 0 1 0 421855933 466780160 210 33554432000 134512640 134534564 4294215536 18446744073709551615 10590571 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20475/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 529.1
Current children cumulated vsize (KiB) 1529384

[startup+529.201 s]
/proc/loadavg: 6.00 6.00 6.00 7/184 20490
/proc/meminfo: memFree=17226852/32951124 swapFree=67111528/67111528
[pid=20472] ppid=20470 vsize=18324 CPUtime=529.21 cores=1,3,5,7
/proc/20472/stat : 20472 (ppfolio) R 20470 20472 19974 0 -1 4202496 515 54507 0 0 0 0 52912 9 15 0 1 0 421855933 18763776 398 33554432000 4194304 4287625 140736270390960 18446744073709551615 47300449424432 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/20472/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 529.21
Current children cumulated vsize (KiB) 18324

Child status: 0
Real time (s): 529.201
CPU time (s): 529.218
CPU user time (s): 529.125
CPU system time (s): 0.092985
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2461252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 529.125
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55027
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= 169
involuntary context switches= 5611

runsolver used 0.814876 second user time and 1.76473 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-20 12:13:25
IDJOB=3221548
IDBENCH=82941
IDSOLVER=1639
FILE ID=node142/3221548-1303294405
RUNJOBID= node142-1303289375-19993
PBS_JOBID= 13049603
Free space on /tmp= 70992 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S1733949620-064.UNKNOWN.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221548-1303294405/watcher-3221548-1303294405 -o /tmp/evaluation-result-3221548-1303294405/solver-3221548-1303294405 -C 5000 -W 5000 -M 15500  ppfolio --nbcore=1 HOME/instance-3221548-1303294405.cnf

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

MD5SUM BENCH= 60552051d2d5a0c0eefaeedea18e63df
RANDOM SEED=372076918

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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:      17311472 kB
Buffers:        726520 kB
Cached:       14461428 kB
SwapCached:          0 kB
Active:        3740120 kB
Inactive:     11524740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17311472 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           20764 kB
Writeback:           0 kB
AnonPages:       76968 kB
Mapped:          16744 kB
Slab:           310496 kB
PageTables:       4308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   684184 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= 70984 MiB
End job on node142 at 2011-04-20 12:22:14