Trace number 3221998

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) 5000.05 4999.91

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1879031150-062.UNKNOWN.cnf
MD5SUMdea41a8eae52b60f8e05be01aec1734d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark300.017
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

Verifier Data

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

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-3221998-1303298783/watcher-3221998-1303298783 -o /tmp/evaluation-result-3221998-1303298783/solver-3221998-1303298783 -C 5000 -W 5000 -M 15500 ppfolio --nbcore=1 HOME/instance-3221998-1303298783.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 5.08 5.02 5.02 4/180 24554
/proc/meminfo: memFree=21722140/32951124 swapFree=67111480/67111528
[pid=24554] ppid=24552 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24554/stat : 24554 (ppfolio) S 24552 24554 23947 0 -1 4202496 498 0 0 0 0 0 0 0 25 0 1 0 520108774 18763776 393 33554432000 4194304 4287625 140733865403376 18446744073709551615 252458085903 0 0 4096 65536 14994519734223864072 0 0 17 5 0 0 0
/proc/24554/statm: 4581 393 345 23 0 91 0

[startup+0.0320689 s]
/proc/loadavg: 5.08 5.02 5.02 4/180 24554
/proc/meminfo: memFree=21722140/32951124 swapFree=67111480/67111528
[pid=24554] ppid=24552 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24554/stat : 24554 (ppfolio) S 24552 24554 23947 0 -1 4202496 498 0 0 0 0 0 0 0 25 0 1 0 520108774 18763776 393 33554432000 4194304 4287625 140733865403376 18446744073709551615 252458085903 0 0 4096 65536 14994519734223864072 0 0 17 5 0 0 0
/proc/24554/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101046 s]
/proc/loadavg: 5.08 5.02 5.02 4/180 24554
/proc/meminfo: memFree=21722140/32951124 swapFree=67111480/67111528
[pid=24554] ppid=24552 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24554/stat : 24554 (ppfolio) S 24552 24554 23947 0 -1 4202496 498 0 0 0 0 0 0 0 25 0 1 0 520108774 18763776 393 33554432000 4194304 4287625 140733865403376 18446744073709551615 252458085903 0 0 4096 65536 14994519734223864072 0 0 17 5 0 0 0
/proc/24554/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30101 s]
/proc/loadavg: 5.08 5.02 5.02 4/180 24554
/proc/meminfo: memFree=21722140/32951124 swapFree=67111480/67111528
[pid=24554] ppid=24552 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24554/stat : 24554 (ppfolio) S 24552 24554 23947 0 -1 4202496 499 0 0 0 0 0 0 0 23 0 1 0 520108774 18763776 393 33554432000 4194304 4287625 140733865403376 18446744073709551615 252458085903 0 0 4096 65536 4607307488247676928 0 0 17 5 0 0 0
/proc/24554/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700932 s]
/proc/loadavg: 5.08 5.02 5.02 4/180 24554
/proc/meminfo: memFree=21722140/32951124 swapFree=67111480/67111528
[pid=24554] ppid=24552 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24554/stat : 24554 (ppfolio) S 24552 24554 23947 0 -1 4202496 499 0 0 0 0 0 0 0 20 0 1 0 520108774 18763776 393 33554432000 4194304 4287625 140733865403376 18446744073709551615 252458085903 0 0 4096 65536 4607307625686630400 0 0 17 5 0 0 0
/proc/24554/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50078 s]
/proc/loadavg: 5.08 5.02 5.02 7/184 24558
/proc/meminfo: memFree=21718008/32951124 swapFree=67111480/67111528
[pid=24554] ppid=24552 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24554/stat : 24554 (ppfolio) S 24552 24554 23947 0 -1 4202496 499 0 0 0 0 0 0 0 18 0 1 0 520108774 18763776 393 33554432000 4194304 4287625 140733865403376 18446744073709551615 252458085903 0 0 4096 65536 4607307763125583872 0 0 17 5 0 0 0
/proc/24554/statm: 4581 393 345 23 0 91 0
[pid=24555] ppid=24554 vsize=2016760 CPUtime=0.99 cores=1
/proc/24555/stat : 24555 (cryptominisat) R 24554 24554 23947 0 -1 4202496 1725 0 0 0 99 0 0 0 19 0 1 0 520108775 2065162240 991 33554432000 4194304 4587354 140735632153536 18446744073709551615 4238271 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24555/statm: 504190 991 327 96 0 500752 0
[pid=24556] ppid=24554 vsize=12832 CPUtime=0.17 cores=1
/proc/24556/stat : 24556 (clasp) R 24554 24554 23947 0 -1 4202496 680 0 0 0 17 0 0 0 25 0 1 0 520108775 13139968 567 33554432000 4194304 4785740 140736348722080 18446744073709551615 252457762571 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24556/statm: 3208 567 340 145 0 253 0
[pid=24557] ppid=24554 vsize=455828 CPUtime=0.32 cores=1
/proc/24557/stat : 24557 (TNM) R 24554 24554 23947 0 -1 4202496 330 0 0 0 32 0 0 0 25 0 1 0 520108775 466767872 226 33554432000 134512640 134534564 4290448448 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24557/statm: 113957 226 95 6 0 112623 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 2503744

