Trace number 3280750

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 79.4609 19.9004

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h21-unknown.cnf
MD5SUM3b8c6114a974b09e9b1601ba0718cbf3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.5654
Satisfiable
(Un)Satisfiability was proved
Number of variables135534
Number of clauses905980
Sum of the clauses size2447966
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2771665
Number of clauses of size 3128198
Number of clauses of size 41424
Number of clauses of size 579
Number of clauses of size over 54489

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
79.06/19.88	s UNSATISFIABLE
79.06/19.90	solver [4] lingeling 276-6264d55-100731 answered
79.06/19.90	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-3280750-1304032428/watcher-3280750-1304032428 -o /tmp/evaluation-result-3280750-1304032428/solver-3280750-1304032428 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3280750-1304032428.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: 6.74 7.84 7.84 7/182 17349
/proc/meminfo: memFree=22698120/32950928 swapFree=67087032/67111528
[pid=17349] ppid=17347 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17349/stat : 17349 (ppfolio) R 17347 17349 16886 0 -1 4202496 518 0 0 0 0 0 0 0 24 0 1 0 514839925 18763776 389 33554432000 4194304 4287625 140734777568592 18446744073709551615 239476715023 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/17349/statm: 4581 389 341 23 0 91 0

[startup+0.035785 s]
/proc/loadavg: 6.74 7.84 7.84 7/182 17349
/proc/meminfo: memFree=22698120/32950928 swapFree=67087032/67111528
[pid=17349] ppid=17347 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17349/stat : 17349 (ppfolio) R 17347 17349 16886 0 -1 4202496 518 0 0 0 0 0 0 0 24 0 1 0 514839925 18763776 389 33554432000 4194304 4287625 140734777568592 18446744073709551615 239476715023 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/17349/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100772 s]
/proc/loadavg: 6.74 7.84 7.84 7/182 17349
/proc/meminfo: memFree=22698120/32950928 swapFree=67087032/67111528
[pid=17349] ppid=17347 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17349/stat : 17349 (ppfolio) R 17347 17349 16886 0 -1 4202496 518 0 0 0 0 0 0 0 24 0 1 0 514839925 18763776 389 33554432000 4194304 4287625 140734777568592 18446744073709551615 239476715023 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/17349/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300734 s]
/proc/loadavg: 6.74 7.84 7.84 7/182 17349
/proc/meminfo: memFree=22698120/32950928 swapFree=67087032/67111528
[pid=17349] ppid=17347 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17349/stat : 17349 (ppfolio) R 17347 17349 16886 0 -1 4202496 518 0 0 0 0 0 0 0 24 0 1 0 514839925 18763776 389 33554432000 4194304 4287625 140734777568592 18446744073709551615 239476715023 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/17349/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700658 s]
/proc/loadavg: 6.74 7.84 7.84 7/182 17349
/proc/meminfo: memFree=22698120/32950928 swapFree=67087032/67111528
[pid=17349] ppid=17347 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17349/stat : 17349 (ppfolio) R 17347 17349 16886 0 -1 4202496 518 0 0 0 0 0 0 0 24 0 1 0 514839925 18763776 389 33554432000 4194304 4287625 140734777568592 18446744073709551615 239476715023 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/17349/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50051 s]
/proc/loadavg: 6.74 7.84 7.84 11/188 17355
/proc/meminfo: memFree=22395644/32950928 swapFree=67087032/67111528
[pid=17349] ppid=17347 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17349/stat : 17349 (ppfolio) S 17347 17349 16886 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 514839925 18763776 389 33554432000 4194304 4287625 140734777568592 18446744073709551615 239476715023 0 0 4096 65536 4594700354779611135 0 0 17 1 0 0 0
/proc/17349/statm: 4581 389 341 23 0 91 0
[pid=17350] ppid=17349 vsize=100116 CPUtime=1.49 cores=1
/proc/17350/stat : 17350 (cryptominisat) R 17349 17349 16886 0 -1 4202496 20353 0 0 0 147 2 0 0 20 0 1 0 514839925 102518784 19882 33554432000 4194304 4587354 140734526955360 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17350/statm: 25029 19882 304 96 0 21591 0
[pid=17351] ppid=17349 vsize=102772 CPUtime=1.49 cores=5
/proc/17351/stat : 17351 (clasp) R 17349 17349 16886 0 -1 4202496 28084 0 0 0 146 3 0 0 20 0 1 0 514839925 105238528 22309 33554432000 4194304 4785740 140734085942704 18446744073709551615 4495806 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17351/statm: 25693 22309 318 145 0 22738 0
[pid=17352] ppid=17349 vsize=507332 CPUtime=1.16 cores=7
/proc/17352/stat : 17352 (TNM) R 17349 17349 16886 0 -1 4202496 18330 0 0 0 113 3 0 0 25 0 1 0 514839925 519507968 18227 33554432000 134512640 134534564 4289344512 18446744073709551615 134524559 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17352/statm: 126833 18227 91 6 0 125499 0
[pid=17353] ppid=17349 vsize=48944 CPUtime=1.49 cores=3
/proc/17353/stat : 17353 (lingeling) R 17349 17349 16886 0 -1 4202496 17324 0 0 0 146 3 0 0 20 0 1 0 514839925 50118656 11343 33554432000 4194304 4352236 140736854410320 18446744073709551615 239476388923 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17353/statm: 12236 11355 115 39 0 11316 0
[pid=17354] ppid=17349 vsize=48600 CPUtime=0.3 cores=7
/proc/17354/stat : 17354 (march_hi) R 17349 17349 16886 0 -1 4194304 10282 0 0 0 29 1 0 0 25 0 1 0 514839925 49766400 10177 33554432000 4194304 4331988 140736334574960 18446744073709551615 239476242815 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17354/statm: 12150 10177 113 34 0 10592 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 826088

