Trace number 3191328

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 parSAT 123.419 30.898

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S2039249975-038.SATISFIABLE.cnf
MD5SUM64cfbb29f16ce069bd41061252da74bd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.33334
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
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 58010

Solver Data

0.00/0.10	This is pico-portfolio, a naive parallel portfolio
0.00/0.10	Copyright (C) 2011 Olivier Roussel
0.00/0.10	Using 4 processing units
0.00/0.10	This portfolio uses the following solvers:
0.00/0.10	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.10	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.10	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.10	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.10	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.10	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.10	Starting clasp 1.3.6 on core(s) 4
0.00/0.10	Starting TNM 2009 on core(s) 6
0.00/0.10	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.10	Starting march_hi 2009 on core(s) 6
123.00/30.89	s SATISFIABLE
123.00/30.89	v -1 -2 -3 -4 -5 -6 7 -8 9 -10 11 12 -13 -14 15 16 17 18 -19 20 -21 22 23 -24 -25 26 27 -28 -29 -30 31 -32 -33 34 -35 36 37 -38 39 -40 41 42 -43 44 45 -46 -47 48 -49 -50 51 52 -53 54 55 -56 57 58 -59 60 -61 -62 63 64 -65 -66 -67 -68 -69 70 -71 72 73 74 -75 -76 -77 78 79 -80 -81 -82 83 84 -85 -86 87 -88 89 -90 
123.00/30.89	v 0 
123.00/30.89	solver [3] TNM 2009 answered
123.00/30.89	Done

Verifier Data

OK

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-3191328-1304078810/watcher-3191328-1304078810 -o /tmp/evaluation-result-3191328-1304078810/solver-3191328-1304078810 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191328-1304078810.cnf 

running on 4 cores: 0,2,4,6

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: 7.58 9.57 9.79 2/171 17256
/proc/meminfo: memFree=30554912/32951124 swapFree=67111416/67111528
[pid=17256] ppid=17254 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17256/stat : 17256 (ppfolio) S 17254 17256 16189 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 519483396 18763776 389 33554432000 4194304 4287625 140736887968048 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 2 0 0 0
/proc/17256/statm: 4581 389 341 23 0 91 0

[startup+0.119903 s]
/proc/loadavg: 7.58 9.57 9.79 2/171 17256
/proc/meminfo: memFree=30554912/32951124 swapFree=67111416/67111528
[pid=17256] ppid=17254 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17256/stat : 17256 (ppfolio) S 17254 17256 16189 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 519483396 18763776 389 33554432000 4194304 4287625 140736887968048 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 2 0 0 0
/proc/17256/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200888 s]
/proc/loadavg: 7.58 9.57 9.79 2/171 17256
/proc/meminfo: memFree=30554912/32951124 swapFree=67111416/67111528
[pid=17256] ppid=17254 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17256/stat : 17256 (ppfolio) S 17254 17256 16189 0 -1 4202496 521 0 0 0 0 0 0 0 24 0 1 0 519483396 18763776 389 33554432000 4194304 4287625 140736887968048 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 2 0 0 0
/proc/17256/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300888 s]
/proc/loadavg: 7.58 9.57 9.79 2/171 17256
/proc/meminfo: memFree=30554912/32951124 swapFree=67111416/67111528
[pid=17256] ppid=17254 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17256/stat : 17256 (ppfolio) S 17254 17256 16189 0 -1 4202496 521 0 0 0 0 0 0 0 23 0 1 0 519483396 18763776 389 33554432000 4194304 4287625 140736887968048 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 2 0 0 0
/proc/17256/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700794 s]
/proc/loadavg: 7.58 9.57 9.79 2/171 17256
/proc/meminfo: memFree=30554912/32951124 swapFree=67111416/67111528
[pid=17256] ppid=17254 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17256/stat : 17256 (ppfolio) S 17254 17256 16189 0 -1 4202496 521 0 0 0 0 0 0 0 22 0 1 0 519483396 18763776 389 33554432000 4194304 4287625 140736887968048 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 2 0 0 0
/proc/17256/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50064 s]
/proc/loadavg: 7.58 9.57 9.79 6/177 17262
/proc/meminfo: memFree=30541472/32951124 swapFree=67111416/67111528
[pid=17256] ppid=17254 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17256/stat : 17256 (ppfolio) S 17254 17256 16189 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 519483396 18763776 389 33554432000 4194304 4287625 140736887968048 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 2 0 0 0
/proc/17256/statm: 4581 389 341 23 0 91 0
[pid=17257] ppid=17256 vsize=586732 CPUtime=1.49 cores=0
/proc/17257/stat : 17257 (cryptominisat) R 17256 17256 16189 0 -1 4202496 3242 0 0 0 149 0 0 0 25 0 1 0 519483397 600813568 1208 33554432000 4194304 4587354 140736436293440 18446744073709551615 4238944 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17257/statm: 146683 1208 330 96 0 143245 0
[pid=17258] ppid=17256 vsize=15320 CPUtime=1.49 cores=4
/proc/17258/stat : 17258 (clasp) R 17256 17256 16189 0 -1 4202496 1288 0 0 0 149 0 0 0 25 0 1 0 519483397 15687680 1180 33554432000 4194304 4785740 140733837437264 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17258/statm: 3830 1180 341 145 0 875 0
[pid=17259] ppid=17256 vsize=452788 CPUtime=0.77 cores=6
/proc/17259/stat : 17259 (TNM) R 17256 17256 16189 0 -1 4202496 514 0 0 0 77 0 0 0 25 0 1 0 519483397 463654912 411 33554432000 134512640 134534564 4291684896 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17259/statm: 113197 411 91 6 0 111863 0
[pid=17260] ppid=17256 vsize=7784 CPUtime=1.49 cores=2
/proc/17260/stat : 17260 (lingeling) R 17256 17256 16189 0 -1 4202496 1445 0 0 0 149 0 0 0 25 0 1 0 519483397 7970816 1140 33554432000 4194304 4352236 140736826801600 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17260/statm: 1946 1140 127 39 0 1026 0
[pid=17261] ppid=17256 vsize=8544 CPUtime=0.71 cores=6
/proc/17261/stat : 17261 (march_hi) R 17256 17256 16189 0 -1 4202496 1827 0 0 0 71 0 0 0 25 0 1 0 519483397 8749056 604 33554432000 4194304 4331988 140734734920560 18446744073709551615 4239528 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17261/statm: 2136 604 174 34 0 578 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 1089492