[startup+3.10049 s]
/proc/loadavg: 5.08 5.02 5.02 7/184 24558
/proc/meminfo: memFree=21716296/32951124 swapFree=67111480/67111528
[pid=24554] ppid=24552 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24554/stat : 24554 (ppfolio) S 24552 24554 23947 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 520108774 18763776 393 33554432000 4194304 4287625 140733865403376 18446744073709551615 252458085903 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/24554/statm: 4581 393 345 23 0 91 0
[pid=24555] ppid=24554 vsize=2022824 CPUtime=1.49 cores=1
/proc/24555/stat : 24555 (cryptominisat) R 24554 24554 23947 0 -1 4202496 3478 0 0 0 149 0 0 0 20 0 1 0 520108775 2071371776 2413 33554432000 4194304 4587354 140735632153536 18446744073709551615 4238573 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24555/statm: 505706 2413 337 96 0 502268 0
[pid=24556] ppid=24554 vsize=13500 CPUtime=0.74 cores=1
/proc/24556/stat : 24556 (clasp) R 24554 24554 23947 0 -1 4202496 829 0 0 0 74 0 0 0 25 0 1 0 520108775 13824000 716 33554432000 4194304 4785740 140736348722080 18446744073709551615 4553010 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24556/statm: 3375 716 340 145 0 420 0
[pid=24557] ppid=24554 vsize=455828 CPUtime=0.84 cores=1
/proc/24557/stat : 24557 (TNM) R 24554 24554 23947 0 -1 4202496 330 0 0 0 84 0 0 0 25 0 1 0 520108775 466767872 226 33554432000 134512640 134534564 4290448448 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24557/statm: 113957 226 95 6 0 112623 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 2510476

[startup+6.30089 s]
/proc/loadavg: 5.16 5.03 5.02 7/184 24558
/proc/meminfo: memFree=21709460/32951124 swapFree=67111480/67111528
[pid=24554] ppid=24552 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24554/stat : 24554 (ppfolio) S 24552 24554 23947 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 520108774 18763776 393 33554432000 4194304 4287625 140733865403376 18446744073709551615 252458085903 0 0 4096 65536 4607305838980235264 0 0 17 5 0 0 0
/proc/24554/statm: 4581 393 345 23 0 91 0
[pid=24555] ppid=24554 vsize=2023496 CPUtime=2.59 cores=1
/proc/24555/stat : 24555 (cryptominisat) R 24554 24554 23947 0 -1 4202496 4303 0 0 0 258 1 0 0 22 0 1 0 520108775 2072059904 2422 33554432000 4194304 4587354 140735632153536 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24555/statm: 505874 2422 337 96 0 502436 0
[pid=24556] ppid=24554 vsize=14032 CPUtime=1.77 cores=1
/proc/24556/stat : 24556 (clasp) R 24554 24554 23947 0 -1 4202496 978 0 0 0 177 0 0 0 25 0 1 0 520108775 14368768 865 33554432000 4194304 4785740 140736348722080 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24556/statm: 3508 865 340 145 0 553 0
[pid=24557] ppid=24554 vsize=455828 CPUtime=1.92 cores=1
/proc/24557/stat : 24557 (TNM) R 24554 24554 23947 0 -1 4202496 330 0 0 0 192 0 0 0 25 0 1 0 520108775 466767872 226 33554432000 134512640 134534564 4290448448 18446744073709551615 9906491 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24557/statm: 113957 226 95 6 0 112623 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 2511680

