Trace number 3191829

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 seqSAT 453.78 453.825

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1632870961-099.SATISFIABLE.cnf
MD5SUMeac2f4cbe4e61cc8bd9f28b333bf1b8e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.03578
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
Number of clauses of size over 50

Solver Data

0.00/0.01	This is pico-portfolio, a naive parallel portfolio
0.00/0.01	Copyright (C) 2011 Olivier Roussel
0.00/0.01	Using 1 processing units
0.00/0.01	This portfolio uses the following solvers:
0.00/0.01	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.01	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.01	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.01	Starting cryptominisat 2.7.1 on core(s) 5
0.00/0.01	Starting clasp 1.3.6 on core(s) 5
0.00/0.01	Starting TNM 2009 on core(s) 5
453.78/453.82	s SATISFIABLE
453.78/453.82	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 -91 -92 -93 -94 -95 -96 97 -98 99 100 -101 -102 -103 -104 -105 106 -107 108 -109 -110 -111 -112 -113 114 -115 116 117 118 -119 -120 121 -122 123 124 125 126 -127 -128 -129 130 -131 132 133 134 135 136 137 -138 139 -140 -141 142 -143 -144 -145 146 -147 148 -149 -150 
453.78/453.82	v 0 
453.78/453.82	solver [3] TNM 2009 answered
453.78/453.82	Done

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3191829-1302539803/watcher-3191829-1302539803 -o /tmp/evaluation-result-3191829-1302539803/solver-3191829-1302539803 -C 2400 -W 1300 -M 7680 ppfolio --nbcore=1 HOME/instance-3191829-1302539803.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 11.08 11.03 10.42 10/201 21036
/proc/meminfo: memFree=12649512/32951124 swapFree=67111528/67111528
[pid=21036] ppid=21034 vsize=18188 CPUtime=0 cores=5,7
/proc/21036/stat : 21036 (ppfolio) R 21034 21036 20213 0 -1 4194304 356 0 0 0 0 0 0 0 25 0 1 0 365578212 18624512 291 33554432000 4194304 4287625 140737197854176 18446744073709551615 255376659392 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21036/statm: 4547 297 252 23 0 57 0

[startup+0.092802 s]
/proc/loadavg: 11.08 11.03 10.42 10/201 21036
/proc/meminfo: memFree=12649512/32951124 swapFree=67111528/67111528
[pid=21036] ppid=21034 vsize=18324 CPUtime=0 cores=5,7
/proc/21036/stat : 21036 (ppfolio) S 21034 21036 20213 0 -1 4202496 500 0 0 0 0 0 0 0 25 0 1 0 365578212 18763776 394 33554432000 4194304 4287625 140737197854176 18446744073709551615 255377321487 0 0 4096 65536 4608362748827369736 0 0 17 7 0 0 0
/proc/21036/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100813 s]
/proc/loadavg: 11.08 11.03 10.42 10/201 21036
/proc/meminfo: memFree=12649512/32951124 swapFree=67111528/67111528
[pid=21036] ppid=21034 vsize=18324 CPUtime=0 cores=5,7
/proc/21036/stat : 21036 (ppfolio) S 21034 21036 20213 0 -1 4202496 500 0 0 0 0 0 0 0 25 0 1 0 365578212 18763776 394 33554432000 4194304 4287625 140737197854176 18446744073709551615 255377321487 0 0 4096 65536 4608362748827369736 0 0 17 7 0 0 0
/proc/21036/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300767 s]
/proc/loadavg: 11.08 11.03 10.42 10/201 21036
/proc/meminfo: memFree=12649512/32951124 swapFree=67111528/67111528
[pid=21036] ppid=21034 vsize=18324 CPUtime=0 cores=5,7
/proc/21036/stat : 21036 (ppfolio) S 21034 21036 20213 0 -1 4202496 501 0 0 0 0 0 0 0 24 0 1 0 365578212 18763776 394 33554432000 4194304 4287625 140737197854176 18446744073709551615 255377321487 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/21036/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700702 s]
/proc/loadavg: 11.08 11.03 10.42 10/201 21036
/proc/meminfo: memFree=12649512/32951124 swapFree=67111528/67111528
[pid=21036] ppid=21034 vsize=18324 CPUtime=0 cores=5,7
/proc/21036/stat : 21036 (ppfolio) S 21034 21036 20213 0 -1 4202496 501 0 0 0 0 0 0 0 20 0 1 0 365578212 18763776 394 33554432000 4194304 4287625 140737197854176 18446744073709551615 255377321487 0 0 4096 65536 2997429088576077824 0 0 17 7 0 0 0
/proc/21036/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50054 s]
/proc/loadavg: 11.08 11.03 10.42 12/205 21040
/proc/meminfo: memFree=12643776/32951124 swapFree=67111528/67111528
[pid=21036] ppid=21034 vsize=18324 CPUtime=0 cores=5,7
/proc/21036/stat : 21036 (ppfolio) S 21034 21036 20213 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 365578212 18763776 394 33554432000 4194304 4287625 140737197854176 18446744073709551615 255377321487 0 0 4096 65536 2997429226015031296 0 0 17 7 0 0 0
/proc/21036/statm: 4581 394 345 23 0 91 0
[pid=21038] ppid=21036 vsize=1367348 CPUtime=0.44 cores=5
/proc/21038/stat : 21038 (cryptominisat) R 21036 21036 20213 0 -1 4202496 1541 0 0 0 44 0 0 0 25 0 1 0 365578213 1400164352 840 33554432000 4194304 4587354 140733211391248 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21038/statm: 341837 840 327 96 0 338399 0
[pid=21039] ppid=21036 vsize=13672 CPUtime=0.49 cores=5
/proc/21039/stat : 21039 (clasp) R 21036 21036 20213 0 -1 4202496 865 0 0 0 49 0 0 0 25 0 1 0 365578213 14000128 756 33554432000 4194304 4785740 140735220632816 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21039/statm: 3418 756 340 145 0 463 0
[pid=21040] ppid=21036 vsize=456088 CPUtime=0.54 cores=5
/proc/21040/stat : 21040 (TNM) R 21036 21036 20213 0 -1 4202496 387 0 0 0 54 0 0 0 25 0 1 0 365578213 467034112 284 33554432000 134512640 134534564 4288636208 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21040/statm: 114022 284 95 6 0 112688 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 1855432

