Trace number 3275942

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.1 5000.01

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_3-log.shuffled-as.sat03-109.cnf
MD5SUMf19999592ac4a0c798533d80c1c7f2d7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1952.87
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses58358
Sum of the clauses size583280
Maximum clause length10
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 560
Number of clauses of size over 558298

Solver Data

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

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-3275942-1303656245/watcher-3275942-1303656245 -o /tmp/evaluation-result-3275942-1303656245/solver-3275942-1303656245 -C 5000 -W 5100 -M 15500 ppfolio --nbcore=1 HOME/instance-3275942-1303656245.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): 5100 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.00 5.00 4.93 4/180 30940
/proc/meminfo: memFree=13645808/32950928 swapFree=67111528/67111528
[pid=30940] ppid=30938 vsize=2712 CPUtime=0 cores=1,3,5,7
/proc/30940/stat : 30940 (ppfolio) S 30938 30940 29807 0 -1 4194304 82 0 0 0 0 0 0 0 25 0 1 0 555855203 2777088 36 33554432000 4194304 4287625 140733388665568 18446744073709551615 231890566791 0 2147483391 4096 0 18446744071699962003 0 0 17 3 0 0 0
/proc/30940/statm: 678 36 27 23 0 23 0

[startup+0.0676499 s]
/proc/loadavg: 5.00 5.00 4.93 4/180 30940
/proc/meminfo: memFree=13645808/32950928 swapFree=67111528/67111528
[pid=30940] ppid=30938 vsize=2712 CPUtime=0 cores=1,3,5,7
/proc/30940/stat : 30940 (ppfolio) S 30938 30940 29807 0 -1 4194304 82 0 0 0 0 0 0 0 25 0 1 0 555855203 2777088 36 33554432000 4194304 4287625 140733388665568 18446744073709551615 231890566791 0 2147483391 4096 0 18446744071699962003 0 0 17 3 0 0 0
/proc/30940/statm: 678 36 27 23 0 23 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2712

[startup+0.100632 s]
/proc/loadavg: 5.00 5.00 4.93 4/180 30940
/proc/meminfo: memFree=13645808/32950928 swapFree=67111528/67111528
[pid=30940] ppid=30938 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30940/stat : 30940 (ppfolio) S 30938 30940 29807 0 -1 4202496 498 0 0 0 0 0 0 0 25 0 1 0 555855203 18763776 393 33554432000 4194304 4287625 140733388665568 18446744073709551615 231895510543 0 0 4096 65536 4553514435909484808 0 0 17 3 0 0 0
/proc/30940/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300596 s]
/proc/loadavg: 5.00 5.00 4.93 4/180 30940
/proc/meminfo: memFree=13645808/32950928 swapFree=67111528/67111528
[pid=30940] ppid=30938 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30940/stat : 30940 (ppfolio) S 30938 30940 29807 0 -1 4202496 499 0 0 0 0 0 0 0 24 0 1 0 555855203 18763776 393 33554432000 4194304 4287625 140733388665568 18446744073709551615 231895510543 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/30940/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700527 s]
/proc/loadavg: 5.00 5.00 4.93 4/180 30940
/proc/meminfo: memFree=13645808/32950928 swapFree=67111528/67111528
[pid=30940] ppid=30938 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30940/stat : 30940 (ppfolio) S 30938 30940 29807 0 -1 4202496 499 0 0 0 0 0 0 0 24 0 1 0 555855203 18763776 393 33554432000 4194304 4287625 140733388665568 18446744073709551615 231895510543 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/30940/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50037 s]
/proc/loadavg: 5.08 5.02 4.94 7/184 30944
/proc/meminfo: memFree=13617736/32950928 swapFree=67111528/67111528
[pid=30940] ppid=30938 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30940/stat : 30940 (ppfolio) S 30938 30940 29807 0 -1 4202496 499 0 0 0 0 0 0 0 24 0 1 0 555855203 18763776 393 33554432000 4194304 4287625 140733388665568 18446744073709551615 231895510543 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/30940/statm: 4581 393 345 23 0 91 0
[pid=30942] ppid=30940 vsize=27820 CPUtime=0.24 cores=1
/proc/30942/stat : 30942 (cryptominisat) R 30940 30940 29807 0 -1 4202496 2397 0 0 0 24 0 0 0 25 0 1 0 555855212 28487680 2225 33554432000 4194304 4587354 140734450382816 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30942/statm: 6955 2225 306 96 0 3517 0
[pid=30943] ppid=30940 vsize=19932 CPUtime=0.91 cores=1
/proc/30943/stat : 30943 (clasp) R 30940 30940 29807 0 -1 4202496 2561 0 0 0 91 0 0 0 19 0 1 0 555855212 20410368 2282 33554432000 4194304 4785740 140736471406736 18446744073709551615 231895188435 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30943/statm: 4983 2282 314 145 0 2028 0
[pid=30944] ppid=30940 vsize=461800 CPUtime=0.22 cores=1
/proc/30944/stat : 30944 (TNM) R 30940 30940 29807 0 -1 4202496 2961 0 0 0 22 0 0 0 25 0 1 0 555855212 472883200 2858 33554432000 134512640 134534564 4290281392 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30944/statm: 115450 2858 91 6 0 114116 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 527876

