Trace number 3191402

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 seq? (TO) 1300 1300.01

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S313239685-087-UNKNOWN.cnf
MD5SUMac4ee3ff752a515035c947b106bcabeb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark104.501
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
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 512750

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 1 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 1
1300.00/1300.01	Done

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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

running on 2 cores: 1,3

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: 0.92 0.98 0.99 4/178 20256
/proc/meminfo: memFree=12801656/32951124 swapFree=67111528/67111528
[pid=20255] ppid=20251 vsize=18324 CPUtime=0 cores=1,3
/proc/20255/stat : 20255 (ppfolio) S 20251 20255 20206 0 -1 4202496 500 0 0 0 0 0 0 0 18 0 1 0 346103462 18763776 394 33554432000 4194304 4287625 140737240033664 18446744073709551615 255106788879 0 0 4096 65536 4350203740817424648 0 0 17 1 0 0 0
/proc/20255/statm: 4581 394 345 23 0 91 0

[startup+0.087233 s]
/proc/loadavg: 0.92 0.98 0.99 4/178 20256
/proc/meminfo: memFree=12801656/32951124 swapFree=67111528/67111528
[pid=20255] ppid=20251 vsize=18324 CPUtime=0 cores=1,3
/proc/20255/stat : 20255 (ppfolio) S 20251 20255 20206 0 -1 4202496 500 0 0 0 0 0 0 0 18 0 1 0 346103462 18763776 394 33554432000 4194304 4287625 140737240033664 18446744073709551615 255106788879 0 0 4096 65536 4350203740817424648 0 0 17 1 0 0 0
/proc/20255/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100228 s]
/proc/loadavg: 0.92 0.98 0.99 4/178 20256
/proc/meminfo: memFree=12801656/32951124 swapFree=67111528/67111528
[pid=20255] ppid=20251 vsize=18324 CPUtime=0 cores=1,3
/proc/20255/stat : 20255 (ppfolio) S 20251 20255 20206 0 -1 4202496 500 0 0 0 0 0 0 0 18 0 1 0 346103462 18763776 394 33554432000 4194304 4287625 140737240033664 18446744073709551615 255106788879 0 0 4096 65536 4350203740817424648 0 0 17 1 0 0 0
/proc/20255/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300197 s]
/proc/loadavg: 0.92 0.98 0.99 4/178 20256
/proc/meminfo: memFree=12801656/32951124 swapFree=67111528/67111528
[pid=20255] ppid=20251 vsize=18324 CPUtime=0 cores=1,3
/proc/20255/stat : 20255 (ppfolio) S 20251 20255 20206 0 -1 4202496 500 0 0 0 0 0 0 0 18 0 1 0 346103462 18763776 394 33554432000 4194304 4287625 140737240033664 18446744073709551615 255106788879 0 0 4096 65536 4350203740817424648 0 0 17 1 0 0 0
/proc/20255/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700126 s]
/proc/loadavg: 0.92 0.98 0.99 4/178 20256
/proc/meminfo: memFree=12801656/32951124 swapFree=67111528/67111528
[pid=20255] ppid=20251 vsize=18324 CPUtime=0 cores=1,3
/proc/20255/stat : 20255 (ppfolio) S 20251 20255 20206 0 -1 4202496 500 0 0 0 0 0 0 0 18 0 1 0 346103462 18763776 394 33554432000 4194304 4287625 140737240033664 18446744073709551615 255106788879 0 0 4096 65536 4350203740817424648 0 0 17 1 0 0 0
/proc/20255/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50098 s]
/proc/loadavg: 0.92 0.98 0.99 13/202 20279
/proc/meminfo: memFree=12694384/32951124 swapFree=67111528/67111528
[pid=20255] ppid=20251 vsize=18324 CPUtime=0 cores=1,3
/proc/20255/stat : 20255 (ppfolio) S 20251 20255 20206 0 -1 4202496 502 0 0 0 0 0 0 0 18 0 1 0 346103462 18763776 394 33554432000 4194304 4287625 140737240033664 18446744073709551615 255106788879 0 0 4096 65536 4350203740817424648 0 0 17 3 0 0 0
/proc/20255/statm: 4581 394 345 23 0 91 0
[pid=20265] ppid=20255 vsize=25184 CPUtime=0.22 cores=1
/proc/20265/stat : 20265 (cryptominisat) R 20255 20255 20206 0 -1 4202496 881 0 0 0 22 0 0 0 19 0 1 0 346103462 25788416 754 33554432000 4194304 4587354 140736875440848 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20265/statm: 6296 754 304 96 0 2858 0
[pid=20266] ppid=20255 vsize=16532 CPUtime=1.04 cores=1
/proc/20266/stat : 20266 (clasp) R 20255 20255 20206 0 -1 4202496 1597 0 0 0 104 0 0 0 19 0 1 0 346103462 16928768 1464 33554432000 4194304 4785740 140734199798032 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20266/statm: 4133 1464 340 145 0 1178 0
[pid=20268] ppid=20255 vsize=453448 CPUtime=0.22 cores=1
/proc/20268/stat : 20268 (TNM) R 20255 20255 20206 0 -1 4202496 686 0 0 0 22 0 0 0 22 0 1 0 346103462 464330752 583 33554432000 134512640 134534564 4292986704 18446744073709551615 134524554 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20268/statm: 113362 583 91 6 0 112028 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 513488