[startup+3.10026 s]
/proc/loadavg: 11.07 11.03 10.42 12/205 21040
/proc/meminfo: memFree=12641920/32951124 swapFree=67111528/67111528
[pid=21036] ppid=21034 vsize=18324 CPUtime=0 cores=5,7
/proc/21036/stat : 21036 (ppfolio) S 21034 21036 20213 0 -1 4202496 501 0 0 0 0 0 0 0 16 0 1 0 365578212 18763776 394 33554432000 4194304 4287625 140737197854176 18446744073709551615 255377321487 0 0 4096 65536 2997427439308636160 0 0 17 7 0 0 0
/proc/21036/statm: 4581 394 345 23 0 91 0
[pid=21038] ppid=21036 vsize=1368524 CPUtime=0.99 cores=5
/proc/21038/stat : 21038 (cryptominisat) R 21036 21036 20213 0 -1 4202496 2500 0 0 0 99 0 0 0 25 0 1 0 365578213 1401368576 996 33554432000 4194304 4587354 140733211391248 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21038/statm: 342131 996 331 96 0 338693 0
[pid=21039] ppid=21036 vsize=14084 CPUtime=0.99 cores=5
/proc/21039/stat : 21039 (clasp) R 21036 21036 20213 0 -1 4202496 961 0 0 0 99 0 0 0 25 0 1 0 365578213 14422016 852 33554432000 4194304 4785740 140735220632816 18446744073709551615 4278129 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21039/statm: 3521 852 340 145 0 566 0
[pid=21040] ppid=21036 vsize=456088 CPUtime=1.09 cores=5
/proc/21040/stat : 21040 (TNM) R 21036 21036 20213 0 -1 4202496 387 0 0 0 109 0 0 0 25 0 1 0 365578213 467034112 284 33554432000 134512640 134534564 4288636208 18446744073709551615 134529833 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21040/statm: 114022 284 95 6 0 112688 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 1857020