[startup+3.10108 s]
/proc/loadavg: 5.08 5.02 4.94 7/184 30944
/proc/meminfo: memFree=13602480/32950928 swapFree=67111528/67111528
[pid=30940] ppid=30938 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30940/stat : 30940 (ppfolio) S 30938 30940 29807 0 -1 4202496 499 0 0 0 0 0 0 0 24 0 1 0 555855203 18763776 393 33554432000 4194304 4287625 140733388665568 18446744073709551615 231895510543 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/30940/statm: 4581 393 345 23 0 91 0
[pid=30942] ppid=30940 vsize=28084 CPUtime=0.74 cores=1
/proc/30942/stat : 30942 (cryptominisat) R 30940 30940 29807 0 -1 4202496 2475 0 0 0 74 0 0 0 25 0 1 0 555855212 28758016 2303 33554432000 4194304 4587354 140734450382816 18446744073709551615 4239308 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30942/statm: 7021 2303 306 96 0 3583 0
[pid=30943] ppid=30940 vsize=19932 CPUtime=1.43 cores=1
/proc/30943/stat : 30943 (clasp) R 30940 30940 29807 0 -1 4202496 2562 0 0 0 143 0 0 0 20 0 1 0 555855212 20410368 2283 33554432000 4194304 4785740 140736471406736 18446744073709551615 4495857 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30943/statm: 4983 2283 314 145 0 2028 0
[pid=30944] ppid=30940 vsize=461800 CPUtime=0.8 cores=1
/proc/30944/stat : 30944 (TNM) R 30940 30940 29807 0 -1 4202496 2961 0 0 0 80 0 0 0 25 0 1 0 555855212 472883200 2858 33554432000 134512640 134534564 4290281392 18446744073709551615 134524723 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30944/statm: 115450 2858 91 6 0 114116 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 528140

[startup+6.30046 s]
/proc/loadavg: 5.08 5.02 4.94 7/184 30944
/proc/meminfo: memFree=13594680/32950928 swapFree=67111528/67111528
[pid=30940] ppid=30938 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30940/stat : 30940 (ppfolio) S 30938 30940 29807 0 -1 4202496 499 0 0 0 0 0 0 0 24 0 1 0 555855203 18763776 393 33554432000 4194304 4287625 140733388665568 18446744073709551615 231895510543 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/30940/statm: 4581 393 345 23 0 91 0
[pid=30942] ppid=30940 vsize=28356 CPUtime=1.84 cores=1
/proc/30942/stat : 30942 (cryptominisat) R 30940 30940 29807 0 -1 4202496 2574 0 0 0 184 0 0 0 25 0 1 0 555855212 29036544 2401 33554432000 4194304 4587354 140734450382816 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30942/statm: 7089 2401 306 96 0 3651 0
[pid=30943] ppid=30940 vsize=20296 CPUtime=2.51 cores=1
/proc/30943/stat : 30943 (clasp) R 30940 30940 29807 0 -1 4202496 2626 0 0 0 251 0 0 0 23 0 1 0 555855212 20783104 2347 33554432000 4194304 4785740 140736471406736 18446744073709551615 4495610 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30943/statm: 5074 2347 314 145 0 2119 0
[pid=30944] ppid=30940 vsize=461800 CPUtime=1.82 cores=1
/proc/30944/stat : 30944 (TNM) R 30940 30940 29807 0 -1 4202496 2961 0 0 0 182 0 0 0 25 0 1 0 555855212 472883200 2858 33554432000 134512640 134534564 4290281392 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30944/statm: 115450 2858 91 6 0 114116 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 528776