[startup+3.10071 s]
/proc/loadavg: 0.92 0.98 0.99 13/202 20279
/proc/meminfo: memFree=12653960/32951124 swapFree=67111528/67111528
[pid=20255] ppid=20251 vsize=18324 CPUtime=0 cores=1,3
/proc/20255/stat : 20255 (ppfolio) S 20251 20255 20206 0 -1 4202496 502 0 0 0 0 0 0 0 15 0 1 0 346103462 18763776 394 33554432000 4194304 4287625 140737240033664 18446744073709551615 255106788879 0 0 4096 65536 6387772780506513408 0 0 17 3 0 0 0
/proc/20255/statm: 4581 394 345 23 0 91 0
[pid=20265] ppid=20255 vsize=428512 CPUtime=0.79 cores=1
/proc/20265/stat : 20265 (cryptominisat) R 20255 20255 20206 0 -1 4202496 3064 0 0 0 79 0 0 0 20 0 1 0 346103462 438796288 1367 33554432000 4194304 4587354 140736875440848 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20265/statm: 107128 1367 327 96 0 103690 0
[pid=20266] ppid=20255 vsize=16968 CPUtime=1.54 cores=1
/proc/20266/stat : 20266 (clasp) R 20255 20255 20206 0 -1 4202496 1713 0 0 0 154 0 0 0 20 0 1 0 346103462 17375232 1580 33554432000 4194304 4785740 140734199798032 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20266/statm: 4242 1580 340 145 0 1287 0
[pid=20268] ppid=20255 vsize=453448 CPUtime=0.74 cores=1
/proc/20268/stat : 20268 (TNM) R 20255 20255 20206 0 -1 4202496 686 0 0 0 74 0 0 0 25 0 1 0 346103462 464330752 583 33554432000 134512640 134534564 4292986704 18446744073709551615 134524672 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20268/statm: 113362 583 91 6 0 112028 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 917252

[startup+6.30115 s]
/proc/loadavg: 1.81 1.17 1.05 14/202 20279
/proc/meminfo: memFree=12614528/32951124 swapFree=67111528/67111528
[pid=20255] ppid=20251 vsize=18324 CPUtime=0 cores=1,3
/proc/20255/stat : 20255 (ppfolio) S 20251 20255 20206 0 -1 4202496 502 0 0 0 0 0 0 0 15 0 1 0 346103462 18763776 394 33554432000 4194304 4287625 140737240033664 18446744073709551615 255106788879 0 0 4096 65536 6387771268678025216 0 0 17 3 0 0 0
/proc/20255/statm: 4581 394 345 23 0 91 0
[pid=20265] ppid=20255 vsize=430108 CPUtime=1.89 cores=1
/proc/20265/stat : 20265 (cryptominisat) R 20255 20255 20206 0 -1 4202496 5036 0 0 0 189 0 0 0 23 0 1 0 346103462 440430592 1575 33554432000 4194304 4587354 140736875440848 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20265/statm: 107527 1575 331 96 0 104089 0
[pid=20266] ppid=20255 vsize=17836 CPUtime=2.56 cores=1
/proc/20266/stat : 20266 (clasp) R 20255 20255 20206 0 -1 4202496 1916 0 0 0 256 0 0 0 22 0 1 0 346103462 18264064 1783 33554432000 4194304 4785740 140734199798032 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20266/statm: 4459 1783 340 145 0 1504 0
[pid=20268] ppid=20255 vsize=453448 CPUtime=1.82 cores=1
/proc/20268/stat : 20268 (TNM) R 20255 20255 20206 0 -1 4202496 686 0 0 0 182 0 0 0 25 0 1 0 346103462 464330752 583 33554432000 134512640 134534564 4292986704 18446744073709551615 134524582 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20268/statm: 113362 583 91 6 0 112028 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 919716