[startup+6.30065 s]
/proc/loadavg: 11.07 11.03 10.42 12/205 21040
/proc/meminfo: memFree=12627228/32951124 swapFree=67111528/67111528
[pid=21036] ppid=21034 vsize=18324 CPUtime=0 cores=5,7
/proc/21036/stat : 21036 (ppfolio) S 21034 21036 20213 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 365578212 18763776 394 33554432000 4194304 4287625 140737197854176 18446744073709551615 255377321487 0 0 4096 65536 2997427301869682688 0 0 17 7 0 0 0
/proc/21036/statm: 4581 394 345 23 0 91 0
[pid=21038] ppid=21036 vsize=1376468 CPUtime=2.03 cores=5
/proc/21038/stat : 21038 (cryptominisat) R 21036 21036 20213 0 -1 4202496 5046 0 0 0 203 0 0 0 25 0 1 0 365578213 1409503232 2994 33554432000 4194304 4587354 140733211391248 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21038/statm: 344117 2994 337 96 0 340679 0
[pid=21039] ppid=21036 vsize=14640 CPUtime=2.09 cores=5
/proc/21039/stat : 21039 (clasp) R 21036 21036 20213 0 -1 4202496 1118 0 0 0 209 0 0 0 25 0 1 0 365578213 14991360 1009 33554432000 4194304 4785740 140735220632816 18446744073709551615 4287249 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21039/statm: 3660 1009 341 145 0 705 0
[pid=21040] ppid=21036 vsize=456088 CPUtime=2.14 cores=5
/proc/21040/stat : 21040 (TNM) R 21036 21036 20213 0 -1 4202496 387 0 0 0 214 0 0 0 25 0 1 0 365578213 467034112 284 33554432000 134512640 134534564 4288636208 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21040/statm: 114022 284 95 6 0 112688 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 1865520

[startup+12.7005 s]
/proc/loadavg: 11.14 11.05 10.43 12/205 21041
/proc/meminfo: memFree=12613024/32951124 swapFree=67111528/67111528
[pid=21036] ppid=21034 vsize=18324 CPUtime=0 cores=5,7
/proc/21036/stat : 21036 (ppfolio) S 21034 21036 20213 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 365578212 18763776 394 33554432000 4194304 4287625 140737197854176 18446744073709551615 255377321487 0 0 4096 65536 2997427301869682688 0 0 17 7 0 0 0
/proc/21036/statm: 4581 394 345 23 0 91 0
[pid=21038] ppid=21036 vsize=1380160 CPUtime=4.19 cores=5
/proc/21038/stat : 21038 (cryptominisat) R 21036 21036 20213 0 -1 4202496 7670 0 0 0 419 0 0 0 25 0 1 0 365578213 1413283840 3797 33554432000 4194304 4587354 140733211391248 18446744073709551615 4238576 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21038/statm: 345040 3797 337 96 0 341602 0
[pid=21039] ppid=21036 vsize=15632 CPUtime=4.19 cores=5
/proc/21039/stat : 21039 (clasp) R 21036 21036 20213 0 -1 4202496 1349 0 0 0 419 0 0 0 25 0 1 0 365578213 16007168 1240 33554432000 4194304 4785740 140735220632816 18446744073709551615 4286998 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21039/statm: 3908 1240 341 145 0 953 0
[pid=21040] ppid=21036 vsize=456088 CPUtime=4.29 cores=5
/proc/21040/stat : 21040 (TNM) R 21036 21036 20213 0 -1 4202496 387 0 0 0 429 0 0 0 25 0 1 0 365578213 467034112 284 33554432000 134512640 134534564 4288636208 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21040/statm: 114022 284 95 6 0 112688 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1870204

[startup+25.5011 s]
/proc/loadavg: 11.12 11.04 10.44 12/205 21041
/proc/meminfo: memFree=12607708/32951124 swapFree=67111528/67111528
[pid=21036] ppid=21034 vsize=18324 CPUtime=0 cores=5,7
/proc/21036/stat : 21036 (ppfolio) S 21034 21036 20213 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 365578212 18763776 394 33554432000 4194304 4287625 140737197854176 18446744073709551615 255377321487 0 0 4096 65536 2997427714186543104 0 0 17 7 0 0 0
/proc/21036/statm: 4581 394 345 23 0 91 0
[pid=21038] ppid=21036 vsize=1381192 CPUtime=8.43 cores=5
/proc/21038/stat : 21038 (cryptominisat) R 21036 21036 20213 0 -1 4202496 10936 0 0 0 843 0 0 0 25 0 1 0 365578213 1414340608 3956 33554432000 4194304 4587354 140733211391248 18446744073709551615 4238509 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21038/statm: 345298 3956 337 96 0 341860 0
[pid=21039] ppid=21036 vsize=16476 CPUtime=8.49 cores=5
/proc/21039/stat : 21039 (clasp) R 21036 21036 20213 0 -1 4202496 1556 0 0 0 849 0 0 0 25 0 1 0 365578213 16871424 1447 33554432000 4194304 4785740 140735220632816 18446744073709551615 4287579 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21039/statm: 4119 1447 341 145 0 1164 0
[pid=21040] ppid=21036 vsize=456088 CPUtime=8.54 cores=5
/proc/21040/stat : 21040 (TNM) R 21036 21036 20213 0 -1 4202496 387 0 0 0 854 0 0 0 25 0 1 0 365578213 467034112 284 33554432000 134512640 134534564 4288636208 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21040/statm: 114022 284 95 6 0 112688 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 1872080