[startup+3.1012 s]
/proc/loadavg: 7.00 7.88 7.85 11/188 17355
/proc/meminfo: memFree=22311696/32950928 swapFree=67087032/67111528
[pid=17349] ppid=17347 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17349/stat : 17349 (ppfolio) S 17347 17349 16886 0 -1 4202496 519 0 0 0 0 0 0 0 17 0 1 0 514839925 18763776 389 33554432000 4194304 4287625 140734777568592 18446744073709551615 239476715023 0 0 4096 65536 4594700354779611135 0 0 17 1 0 0 0
/proc/17349/statm: 4581 389 341 23 0 91 0
[pid=17350] ppid=17349 vsize=135296 CPUtime=3.08 cores=1
/proc/17350/stat : 17350 (cryptominisat) R 17349 17349 16886 0 -1 4202496 29118 0 0 0 305 3 0 0 25 0 1 0 514839925 138543104 28647 33554432000 4194304 4587354 140734526955360 18446744073709551615 4365356 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17350/statm: 33824 28647 310 96 0 30386 0
[pid=17351] ppid=17349 vsize=130456 CPUtime=3.09 cores=5
/proc/17351/stat : 17351 (clasp) R 17349 17349 16886 0 -1 4202496 34930 0 0 0 304 5 0 0 25 0 1 0 514839925 133586944 29155 33554432000 4194304 4785740 140734085942704 18446744073709551615 4500396 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17351/statm: 32614 29155 319 145 0 29659 0
[pid=17352] ppid=17349 vsize=507332 CPUtime=1.96 cores=7
/proc/17352/stat : 17352 (TNM) R 17349 17349 16886 0 -1 4202496 18330 0 0 0 193 3 0 0 25 0 1 0 514839925 519507968 18227 33554432000 134512640 134534564 4289344512 18446744073709551615 134524550 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17352/statm: 126833 18227 91 6 0 125499 0
[pid=17353] ppid=17349 vsize=58352 CPUtime=3.08 cores=3
/proc/17353/stat : 17353 (lingeling) R 17349 17349 16886 0 -1 4202496 23824 0 0 0 305 3 0 0 25 0 1 0 514839925 59752448 13743 33554432000 4194304 4352236 140736854410320 18446744073709551615 4207650 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17353/statm: 14588 13743 121 39 0 13668 0
[pid=17354] ppid=17349 vsize=118476 CPUtime=1.1 cores=7
/proc/17354/stat : 17354 (march_hi) R 17349 17349 16886 0 -1 4194304 24078 0 0 0 106 4 0 0 25 0 1 0 514839925 121319424 18428 33554432000 4194304 4331988 140736334574960 18446744073709551615 4257092 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17354/statm: 29619 18428 126 34 0 28061 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 968236