[startup+3.10034 s]
/proc/loadavg: 7.58 9.57 9.79 6/177 17262
/proc/meminfo: memFree=30531180/32951124 swapFree=67111416/67111528
[pid=17256] ppid=17254 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17256/stat : 17256 (ppfolio) S 17254 17256 16189 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 519483396 18763776 389 33554432000 4194304 4287625 140736887968048 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 2 0 0 0
/proc/17256/statm: 4581 389 341 23 0 91 0
[pid=17257] ppid=17256 vsize=35572 CPUtime=3.09 cores=0
/proc/17257/stat : 17257 (cryptominisat) R 17256 17256 16189 0 -1 4202496 5832 0 0 0 309 0 0 0 25 0 1 0 519483397 36425728 3257 33554432000 4194304 4587354 140736436293440 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17257/statm: 8893 3257 336 96 0 5455 0
[pid=17258] ppid=17256 vsize=16188 CPUtime=3.09 cores=4
/proc/17258/stat : 17258 (clasp) R 17256 17256 16189 0 -1 4202496 1470 0 0 0 309 0 0 0 25 0 1 0 519483397 16576512 1362 33554432000 4194304 4785740 140733837437264 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17258/statm: 4047 1362 341 145 0 1092 0
[pid=17259] ppid=17256 vsize=456768 CPUtime=1.56 cores=6
/proc/17259/stat : 17259 (TNM) R 17256 17256 16189 0 -1 4202496 595 0 0 0 156 0 0 0 25 0 1 0 519483397 467730432 492 33554432000 134512640 134534564 4291684896 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17259/statm: 114192 492 95 6 0 112858 0
[pid=17260] ppid=17256 vsize=7660 CPUtime=3.09 cores=2
/proc/17260/stat : 17260 (lingeling) R 17256 17256 16189 0 -1 4202496 1574 0 0 0 309 0 0 0 25 0 1 0 519483397 7843840 1109 33554432000 4194304 4352236 140736826801600 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17260/statm: 1915 1109 127 39 0 995 0
[pid=17261] ppid=17256 vsize=8800 CPUtime=1.51 cores=6
/proc/17261/stat : 17261 (march_hi) R 17256 17256 16189 0 -1 4202496 1832 0 0 0 151 0 0 0 25 0 1 0 519483397 9011200 609 33554432000 4194304 4331988 140734734920560 18446744073709551615 4227052 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17261/statm: 2200 609 174 34 0 642 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 543312