[startup+12.7013 s]
/proc/loadavg: 5.22 5.05 4.95 7/184 30944
/proc/meminfo: memFree=13585468/32950928 swapFree=67111528/67111528
[pid=30940] ppid=30938 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30940/stat : 30940 (ppfolio) S 30938 30940 29807 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 555855203 18763776 393 33554432000 4194304 4287625 140733388665568 18446744073709551615 231895510543 0 0 4096 65536 7075495450886799360 0 0 17 3 0 0 0
/proc/30940/statm: 4581 393 345 23 0 91 0
[pid=30942] ppid=30940 vsize=32080 CPUtime=3.94 cores=1
/proc/30942/stat : 30942 (cryptominisat) R 30940 30940 29807 0 -1 4202496 10145 0 0 0 393 1 0 0 25 0 1 0 555855212 32849920 3339 33554432000 4194304 4587354 140734450382816 18446744073709551615 4243397 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30942/statm: 8020 3339 327 96 0 4582 0
[pid=30943] ppid=30940 vsize=21692 CPUtime=4.63 cores=1
/proc/30943/stat : 30943 (clasp) R 30940 30940 29807 0 -1 4202496 3189 0 0 0 463 0 0 0 25 0 1 0 555855212 22212608 2723 33554432000 4194304 4785740 140736471406736 18446744073709551615 4553396 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30943/statm: 5423 2723 340 145 0 2468 0
[pid=30944] ppid=30940 vsize=461800 CPUtime=4 cores=1
/proc/30944/stat : 30944 (TNM) R 30940 30940 29807 0 -1 4202496 2961 0 0 0 400 0 0 0 25 0 1 0 555855212 472883200 2858 33554432000 134512640 134534564 4290281392 18446744073709551615 134524698 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30944/statm: 115450 2858 91 6 0 114116 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 533896

[startup+25.5009 s]
/proc/loadavg: 5.34 5.08 4.96 7/184 30945
/proc/meminfo: memFree=13548084/32950928 swapFree=67111528/67111528
[pid=30940] ppid=30938 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30940/stat : 30940 (ppfolio) S 30938 30940 29807 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 555855203 18763776 393 33554432000 4194304 4287625 140733388665568 18446744073709551615 231895510543 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/30940/statm: 4581 393 345 23 0 91 0
[pid=30942] ppid=30940 vsize=48748 CPUtime=8.24 cores=1
/proc/30942/stat : 30942 (cryptominisat) R 30940 30940 29807 0 -1 4202496 17783 0 0 0 822 2 0 0 25 0 1 0 555855212 49917952 7889 33554432000 4194304 4587354 140734450382816 18446744073709551615 4365136 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30942/statm: 12187 7889 337 96 0 8749 0
[pid=30943] ppid=30940 vsize=25700 CPUtime=8.92 cores=1
/proc/30943/stat : 30943 (clasp) R 30940 30940 29807 0 -1 4202496 4131 0 0 0 891 1 0 0 25 0 1 0 555855212 26316800 3665 33554432000 4194304 4785740 140736471406736 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30943/statm: 6425 3665 340 145 0 3470 0
[pid=30944] ppid=30940 vsize=461800 CPUtime=8.23 cores=1
/proc/30944/stat : 30944 (TNM) R 30940 30940 29807 0 -1 4202496 2961 0 0 0 823 0 0 0 25 0 1 0 555855212 472883200 2858 33554432000 134512640 134534564 4290281392 18446744073709551615 134524686 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30944/statm: 115450 2858 91 6 0 114116 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 554572