[startup+6.30058 s]
/proc/loadavg: 7.00 7.88 7.85 10/187 17355
/proc/meminfo: memFree=22258932/32950928 swapFree=67087032/67111528
[pid=17349] ppid=17347 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17349/stat : 17349 (ppfolio) S 17347 17349 16886 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 514839925 18763776 389 33554432000 4194304 4287625 140734777568592 18446744073709551615 239476715023 0 0 4096 65536 4594700354779611135 0 0 17 1 0 0 0
/proc/17349/statm: 4581 389 341 23 0 91 0
[pid=17350] ppid=17349 vsize=135584 CPUtime=6.28 cores=1
/proc/17350/stat : 17350 (cryptominisat) R 17349 17349 16886 0 -1 4202496 29202 0 0 0 625 3 0 0 25 0 1 0 514839925 138838016 28731 33554432000 4194304 4587354 140734526955360 18446744073709551615 4367383 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17350/statm: 33896 28731 311 96 0 30458 0
[pid=17351] ppid=17349 vsize=130680 CPUtime=6.28 cores=5
/proc/17351/stat : 17351 (clasp) R 17349 17349 16886 0 -1 4202496 37107 0 0 0 623 5 0 0 25 0 1 0 514839925 133816320 29563 33554432000 4194304 4785740 140734085942704 18446744073709551615 4416832 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17351/statm: 32670 29563 339 145 0 29715 0
[pid=17352] ppid=17349 vsize=507332 CPUtime=3.54 cores=7
/proc/17352/stat : 17352 (TNM) R 17349 17349 16886 0 -1 4202496 18330 0 0 0 351 3 0 0 25 0 1 0 514839925 519507968 18227 33554432000 134512640 134534564 4289344512 18446744073709551615 134524712 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17352/statm: 126833 18227 91 6 0 125499 0
[pid=17353] ppid=17349 vsize=60408 CPUtime=6.28 cores=3
/proc/17353/stat : 17353 (lingeling) R 17349 17349 16886 0 -1 4202496 24347 0 0 0 625 3 0 0 25 0 1 0 514839925 61857792 14266 33554432000 4194304 4352236 140736854410320 18446744073709551615 4228399 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17353/statm: 15102 14266 124 39 0 14182 0
[pid=17354] ppid=17349 vsize=151048 CPUtime=2.7 cores=7
/proc/17354/stat : 17354 (march_hi) R 17349 17349 16886 0 -1 4194304 57179 0 0 0 262 8 0 0 25 0 1 0 514839925 154673152 27455 33554432000 4194304 4331988 140736334574960 18446744073709551615 4252174 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17354/statm: 37762 27455 129 34 0 36204 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 1003376