[startup+12.701 s]
/proc/loadavg: 2.62 1.35 1.11 14/202 20280
/proc/meminfo: memFree=12576732/32951124 swapFree=67111528/67111528
[pid=20255] ppid=20251 vsize=18324 CPUtime=0 cores=1,3
/proc/20255/stat : 20255 (ppfolio) S 20251 20255 20206 0 -1 4202496 502 0 0 0 0 0 0 0 15 0 1 0 346103462 18763776 394 33554432000 4194304 4287625 140737240033664 18446744073709551615 255106788879 0 0 4096 65536 6387771406116978688 0 0 17 3 0 0 0
/proc/20255/statm: 4581 394 345 23 0 91 0
[pid=20265] ppid=20255 vsize=39828 CPUtime=3.99 cores=1
/proc/20265/stat : 20265 (cryptominisat) R 20255 20255 20206 0 -1 4202496 9152 0 0 0 399 0 0 0 25 0 1 0 346103462 40783872 4136 33554432000 4194304 4587354 140736875440848 18446744073709551615 4238512 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20265/statm: 9957 4136 337 96 0 6519 0
[pid=20266] ppid=20255 vsize=19092 CPUtime=4.74 cores=1
/proc/20266/stat : 20266 (clasp) R 20255 20255 20206 0 -1 4202496 2182 0 0 0 474 0 0 0 25 0 1 0 346103462 19550208 2049 33554432000 4194304 4785740 140734199798032 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20266/statm: 4773 2049 340 145 0 1818 0
[pid=20268] ppid=20255 vsize=457412 CPUtime=3.94 cores=1
/proc/20268/stat : 20268 (TNM) R 20255 20255 20206 0 -1 4202496 805 0 0 0 394 0 0 0 25 0 1 0 346103462 468389888 702 33554432000 134512640 134534564 4292986704 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20268/statm: 114353 702 95 6 0 113019 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 534656

[startup+25.5008 s]
/proc/loadavg: 4.70 1.87 1.29 14/202 20280
/proc/meminfo: memFree=12517508/32951124 swapFree=67111528/67111528
[pid=20255] ppid=20251 vsize=18324 CPUtime=0 cores=1,3
/proc/20255/stat : 20255 (ppfolio) S 20251 20255 20206 0 -1 4202496 502 0 0 0 0 0 0 0 15 0 1 0 346103462 18763776 394 33554432000 4194304 4287625 140737240033664 18446744073709551615 255106788879 0 0 4096 65536 6387771543555932160 0 0 17 3 0 0 0
/proc/20255/statm: 4581 394 345 23 0 91 0
[pid=20265] ppid=20255 vsize=39996 CPUtime=8.29 cores=1
/proc/20265/stat : 20265 (cryptominisat) R 20255 20255 20206 0 -1 4202496 11526 0 0 0 828 1 0 0 25 0 1 0 346103462 40955904 4715 33554432000 4194304 4587354 140736875440848 18446744073709551615 4236329 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20265/statm: 9999 4715 337 96 0 6561 0
[pid=20266] ppid=20255 vsize=20736 CPUtime=8.96 cores=1
/proc/20266/stat : 20266 (clasp) R 20255 20255 20206 0 -1 4202496 2588 0 0 0 896 0 0 0 25 0 1 0 346103462 21233664 2455 33554432000 4194304 4785740 140734199798032 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20266/statm: 5184 2455 340 145 0 2229 0
[pid=20268] ppid=20255 vsize=457412 CPUtime=8.22 cores=1
/proc/20268/stat : 20268 (TNM) R 20255 20255 20206 0 -1 4202496 805 0 0 0 822 0 0 0 25 0 1 0 346103462 468389888 702 33554432000 134512640 134534564 4292986704 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20268/statm: 114353 702 95 6 0 113019 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 536468