[startup+51.101 s]
/proc/loadavg: 5.56 5.15 4.98 7/184 30945
/proc/meminfo: memFree=13527448/32950928 swapFree=67111528/67111528
[pid=30940] ppid=30938 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30940/stat : 30940 (ppfolio) S 30938 30940 29807 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 555855203 18763776 393 33554432000 4194304 4287625 140733388665568 18446744073709551615 231895510543 0 0 4096 65536 7075493939058311168 0 0 17 3 0 0 0
/proc/30940/statm: 4581 393 345 23 0 91 0
[pid=30942] ppid=30940 vsize=40472 CPUtime=16.73 cores=1
/proc/30942/stat : 30942 (cryptominisat) R 30940 30940 29807 0 -1 4202496 26908 0 0 0 1670 3 0 0 25 0 1 0 555855212 41443328 6791 33554432000 4194304 4587354 140734450382816 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30942/statm: 10118 6791 337 96 0 6680 0
[pid=30943] ppid=30940 vsize=28800 CPUtime=17.44 cores=1
/proc/30943/stat : 30943 (clasp) R 30940 30940 29807 0 -1 4202496 4861 0 0 0 1743 1 0 0 25 0 1 0 555855212 29491200 4395 33554432000 4194304 4785740 140736471406736 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30943/statm: 7200 4395 340 145 0 4245 0
[pid=30944] ppid=30940 vsize=461800 CPUtime=16.8 cores=1
/proc/30944/stat : 30944 (TNM) R 30940 30940 29807 0 -1 4202496 2961 0 0 0 1680 0 0 0 25 0 1 0 555855212 472883200 2858 33554432000 134512640 134534564 4290281392 18446744073709551615 134524691 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30944/statm: 115450 2858 91 6 0 114116 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 549396

[startup+102.306 s]
/proc/loadavg: 5.64 5.26 5.03 6/183 30947
/proc/meminfo: memFree=13542216/32950928 swapFree=67111528/67111528
[pid=30940] ppid=30938 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/30940/stat : 30940 (ppfolio) S 30938 30940 29807 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 555855203 18763776 393 33554432000 4194304 4287625 140733388665568 18446744073709551615 231895510543 0 0 4096 65536 7075494351375171584 0 0 17 3 0 0 0
/proc/30940/statm: 4581 393 345 23 0 91 0
[pid=30942] ppid=30940 vsize=57384 CPUtime=33.84 cores=1
/proc/30942/stat : 30942 (cryptominisat) R 30940 30940 29807 0 -1 4202496 34108 0 0 0 3379 5 0 0 25 0 1 0 555855212 58761216 8752 33554432000 4194304 4587354 140734450382816 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30942/statm: 14346 8752 337 96 0 10908 0
[pid=30943] ppid=30940 vsize=32560 CPUtime=34.51 cores=1
/proc/30943/stat : 30943 (clasp) R 30940 30940 29807 0 -1 4202496 5689 0 0 0 3450 1 0 0 25 0 1 0 555855212 33341440 5223 33554432000 4194304 4785740 140736471406736 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30943/statm: 8140 5223 340 145 0 5185 0
[pid=30944] ppid=30940 vsize=461800 CPUtime=33.84 cores=1
/proc/30944/stat : 30944 (TNM) R 30940 30940 29807 0 -1 4202496 2961 0 0 0 3384 0 0 0 25 0 1 0 555855212 472883200 2858 33554432000 134512640 134534564 4290281392 18446744073709551615 134524664 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30944/statm: 115450 2858 91 6 0 114116 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 570068

[startup+162.301 s]
/proc/loadavg: 4.63 5.04 4.97 5/182 30948
/proc/meminfo: memFree=13561036/32950928 swapFree=67111528/67111528
[pid=30940] ppid=30938 vsize=18324 CPUtime=34.9 cores=1,3,5,7
/proc/30940/stat : 30940 (ppfolio) S 30938 30940 29807 0 -1 4202496 500 34146 0 0 0 0 3485 5 15 0 1 0 555855203 18763776 394 33554432000 4194304 4287625 140733388665568 18446744073709551615 231895510543 0 0 4096 65536 4492229719361552641 0 0 17 3 0 0 0
/proc/30940/statm: 4581 394 346 23 0 91 0
[pid=30943] ppid=30940 vsize=36540 CPUtime=63.99 cores=1
/proc/30943/stat : 30943 (clasp) R 30940 30940 29807 0 -1 4202496 6631 0 0 0 6398 1 0 0 25 0 1 0 555855212 37416960 6165 33554432000 4194304 4785740 140736471406736 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30943/statm: 9135 6165 340 145 0 6180 0
[pid=30944] ppid=30940 vsize=465764 CPUtime=63.29 cores=1

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