[startup+12.7007 s]
/proc/loadavg: 5.22 5.05 5.03 7/184 24559
/proc/meminfo: memFree=21705644/32951124 swapFree=67111480/67111528
[pid=24554] ppid=24552 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24554/stat : 24554 (ppfolio) S 24552 24554 23947 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 520108774 18763776 393 33554432000 4194304 4287625 140733865403376 18446744073709551615 252458085903 0 0 4096 65536 4607305701541281792 0 0 17 5 0 0 0
/proc/24554/statm: 4581 393 345 23 0 91 0
[pid=24555] ppid=24554 vsize=2026004 CPUtime=4.69 cores=1
/proc/24555/stat : 24555 (cryptominisat) R 24554 24554 23947 0 -1 4202496 6198 0 0 0 468 1 0 0 25 0 1 0 520108775 2074628096 3333 33554432000 4194304 4587354 140735632153536 18446744073709551615 4238731 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24555/statm: 506501 3333 337 96 0 503063 0
[pid=24556] ppid=24554 vsize=14824 CPUtime=3.94 cores=1
/proc/24556/stat : 24556 (clasp) R 24554 24554 23947 0 -1 4202496 1176 0 0 0 394 0 0 0 25 0 1 0 520108775 15179776 1063 33554432000 4194304 4785740 140736348722080 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24556/statm: 3706 1063 340 145 0 751 0
[pid=24557] ppid=24554 vsize=455828 CPUtime=4.04 cores=1
/proc/24557/stat : 24557 (TNM) R 24554 24554 23947 0 -1 4202496 330 0 0 0 404 0 0 0 25 0 1 0 520108775 466767872 226 33554432000 134512640 134534564 4290448448 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24557/statm: 113957 226 95 6 0 112623 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 2514980

[startup+25.5003 s]
/proc/loadavg: 5.39 5.09 5.04 7/184 24559
/proc/meminfo: memFree=21703884/32951124 swapFree=67111480/67111528
[pid=24554] ppid=24552 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24554/stat : 24554 (ppfolio) S 24552 24554 23947 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 520108774 18763776 393 33554432000 4194304 4287625 140733865403376 18446744073709551615 252458085903 0 0 4096 65536 4607306113858142208 0 0 17 5 0 0 0
/proc/24554/statm: 4581 393 345 23 0 91 0
[pid=24555] ppid=24554 vsize=2026216 CPUtime=8.99 cores=1
/proc/24555/stat : 24555 (cryptominisat) R 24554 24554 23947 0 -1 4202496 8614 0 0 0 898 1 0 0 25 0 1 0 520108775 2074845184 3313 33554432000 4194304 4587354 140735632153536 18446744073709551615 4239328 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24555/statm: 506554 3313 337 96 0 503116 0
[pid=24556] ppid=24554 vsize=16040 CPUtime=8.17 cores=1
/proc/24556/stat : 24556 (clasp) R 24554 24554 23947 0 -1 4202496 1476 0 0 0 817 0 0 0 25 0 1 0 520108775 16424960 1363 33554432000 4194304 4785740 140736348722080 18446744073709551615 252457756801 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24556/statm: 4010 1363 340 145 0 1055 0
[pid=24557] ppid=24554 vsize=455828 CPUtime=8.32 cores=1
/proc/24557/stat : 24557 (TNM) R 24554 24554 23947 0 -1 4202496 330 0 0 0 832 0 0 0 25 0 1 0 520108775 466767872 226 33554432000 134512640 134534564 4290448448 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24557/statm: 113957 226 95 6 0 112623 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2516408