[startup+12.7004 s]
/proc/loadavg: 7.16 7.90 7.86 10/187 17355
/proc/meminfo: memFree=22092168/32950928 swapFree=67087032/67111528
[pid=17349] ppid=17347 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17349/stat : 17349 (ppfolio) S 17347 17349 16886 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 514839925 18763776 389 33554432000 4194304 4287625 140734777568592 18446744073709551615 239476715023 0 0 4096 65536 4594700354779611135 0 0 17 1 0 0 0
/proc/17349/statm: 4581 389 341 23 0 91 0
[pid=17350] ppid=17349 vsize=277656 CPUtime=12.68 cores=1
/proc/17350/stat : 17350 (cryptominisat) R 17349 17349 16886 0 -1 4202496 65862 0 0 0 1259 9 0 0 25 0 1 0 514839925 284319744 59211 33554432000 4194304 4587354 140734526955360 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17350/statm: 69414 59211 330 96 0 65976 0
[pid=17351] ppid=17349 vsize=130680 CPUtime=12.68 cores=5
/proc/17351/stat : 17351 (clasp) R 17349 17349 16886 0 -1 4202496 37110 0 0 0 1263 5 0 0 25 0 1 0 514839925 133816320 29566 33554432000 4194304 4785740 140734085942704 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17351/statm: 32670 29566 340 145 0 29715 0
[pid=17352] ppid=17349 vsize=507332 CPUtime=6.73 cores=7
/proc/17352/stat : 17352 (TNM) R 17349 17349 16886 0 -1 4202496 18330 0 0 0 670 3 0 0 25 0 1 0 514839925 519507968 18227 33554432000 134512640 134534564 4289344512 18446744073709551615 134524736 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17352/statm: 126833 18227 91 6 0 125499 0
[pid=17353] ppid=17349 vsize=68888 CPUtime=12.69 cores=3
/proc/17353/stat : 17353 (lingeling) R 17349 17349 16886 0 -1 4202496 26581 0 0 0 1265 4 0 0 25 0 1 0 514839925 70541312 16389 33554432000 4194304 4352236 140736854410320 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17353/statm: 17222 16389 127 39 0 16302 0
[pid=17354] ppid=17349 vsize=129636 CPUtime=5.87 cores=7
/proc/17354/stat : 17354 (march_hi) R 17349 17349 16886 0 -1 4202496 133899 0 0 0 566 21 0 0 25 0 1 0 514839925 132747264 21851 33554432000 4194304 4331988 140736334574960 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17354/statm: 32409 21851 151 34 0 30851 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 1132516

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

[startup+15.9007 s]
/proc/loadavg: 7.39 7.93 7.87 10/187 17355
/proc/meminfo: memFree=22109908/32950928 swapFree=67087032/67111528
[pid=17349] ppid=17347 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17349/stat : 17349 (ppfolio) S 17347 17349 16886 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 514839925 18763776 389 33554432000 4194304 4287625 140734777568592 18446744073709551615 239476715023 0 0 4096 65536 4594700354779611135 0 0 17 1 0 0 0
/proc/17349/statm: 4581 389 341 23 0 91 0
[pid=17350] ppid=17349 vsize=277656 CPUtime=15.89 cores=1
/proc/17350/stat : 17350 (cryptominisat) R 17349 17349 16886 0 -1 4202496 65985 0 0 0 1579 10 0 0 25 0 1 0 514839925 284319744 59331 33554432000 4194304 4587354 140734526955360 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17350/statm: 69414 59331 330 96 0 65976 0
[pid=17351] ppid=17349 vsize=130680 CPUtime=15.88 cores=5
/proc/17351/stat : 17351 (clasp) R 17349 17349 16886 0 -1 4202496 37110 0 0 0 1583 5 0 0 25 0 1 0 514839925 133816320 29566 33554432000 4194304 4785740 140734085942704 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17351/statm: 32670 29566 340 145 0 29715 0
[pid=17352] ppid=17349 vsize=507332 CPUtime=8.33 cores=7
/proc/17352/stat : 17352 (TNM) R 17349 17349 16886 0 -1 4202496 18330 0 0 0 830 3 0 0 25 0 1 0 514839925 519507968 18227 33554432000 134512640 134534564 4289344512 18446744073709551615 134524686 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17352/statm: 126833 18227 91 6 0 125499 0
[pid=17353] ppid=17349 vsize=68888 CPUtime=15.89 cores=3
/proc/17353/stat : 17353 (lingeling) R 17349 17349 16886 0 -1 4202496 26581 0 0 0 1585 4 0 0 25 0 1 0 514839925 70541312 16389 33554432000 4194304 4352236 140736854410320 18446744073709551615 4233979 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17353/statm: 17222 16389 127 39 0 16302 0
[pid=17354] ppid=17349 vsize=132412 CPUtime=7.45 cores=7
/proc/17354/stat : 17354 (march_hi) R 17349 17349 16886 0 -1 4202496 134593 0 0 0 723 22 0 0 25 0 1 0 514839925 135589888 22545 33554432000 4194304 4331988 140736334574960 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17354/statm: 33103 22545 151 34 0 31545 0
Current children cumulated CPU time (s) 63.44
Current children cumulated vsize (KiB) 1135292