[pid=30940] ppid=30938 vsize=18324 CPUtime=34.9 cores=1,3,5,7
/proc/30940/stat : 30940 (ppfolio) S 30938 30940 29807 0 -1 4202496 500 34146 0 0 0 0 3485 5 15 0 1 0 555855203 18763776 394 33554432000 4194304 4287625 140733388665568 18446744073709551615 231895510543 0 0 4096 65536 4492229719361552641 0 0 17 3 0 0 0
/proc/30940/statm: 4581 394 346 23 0 91 0
[pid=30943] ppid=30940 vsize=84440 CPUtime=2194.07 cores=1
/proc/30943/stat : 30943 (clasp) R 30940 30940 29807 0 -1 4202496 17718 0 0 0 219403 4 0 0 25 0 1 0 555855212 86466560 17091 33554432000 4194304 4785740 140736471406736 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30943/statm: 21110 17091 340 145 0 18155 0
[pid=30944] ppid=30940 vsize=465764 CPUtime=2193.37 cores=1
/proc/30944/stat : 30944 (TNM) R 30940 30940 29807 0 -1 4202496 3305 0 0 0 219337 0 0 0 25 0 1 0 555855212 476942336 3202 33554432000 134512640 134534564 4290281392 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30944/statm: 116441 3202 95 6 0 115107 0
Current children cumulated CPU time (s) 4422.34
Current children cumulated vsize (KiB) 568528