[startup+51.1004 s]
/proc/loadavg: 10.92 11.01 10.44 11/204 21042
/proc/meminfo: memFree=12621620/32951124 swapFree=67111528/67111528
[pid=21036] ppid=21034 vsize=18324 CPUtime=11.64 cores=5,7
/proc/21036/stat : 21036 (ppfolio) S 21034 21036 20213 0 -1 4202496 502 12893 0 0 0 0 1163 1 15 0 1 0 365578212 18763776 395 33554432000 4194304 4287625 140737197854176 18446744073709551615 255377321487 0 0 4096 65536 4492423095969087748 0 0 17 7 0 0 0
/proc/21036/statm: 4581 395 346 23 0 91 0
[pid=21039] ppid=21036 vsize=18320 CPUtime=19.69 cores=5
/proc/21039/stat : 21039 (clasp) R 21036 21036 20213 0 -1 4202496 1997 0 0 0 1969 0 0 0 25 0 1 0 365578213 18759680 1888 33554432000 4194304 4785740 140735220632816 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21039/statm: 4580 1888 341 145 0 1625 0
[pid=21040] ppid=21036 vsize=456088 CPUtime=19.75 cores=5
/proc/21040/stat : 21040 (TNM) R 21036 21036 20213 0 -1 4202496 387 0 0 0 1975 0 0 0 25 0 1 0 365578213 467034112 284 33554432000 134512640 134534564 4288636208 18446744073709551615 134530693 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21040/statm: 114022 284 95 6 0 112688 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 492732

[startup+102.307 s]
/proc/loadavg: 10.36 10.83 10.41 11/204 21043
/proc/meminfo: memFree=12616236/32951124 swapFree=67111528/67111528
[pid=21036] ppid=21034 vsize=18324 CPUtime=11.64 cores=5,7
/proc/21036/stat : 21036 (ppfolio) S 21034 21036 20213 0 -1 4202496 502 12893 0 0 0 0 1163 1 15 0 1 0 365578212 18763776 395 33554432000 4194304 4287625 140737197854176 18446744073709551615 255377321487 0 0 4096 65536 4492423095969087748 0 0 17 7 0 0 0
/proc/21036/statm: 4581 395 346 23 0 91 0
[pid=21039] ppid=21036 vsize=20800 CPUtime=45.29 cores=5
/proc/21039/stat : 21039 (clasp) R 21036 21036 20213 0 -1 4202496 2557 0 0 0 4529 0 0 0 25 0 1 0 365578213 21299200 2448 33554432000 4194304 4785740 140735220632816 18446744073709551615 4550348 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21039/statm: 5200 2448 341 145 0 2245 0
[pid=21040] ppid=21036 vsize=456088 CPUtime=45.36 cores=5
/proc/21040/stat : 21040 (TNM) R 21036 21036 20213 0 -1 4202496 387 0 0 0 4536 0 0 0 25 0 1 0 365578213 467034112 284 33554432000 134512640 134534564 4288636208 18446744073709551615 134528832 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21040/statm: 114022 284 95 6 0 112688 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 495212

[startup+162.301 s]
/proc/loadavg: 10.29 10.71 10.40 11/204 21045
/proc/meminfo: memFree=12609768/32951124 swapFree=67111528/67111528
[pid=21036] ppid=21034 vsize=18324 CPUtime=11.64 cores=5,7
/proc/21036/stat : 21036 (ppfolio) S 21034 21036 20213 0 -1 4202496 502 12893 0 0 0 0 1163 1 15 0 1 0 365578212 18763776 395 33554432000 4194304 4287625 140737197854176 18446744073709551615 255377321487 0 0 4096 65536 4492423095969087748 0 0 17 7 0 0 0
/proc/21036/statm: 4581 395 346 23 0 91 0
[pid=21039] ppid=21036 vsize=23012 CPUtime=75.28 cores=5
/proc/21039/stat : 21039 (clasp) R 21036 21036 20213 0 -1 4202496 3049 0 0 0 7528 0 0 0 25 0 1 0 365578213 23564288 2940 33554432000 4194304 4785740 140735220632816 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21039/statm: 5753 2940 341 145 0 2798 0
[pid=21040] ppid=21036 vsize=456088 CPUtime=75.36 cores=5
/proc/21040/stat : 21040 (TNM) R 21036 21036 20213 0 -1 4202496 387 0 0 0 7536 0 0 0 25 0 1 0 365578213 467034112 284 33554432000 134512640 134534564 4288636208 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21040/statm: 114022 284 95 6 0 112688 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 497424