[startup+51.1005 s]
/proc/loadavg: 5.60 5.17 5.06 7/184 24559
/proc/meminfo: memFree=21698056/32951124 swapFree=67111480/67111528
[pid=24554] ppid=24552 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24554/stat : 24554 (ppfolio) S 24552 24554 23947 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 520108774 18763776 393 33554432000 4194304 4287625 140733865403376 18446744073709551615 252458085903 0 0 4096 65536 4607305976419188736 0 0 17 5 0 0 0
/proc/24554/statm: 4581 393 345 23 0 91 0
[pid=24555] ppid=24554 vsize=2040800 CPUtime=17.49 cores=1
/proc/24555/stat : 24555 (cryptominisat) R 24554 24554 23947 0 -1 4202496 12976 0 0 0 1747 2 0 0 25 0 1 0 520108775 2089779200 3868 33554432000 4194304 4587354 140735632153536 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24555/statm: 510200 3868 337 96 0 506762 0
[pid=24556] ppid=24554 vsize=17424 CPUtime=16.74 cores=1
/proc/24556/stat : 24556 (clasp) R 24554 24554 23947 0 -1 4202496 1787 0 0 0 1674 0 0 0 25 0 1 0 520108775 17842176 1674 33554432000 4194304 4785740 140736348722080 18446744073709551615 4287207 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24556/statm: 4356 1674 340 145 0 1401 0
[pid=24557] ppid=24554 vsize=455828 CPUtime=16.85 cores=1
/proc/24557/stat : 24557 (TNM) R 24554 24554 23947 0 -1 4202496 330 0 0 0 1685 0 0 0 25 0 1 0 520108775 466767872 226 33554432000 134512640 134534564 4290448448 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24557/statm: 113957 226 95 6 0 112623 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2532376

[startup+102.307 s]
/proc/loadavg: 5.83 5.29 5.11 7/184 24561
/proc/meminfo: memFree=21684884/32951124 swapFree=67111480/67111528
[pid=24554] ppid=24552 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24554/stat : 24554 (ppfolio) S 24552 24554 23947 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 520108774 18763776 393 33554432000 4194304 4287625 140733865403376 18446744073709551615 252458085903 0 0 4096 65536 4607307488247676928 0 0 17 5 0 0 0
/proc/24554/statm: 4581 393 345 23 0 91 0
[pid=24555] ppid=24554 vsize=2046936 CPUtime=34.58 cores=1
/proc/24555/stat : 24555 (cryptominisat) R 24554 24554 23947 0 -1 4202496 21176 0 0 0 3455 3 0 0 25 0 1 0 520108775 2096062464 7188 33554432000 4194304 4587354 140735632153536 18446744073709551615 4357656 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24555/statm: 511734 7188 337 96 0 508296 0
[pid=24556] ppid=24554 vsize=19212 CPUtime=33.78 cores=1
/proc/24556/stat : 24556 (clasp) R 24554 24554 23947 0 -1 4202496 2218 0 0 0 3378 0 0 0 25 0 1 0 520108775 19673088 2105 33554432000 4194304 4785740 140736348722080 18446744073709551615 4553010 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24556/statm: 4803 2105 340 145 0 1848 0
[pid=24557] ppid=24554 vsize=455828 CPUtime=33.91 cores=1
/proc/24557/stat : 24557 (TNM) R 24554 24554 23947 0 -1 4202496 330 0 0 0 3391 0 0 0 25 0 1 0 520108775 466767872 226 33554432000 134512640 134534564 4290448448 18446744073709551615 9906528 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24557/statm: 113957 226 95 6 0 112623 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2540300

[startup+162.301 s]
/proc/loadavg: 5.93 5.42 5.16 7/184 24563
/proc/meminfo: memFree=21679768/32951124 swapFree=67111480/67111528
[pid=24554] ppid=24552 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24554/stat : 24554 (ppfolio) S 24552 24554 23947 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 520108774 18763776 393 33554432000 4194304 4287625 140733865403376 18446744073709551615 252458085903 0 0 4096 65536 4607306251297095680 0 0 17 5 0 0 0
/proc/24554/statm: 4581 393 345 23 0 91 0
[pid=24555] ppid=24554 vsize=2044084 CPUtime=54.58 cores=1
/proc/24555/stat : 24555 (cryptominisat) R 24554 24554 23947 0 -1 4202496 27791 0 0 0 5454 4 0 0 25 0 1 0 520108775 2093142016 8091 33554432000 4194304 4587354 140735632153536 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24555/statm: 511021 8091 337 96 0 507583 0
[pid=24556] ppid=24554 vsize=20496 CPUtime=53.79 cores=1

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