[startup+51.1003 s]
/proc/loadavg: 7.19 2.68 1.57 14/202 20280
/proc/meminfo: memFree=12344836/32951124 swapFree=67111528/67111528
[pid=20255] ppid=20251 vsize=18324 CPUtime=0 cores=1,3
/proc/20255/stat : 20255 (ppfolio) S 20251 20255 20206 0 -1 4202496 502 0 0 0 0 0 0 0 15 0 1 0 346103462 18763776 394 33554432000 4194304 4287625 140737240033664 18446744073709551615 255106788879 0 0 4096 65536 6387772643067559936 0 0 17 3 0 0 0
/proc/20255/statm: 4581 394 345 23 0 91 0
[pid=20265] ppid=20255 vsize=450296 CPUtime=16.78 cores=1
/proc/20265/stat : 20265 (cryptominisat) R 20255 20255 20206 0 -1 4202496 17817 0 0 0 1677 1 0 0 25 0 1 0 346103462 461103104 6605 33554432000 4194304 4587354 140736875440848 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20265/statm: 112574 6605 337 96 0 109136 0
[pid=20266] ppid=20255 vsize=23352 CPUtime=17.54 cores=1
/proc/20266/stat : 20266 (clasp) R 20255 20255 20206 0 -1 4202496 3198 0 0 0 1754 0 0 0 25 0 1 0 346103462 23912448 3065 33554432000 4194304 4785740 140734199798032 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20266/statm: 5838 3065 340 145 0 2883 0
[pid=20268] ppid=20255 vsize=457412 CPUtime=16.74 cores=1
/proc/20268/stat : 20268 (TNM) R 20255 20255 20206 0 -1 4202496 805 0 0 0 1674 0 0 0 25 0 1 0 346103462 468389888 702 33554432000 134512640 134534564 4292986704 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20268/statm: 114353 702 95 6 0 113019 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 949384

[startup+102.307 s]
/proc/loadavg: 9.91 4.11 2.11 14/202 20282
/proc/meminfo: memFree=12273716/32951124 swapFree=67111528/67111528
[pid=20255] ppid=20251 vsize=18324 CPUtime=0 cores=1,3
/proc/20255/stat : 20255 (ppfolio) S 20251 20255 20206 0 -1 4202496 502 0 0 0 0 0 0 0 15 0 1 0 346103462 18763776 394 33554432000 4194304 4287625 140737240033664 18446744073709551615 255106788879 0 0 4096 65536 6387772505628606464 0 0 17 3 0 0 0
/proc/20255/statm: 4581 394 345 23 0 91 0
[pid=20265] ppid=20255 vsize=61832 CPUtime=33.88 cores=1
/proc/20265/stat : 20265 (cryptominisat) R 20255 20255 20206 0 -1 4202496 24249 0 0 0 3385 3 0 0 25 0 1 0 346103462 63315968 10264 33554432000 4194304 4587354 140736875440848 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20265/statm: 15458 10264 337 96 0 12020 0
[pid=20266] ppid=20255 vsize=27688 CPUtime=34.57 cores=1
/proc/20266/stat : 20266 (clasp) R 20255 20255 20206 0 -1 4202496 4146 0 0 0 3457 0 0 0 25 0 1 0 346103462 28352512 4013 33554432000 4194304 4785740 140734199798032 18446744073709551615 4538902 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20266/statm: 6922 4013 340 145 0 3967 0
[pid=20268] ppid=20255 vsize=457412 CPUtime=33.81 cores=1
/proc/20268/stat : 20268 (TNM) R 20255 20255 20206 0 -1 4202496 805 0 0 0 3381 0 0 0 25 0 1 0 346103462 468389888 702 33554432000 134512640 134534564 4292986704 18446744073709551615 134529874 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20268/statm: 114353 702 95 6 0 113019 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 565256

[startup+162.301 s]
/proc/loadavg: 11.23 5.55 2.73 14/202 20314
/proc/meminfo: memFree=12344036/32951124 swapFree=67111528/67111528
[pid=20255] ppid=20251 vsize=18324 CPUtime=0 cores=1,3
/proc/20255/stat : 20255 (ppfolio) S 20251 20255 20206 0 -1 4202496 502 0 0 0 0 0 0 0 15 0 1 0 346103462 18763776 394 33554432000 4194304 4287625 140737240033664 18446744073709551615 255106788879 0 0 4096 65536 6387773055384420352 0 0 17 3 0 0 0
/proc/20255/statm: 4581 394 345 23 0 91 0
[pid=20265] ppid=20255 vsize=460000 CPUtime=53.88 cores=1
/proc/20265/stat : 20265 (cryptominisat) R 20255 20255 20206 0 -1 4202496 30198 0 0 0 5384 4 0 0 25 0 1 0 346103462 471040000 11243 33554432000 4194304 4587354 140736875440848 18446744073709551615 4357604 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20265/statm: 115000 11243 337 96 0 111562 0
[pid=20266] ppid=20255 vsize=29936 CPUtime=54.58 cores=1

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