[startup+222.301 s]

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

/proc/21040/stat : 21040 (TNM) R 21036 21036 20213 0 -1 4202496 387 0 0 0 16538 0 0 0 25 0 1 0 365578213 467034112 284 33554432000 134512640 134534564 4288636208 18446744073709551615 134530509 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21040/statm: 114022 284 95 6 0 112688 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 500748

[startup+402.3 s]
/proc/loadavg: 10.95 10.76 10.47 12/205 21112
/proc/meminfo: memFree=12581080/32951124 swapFree=67111528/67111528
[pid=21036] ppid=21034 vsize=18324 CPUtime=11.64 cores=5,7
/proc/21036/stat : 21036 (ppfolio) S 21034 21036 20213 0 -1 4202496 502 12893 0 0 0 0 1163 1 15 0 1 0 365578212 18763776 395 33554432000 4194304 4287625 140737197854176 18446744073709551615 255377321487 0 0 4096 65536 4492423095969087748 0 0 17 7 0 0 0
/proc/21036/statm: 4581 395 346 23 0 91 0
[pid=21039] ppid=21036 vsize=27884 CPUtime=195.26 cores=5
/proc/21039/stat : 21039 (clasp) R 21036 21036 20213 0 -1 4202496 4149 0 0 0 19526 0 0 0 25 0 1 0 365578213 28553216 4040 33554432000 4194304 4785740 140735220632816 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21039/statm: 6971 4040 341 145 0 4016 0
[pid=21040] ppid=21036 vsize=456088 CPUtime=195.38 cores=5
/proc/21040/stat : 21040 (TNM) R 21036 21036 20213 0 -1 4202496 387 0 0 0 19538 0 0 0 25 0 1 0 365578213 467034112 284 33554432000 134512640 134534564 4288636208 18446744073709551615 134530693 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21040/statm: 114022 284 95 6 0 112688 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 502296

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

[startup+409.501 s]
/proc/loadavg: 10.96 10.77 10.47 12/205 21112
/proc/meminfo: memFree=12576984/32951124 swapFree=67111528/67111528
[pid=21036] ppid=21034 vsize=18324 CPUtime=11.64 cores=5,7
/proc/21036/stat : 21036 (ppfolio) S 21034 21036 20213 0 -1 4202496 502 12893 0 0 0 0 1163 1 15 0 1 0 365578212 18763776 395 33554432000 4194304 4287625 140737197854176 18446744073709551615 255377321487 0 0 4096 65536 4492423095969087748 0 0 17 7 0 0 0
/proc/21036/statm: 4581 395 346 23 0 91 0
[pid=21039] ppid=21036 vsize=28220 CPUtime=198.86 cores=5
/proc/21039/stat : 21039 (clasp) R 21036 21036 20213 0 -1 4202496 4206 0 0 0 19886 0 0 0 25 0 1 0 365578213 28897280 4097 33554432000 4194304 4785740 140735220632816 18446744073709551615 4286927 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21039/statm: 7055 4097 341 145 0 4100 0
[pid=21040] ppid=21036 vsize=456088 CPUtime=198.99 cores=5
/proc/21040/stat : 21040 (TNM) R 21036 21036 20213 0 -1 4202496 387 0 0 0 19899 0 0 0 25 0 1 0 365578213 467034112 284 33554432000 134512640 134534564 4288636208 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21040/statm: 114022 284 95 6 0 112688 0
Current children cumulated CPU time (s) 409.49
Current children cumulated vsize (KiB) 502632

[startup+435.1 s]
/proc/loadavg: 10.97 10.79 10.48 12/205 21173
/proc/meminfo: memFree=12597404/32951124 swapFree=67111528/67111528
[pid=21036] ppid=21034 vsize=18324 CPUtime=11.64 cores=5,7
/proc/21036/stat : 21036 (ppfolio) S 21034 21036 20213 0 -1 4202496 502 12893 0 0 0 0 1163 1 15 0 1 0 365578212 18763776 395 33554432000 4194304 4287625 140737197854176 18446744073709551615 255377321487 0 0 4096 65536 4492423095969087748 0 0 17 7 0 0 0
/proc/21036/statm: 4581 395 346 23 0 91 0
[pid=21039] ppid=21036 vsize=28388 CPUtime=211.65 cores=5
/proc/21039/stat : 21039 (clasp) R 21036 21036 20213 0 -1 4202496 4267 0 0 0 21165 0 0 0 25 0 1 0 365578213 29069312 4158 33554432000 4194304 4785740 140735220632816 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21039/statm: 7097 4158 341 145 0 4142 0
[pid=21040] ppid=21036 vsize=456088 CPUtime=211.79 cores=5
/proc/21040/stat : 21040 (TNM) R 21036 21036 20213 0 -1 4202496 387 0 0 0 21179 0 0 0 25 0 1 0 365578213 467034112 284 33554432000 134512640 134534564 4288636208 18446744073709551615 134530268 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21040/statm: 114022 284 95 6 0 112688 0
Current children cumulated CPU time (s) 435.08
Current children cumulated vsize (KiB) 502800