/proc/24557/statm: 113958 235 103 6 0 112624 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 2590340

[startup+4662.3 s]
/proc/loadavg: 6.00 6.00 5.93 7/184 24909
/proc/meminfo: memFree=21651720/32951124 swapFree=67111480/67111528
[pid=24554] ppid=24552 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24554/stat : 24554 (ppfolio) S 24552 24554 23947 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 520108774 18763776 393 33554432000 4194304 4287625 140733865403376 18446744073709551615 252458085903 0 0 4096 65536 4607307075930816512 0 0 17 5 0 0 0
/proc/24554/statm: 4581 393 345 23 0 91 0
[pid=24555] ppid=24554 vsize=2078288 CPUtime=1555.06 cores=1
/proc/24555/stat : 24555 (cryptominisat) R 24554 24554 23947 0 -1 4202496 184831 0 0 0 155462 44 0 0 25 0 1 0 520108775 2128166912 18404 33554432000 4194304 4587354 140735632153536 18446744073709551615 4238683 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24555/statm: 519572 18404 337 96 0 516134 0
[pid=24556] ppid=24554 vsize=37896 CPUtime=1553.6 cores=1
/proc/24556/stat : 24556 (clasp) R 24554 24554 23947 0 -1 4202496 6555 0 0 0 155360 0 0 0 25 0 1 0 520108775 38805504 6442 33554432000 4194304 4785740 140736348722080 18446744073709551615 4553061 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24556/statm: 9474 6442 340 145 0 6519 0
[pid=24557] ppid=24554 vsize=455832 CPUtime=1553.77 cores=1
/proc/24557/stat : 24557 (TNM) R 24554 24554 23947 0 -1 4202496 339 0 0 0 155377 0 0 0 25 0 1 0 520108775 466771968 235 33554432000 134512640 134534564 4290448448 18446744073709551615 134530292 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24557/statm: 113958 235 103 6 0 112624 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 2590340

[startup+4722.31 s]
/proc/loadavg: 6.00 6.00 5.93 7/184 24910
/proc/meminfo: memFree=21636932/32951124 swapFree=67111480/67111528
[pid=24554] ppid=24552 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24554/stat : 24554 (ppfolio) S 24552 24554 23947 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 520108774 18763776 393 33554432000 4194304 4287625 140733865403376 18446744073709551615 252458085903 0 0 4096 65536 4607307075930816512 0 0 17 5 0 0 0
/proc/24554/statm: 4581 393 345 23 0 91 0
[pid=24555] ppid=24554 vsize=2094200 CPUtime=1575.05 cores=1
/proc/24555/stat : 24555 (cryptominisat) R 24554 24554 23947 0 -1 4202496 187062 0 0 0 157461 44 0 0 25 0 1 0 520108775 2144460800 20346 33554432000 4194304 4587354 140735632153536 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24555/statm: 523550 20346 337 96 0 520112 0
[pid=24556] ppid=24554 vsize=37896 CPUtime=1573.6 cores=1
/proc/24556/stat : 24556 (clasp) R 24554 24554 23947 0 -1 4202496 6557 0 0 0 157360 0 0 0 25 0 1 0 520108775 38805504 6444 33554432000 4194304 4785740 140736348722080 18446744073709551615 4562653 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24556/statm: 9474 6444 340 145 0 6519 0
[pid=24557] ppid=24554 vsize=455832 CPUtime=1573.78 cores=1
/proc/24557/stat : 24557 (TNM) R 24554 24554 23947 0 -1 4202496 339 0 0 0 157378 0 0 0 25 0 1 0 520108775 466771968 235 33554432000 134512640 134534564 4290448448 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24557/statm: 113958 235 103 6 0 112624 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 2606252