/proc/20268/statm: 114353 702 95 6 0 113019 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 580560

[startup+882.3 s]
/proc/loadavg: 12.00 11.41 7.71 14/202 20341
/proc/meminfo: memFree=12134424/32951124 swapFree=67111528/67111528
[pid=20255] ppid=20251 vsize=18324 CPUtime=0 cores=1,3
/proc/20255/stat : 20255 (ppfolio) S 20251 20255 20206 0 -1 4202496 502 0 0 0 0 0 0 0 15 0 1 0 346103462 18763776 394 33554432000 4194304 4287625 140737240033664 18446744073709551615 255106788879 0 0 4096 65536 6387773330262327296 0 0 17 3 0 0 0
/proc/20255/statm: 4581 394 345 23 0 91 0
[pid=20265] ppid=20255 vsize=59984 CPUtime=293.84 cores=1
/proc/20265/stat : 20265 (cryptominisat) R 20255 20255 20206 0 -1 4202496 103165 0 0 0 29360 24 0 0 25 0 1 0 346103462 61423616 10088 33554432000 4194304 4587354 140736875440848 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20265/statm: 14996 10088 337 96 0 11558 0
[pid=20266] ppid=20255 vsize=45724 CPUtime=294.59 cores=1
/proc/20266/stat : 20266 (clasp) R 20255 20255 20206 0 -1 4202496 8204 0 0 0 29458 1 0 0 25 0 1 0 346103462 46821376 8023 33554432000 4194304 4785740 140734199798032 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20266/statm: 11431 8023 340 145 0 8476 0
[pid=20268] ppid=20255 vsize=457412 CPUtime=293.85 cores=1
/proc/20268/stat : 20268 (TNM) R 20255 20255 20206 0 -1 4202496 805 0 0 0 29385 0 0 0 25 0 1 0 346103462 468389888 702 33554432000 134512640 134534564 4292986704 18446744073709551615 134530504 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20268/statm: 114353 702 95 6 0 113019 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 581444

[startup+942.301 s]
/proc/loadavg: 12.00 11.52 7.97 14/202 20343
/proc/meminfo: memFree=11899928/32951124 swapFree=67111528/67111528
[pid=20255] ppid=20251 vsize=18324 CPUtime=0 cores=1,3
/proc/20255/stat : 20255 (ppfolio) S 20251 20255 20206 0 -1 4202496 502 0 0 0 0 0 0 0 15 0 1 0 346103462 18763776 394 33554432000 4194304 4287625 140737240033664 18446744073709551615 255106788879 0 0 4096 65536 6387771268678025216 0 0 17 3 0 0 0
/proc/20255/statm: 4581 394 345 23 0 91 0
[pid=20265] ppid=20255 vsize=60092 CPUtime=313.84 cores=1
/proc/20265/stat : 20265 (cryptominisat) R 20255 20255 20206 0 -1 4202496 109275 0 0 0 31359 25 0 0 25 0 1 0 346103462 61534208 9183 33554432000 4194304 4587354 140736875440848 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20265/statm: 15023 9183 337 96 0 11585 0
[pid=20266] ppid=20255 vsize=46292 CPUtime=314.59 cores=1
/proc/20266/stat : 20266 (clasp) R 20255 20255 20206 0 -1 4202496 8330 0 0 0 31458 1 0 0 25 0 1 0 346103462 47403008 8149 33554432000 4194304 4785740 140734199798032 18446744073709551615 4287024 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20266/statm: 11573 8149 340 145 0 8618 0
[pid=20268] ppid=20255 vsize=457412 CPUtime=313.86 cores=1
/proc/20268/stat : 20268 (TNM) R 20255 20255 20206 0 -1 4202496 805 0 0 0 31386 0 0 0 25 0 1 0 346103462 468389888 702 33554432000 134512640 134534564 4292986704 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20268/statm: 114353 702 95 6 0 113019 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 582120