[startup+17.5004 s]
/proc/loadavg: 7.60 7.96 7.88 10/187 17355
/proc/meminfo: memFree=22105940/32950928 swapFree=67087032/67111528
[pid=17349] ppid=17347 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17349/stat : 17349 (ppfolio) S 17347 17349 16886 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 514839925 18763776 389 33554432000 4194304 4287625 140734777568592 18446744073709551615 239476715023 0 0 4096 65536 4594700354779611135 0 0 17 1 0 0 0
/proc/17349/statm: 4581 389 341 23 0 91 0
[pid=17350] ppid=17349 vsize=277656 CPUtime=17.49 cores=1
/proc/17350/stat : 17350 (cryptominisat) R 17349 17349 16886 0 -1 4202496 66070 0 0 0 1739 10 0 0 25 0 1 0 514839925 284319744 59414 33554432000 4194304 4587354 140734526955360 18446744073709551615 4238101 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17350/statm: 69414 59414 330 96 0 65976 0
[pid=17351] ppid=17349 vsize=130680 CPUtime=17.49 cores=5
/proc/17351/stat : 17351 (clasp) R 17349 17349 16886 0 -1 4202496 37110 0 0 0 1744 5 0 0 25 0 1 0 514839925 133816320 29566 33554432000 4194304 4785740 140734085942704 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17351/statm: 32670 29566 340 145 0 29715 0
[pid=17352] ppid=17349 vsize=507332 CPUtime=9.13 cores=7
/proc/17352/stat : 17352 (TNM) R 17349 17349 16886 0 -1 4202496 18330 0 0 0 910 3 0 0 25 0 1 0 514839925 519507968 18227 33554432000 134512640 134534564 4289344512 18446744073709551615 134524568 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17352/statm: 126833 18227 91 6 0 125499 0
[pid=17353] ppid=17349 vsize=68888 CPUtime=17.5 cores=3
/proc/17353/stat : 17353 (lingeling) R 17349 17349 16886 0 -1 4202496 26581 0 0 0 1746 4 0 0 25 0 1 0 514839925 70541312 16389 33554432000 4194304 4352236 140736854410320 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17353/statm: 17222 16389 127 39 0 16302 0
[pid=17354] ppid=17349 vsize=135256 CPUtime=8.25 cores=7
/proc/17354/stat : 17354 (march_hi) R 17349 17349 16886 0 -1 4202496 135299 0 0 0 803 22 0 0 25 0 1 0 514839925 138502144 23251 33554432000 4194304 4331988 140736334574960 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17354/statm: 33814 23251 151 34 0 32256 0
Current children cumulated CPU time (s) 69.86
Current children cumulated vsize (KiB) 1138136