[startup+4782.3 s]
/proc/loadavg: 6.00 6.00 5.93 7/184 24912
/proc/meminfo: memFree=21613940/32951124 swapFree=67111480/67111528
[pid=24554] ppid=24552 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24554/stat : 24554 (ppfolio) S 24552 24554 23947 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 520108774 18763776 393 33554432000 4194304 4287625 140733865403376 18446744073709551615 252458085903 0 0 4096 65536 4607307075930816512 0 0 17 5 0 0 0
/proc/24554/statm: 4581 393 345 23 0 91 0
[pid=24555] ppid=24554 vsize=2094200 CPUtime=1595.06 cores=1
/proc/24555/stat : 24555 (cryptominisat) R 24554 24554 23947 0 -1 4202496 188759 0 0 0 159461 45 0 0 25 0 1 0 520108775 2144460800 21974 33554432000 4194304 4587354 140735632153536 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24555/statm: 523550 21974 337 96 0 520112 0
[pid=24556] ppid=24554 vsize=38064 CPUtime=1593.59 cores=1
/proc/24556/stat : 24556 (clasp) R 24554 24554 23947 0 -1 4202496 6572 0 0 0 159359 0 0 0 25 0 1 0 520108775 38977536 6459 33554432000 4194304 4785740 140736348722080 18446744073709551615 4550469 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24556/statm: 9516 6459 340 145 0 6561 0
[pid=24557] ppid=24554 vsize=455832 CPUtime=1593.78 cores=1
/proc/24557/stat : 24557 (TNM) R 24554 24554 23947 0 -1 4202496 339 0 0 0 159378 0 0 0 25 0 1 0 520108775 466771968 235 33554432000 134512640 134534564 4290448448 18446744073709551615 134528516 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24557/statm: 113958 235 103 6 0 112624 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 2606420

[startup+4842.3 s]
/proc/loadavg: 6.03 6.01 5.94 7/184 24913
/proc/meminfo: memFree=21627048/32951124 swapFree=67111480/67111528
[pid=24554] ppid=24552 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24554/stat : 24554 (ppfolio) S 24552 24554 23947 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 520108774 18763776 393 33554432000 4194304 4287625 140733865403376 18446744073709551615 252458085903 0 0 4096 65536 4607307075930816512 0 0 17 5 0 0 0
/proc/24554/statm: 4581 393 345 23 0 91 0
[pid=24555] ppid=24554 vsize=2085196 CPUtime=1615.07 cores=1
/proc/24555/stat : 24555 (cryptominisat) R 24554 24554 23947 0 -1 4202496 189540 0 0 0 161462 45 0 0 25 0 1 0 520108775 2135240704 18404 33554432000 4194304 4587354 140735632153536 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24555/statm: 521299 18404 337 96 0 517861 0
[pid=24556] ppid=24554 vsize=38064 CPUtime=1613.59 cores=1
/proc/24556/stat : 24556 (clasp) R 24554 24554 23947 0 -1 4202496 6573 0 0 0 161359 0 0 0 25 0 1 0 520108775 38977536 6460 33554432000 4194304 4785740 140736348722080 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24556/statm: 9516 6460 340 145 0 6561 0
[pid=24557] ppid=24554 vsize=455832 CPUtime=1613.77 cores=1
/proc/24557/stat : 24557 (TNM) R 24554 24554 23947 0 -1 4202496 339 0 0 0 161377 0 0 0 25 0 1 0 520108775 466771968 235 33554432000 134512640 134534564 4290448448 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24557/statm: 113958 235 103 6 0 112624 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 2597416