[startup+6.30075 s]
/proc/loadavg: 7.37 9.49 9.76 6/177 17262
/proc/meminfo: memFree=30527940/32951124 swapFree=67111416/67111528
[pid=17256] ppid=17254 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17256/stat : 17256 (ppfolio) S 17254 17256 16189 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 519483396 18763776 389 33554432000 4194304 4287625 140736887968048 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 2 0 0 0
/proc/17256/statm: 4581 389 341 23 0 91 0
[pid=17257] ppid=17256 vsize=595412 CPUtime=6.28 cores=0
/proc/17257/stat : 17257 (cryptominisat) R 17256 17256 16189 0 -1 4202496 7738 0 0 0 628 0 0 0 25 0 1 0 519483397 609701888 3345 33554432000 4194304 4587354 140736436293440 18446744073709551615 4238512 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17257/statm: 148853 3345 336 96 0 145415 0
[pid=17258] ppid=17256 vsize=17396 CPUtime=6.29 cores=4
/proc/17258/stat : 17258 (clasp) R 17256 17256 16189 0 -1 4202496 1770 0 0 0 629 0 0 0 25 0 1 0 519483397 17813504 1662 33554432000 4194304 4785740 140733837437264 18446744073709551615 4278121 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17258/statm: 4349 1662 341 145 0 1394 0
[pid=17259] ppid=17256 vsize=456768 CPUtime=3.15 cores=6
/proc/17259/stat : 17259 (TNM) R 17256 17256 16189 0 -1 4202496 595 0 0 0 315 0 0 0 25 0 1 0 519483397 467730432 492 33554432000 134512640 134534564 4291684896 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17259/statm: 114192 492 95 6 0 112858 0
[pid=17260] ppid=17256 vsize=7756 CPUtime=6.29 cores=2
/proc/17260/stat : 17260 (lingeling) R 17256 17256 16189 0 -1 4202496 1854 0 0 0 629 0 0 0 25 0 1 0 519483397 7942144 1133 33554432000 4194304 4352236 140736826801600 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17260/statm: 1939 1133 127 39 0 1019 0
[pid=17261] ppid=17256 vsize=9256 CPUtime=3.11 cores=6
/proc/17261/stat : 17261 (march_hi) R 17256 17256 16189 0 -1 4202496 1966 0 0 0 311 0 0 0 25 0 1 0 519483397 9478144 743 33554432000 4194304 4331988 140734734920560 18446744073709551615 4287604 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17261/statm: 2314 743 175 34 0 756 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 1104912

[startup+12.7005 s]
/proc/loadavg: 7.18 9.42 9.74 6/177 17262
/proc/meminfo: memFree=30518116/32951124 swapFree=67111416/67111528
[pid=17256] ppid=17254 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17256/stat : 17256 (ppfolio) S 17254 17256 16189 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 519483396 18763776 389 33554432000 4194304 4287625 140736887968048 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 2 0 0 0
/proc/17256/statm: 4581 389 341 23 0 91 0
[pid=17257] ppid=17256 vsize=44120 CPUtime=12.69 cores=0
/proc/17257/stat : 17257 (cryptominisat) R 17256 17256 16189 0 -1 4202496 12177 0 0 0 1268 1 0 0 25 0 1 0 519483397 45178880 5506 33554432000 4194304 4587354 140736436293440 18446744073709551615 4238431 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17257/statm: 11030 5506 336 96 0 7592 0
[pid=17258] ppid=17256 vsize=19188 CPUtime=12.69 cores=4
/proc/17258/stat : 17258 (clasp) R 17256 17256 16189 0 -1 4202496 2158 0 0 0 1269 0 0 0 25 0 1 0 519483397 19648512 2050 33554432000 4194304 4785740 140733837437264 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17258/statm: 4797 2050 341 145 0 1842 0
[pid=17259] ppid=17256 vsize=456768 CPUtime=6.34 cores=6
/proc/17259/stat : 17259 (TNM) R 17256 17256 16189 0 -1 4202496 595 0 0 0 634 0 0 0 25 0 1 0 519483397 467730432 492 33554432000 134512640 134534564 4291684896 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17259/statm: 114192 492 95 6 0 112858 0
[pid=17260] ppid=17256 vsize=8588 CPUtime=12.69 cores=2
/proc/17260/stat : 17260 (lingeling) R 17256 17256 16189 0 -1 4202496 2446 0 0 0 1269 0 0 0 25 0 1 0 519483397 8794112 1309 33554432000 4194304 4352236 140736826801600 18446744073709551615 4207602 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17260/statm: 2147 1309 127 39 0 1227 0
[pid=17261] ppid=17256 vsize=9824 CPUtime=6.28 cores=6
/proc/17261/stat : 17261 (march_hi) R 17256 17256 16189 0 -1 4202496 2063 0 0 0 628 0 0 0 25 0 1 0 519483397 10059776 840 33554432000 4194304 4331988 140734734920560 18446744073709551615 4299162 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17261/statm: 2456 840 175 34 0 898 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 556812