[startup+19.1011 s]
/proc/loadavg: 7.60 7.96 7.88 10/187 17355
/proc/meminfo: memFree=22107180/32950928 swapFree=67087032/67111528
[pid=17349] ppid=17347 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17349/stat : 17349 (ppfolio) S 17347 17349 16886 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 514839925 18763776 389 33554432000 4194304 4287625 140734777568592 18446744073709551615 239476715023 0 0 4096 65536 4594700354779611135 0 0 17 1 0 0 0
/proc/17349/statm: 4581 389 341 23 0 91 0
[pid=17350] ppid=17349 vsize=277656 CPUtime=19.09 cores=1
/proc/17350/stat : 17350 (cryptominisat) R 17349 17349 16886 0 -1 4202496 66130 0 0 0 1899 10 0 0 25 0 1 0 514839925 284319744 59473 33554432000 4194304 4587354 140734526955360 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17350/statm: 69414 59473 330 96 0 65976 0
[pid=17351] ppid=17349 vsize=130680 CPUtime=19.08 cores=5
/proc/17351/stat : 17351 (clasp) R 17349 17349 16886 0 -1 4202496 37110 0 0 0 1903 5 0 0 25 0 1 0 514839925 133816320 29566 33554432000 4194304 4785740 140734085942704 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17351/statm: 32670 29566 340 145 0 29715 0
[pid=17352] ppid=17349 vsize=507332 CPUtime=9.93 cores=7
/proc/17352/stat : 17352 (TNM) R 17349 17349 16886 0 -1 4202496 18330 0 0 0 990 3 0 0 25 0 1 0 514839925 519507968 18227 33554432000 134512640 134534564 4289344512 18446744073709551615 134524745 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17352/statm: 126833 18227 91 6 0 125499 0
[pid=17353] ppid=17349 vsize=65472 CPUtime=19.09 cores=3
/proc/17353/stat : 17353 (lingeling) R 17349 17349 16886 0 -1 4202496 26581 0 0 0 1905 4 0 0 25 0 1 0 514839925 67043328 15535 33554432000 4194304 4352236 140736854410320 18446744073709551615 4236092 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17353/statm: 16368 15535 127 39 0 15448 0
[pid=17354] ppid=17349 vsize=138292 CPUtime=9.03 cores=7
/proc/17354/stat : 17354 (march_hi) R 17349 17349 16886 0 -1 4202496 136061 0 0 0 881 22 0 0 25 0 1 0 514839925 141611008 24013 33554432000 4194304 4331988 140736334574960 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17354/statm: 34573 24013 151 34 0 33015 0
Current children cumulated CPU time (s) 76.22
Current children cumulated vsize (KiB) 1137756

[startup+19.5011 s]
/proc/loadavg: 7.60 7.96 7.88 10/187 17355
/proc/meminfo: memFree=22107180/32950928 swapFree=67087032/67111528
[pid=17349] ppid=17347 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17349/stat : 17349 (ppfolio) S 17347 17349 16886 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 514839925 18763776 389 33554432000 4194304 4287625 140734777568592 18446744073709551615 239476715023 0 0 4096 65536 4594700354779611135 0 0 17 1 0 0 0
/proc/17349/statm: 4581 389 341 23 0 91 0
[pid=17350] ppid=17349 vsize=277656 CPUtime=19.49 cores=1
/proc/17350/stat : 17350 (cryptominisat) R 17349 17349 16886 0 -1 4202496 66147 0 0 0 1939 10 0 0 25 0 1 0 514839925 284319744 59489 33554432000 4194304 4587354 140734526955360 18446744073709551615 4238285 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17350/statm: 69414 59489 330 96 0 65976 0
[pid=17351] ppid=17349 vsize=130680 CPUtime=19.48 cores=5
/proc/17351/stat : 17351 (clasp) R 17349 17349 16886 0 -1 4202496 37110 0 0 0 1943 5 0 0 25 0 1 0 514839925 133816320 29566 33554432000 4194304 4785740 140734085942704 18446744073709551615 4553097 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17351/statm: 32670 29566 340 145 0 29715 0
[pid=17352] ppid=17349 vsize=507332 CPUtime=10.13 cores=7
/proc/17352/stat : 17352 (TNM) R 17349 17349 16886 0 -1 4202496 18330 0 0 0 1010 3 0 0 25 0 1 0 514839925 519507968 18227 33554432000 134512640 134534564 4289344512 18446744073709551615 134524582 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17352/statm: 126833 18227 91 6 0 125499 0
[pid=17353] ppid=17349 vsize=65472 CPUtime=19.49 cores=3
/proc/17353/stat : 17353 (lingeling) R 17349 17349 16886 0 -1 4202496 26581 0 0 0 1945 4 0 0 25 0 1 0 514839925 67043328 15535 33554432000 4194304 4352236 140736854410320 18446744073709551615 4328359 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17353/statm: 16368 15535 127 39 0 15448 0
[pid=17354] ppid=17349 vsize=139084 CPUtime=9.23 cores=7
/proc/17354/stat : 17354 (march_hi) R 17349 17349 16886 0 -1 4202496 136250 0 0 0 901 22 0 0 25 0 1 0 514839925 142422016 24202 33554432000 4194304 4331988 140736334574960 18446744073709551615 4226642 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17354/statm: 34771 24202 151 34 0 33213 0
Current children cumulated CPU time (s) 77.82
Current children cumulated vsize (KiB) 1138548