[startup+4902.3 s]
/proc/loadavg: 6.01 6.01 5.94 7/184 24915
/proc/meminfo: memFree=21629228/32951124 swapFree=67111480/67111528
[pid=24554] ppid=24552 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24554/stat : 24554 (ppfolio) S 24552 24554 23947 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 520108774 18763776 393 33554432000 4194304 4287625 140733865403376 18446744073709551615 252458085903 0 0 4096 65536 4607307075930816512 0 0 17 5 0 0 0
/proc/24554/statm: 4581 393 345 23 0 91 0
[pid=24555] ppid=24554 vsize=2085196 CPUtime=1635.08 cores=1
/proc/24555/stat : 24555 (cryptominisat) R 24554 24554 23947 0 -1 4202496 189540 0 0 0 163463 45 0 0 25 0 1 0 520108775 2135240704 18404 33554432000 4194304 4587354 140735632153536 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24555/statm: 521299 18404 337 96 0 517861 0
[pid=24556] ppid=24554 vsize=38064 CPUtime=1633.59 cores=1
/proc/24556/stat : 24556 (clasp) R 24554 24554 23947 0 -1 4202496 6573 0 0 0 163359 0 0 0 25 0 1 0 520108775 38977536 6460 33554432000 4194304 4785740 140736348722080 18446744073709551615 4416768 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24556/statm: 9516 6460 340 145 0 6561 0
[pid=24557] ppid=24554 vsize=455832 CPUtime=1633.77 cores=1
/proc/24557/stat : 24557 (TNM) R 24554 24554 23947 0 -1 4202496 339 0 0 0 163377 0 0 0 25 0 1 0 520108775 466771968 235 33554432000 134512640 134534564 4290448448 18446744073709551615 134528966 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24557/statm: 113958 235 103 6 0 112624 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 2597416

[startup+4962.3 s]
/proc/loadavg: 6.00 6.00 5.94 7/184 24917
/proc/meminfo: memFree=21619392/32951124 swapFree=67111480/67111528
[pid=24554] ppid=24552 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24554/stat : 24554 (ppfolio) S 24552 24554 23947 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 520108774 18763776 393 33554432000 4194304 4287625 140733865403376 18446744073709551615 252458085903 0 0 4096 65536 4607307075930816512 0 0 17 5 0 0 0
/proc/24554/statm: 4581 393 345 23 0 91 0
[pid=24555] ppid=24554 vsize=2094300 CPUtime=1655.08 cores=1
/proc/24555/stat : 24555 (cryptominisat) R 24554 24554 23947 0 -1 4202496 192236 0 0 0 165463 45 0 0 25 0 1 0 520108775 2144563200 20700 33554432000 4194304 4587354 140735632153536 18446744073709551615 4237684 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24555/statm: 523575 20700 337 96 0 520137 0
[pid=24556] ppid=24554 vsize=38064 CPUtime=1653.59 cores=1
/proc/24556/stat : 24556 (clasp) R 24554 24554 23947 0 -1 4202496 6575 0 0 0 165359 0 0 0 25 0 1 0 520108775 38977536 6462 33554432000 4194304 4785740 140736348722080 18446744073709551615 4552553 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24556/statm: 9516 6462 340 145 0 6561 0
[pid=24557] ppid=24554 vsize=455832 CPUtime=1653.77 cores=1
/proc/24557/stat : 24557 (TNM) R 24554 24554 23947 0 -1 4202496 339 0 0 0 165377 0 0 0 25 0 1 0 520108775 466771968 235 33554432000 134512640 134534564 4290448448 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24557/statm: 113958 235 103 6 0 112624 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 2606520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 6.00 6.00 5.94 7/184 24917
/proc/meminfo: memFree=21605728/32951124 swapFree=67111480/67111528
[pid=24554] ppid=24552 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24554/stat : 24554 (ppfolio) S 24552 24554 23947 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 520108774 18763776 393 33554432000 4194304 4287625 140733865403376 18446744073709551615 252458085903 0 0 4096 65536 4607307075930816512 0 0 17 5 0 0 0
/proc/24554/statm: 4581 393 345 23 0 91 0
[pid=24555] ppid=24554 vsize=2094300 CPUtime=1667.64 cores=1
/proc/24555/stat : 24555 (cryptominisat) R 24554 24554 23947 0 -1 4202496 193285 0 0 0 166718 46 0 0 25 0 1 0 520108775 2144563200 21717 33554432000 4194304 4587354 140735632153536 18446744073709551615 4239304 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24555/statm: 523575 21717 337 96 0 520137 0
[pid=24556] ppid=24554 vsize=38064 CPUtime=1666.14 cores=1
/proc/24556/stat : 24556 (clasp) R 24554 24554 23947 0 -1 4202496 6597 0 0 0 166614 0 0 0 25 0 1 0 520108775 38977536 6484 33554432000 4194304 4785740 140736348722080 18446744073709551615 4553440 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24556/statm: 9516 6484 340 145 0 6561 0
[pid=24557] ppid=24554 vsize=455832 CPUtime=1666.27 cores=1
/proc/24557/stat : 24557 (TNM) R 24554 24554 23947 0 -1 4202496 339 0 0 0 166627 0 0 0 25 0 1 0 520108775 466771968 235 33554432000 134512640 134534564 4290448448 18446744073709551615 134530248 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24557/statm: 113958 235 103 6 0 112624 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 2606520

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

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