[startup+25.5011 s]
/proc/loadavg: 6.77 9.22 9.66 6/177 17262
/proc/meminfo: memFree=30512040/32951124 swapFree=67111416/67111528
[pid=17256] ppid=17254 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17256/stat : 17256 (ppfolio) S 17254 17256 16189 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 519483396 18763776 389 33554432000 4194304 4287625 140736887968048 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 2 0 0 0
/proc/17256/statm: 4581 389 341 23 0 91 0
[pid=17257] ppid=17256 vsize=44544 CPUtime=25.49 cores=0
/proc/17257/stat : 17257 (cryptominisat) R 17256 17256 16189 0 -1 4202496 18733 0 0 0 2546 3 0 0 25 0 1 0 519483397 45613056 5293 33554432000 4194304 4587354 140736436293440 18446744073709551615 212435713692 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17257/statm: 11136 5293 336 96 0 7698 0
[pid=17258] ppid=17256 vsize=21428 CPUtime=25.49 cores=4
/proc/17258/stat : 17258 (clasp) R 17256 17256 16189 0 -1 4202496 2689 0 0 0 2549 0 0 0 25 0 1 0 519483397 21942272 2581 33554432000 4194304 4785740 140733837437264 18446744073709551615 4553380 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17258/statm: 5357 2581 341 145 0 2402 0
[pid=17259] ppid=17256 vsize=456768 CPUtime=12.74 cores=6
/proc/17259/stat : 17259 (TNM) R 17256 17256 16189 0 -1 4202496 595 0 0 0 1274 0 0 0 25 0 1 0 519483397 467730432 492 33554432000 134512640 134534564 4291684896 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17259/statm: 114192 492 95 6 0 112858 0
[pid=17260] ppid=17256 vsize=11024 CPUtime=25.49 cores=2
/proc/17260/stat : 17260 (lingeling) R 17256 17256 16189 0 -1 4202496 4047 0 0 0 2549 0 0 0 25 0 1 0 519483397 11288576 1918 33554432000 4194304 4352236 140736826801600 18446744073709551615 4328368 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17260/statm: 2756 1918 127 39 0 1836 0
[pid=17261] ppid=17256 vsize=10336 CPUtime=12.61 cores=6
/proc/17261/stat : 17261 (march_hi) R 17256 17256 16189 0 -1 4202496 2262 0 0 0 1261 0 0 0 25 0 1 0 519483397 10584064 1039 33554432000 4194304 4331988 140734734920560 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17261/statm: 2584 1039 175 34 0 1026 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 562424

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