[startup+441.501 s]
/proc/loadavg: 10.97 10.79 10.49 12/205 21173
/proc/meminfo: memFree=12599884/32951124 swapFree=67111528/67111528
[pid=21036] ppid=21034 vsize=18324 CPUtime=11.64 cores=5,7
/proc/21036/stat : 21036 (ppfolio) S 21034 21036 20213 0 -1 4202496 502 12893 0 0 0 0 1163 1 15 0 1 0 365578212 18763776 395 33554432000 4194304 4287625 140737197854176 18446744073709551615 255377321487 0 0 4096 65536 4492423095969087748 0 0 17 7 0 0 0
/proc/21036/statm: 4581 395 346 23 0 91 0
[pid=21039] ppid=21036 vsize=28560 CPUtime=214.85 cores=5
/proc/21039/stat : 21039 (clasp) R 21036 21036 20213 0 -1 4202496 4303 0 0 0 21485 0 0 0 25 0 1 0 365578213 29245440 4194 33554432000 4194304 4785740 140735220632816 18446744073709551615 4287096 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21039/statm: 7140 4194 341 145 0 4185 0
[pid=21040] ppid=21036 vsize=456088 CPUtime=214.99 cores=5
/proc/21040/stat : 21040 (TNM) R 21036 21036 20213 0 -1 4202496 387 0 0 0 21499 0 0 0 25 0 1 0 365578213 467034112 284 33554432000 134512640 134534564 4288636208 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21040/statm: 114022 284 95 6 0 112688 0
Current children cumulated CPU time (s) 441.48
Current children cumulated vsize (KiB) 502972

[startup+447.901 s]
/proc/loadavg: 10.98 10.80 10.49 12/205 21173
/proc/meminfo: memFree=12595152/32951124 swapFree=67111528/67111528
[pid=21036] ppid=21034 vsize=18324 CPUtime=11.64 cores=5,7
/proc/21036/stat : 21036 (ppfolio) S 21034 21036 20213 0 -1 4202496 502 12893 0 0 0 0 1163 1 15 0 1 0 365578212 18763776 395 33554432000 4194304 4287625 140737197854176 18446744073709551615 255377321487 0 0 4096 65536 4492423095969087748 0 0 17 7 0 0 0
/proc/21036/statm: 4581 395 346 23 0 91 0
[pid=21039] ppid=21036 vsize=28728 CPUtime=218.05 cores=5
/proc/21039/stat : 21039 (clasp) R 21036 21036 20213 0 -1 4202496 4319 0 0 0 21805 0 0 0 25 0 1 0 365578213 29417472 4210 33554432000 4194304 4785740 140735220632816 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21039/statm: 7182 4210 341 145 0 4227 0
[pid=21040] ppid=21036 vsize=456088 CPUtime=218.19 cores=5
/proc/21040/stat : 21040 (TNM) R 21036 21036 20213 0 -1 4202496 387 0 0 0 21819 0 0 0 25 0 1 0 365578213 467034112 284 33554432000 134512640 134534564 4288636208 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21040/statm: 114022 284 95 6 0 112688 0
Current children cumulated CPU time (s) 447.88
Current children cumulated vsize (KiB) 503140