[startup+4482.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/182 31075
/proc/meminfo: memFree=13424492/32950928 swapFree=67111528/67111528
[pid=30940] ppid=30938 vsize=18324 CPUtime=34.9 cores=1,3,5,7
/proc/30940/stat : 30940 (ppfolio) S 30938 30940 29807 0 -1 4202496 500 34146 0 0 0 0 3485 5 15 0 1 0 555855203 18763776 394 33554432000 4194304 4287625 140733388665568 18446744073709551615 231895510543 0 0 4096 65536 4492229719361552641 0 0 17 3 0 0 0
/proc/30940/statm: 4581 394 346 23 0 91 0
[pid=30943] ppid=30940 vsize=85080 CPUtime=2224.08 cores=1
/proc/30943/stat : 30943 (clasp) R 30940 30940 29807 0 -1 4202496 17829 0 0 0 222404 4 0 0 25 0 1 0 555855212 87121920 17202 33554432000 4194304 4785740 140736471406736 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30943/statm: 21270 17202 340 145 0 18315 0
[pid=30944] ppid=30940 vsize=465764 CPUtime=2223.36 cores=1
/proc/30944/stat : 30944 (TNM) R 30940 30940 29807 0 -1 4202496 3305 0 0 0 222336 0 0 0 25 0 1 0 555855212 476942336 3202 33554432000 134512640 134534564 4290281392 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30944/statm: 116441 3202 95 6 0 115107 0
Current children cumulated CPU time (s) 4482.34
Current children cumulated vsize (KiB) 569168

[startup+4542.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/182 31077
/proc/meminfo: memFree=13423464/32950928 swapFree=67111528/67111528
[pid=30940] ppid=30938 vsize=18324 CPUtime=34.9 cores=1,3,5,7
/proc/30940/stat : 30940 (ppfolio) S 30938 30940 29807 0 -1 4202496 500 34146 0 0 0 0 3485 5 15 0 1 0 555855203 18763776 394 33554432000 4194304 4287625 140733388665568 18446744073709551615 231895510543 0 0 4096 65536 4492229719361552641 0 0 17 3 0 0 0
/proc/30940/statm: 4581 394 346 23 0 91 0
[pid=30943] ppid=30940 vsize=85720 CPUtime=2254.07 cores=1
/proc/30943/stat : 30943 (clasp) R 30940 30940 29807 0 -1 4202496 17958 0 0 0 225403 4 0 0 25 0 1 0 555855212 87777280 17331 33554432000 4194304 4785740 140736471406736 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30943/statm: 21430 17331 340 145 0 18475 0
[pid=30944] ppid=30940 vsize=465764 CPUtime=2253.37 cores=1
/proc/30944/stat : 30944 (TNM) R 30940 30940 29807 0 -1 4202496 3305 0 0 0 225337 0 0 0 25 0 1 0 555855212 476942336 3202 33554432000 134512640 134534564 4290281392 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30944/statm: 116441 3202 95 6 0 115107 0
Current children cumulated CPU time (s) 4542.34
Current children cumulated vsize (KiB) 569808

[startup+4602.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/182 31079
/proc/meminfo: memFree=13422688/32950928 swapFree=67111528/67111528
[pid=30940] ppid=30938 vsize=18324 CPUtime=34.9 cores=1,3,5,7
/proc/30940/stat : 30940 (ppfolio) S 30938 30940 29807 0 -1 4202496 500 34146 0 0 0 0 3485 5 15 0 1 0 555855203 18763776 394 33554432000 4194304 4287625 140733388665568 18446744073709551615 231895510543 0 0 4096 65536 4492229719361552641 0 0 17 3 0 0 0
/proc/30940/statm: 4581 394 346 23 0 91 0
[pid=30943] ppid=30940 vsize=85720 CPUtime=2284.07 cores=1
/proc/30943/stat : 30943 (clasp) R 30940 30940 29807 0 -1 4202496 17959 0 0 0 228403 4 0 0 25 0 1 0 555855212 87777280 17332 33554432000 4194304 4785740 140736471406736 18446744073709551615 4312643 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30943/statm: 21430 17332 340 145 0 18475 0
[pid=30944] ppid=30940 vsize=465764 CPUtime=2283.38 cores=1
/proc/30944/stat : 30944 (TNM) R 30940 30940 29807 0 -1 4202496 3305 0 0 0 228338 0 0 0 25 0 1 0 555855212 476942336 3202 33554432000 134512640 134534564 4290281392 18446744073709551615 134530144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30944/statm: 116441 3202 95 6 0 115107 0
Current children cumulated CPU time (s) 4602.35
Current children cumulated vsize (KiB) 569808

[startup+4662.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/182 31089
/proc/meminfo: memFree=13422512/32950928 swapFree=67111528/67111528
[pid=30940] ppid=30938 vsize=18324 CPUtime=34.9 cores=1,3,5,7
/proc/30940/stat : 30940 (ppfolio) S 30938 30940 29807 0 -1 4202496 500 34146 0 0 0 0 3485 5 15 0 1 0 555855203 18763776 394 33554432000 4194304 4287625 140733388665568 18446744073709551615 231895510543 0 0 4096 65536 4492229719361552641 0 0 17 3 0 0 0
/proc/30940/statm: 4581 394 346 23 0 91 0
[pid=30943] ppid=30940 vsize=85720 CPUtime=2314.07 cores=1
/proc/30943/stat : 30943 (clasp) R 30940 30940 29807 0 -1 4202496 17964 0 0 0 231403 4 0 0 25 0 1 0 555855212 87777280 17337 33554432000 4194304 4785740 140736471406736 18446744073709551615 4312752 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30943/statm: 21430 17337 340 145 0 18475 0
[pid=30944] ppid=30940 vsize=465764 CPUtime=2313.38 cores=1
/proc/30944/stat : 30944 (TNM) R 30940 30940 29807 0 -1 4202496 3305 0 0 0 231338 0 0 0 25 0 1 0 555855212 476942336 3202 33554432000 134512640 134534564 4290281392 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30944/statm: 116441 3202 95 6 0 115107 0
Current children cumulated CPU time (s) 4662.35
Current children cumulated vsize (KiB) 569808

[startup+4722.31 s]
/proc/loadavg: 4.04 4.01 4.00 5/182 31091
/proc/meminfo: memFree=13420748/32950928 swapFree=67111528/67111528
[pid=30940] ppid=30938 vsize=18324 CPUtime=34.9 cores=1,3,5,7
/proc/30940/stat : 30940 (ppfolio) S 30938 30940 29807 0 -1 4202496 500 34146 0 0 0 0 3485 5 15 0 1 0 555855203 18763776 394 33554432000 4194304 4287625 140733388665568 18446744073709551615 231895510543 0 0 4096 65536 4492229719361552641 0 0 17 3 0 0 0
/proc/30940/statm: 4581 394 346 23 0 91 0
[pid=30943] ppid=30940 vsize=86040 CPUtime=2344.06 cores=1
/proc/30943/stat : 30943 (clasp) R 30940 30940 29807 0 -1 4202496 18163 0 0 0 234402 4 0 0 25 0 1 0 555855212 88104960 17375 33554432000 4194304 4785740 140736471406736 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30943/statm: 21510 17375 340 145 0 18555 0
[pid=30944] ppid=30940 vsize=465764 CPUtime=2343.4 cores=1
/proc/30944/stat : 30944 (TNM) R 30940 30940 29807 0 -1 4202496 3305 0 0 0 234340 0 0 0 25 0 1 0 555855212 476942336 3202 33554432000 134512640 134534564 4290281392 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30944/statm: 116441 3202 95 6 0 115107 0
Current children cumulated CPU time (s) 4722.36
Current children cumulated vsize (KiB) 570128

[startup+4782.3 s]
/proc/loadavg: 4.01 4.01 4.00 5/182 31092
/proc/meminfo: memFree=13420588/32950928 swapFree=67111528/67111528
[pid=30940] ppid=30938 vsize=18324 CPUtime=34.9 cores=1,3,5,7
/proc/30940/stat : 30940 (ppfolio) S 30938 30940 29807 0 -1 4202496 500 34146 0 0 0 0 3485 5 15 0 1 0 555855203 18763776 394 33554432000 4194304 4287625 140733388665568 18446744073709551615 231895510543 0 0 4096 65536 4492229719361552641 0 0 17 3 0 0 0
/proc/30940/statm: 4581 394 346 23 0 91 0
[pid=30943] ppid=30940 vsize=86680 CPUtime=2374.06 cores=1
/proc/30943/stat : 30943 (clasp) R 30940 30940 29807 0 -1 4202496 18288 0 0 0 237402 4 0 0 25 0 1 0 555855212 88760320 17500 33554432000 4194304 4785740 140736471406736 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30943/statm: 21670 17500 340 145 0 18715 0
[pid=30944] ppid=30940 vsize=465764 CPUtime=2373.4 cores=1
/proc/30944/stat : 30944 (TNM) R 30940 30940 29807 0 -1 4202496 3305 0 0 0 237340 0 0 0 25 0 1 0 555855212 476942336 3202 33554432000 134512640 134534564 4290281392 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30944/statm: 116441 3202 95 6 0 115107 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 570768

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/182 31094
/proc/meminfo: memFree=13420056/32950928 swapFree=67111528/67111528
[pid=30940] ppid=30938 vsize=18324 CPUtime=34.9 cores=1,3,5,7
/proc/30940/stat : 30940 (ppfolio) S 30938 30940 29807 0 -1 4202496 500 34146 0 0 0 0 3485 5 15 0 1 0 555855203 18763776 394 33554432000 4194304 4287625 140733388665568 18446744073709551615 231895510543 0 0 4096 65536 4492229719361552641 0 0 17 3 0 0 0
/proc/30940/statm: 4581 394 346 23 0 91 0
[pid=30943] ppid=30940 vsize=87320 CPUtime=2404.05 cores=1
/proc/30943/stat : 30943 (clasp) R 30940 30940 29807 0 -1 4202496 18424 0 0 0 240401 4 0 0 25 0 1 0 555855212 89415680 17636 33554432000 4194304 4785740 140736471406736 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30943/statm: 21830 17636 340 145 0 18875 0
[pid=30944] ppid=30940 vsize=465764 CPUtime=2403.4 cores=1
/proc/30944/stat : 30944 (TNM) R 30940 30940 29807 0 -1 4202496 3305 0 0 0 240340 0 0 0 25 0 1 0 555855212 476942336 3202 33554432000 134512640 134534564 4290281392 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30944/statm: 116441 3202 95 6 0 115107 0
Current children cumulated CPU time (s) 4842.35
Current children cumulated vsize (KiB) 571408

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/182 31096
/proc/meminfo: memFree=13419296/32950928 swapFree=67111528/67111528
[pid=30940] ppid=30938 vsize=18324 CPUtime=34.9 cores=1,3,5,7
/proc/30940/stat : 30940 (ppfolio) S 30938 30940 29807 0 -1 4202496 500 34146 0 0 0 0 3485 5 15 0 1 0 555855203 18763776 394 33554432000 4194304 4287625 140733388665568 18446744073709551615 231895510543 0 0 4096 65536 4492229719361552641 0 0 17 3 0 0 0
/proc/30940/statm: 4581 394 346 23 0 91 0
[pid=30943] ppid=30940 vsize=87640 CPUtime=2434.05 cores=1
/proc/30943/stat : 30943 (clasp) R 30940 30940 29807 0 -1 4202496 18655 0 0 0 243401 4 0 0 25 0 1 0 555855212 89743360 17706 33554432000 4194304 4785740 140736471406736 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30943/statm: 21910 17706 340 145 0 18955 0
[pid=30944] ppid=30940 vsize=465764 CPUtime=2433.41 cores=1
/proc/30944/stat : 30944 (TNM) R 30940 30940 29807 0 -1 4202496 3305 0 0 0 243341 0 0 0 25 0 1 0 555855212 476942336 3202 33554432000 134512640 134534564 4290281392 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30944/statm: 116441 3202 95 6 0 115107 0
Current children cumulated CPU time (s) 4902.36
Current children cumulated vsize (KiB) 571728

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/182 31097
/proc/meminfo: memFree=13418020/32950928 swapFree=67111528/67111528
[pid=30940] ppid=30938 vsize=18324 CPUtime=34.9 cores=1,3,5,7
/proc/30940/stat : 30940 (ppfolio) S 30938 30940 29807 0 -1 4202496 500 34146 0 0 0 0 3485 5 15 0 1 0 555855203 18763776 394 33554432000 4194304 4287625 140733388665568 18446744073709551615 231895510543 0 0 4096 65536 4492229719361552641 0 0 17 3 0 0 0
/proc/30940/statm: 4581 394 346 23 0 91 0
[pid=30943] ppid=30940 vsize=87640 CPUtime=2464.04 cores=1
/proc/30943/stat : 30943 (clasp) R 30940 30940 29807 0 -1 4202496 18655 0 0 0 246400 4 0 0 25 0 1 0 555855212 89743360 17706 33554432000 4194304 4785740 140736471406736 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30943/statm: 21910 17706 340 145 0 18955 0
[pid=30944] ppid=30940 vsize=465764 CPUtime=2463.42 cores=1
/proc/30944/stat : 30944 (TNM) R 30940 30940 29807 0 -1 4202496 3305 0 0 0 246342 0 0 0 25 0 1 0 555855212 476942336 3202 33554432000 134512640 134534564 4290281392 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30944/statm: 116441 3202 95 6 0 115107 0
Current children cumulated CPU time (s) 4962.36
Current children cumulated vsize (KiB) 571728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 4.00 4.00 4.00 3/178 31099
/proc/meminfo: memFree=13569176/32950928 swapFree=67111528/67111528
[pid=30940] ppid=30938 vsize=18324 CPUtime=34.9 cores=1,3,5,7
/proc/30940/stat : 30940 (ppfolio) S 30938 30940 29807 0 -1 4202496 500 34146 0 0 0 0 3485 5 15 0 1 0 555855203 18763776 394 33554432000 4194304 4287625 140733388665568 18446744073709551615 231895510543 0 0 4096 65536 4492229719361552641 0 0 17 3 0 0 0
/proc/30940/statm: 4581 394 346 23 0 91 0
[pid=30943] ppid=30940 vsize=87640 CPUtime=2482.94 cores=1
/proc/30943/stat : 30943 (clasp) R 30940 30940 29807 0 -1 4202496 18655 0 0 0 248290 4 0 0 25 0 1 0 555855212 89743360 17706 33554432000 4194304 4785740 140736471406736 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30943/statm: 21910 17706 340 145 0 18955 0
[pid=30944] ppid=30940 vsize=465764 CPUtime=2482.23 cores=1
/proc/30944/stat : 30944 (TNM) R 30940 30940 29807 0 -1 4202496 3305 0 0 0 248223 0 0 0 25 0 1 0 555855212 476942336 3202 33554432000 134512640 134534564 4290281392 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30944/statm: 116441 3202 95 6 0 115107 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 571728

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.01
CPU time (s): 5000.1
CPU user time (s): 4999.99
CPU system time (s): 0.108983
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1215508

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

runsolver used 8.22175 second user time and 19.0601 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-24 16:44:05
IDJOB=3275942
IDBENCH=84004
IDSOLVER=1639
FILE ID=node114/3275942-1303656245
RUNJOBID= node114-1303651243-30707
PBS_JOBID= 13150734
Free space on /tmp= 71692 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_3-log.shuffled-as.sat03-109.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275942-1303656245/watcher-3275942-1303656245 -o /tmp/evaluation-result-3275942-1303656245/solver-3275942-1303656245 -C 5000 -W 5100 -M 15500  ppfolio --nbcore=1 HOME/instance-3275942-1303656245.cnf

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

MD5SUM BENCH= f19999592ac4a0c798533d80c1c7f2d7
RANDOM SEED=1584904274

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13646088 kB
Buffers:       2306096 kB
Cached:       16336088 kB
SwapCached:          0 kB
Active:        9321028 kB
Inactive:      9396056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13646088 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           22944 kB
Writeback:           0 kB
AnonPages:       73948 kB
Mapped:          15852 kB
Slab:           524484 kB
PageTables:       4664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   678416 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= 71680 MiB
End job on node114 at 2011-04-24 18:07:27