[startup+1002.3 s]
/proc/loadavg: 12.06 11.62 8.23 14/202 20375
/proc/meminfo: memFree=12190348/32951124 swapFree=67111528/67111528
[pid=20255] ppid=20251 vsize=18324 CPUtime=0 cores=1,3
/proc/20255/stat : 20255 (ppfolio) S 20251 20255 20206 0 -1 4202496 502 0 0 0 0 0 0 0 15 0 1 0 346103462 18763776 394 33554432000 4194304 4287625 140737240033664 18446744073709551615 255106788879 0 0 4096 65536 6387771406116978688 0 0 17 3 0 0 0
/proc/20255/statm: 4581 394 345 23 0 91 0
[pid=20265] ppid=20255 vsize=60148 CPUtime=333.84 cores=1
/proc/20265/stat : 20265 (cryptominisat) R 20255 20255 20206 0 -1 4202496 114403 0 0 0 33357 27 0 0 25 0 1 0 346103462 61591552 10677 33554432000 4194304 4587354 140736875440848 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20265/statm: 15037 10677 337 96 0 11599 0
[pid=20266] ppid=20255 vsize=46860 CPUtime=334.59 cores=1
/proc/20266/stat : 20266 (clasp) R 20255 20255 20206 0 -1 4202496 8485 0 0 0 33458 1 0 0 25 0 1 0 346103462 47984640 8304 33554432000 4194304 4785740 140734199798032 18446744073709551615 4553366 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20266/statm: 11715 8304 340 145 0 8760 0
[pid=20268] ppid=20255 vsize=457412 CPUtime=333.86 cores=1
/proc/20268/stat : 20268 (TNM) R 20255 20255 20206 0 -1 4202496 805 0 0 0 33386 0 0 0 25 0 1 0 346103462 468389888 702 33554432000 134512640 134534564 4292986704 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20268/statm: 114353 702 95 6 0 113019 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 582744

[startup+1062.3 s]
/proc/loadavg: 12.10 11.71 8.47 14/202 20377
/proc/meminfo: memFree=12089576/32951124 swapFree=67111528/67111528
[pid=20255] ppid=20251 vsize=18324 CPUtime=0 cores=1,3
/proc/20255/stat : 20255 (ppfolio) S 20251 20255 20206 0 -1 4202496 502 0 0 0 0 0 0 0 15 0 1 0 346103462 18763776 394 33554432000 4194304 4287625 140737240033664 18446744073709551615 255106788879 0 0 4096 65536 6387771406116978688 0 0 17 3 0 0 0
/proc/20255/statm: 4581 394 345 23 0 91 0
[pid=20265] ppid=20255 vsize=60264 CPUtime=353.84 cores=1
/proc/20265/stat : 20265 (cryptominisat) R 20255 20255 20206 0 -1 4202496 120397 0 0 0 35355 29 0 0 25 0 1 0 346103462 61710336 9318 33554432000 4194304 4587354 140736875440848 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20265/statm: 15066 9318 337 96 0 11628 0
[pid=20266] ppid=20255 vsize=47364 CPUtime=354.58 cores=1
/proc/20266/stat : 20266 (clasp) R 20255 20255 20206 0 -1 4202496 8566 0 0 0 35457 1 0 0 25 0 1 0 346103462 48500736 8385 33554432000 4194304 4785740 140734199798032 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20266/statm: 11841 8385 340 145 0 8886 0
[pid=20268] ppid=20255 vsize=457412 CPUtime=353.86 cores=1
/proc/20268/stat : 20268 (TNM) R 20255 20255 20206 0 -1 4202496 805 0 0 0 35386 0 0 0 25 0 1 0 346103462 468389888 702 33554432000 134512640 134534564 4292986704 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20268/statm: 114353 702 95 6 0 113019 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 583364