[startup+4999.9 s]
/proc/loadavg: 6.00 6.00 5.94 7/184 24917
/proc/meminfo: memFree=21605728/32951124 swapFree=67111480/67111528
[pid=24554] ppid=24552 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24554/stat : 24554 (ppfolio) S 24552 24554 23947 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 520108774 18763776 393 33554432000 4194304 4287625 140733865403376 18446744073709551615 252458085903 0 0 4096 65536 4607307075930816512 0 0 17 5 0 0 0
/proc/24554/statm: 4581 393 345 23 0 91 0
[pid=24555] ppid=24554 vsize=2094300 CPUtime=1667.64 cores=1
/proc/24555/stat : 24555 (cryptominisat) R 24554 24554 23947 0 -1 4202496 193285 0 0 0 166718 46 0 0 25 0 1 0 520108775 2144563200 21717 33554432000 4194304 4587354 140735632153536 18446744073709551615 4239304 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24555/statm: 523575 21717 337 96 0 520137 0
[pid=24556] ppid=24554 vsize=38064 CPUtime=1666.14 cores=1
/proc/24556/stat : 24556 (clasp) R 24554 24554 23947 0 -1 4202496 6597 0 0 0 166614 0 0 0 25 0 1 0 520108775 38977536 6484 33554432000 4194304 4785740 140736348722080 18446744073709551615 4553440 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24556/statm: 9516 6484 340 145 0 6561 0
[pid=24557] ppid=24554 vsize=455832 CPUtime=1666.27 cores=1
/proc/24557/stat : 24557 (TNM) R 24554 24554 23947 0 -1 4202496 339 0 0 0 166627 0 0 0 25 0 1 0 520108775 466771968 235 33554432000 134512640 134534564 4290448448 18446744073709551615 134530248 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24557/statm: 113958 235 103 6 0 112624 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 2606520

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 4999.91
CPU time (s): 5000.05
CPU user time (s): 4999.59
CPU system time (s): 0.46
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 4603748

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

runsolver used 8.40172 second user time and 18.1072 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-20 13:26:23
IDJOB=3221998
IDBENCH=83016
IDSOLVER=1639
FILE ID=node111/3221998-1303298783
RUNJOBID= node111-1303293779-23966
PBS_JOBID= 13049632
Free space on /tmp= 71908 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S1879031150-062.UNKNOWN.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221998-1303298783/watcher-3221998-1303298783 -o /tmp/evaluation-result-3221998-1303298783/solver-3221998-1303298783 -C 5000 -W 5000 -M 15500  ppfolio --nbcore=1 HOME/instance-3221998-1303298783.cnf

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

MD5SUM BENCH= dea41a8eae52b60f8e05be01aec1734d
RANDOM SEED=757519882

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21722420 kB
Buffers:        709508 kB
Cached:        9945648 kB
SwapCached:         44 kB
Active:        6068548 kB
Inactive:      4794468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21722420 kB
SwapTotal:    67111528 kB
SwapFree:     67111480 kB
Dirty:           10156 kB
Writeback:           0 kB
AnonPages:      208016 kB
Mapped:          16444 kB
Slab:           300988 kB
PageTables:       5272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2458080 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= 71900 MiB
End job on node111 at 2011-04-20 14:49:45