[startup+19.701 s]
/proc/loadavg: 7.60 7.96 7.88 10/187 17355
/proc/meminfo: memFree=22104452/32950928 swapFree=67087032/67111528
[pid=17349] ppid=17347 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17349/stat : 17349 (ppfolio) S 17347 17349 16886 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 514839925 18763776 389 33554432000 4194304 4287625 140734777568592 18446744073709551615 239476715023 0 0 4096 65536 4594700354779611135 0 0 17 1 0 0 0
/proc/17349/statm: 4581 389 341 23 0 91 0
[pid=17350] ppid=17349 vsize=277656 CPUtime=19.7 cores=1
/proc/17350/stat : 17350 (cryptominisat) R 17349 17349 16886 0 -1 4202496 66154 0 0 0 1960 10 0 0 25 0 1 0 514839925 284319744 59496 33554432000 4194304 4587354 140734526955360 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17350/statm: 69414 59496 330 96 0 65976 0
[pid=17351] ppid=17349 vsize=130680 CPUtime=19.69 cores=5
/proc/17351/stat : 17351 (clasp) R 17349 17349 16886 0 -1 4202496 37110 0 0 0 1964 5 0 0 25 0 1 0 514839925 133816320 29566 33554432000 4194304 4785740 140734085942704 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17351/statm: 32670 29566 340 145 0 29715 0
[pid=17352] ppid=17349 vsize=507332 CPUtime=10.23 cores=7
/proc/17352/stat : 17352 (TNM) R 17349 17349 16886 0 -1 4202496 18330 0 0 0 1020 3 0 0 25 0 1 0 514839925 519507968 18227 33554432000 134512640 134534564 4289344512 18446744073709551615 134524568 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17352/statm: 126833 18227 91 6 0 125499 0
[pid=17353] ppid=17349 vsize=65472 CPUtime=19.7 cores=3
/proc/17353/stat : 17353 (lingeling) R 17349 17349 16886 0 -1 4202496 26581 0 0 0 1966 4 0 0 25 0 1 0 514839925 67043328 15535 33554432000 4194304 4352236 140736854410320 18446744073709551615 4231284 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17353/statm: 16368 15535 127 39 0 15448 0
[pid=17354] ppid=17349 vsize=139348 CPUtime=9.33 cores=7
/proc/17354/stat : 17354 (march_hi) R 17349 17349 16886 0 -1 4202496 136344 0 0 0 911 22 0 0 25 0 1 0 514839925 142692352 24296 33554432000 4194304 4331988 140736334574960 18446744073709551615 4226642 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17354/statm: 34837 24296 151 34 0 33279 0
Current children cumulated CPU time (s) 78.65
Current children cumulated vsize (KiB) 1138812