[startup+451.1 s]
/proc/loadavg: 10.98 10.80 10.49 12/205 21173
/proc/meminfo: memFree=12592660/32951124 swapFree=67111528/67111528
[pid=21036] ppid=21034 vsize=18324 CPUtime=11.64 cores=5,7
/proc/21036/stat : 21036 (ppfolio) S 21034 21036 20213 0 -1 4202496 502 12893 0 0 0 0 1163 1 15 0 1 0 365578212 18763776 395 33554432000 4194304 4287625 140737197854176 18446744073709551615 255377321487 0 0 4096 65536 4492423095969087748 0 0 17 7 0 0 0
/proc/21036/statm: 4581 395 346 23 0 91 0
[pid=21039] ppid=21036 vsize=28728 CPUtime=219.65 cores=5
/proc/21039/stat : 21039 (clasp) R 21036 21036 20213 0 -1 4202496 4335 0 0 0 21965 0 0 0 25 0 1 0 365578213 29417472 4226 33554432000 4194304 4785740 140735220632816 18446744073709551615 4278129 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21039/statm: 7182 4226 341 145 0 4227 0
[pid=21040] ppid=21036 vsize=456088 CPUtime=219.79 cores=5
/proc/21040/stat : 21040 (TNM) R 21036 21036 20213 0 -1 4202496 387 0 0 0 21979 0 0 0 25 0 1 0 365578213 467034112 284 33554432000 134512640 134534564 4288636208 18446744073709551615 134528473 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21040/statm: 114022 284 95 6 0 112688 0
Current children cumulated CPU time (s) 451.08
Current children cumulated vsize (KiB) 503140

[startup+452.701 s]
/proc/loadavg: 10.98 10.80 10.49 12/205 21173
/proc/meminfo: memFree=12591792/32951124 swapFree=67111528/67111528
[pid=21036] ppid=21034 vsize=18324 CPUtime=11.64 cores=5,7
/proc/21036/stat : 21036 (ppfolio) S 21034 21036 20213 0 -1 4202496 502 12893 0 0 0 0 1163 1 15 0 1 0 365578212 18763776 395 33554432000 4194304 4287625 140737197854176 18446744073709551615 255377321487 0 0 4096 65536 4492423095969087748 0 0 17 7 0 0 0
/proc/21036/statm: 4581 395 346 23 0 91 0
[pid=21039] ppid=21036 vsize=28728 CPUtime=220.45 cores=5
/proc/21039/stat : 21039 (clasp) R 21036 21036 20213 0 -1 4202496 4336 0 0 0 22045 0 0 0 25 0 1 0 365578213 29417472 4227 33554432000 4194304 4785740 140735220632816 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21039/statm: 7182 4227 341 145 0 4227 0
[pid=21040] ppid=21036 vsize=456088 CPUtime=220.59 cores=5
/proc/21040/stat : 21040 (TNM) R 21036 21036 20213 0 -1 4202496 387 0 0 0 22059 0 0 0 25 0 1 0 365578213 467034112 284 33554432000 134512640 134534564 4288636208 18446744073709551615 134528436 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21040/statm: 114022 284 95 6 0 112688 0
Current children cumulated CPU time (s) 452.68
Current children cumulated vsize (KiB) 503140

[startup+453.501 s]
/proc/loadavg: 10.98 10.80 10.49 12/205 21173
/proc/meminfo: memFree=12595884/32951124 swapFree=67111528/67111528
[pid=21036] ppid=21034 vsize=18324 CPUtime=11.64 cores=5,7
/proc/21036/stat : 21036 (ppfolio) S 21034 21036 20213 0 -1 4202496 502 12893 0 0 0 0 1163 1 15 0 1 0 365578212 18763776 395 33554432000 4194304 4287625 140737197854176 18446744073709551615 255377321487 0 0 4096 65536 4492423095969087748 0 0 17 7 0 0 0
/proc/21036/statm: 4581 395 346 23 0 91 0
[pid=21039] ppid=21036 vsize=28728 CPUtime=220.85 cores=5
/proc/21039/stat : 21039 (clasp) R 21036 21036 20213 0 -1 4202496 4336 0 0 0 22085 0 0 0 25 0 1 0 365578213 29417472 4227 33554432000 4194304 4785740 140735220632816 18446744073709551615 4287070 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21039/statm: 7182 4227 341 145 0 4227 0
[pid=21040] ppid=21036 vsize=456088 CPUtime=220.99 cores=5
/proc/21040/stat : 21040 (TNM) R 21036 21036 20213 0 -1 4202496 387 0 0 0 22099 0 0 0 25 0 1 0 365578213 467034112 284 33554432000 134512640 134534564 4288636208 18446744073709551615 134528288 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21040/statm: 114022 284 95 6 0 112688 0
Current children cumulated CPU time (s) 453.48
Current children cumulated vsize (KiB) 503140