[startup+1122.3 s]
/proc/loadavg: 12.09 11.78 8.70 14/202 20378
/proc/meminfo: memFree=12039708/32951124 swapFree=67111528/67111528
[pid=20255] ppid=20251 vsize=18324 CPUtime=0 cores=1,3
/proc/20255/stat : 20255 (ppfolio) S 20251 20255 20206 0 -1 4202496 502 0 0 0 0 0 0 0 15 0 1 0 346103462 18763776 394 33554432000 4194304 4287625 140737240033664 18446744073709551615 255106788879 0 0 4096 65536 6387772917945466880 0 0 17 3 0 0 0
/proc/20255/statm: 4581 394 345 23 0 91 0
[pid=20265] ppid=20255 vsize=76828 CPUtime=373.85 cores=1
/proc/20265/stat : 20265 (cryptominisat) R 20255 20255 20206 0 -1 4202496 128123 0 0 0 37355 30 0 0 25 0 1 0 346103462 78671872 13259 33554432000 4194304 4587354 140736875440848 18446744073709551615 4388261 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20265/statm: 19207 13259 337 96 0 15769 0
[pid=20266] ppid=20255 vsize=47972 CPUtime=374.58 cores=1
/proc/20266/stat : 20266 (clasp) R 20255 20255 20206 0 -1 4202496 8716 0 0 0 37457 1 0 0 25 0 1 0 346103462 49123328 8535 33554432000 4194304 4785740 140734199798032 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20266/statm: 11993 8535 340 145 0 9038 0
[pid=20268] ppid=20255 vsize=457412 CPUtime=373.86 cores=1
/proc/20268/stat : 20268 (TNM) R 20255 20255 20206 0 -1 4202496 805 0 0 0 37386 0 0 0 25 0 1 0 346103462 468389888 702 33554432000 134512640 134534564 4292986704 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20268/statm: 114353 702 95 6 0 113019 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 600536

[startup+1182.3 s]
/proc/loadavg: 12.03 11.81 8.90 13/202 20379
/proc/meminfo: memFree=12078620/32951124 swapFree=67111528/67111528
[pid=20255] ppid=20251 vsize=18324 CPUtime=0 cores=1,3
/proc/20255/stat : 20255 (ppfolio) S 20251 20255 20206 0 -1 4202496 502 0 0 0 0 0 0 0 15 0 1 0 346103462 18763776 394 33554432000 4194304 4287625 140737240033664 18446744073709551615 255106788879 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/20255/statm: 4581 394 345 23 0 91 0
[pid=20265] ppid=20255 vsize=462936 CPUtime=393.85 cores=1
/proc/20265/stat : 20265 (cryptominisat) R 20255 20255 20206 0 -1 4202496 130712 0 0 0 39354 31 0 0 25 0 1 0 346103462 474046464 11978 33554432000 4194304 4587354 140736875440848 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20265/statm: 115734 11978 337 96 0 112296 0
[pid=20266] ppid=20255 vsize=49360 CPUtime=394.58 cores=1
/proc/20266/stat : 20266 (clasp) R 20255 20255 20206 0 -1 4202496 9033 0 0 0 39457 1 0 0 25 0 1 0 346103462 50544640 8852 33554432000 4194304 4785740 140734199798032 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20266/statm: 12340 8852 340 145 0 9385 0
[pid=20268] ppid=20255 vsize=457412 CPUtime=393.86 cores=1
/proc/20268/stat : 20268 (TNM) R 20255 20255 20206 0 -1 4202496 805 0 0 0 39386 0 0 0 25 0 1 0 346103462 468389888 702 33554432000 134512640 134534564 4292986704 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20268/statm: 114353 702 95 6 0 113019 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 988032