[startup+19.807 s]
/proc/loadavg: 7.60 7.96 7.88 10/187 17355
/proc/meminfo: memFree=22104452/32950928 swapFree=67087032/67111528
[pid=17349] ppid=17347 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17349/stat : 17349 (ppfolio) S 17347 17349 16886 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 514839925 18763776 389 33554432000 4194304 4287625 140734777568592 18446744073709551615 239476715023 0 0 4096 65536 4594700354779611135 0 0 17 1 0 0 0
/proc/17349/statm: 4581 389 341 23 0 91 0
[pid=17350] ppid=17349 vsize=277656 CPUtime=19.8 cores=1
/proc/17350/stat : 17350 (cryptominisat) R 17349 17349 16886 0 -1 4202496 66157 0 0 0 1970 10 0 0 25 0 1 0 514839925 284319744 59499 33554432000 4194304 4587354 140734526955360 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17350/statm: 69414 59499 330 96 0 65976 0
[pid=17351] ppid=17349 vsize=130680 CPUtime=19.79 cores=5
/proc/17351/stat : 17351 (clasp) R 17349 17349 16886 0 -1 4202496 37110 0 0 0 1974 5 0 0 25 0 1 0 514839925 133816320 29566 33554432000 4194304 4785740 140734085942704 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17351/statm: 32670 29566 340 145 0 29715 0
[pid=17352] ppid=17349 vsize=507332 CPUtime=10.27 cores=7
/proc/17352/stat : 17352 (TNM) R 17349 17349 16886 0 -1 4202496 18330 0 0 0 1024 3 0 0 25 0 1 0 514839925 519507968 18227 33554432000 134512640 134534564 4289344512 18446744073709551615 134524577 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17352/statm: 126833 18227 91 6 0 125499 0
[pid=17353] ppid=17349 vsize=65472 CPUtime=19.8 cores=3
/proc/17353/stat : 17353 (lingeling) R 17349 17349 16886 0 -1 4202496 26581 0 0 0 1976 4 0 0 25 0 1 0 514839925 67043328 15535 33554432000 4194304 4352236 140736854410320 18446744073709551615 4207619 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17353/statm: 16368 15535 127 39 0 15448 0
[pid=17354] ppid=17349 vsize=139612 CPUtime=9.4 cores=7
/proc/17354/stat : 17354 (march_hi) R 17349 17349 16886 0 -1 4202496 136409 0 0 0 918 22 0 0 25 0 1 0 514839925 142962688 24361 33554432000 4194304 4331988 140736334574960 18446744073709551615 4271154 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17354/statm: 34903 24361 151 34 0 33345 0
Current children cumulated CPU time (s) 79.06
Current children cumulated vsize (KiB) 1139076

Child status: 0
Real time (s): 19.9004
CPU time (s): 79.4609
CPU user time (s): 78.948
CPU system time (s): 0.512922
CPU usage (%): 399.293
Max. virtual memory (cumulated for all children) (KiB): 1153388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.948
system time used= 0.512922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 285142
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= 44
involuntary context switches= 742

runsolver used 0.028995 second user time and 0.085986 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-29 01:13:49
IDJOB=3280750
IDBENCH=20431
IDSOLVER=1612
FILE ID=node148/3280750-1304032428
RUNJOBID= node148-1304032428-17325
PBS_JOBID= 13170304
Free space on /tmp= 71408 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT07/industrial/palacios/medium/blocks-4-ipc5-h21-unknown.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280750-1304032428/watcher-3280750-1304032428 -o /tmp/evaluation-result-3280750-1304032428/solver-3280750-1304032428 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3280750-1304032428.cnf

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

MD5SUM BENCH= 3b8c6114a974b09e9b1601ba0718cbf3
RANDOM SEED=845754473

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.83
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.854
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.75
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.854
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.82
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.854
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.854
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22698152 kB
Buffers:       2007116 kB
Cached:        7634340 kB
SwapCached:       3548 kB
Active:        1642624 kB
Inactive:      8047440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22698152 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           36968 kB
Writeback:           0 kB
AnonPages:       46812 kB
Mapped:          15028 kB
Slab:           498936 kB
PageTables:       5148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1556720 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= 71400 MiB
End job on node148 at 2011-04-29 01:14:09