[startup+453.701 s]
/proc/loadavg: 10.98 10.80 10.49 12/205 21173
/proc/meminfo: memFree=12595884/32951124 swapFree=67111528/67111528
[pid=21036] ppid=21034 vsize=18324 CPUtime=11.64 cores=5,7
/proc/21036/stat : 21036 (ppfolio) S 21034 21036 20213 0 -1 4202496 502 12893 0 0 0 0 1163 1 15 0 1 0 365578212 18763776 395 33554432000 4194304 4287625 140737197854176 18446744073709551615 255377321487 0 0 4096 65536 4492423095969087748 0 0 17 7 0 0 0
/proc/21036/statm: 4581 395 346 23 0 91 0
[pid=21039] ppid=21036 vsize=28728 CPUtime=220.95 cores=5
/proc/21039/stat : 21039 (clasp) R 21036 21036 20213 0 -1 4202496 4336 0 0 0 22095 0 0 0 25 0 1 0 365578213 29417472 4227 33554432000 4194304 4785740 140735220632816 18446744073709551615 4287252 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21039/statm: 7182 4227 341 145 0 4227 0
[pid=21040] ppid=21036 vsize=456088 CPUtime=221.09 cores=5
/proc/21040/stat : 21040 (TNM) R 21036 21036 20213 0 -1 4202496 387 0 0 0 22109 0 0 0 25 0 1 0 365578213 467034112 284 33554432000 134512640 134534564 4288636208 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21040/statm: 114022 284 95 6 0 112688 0
Current children cumulated CPU time (s) 453.68
Current children cumulated vsize (KiB) 503140

[startup+453.801 s]
/proc/loadavg: 10.98 10.80 10.49 12/205 21173
/proc/meminfo: memFree=12595884/32951124 swapFree=67111528/67111528
[pid=21036] ppid=21034 vsize=18324 CPUtime=11.64 cores=5,7
/proc/21036/stat : 21036 (ppfolio) S 21034 21036 20213 0 -1 4202496 502 12893 0 0 0 0 1163 1 15 0 1 0 365578212 18763776 395 33554432000 4194304 4287625 140737197854176 18446744073709551615 255377321487 0 0 4096 65536 4492423095969087748 0 0 17 7 0 0 0
/proc/21036/statm: 4581 395 346 23 0 91 0
[pid=21039] ppid=21036 vsize=28728 CPUtime=221.03 cores=5
/proc/21039/stat : 21039 (clasp) R 21036 21036 20213 0 -1 4202496 4336 0 0 0 22103 0 0 0 25 0 1 0 365578213 29417472 4227 33554432000 4194304 4785740 140735220632816 18446744073709551615 4553437 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21039/statm: 7182 4227 341 145 0 4227 0
[pid=21040] ppid=21036 vsize=456088 CPUtime=221.11 cores=5
/proc/21040/stat : 21040 (TNM) R 21036 21036 20213 0 -1 4202496 387 0 0 0 22111 0 0 0 25 0 1 0 365578213 467034112 284 33554432000 134512640 134534564 4288636208 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21040/statm: 114022 284 95 6 0 112688 0
Current children cumulated CPU time (s) 453.78
Current children cumulated vsize (KiB) 503140

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21036 and gives
#  childrusage.ru_utime.tv_sec=232
#  childrusage.ru_utime.tv_usec=690625
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=27995
# CPU time returned by wait4() is 232.719
# while last known CPU time is 453.78
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 453.825
CPU time (s): 453.78
CPU user time (s): 453.77
CPU system time (s): 0.01
CPU usage (%): 99.9901
Max. virtual memory (cumulated for all children) (KiB): 3225268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 232.691
system time used= 0.027995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17748
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= 101
involuntary context switches= 2831

runsolver used 0.824874 second user time and 1.65475 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-11 18:36:43
IDJOB=3191829
IDBENCH=82960
IDSOLVER=1613
FILE ID=node135/3191829-1302539803
RUNJOBID= node135-1302537098-20234
PBS_JOBID= 12951128
Free space on /tmp= 70928 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1632870961-099.SATISFIABLE.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191829-1302539803/watcher-3191829-1302539803 -o /tmp/evaluation-result-3191829-1302539803/solver-3191829-1302539803 -C 2400 -W 1300 -M 7680  ppfolio --nbcore=1 HOME/instance-3191829-1302539803.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= eac2f4cbe4e61cc8bd9f28b333bf1b8e
RANDOM SEED=2031796692

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12649544 kB
Buffers:        741404 kB
Cached:       18992252 kB
SwapCached:          0 kB
Active:       10767292 kB
Inactive:      9096312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12649544 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10596 kB
Writeback:           0 kB
AnonPages:      129992 kB
Mapped:          17568 kB
Slab:           373680 kB
PageTables:       6672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3796272 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 70920 MiB
End job on node135 at 2011-04-11 18:44:17