[startup+25.6011 s]
/proc/loadavg: 6.77 9.22 9.66 6/177 17262
/proc/meminfo: memFree=30512040/32951124 swapFree=67111416/67111528
[pid=17256] ppid=17254 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17256/stat : 17256 (ppfolio) S 17254 17256 16189 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 519483396 18763776 389 33554432000 4194304 4287625 140736887968048 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 2 0 0 0
/proc/17256/statm: 4581 389 341 23 0 91 0
[pid=17257] ppid=17256 vsize=44544 CPUtime=25.59 cores=0
/proc/17257/stat : 17257 (cryptominisat) R 17256 17256 16189 0 -1 4202496 18764 0 0 0 2556 3 0 0 25 0 1 0 519483397 45613056 5323 33554432000 4194304 4587354 140736436293440 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17257/statm: 11136 5323 336 96 0 7698 0
[pid=17258] ppid=17256 vsize=21596 CPUtime=25.59 cores=4
/proc/17258/stat : 17258 (clasp) R 17256 17256 16189 0 -1 4202496 2720 0 0 0 2559 0 0 0 25 0 1 0 519483397 22114304 2612 33554432000 4194304 4785740 140733837437264 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17258/statm: 5399 2612 341 145 0 2444 0
[pid=17259] ppid=17256 vsize=456768 CPUtime=12.75 cores=6
/proc/17259/stat : 17259 (TNM) R 17256 17256 16189 0 -1 4202496 595 0 0 0 1275 0 0 0 25 0 1 0 519483397 467730432 492 33554432000 134512640 134534564 4291684896 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17259/statm: 114192 492 95 6 0 112858 0
[pid=17260] ppid=17256 vsize=11024 CPUtime=25.59 cores=2
/proc/17260/stat : 17260 (lingeling) R 17256 17256 16189 0 -1 4202496 4047 0 0 0 2559 0 0 0 25 0 1 0 519483397 11288576 1918 33554432000 4194304 4352236 140736826801600 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17260/statm: 2756 1918 127 39 0 1836 0
[pid=17261] ppid=17256 vsize=10336 CPUtime=12.7 cores=6
/proc/17261/stat : 17261 (march_hi) R 17256 17256 16189 0 -1 4202496 2265 0 0 0 1270 0 0 0 25 0 1 0 519483397 10584064 1042 33554432000 4194304 4331988 140734734920560 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17261/statm: 2584 1042 175 34 0 1026 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 562592

[startup+28.8005 s]
/proc/loadavg: 6.77 9.22 9.66 6/177 17262
/proc/meminfo: memFree=30509424/32951124 swapFree=67111416/67111528
[pid=17256] ppid=17254 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17256/stat : 17256 (ppfolio) S 17254 17256 16189 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 519483396 18763776 389 33554432000 4194304 4287625 140736887968048 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 2 0 0 0
/proc/17256/statm: 4581 389 341 23 0 91 0
[pid=17257] ppid=17256 vsize=44544 CPUtime=28.79 cores=0
/proc/17257/stat : 17257 (cryptominisat) R 17256 17256 16189 0 -1 4202496 19390 0 0 0 2876 3 0 0 25 0 1 0 519483397 45613056 5931 33554432000 4194304 4587354 140736436293440 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17257/statm: 11136 5931 336 96 0 7698 0
[pid=17258] ppid=17256 vsize=21764 CPUtime=28.79 cores=4
/proc/17258/stat : 17258 (clasp) R 17256 17256 16189 0 -1 4202496 2736 0 0 0 2879 0 0 0 25 0 1 0 519483397 22286336 2628 33554432000 4194304 4785740 140733837437264 18446744073709551615 212435714678 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17258/statm: 5441 2628 341 145 0 2486 0
[pid=17259] ppid=17256 vsize=456768 CPUtime=14.34 cores=6
/proc/17259/stat : 17259 (TNM) R 17256 17256 16189 0 -1 4202496 595 0 0 0 1434 0 0 0 25 0 1 0 519483397 467730432 492 33554432000 134512640 134534564 4291684896 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17259/statm: 114192 492 95 6 0 112858 0
[pid=17260] ppid=17256 vsize=11152 CPUtime=28.79 cores=2
/proc/17260/stat : 17260 (lingeling) R 17256 17256 16189 0 -1 4202496 4367 0 0 0 2879 0 0 0 25 0 1 0 519483397 11419648 1950 33554432000 4194304 4352236 140736826801600 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17260/statm: 2788 1950 127 39 0 1868 0
[pid=17261] ppid=17256 vsize=11100 CPUtime=14.29 cores=6
/proc/17261/stat : 17261 (march_hi) R 17256 17256 16189 0 -1 4202496 2306 0 0 0 1429 0 0 0 25 0 1 0 519483397 11366400 1083 33554432000 4194304 4331988 140734734920560 18446744073709551615 4237419 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17261/statm: 2775 1083 175 34 0 1217 0
Current children cumulated CPU time (s) 115
Current children cumulated vsize (KiB) 563652