[startup+1242.3 s]
/proc/loadavg: 11.85 11.81 9.08 13/201 20381
/proc/meminfo: memFree=12116804/32951124 swapFree=67111528/67111528
[pid=20255] ppid=20251 vsize=18324 CPUtime=0 cores=1,3
/proc/20255/stat : 20255 (ppfolio) S 20251 20255 20206 0 -1 4202496 502 0 0 0 0 0 0 0 15 0 1 0 346103462 18763776 394 33554432000 4194304 4287625 140737240033664 18446744073709551615 255106788879 0 0 4096 65536 6387771406116978688 0 0 17 3 0 0 0
/proc/20255/statm: 4581 394 345 23 0 91 0
[pid=20265] ppid=20255 vsize=492244 CPUtime=413.87 cores=1
/proc/20265/stat : 20265 (cryptominisat) R 20255 20255 20206 0 -1 4202496 134140 0 0 0 41354 33 0 0 25 0 1 0 346103462 504057856 15072 33554432000 4194304 4587354 140736875440848 18446744073709551615 4238766 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20265/statm: 123061 15072 337 96 0 119623 0
[pid=20266] ppid=20255 vsize=50248 CPUtime=414.58 cores=1
/proc/20266/stat : 20266 (clasp) R 20255 20255 20206 0 -1 4202496 9228 0 0 0 41456 2 0 0 25 0 1 0 346103462 51453952 9047 33554432000 4194304 4785740 140734199798032 18446744073709551615 4287114 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20266/statm: 12562 9047 340 145 0 9607 0
[pid=20268] ppid=20255 vsize=457412 CPUtime=413.85 cores=1
/proc/20268/stat : 20268 (TNM) R 20255 20255 20206 0 -1 4202496 805 0 0 0 41385 0 0 0 25 0 1 0 346103462 468389888 702 33554432000 134512640 134534564 4292986704 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20268/statm: 114353 702 95 6 0 113019 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 1018228



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 11.31 11.66 9.20 13/201 20383
/proc/meminfo: memFree=12058504/32951124 swapFree=67111528/67111528
[pid=20255] ppid=20251 vsize=18324 CPUtime=0 cores=1,3
/proc/20255/stat : 20255 (ppfolio) S 20251 20255 20206 0 -1 4202496 502 0 0 0 0 0 0 0 15 0 1 0 346103462 18763776 394 33554432000 4194304 4287625 140737240033664 18446744073709551615 255106788879 0 0 4096 65536 6387771406116978688 0 0 17 3 0 0 0
/proc/20255/statm: 4581 394 345 23 0 91 0
[pid=20265] ppid=20255 vsize=62632 CPUtime=433.12 cores=1
/proc/20265/stat : 20265 (cryptominisat) R 20255 20255 20206 0 -1 4202496 135149 0 0 0 43279 33 0 0 25 0 1 0 346103462 64135168 12158 33554432000 4194304 4587354 140736875440848 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20265/statm: 15658 12158 337 96 0 12220 0
[pid=20266] ppid=20255 vsize=50816 CPUtime=433.83 cores=1
/proc/20266/stat : 20266 (clasp) R 20255 20255 20206 0 -1 4202496 9365 0 0 0 43381 2 0 0 25 0 1 0 346103462 52035584 9184 33554432000 4194304 4785740 140734199798032 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20266/statm: 12704 9184 340 145 0 9749 0
[pid=20268] ppid=20255 vsize=457412 CPUtime=433.05 cores=1
/proc/20268/stat : 20268 (TNM) R 20255 20255 20206 0 -1 4202496 805 0 0 0 43305 0 0 0 25 0 1 0 346103462 468389888 702 33554432000 134512640 134534564 4292986704 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20268/statm: 114353 702 95 6 0 113019 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 589184

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20255 and gives
#  childrusage.ru_utime.tv_sec=866
#  childrusage.ru_utime.tv_usec=616254
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=368943
# CPU time returned by wait4() is 866.985
# while last known CPU time is 1300
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.01
CPU time (s): 1300
CPU user time (s): 1299.65
CPU system time (s): 0.35
CPU usage (%): 99.9989
Max. virtual memory (cumulated for all children) (KiB): 7202500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 866.616
system time used= 0.368943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145050
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= 587
involuntary context switches= 18033

runsolver used 2.17967 second user time and 5.19421 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-11 17:47:53
IDJOB=3191402
IDBENCH=82533
IDSOLVER=1613
FILE ID=node144/3191402-1302536873
RUNJOBID= node144-1302536873-20226
PBS_JOBID= 12951119
Free space on /tmp= 71612 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S313239685-087-UNKNOWN.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191402-1302536873/watcher-3191402-1302536873 -o /tmp/evaluation-result-3191402-1302536873/solver-3191402-1302536873 -C 2400 -W 1300 -M 7680  ppfolio --nbcore=1 HOME/instance-3191402-1302536873.cnf

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

MD5SUM BENCH= ac4ee3ff752a515035c947b106bcabeb
RANDOM SEED=1771700471

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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:      12802100 kB
Buffers:        750564 kB
Cached:       18904152 kB
SwapCached:          0 kB
Active:       10383988 kB
Inactive:      9333968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12802100 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           45016 kB
Writeback:           0 kB
AnonPages:       63060 kB
Mapped:          14320 kB
Slab:           366100 kB
PageTables:       5416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187484 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= 71572 MiB
End job on node144 at 2011-04-11 18:09:35