[startup+29.6013 s]
/proc/loadavg: 6.77 9.22 9.66 6/177 17262
/proc/meminfo: memFree=30509424/32951124 swapFree=67111416/67111528
[pid=17256] ppid=17254 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17256/stat : 17256 (ppfolio) S 17254 17256 16189 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 519483396 18763776 389 33554432000 4194304 4287625 140736887968048 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 2 0 0 0
/proc/17256/statm: 4581 389 341 23 0 91 0
[pid=17257] ppid=17256 vsize=7799668 CPUtime=29.59 cores=0
/proc/17257/stat : 17257 (cryptominisat) R 17256 17256 16189 0 -1 4202496 20042 0 0 0 2956 3 0 0 25 0 1 0 519483397 7986860032 5438 33554432000 4194304 4587354 140736436293440 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17257/statm: 1949917 5438 336 96 0 1946479 0
[pid=17258] ppid=17256 vsize=21764 CPUtime=29.59 cores=4
/proc/17258/stat : 17258 (clasp) R 17256 17256 16189 0 -1 4202496 2761 0 0 0 2959 0 0 0 25 0 1 0 519483397 22286336 2653 33554432000 4194304 4785740 140733837437264 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17258/statm: 5441 2653 341 145 0 2486 0
[pid=17259] ppid=17256 vsize=456768 CPUtime=14.74 cores=6
/proc/17259/stat : 17259 (TNM) R 17256 17256 16189 0 -1 4202496 595 0 0 0 1474 0 0 0 25 0 1 0 519483397 467730432 492 33554432000 134512640 134534564 4291684896 18446744073709551615 134528497 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17259/statm: 114192 492 95 6 0 112858 0
[pid=17260] ppid=17256 vsize=11152 CPUtime=29.59 cores=2
/proc/17260/stat : 17260 (lingeling) R 17256 17256 16189 0 -1 4202496 4367 0 0 0 2959 0 0 0 25 0 1 0 519483397 11419648 1950 33554432000 4194304 4352236 140736826801600 18446744073709551615 4328210 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17260/statm: 2788 1950 127 39 0 1868 0
[pid=17261] ppid=17256 vsize=11100 CPUtime=14.69 cores=6
/proc/17261/stat : 17261 (march_hi) R 17256 17256 16189 0 -1 4202496 2318 0 0 0 1469 0 0 0 25 0 1 0 519483397 11366400 1095 33554432000 4194304 4331988 140734734920560 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17261/statm: 2775 1095 175 34 0 1217 0
Current children cumulated CPU time (s) 118.2
Current children cumulated vsize (KiB) 8318776

[startup+30.4012 s]
/proc/loadavg: 6.77 9.22 9.66 6/177 17263
/proc/meminfo: memFree=30510912/32951124 swapFree=67111416/67111528
[pid=17256] ppid=17254 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17256/stat : 17256 (ppfolio) S 17254 17256 16189 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 519483396 18763776 389 33554432000 4194304 4287625 140736887968048 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 2 0 0 0
/proc/17256/statm: 4581 389 341 23 0 91 0
[pid=17257] ppid=17256 vsize=7799668 CPUtime=30.39 cores=0
/proc/17257/stat : 17257 (cryptominisat) R 17256 17256 16189 0 -1 4202496 20313 0 0 0 3036 3 0 0 25 0 1 0 519483397 7986860032 5703 33554432000 4194304 4587354 140736436293440 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17257/statm: 1949917 5703 336 96 0 1946479 0
[pid=17258] ppid=17256 vsize=21764 CPUtime=30.39 cores=4
/proc/17258/stat : 17258 (clasp) R 17256 17256 16189 0 -1 4202496 2764 0 0 0 3039 0 0 0 25 0 1 0 519483397 22286336 2656 33554432000 4194304 4785740 140733837437264 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17258/statm: 5441 2656 341 145 0 2486 0
[pid=17259] ppid=17256 vsize=456768 CPUtime=15.14 cores=6
/proc/17259/stat : 17259 (TNM) R 17256 17256 16189 0 -1 4202496 595 0 0 0 1514 0 0 0 25 0 1 0 519483397 467730432 492 33554432000 134512640 134534564 4291684896 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17259/statm: 114192 492 95 6 0 112858 0
[pid=17260] ppid=17256 vsize=11152 CPUtime=30.39 cores=2
/proc/17260/stat : 17260 (lingeling) R 17256 17256 16189 0 -1 4202496 4367 0 0 0 3039 0 0 0 25 0 1 0 519483397 11419648 1950 33554432000 4194304 4352236 140736826801600 18446744073709551615 4234450 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17260/statm: 2788 1950 127 39 0 1868 0
[pid=17261] ppid=17256 vsize=11100 CPUtime=15.09 cores=6
/proc/17261/stat : 17261 (march_hi) R 17256 17256 16189 0 -1 4202496 2331 0 0 0 1509 0 0 0 25 0 1 0 519483397 11366400 1108 33554432000 4194304 4331988 140734734920560 18446744073709551615 4239528 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17261/statm: 2775 1108 175 34 0 1217 0
Current children cumulated CPU time (s) 121.4
Current children cumulated vsize (KiB) 8318776

[startup+30.8011 s]
/proc/loadavg: 6.63 9.15 9.64 6/177 17263
/proc/meminfo: memFree=30509424/32951124 swapFree=67111416/67111528
[pid=17256] ppid=17254 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17256/stat : 17256 (ppfolio) S 17254 17256 16189 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 519483396 18763776 389 33554432000 4194304 4287625 140736887968048 18446744073709551615 212436037135 0 0 4096 65536 4590910200759713791 0 0 17 2 0 0 0
/proc/17256/statm: 4581 389 341 23 0 91 0
[pid=17257] ppid=17256 vsize=7799668 CPUtime=30.79 cores=0
/proc/17257/stat : 17257 (cryptominisat) R 17256 17256 16189 0 -1 4202496 20425 0 0 0 3076 3 0 0 25 0 1 0 519483397 7986860032 5811 33554432000 4194304 4587354 140736436293440 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17257/statm: 1949917 5811 336 96 0 1946479 0
[pid=17258] ppid=17256 vsize=21960 CPUtime=30.79 cores=4
/proc/17258/stat : 17258 (clasp) R 17256 17256 16189 0 -1 4202496 2805 0 0 0 3079 0 0 0 25 0 1 0 519483397 22487040 2697 33554432000 4194304 4785740 140733837437264 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17258/statm: 5490 2697 341 145 0 2535 0
[pid=17259] ppid=17256 vsize=456768 CPUtime=15.34 cores=6
/proc/17259/stat : 17259 (TNM) R 17256 17256 16189 0 -1 4202496 595 0 0 0 1534 0 0 0 25 0 1 0 519483397 467730432 492 33554432000 134512640 134534564 4291684896 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17259/statm: 114192 492 95 6 0 112858 0
[pid=17260] ppid=17256 vsize=11152 CPUtime=30.79 cores=2
/proc/17260/stat : 17260 (lingeling) R 17256 17256 16189 0 -1 4202496 4367 0 0 0 3079 0 0 0 25 0 1 0 519483397 11419648 1950 33554432000 4194304 4352236 140736826801600 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17260/statm: 2788 1950 127 39 0 1868 0
[pid=17261] ppid=17256 vsize=11100 CPUtime=15.29 cores=6
/proc/17261/stat : 17261 (march_hi) R 17256 17256 16189 0 -1 4202496 2337 0 0 0 1529 0 0 0 25 0 1 0 519483397 11366400 1114 33554432000 4194304 4331988 140734734920560 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17261/statm: 2775 1114 175 34 0 1217 0
Current children cumulated CPU time (s) 123
Current children cumulated vsize (KiB) 8318972

Child status: 0
Real time (s): 30.898
CPU time (s): 123.419
CPU user time (s): 123.362
CPU system time (s): 0.056991
CPU usage (%): 399.441
Max. virtual memory (cumulated for all children) (KiB): 8318972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 123.362
system time used= 0.056991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31113
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= 286
involuntary context switches= 1011

runsolver used 0.06499 second user time and 0.101984 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 14:06:50
IDJOB=3191328
IDBENCH=83059
IDSOLVER=1612
FILE ID=node102/3191328-1304078810
RUNJOBID= node102-1304076366-16749
PBS_JOBID= 13170484
Free space on /tmp= 71560 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S2039249975-038.SATISFIABLE.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191328-1304078810/watcher-3191328-1304078810 -o /tmp/evaluation-result-3191328-1304078810/solver-3191328-1304078810 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191328-1304078810.cnf

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

MD5SUM BENCH= 64cfbb29f16ce069bd41061252da74bd
RANDOM SEED=1142204433

node102.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.828
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.65
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.828
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	: 5226.15
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.828
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.828
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.828
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.828
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.828
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.828
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:      30555068 kB
Buffers:        643976 kB
Cached:        1263940 kB
SwapCached:          8 kB
Active:         257816 kB
Inactive:      1713864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30555068 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:           10208 kB
Writeback:           0 kB
AnonPages:       63640 kB
Mapped:          14232 kB
Slab:           360484 kB
PageTables:       4480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189960 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= 71552 MiB
End job on node102 at 2011-04-29 14:07:21