Trace number 3220570

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.08 4999.91

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S1224290751-070.UNKNOWN.cnf
MD5SUM4d61767800ed8aa0f56d10b54eba4120
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of clauses2662
Sum of the clauses size13310
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52662
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
5000.05/4999.90	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-3220570-1303274843/watcher-3220570-1303274843 -o /tmp/evaluation-result-3220570-1303274843/solver-3220570-1303274843 -C 5000 -W 5000 -M 15500 ppfolio --nbcore=1 HOME/instance-3220570-1303274843.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 4.91 4/180 16271
/proc/meminfo: memFree=15405856/32950928 swapFree=67111528/67111528
[pid=16271] ppid=16269 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/16271/stat : 16271 (ppfolio) S 16269 16271 14779 0 -1 4202496 500 0 0 0 0 0 0 0 25 0 1 0 517715025 18763776 394 33554432000 4194304 4287625 140735648633920 18446744073709551615 231895510543 0 0 4096 65536 4547598513596236040 0 0 17 3 0 0 0
/proc/16271/statm: 4581 394 345 23 0 91 0

[startup+0.091184 s]
/proc/loadavg: 5.08 5.02 4.91 4/180 16271
/proc/meminfo: memFree=15405856/32950928 swapFree=67111528/67111528
[pid=16271] ppid=16269 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/16271/stat : 16271 (ppfolio) S 16269 16271 14779 0 -1 4202496 500 0 0 0 0 0 0 0 25 0 1 0 517715025 18763776 394 33554432000 4194304 4287625 140735648633920 18446744073709551615 231895510543 0 0 4096 65536 4547598513596236040 0 0 17 3 0 0 0
/proc/16271/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100185 s]
/proc/loadavg: 5.08 5.02 4.91 4/180 16271
/proc/meminfo: memFree=15405856/32950928 swapFree=67111528/67111528
[pid=16271] ppid=16269 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/16271/stat : 16271 (ppfolio) S 16269 16271 14779 0 -1 4202496 500 0 0 0 0 0 0 0 25 0 1 0 517715025 18763776 394 33554432000 4194304 4287625 140735648633920 18446744073709551615 231895510543 0 0 4096 65536 4547598513596236040 0 0 17 3 0 0 0
/proc/16271/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300145 s]
/proc/loadavg: 5.08 5.02 4.91 4/180 16271
/proc/meminfo: memFree=15405856/32950928 swapFree=67111528/67111528
[pid=16271] ppid=16269 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/16271/stat : 16271 (ppfolio) S 16269 16271 14779 0 -1 4202496 501 0 0 0 0 0 0 0 23 0 1 0 517715025 18763776 394 33554432000 4194304 4287625 140735648633920 18446744073709551615 231895510543 0 0 4096 65536 4589130087139377152 0 0 17 3 0 0 0
/proc/16271/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.701077 s]
/proc/loadavg: 5.08 5.02 4.91 4/180 16271
/proc/meminfo: memFree=15405856/32950928 swapFree=67111528/67111528
[pid=16271] ppid=16269 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/16271/stat : 16271 (ppfolio) S 16269 16271 14779 0 -1 4202496 501 0 0 0 0 0 0 0 23 0 1 0 517715025 18763776 394 33554432000 4194304 4287625 140735648633920 18446744073709551615 231895510543 0 0 4096 65536 4589130087139377152 0 0 17 3 0 0 0
/proc/16271/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50092 s]
/proc/loadavg: 5.08 5.02 4.91 7/184 16275
/proc/meminfo: memFree=15401236/32950928 swapFree=67111528/67111528
[pid=16271] ppid=16269 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/16271/stat : 16271 (ppfolio) S 16269 16271 14779 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 517715025 18763776 394 33554432000 4194304 4287625 140735648633920 18446744073709551615 231895510543 0 0 4096 65536 4589130362017284096 0 0 17 3 0 0 0
/proc/16271/statm: 4581 394 345 23 0 91 0
[pid=16272] ppid=16271 vsize=2029648 CPUtime=0.54 cores=1
/proc/16272/stat : 16272 (cryptominisat) R 16271 16271 14779 0 -1 4202496 1531 0 0 0 54 0 0 0 25 0 1 0 517715025 2078359552 917 33554432000 4194304 4587354 140734665331088 18446744073709551615 4238944 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16272/statm: 507412 917 327 96 0 503974 0
[pid=16273] ppid=16271 vsize=13368 CPUtime=0.42 cores=1
/proc/16273/stat : 16273 (clasp) R 16271 16271 14779 0 -1 4202496 791 0 0 0 42 0 0 0 25 0 1 0 517715025 13688832 682 33554432000 4194304 4785740 140735362014816 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16273/statm: 3342 682 340 145 0 387 0
[pid=16274] ppid=16271 vsize=455996 CPUtime=0.52 cores=1
/proc/16274/stat : 16274 (TNM) R 16271 16271 14779 0 -1 4202496 365 0 0 0 52 0 0 0 25 0 1 0 517715025 466939904 261 33554432000 134512640 134534564 4293533632 18446744073709551615 134529870 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16274/statm: 113999 261 95 6 0 112665 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 2517336

[startup+3.10062 s]
/proc/loadavg: 5.08 5.02 4.91 7/184 16275
/proc/meminfo: memFree=15400000/32950928 swapFree=67111528/67111528
[pid=16271] ppid=16269 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/16271/stat : 16271 (ppfolio) S 16269 16271 14779 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 517715025 18763776 394 33554432000 4194304 4287625 140735648633920 18446744073709551615 231895510543 0 0 4096 65536 4589128575310888960 0 0 17 3 0 0 0
/proc/16271/statm: 4581 394 345 23 0 91 0
[pid=16272] ppid=16271 vsize=2030220 CPUtime=1.04 cores=1
/proc/16272/stat : 16272 (cryptominisat) R 16271 16271 14779 0 -1 4202496 2290 0 0 0 104 0 0 0 25 0 1 0 517715025 2078945280 989 33554432000 4194304 4587354 140734665331088 18446744073709551615 4238582 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16272/statm: 507555 989 331 96 0 504117 0
[pid=16273] ppid=16271 vsize=13772 CPUtime=0.93 cores=1
/proc/16273/stat : 16273 (clasp) R 16271 16271 14779 0 -1 4202496 884 0 0 0 93 0 0 0 25 0 1 0 517715025 14102528 775 33554432000 4194304 4785740 140735362014816 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16273/statm: 3443 775 340 145 0 488 0
[pid=16274] ppid=16271 vsize=455996 CPUtime=1.11 cores=1
/proc/16274/stat : 16274 (TNM) R 16271 16271 14779 0 -1 4202496 365 0 0 0 111 0 0 0 25 0 1 0 517715025 466939904 261 33554432000 134512640 134534564 4293533632 18446744073709551615 134528991 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16274/statm: 113999 261 95 6 0 112665 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 2518312

[startup+6.30102 s]
/proc/loadavg: 5.15 5.03 4.92 7/184 16275
/proc/meminfo: memFree=15391944/32950928 swapFree=67111528/67111528
[pid=16271] ppid=16269 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/16271/stat : 16271 (ppfolio) S 16269 16271 14779 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 517715025 18763776 394 33554432000 4194304 4287625 140735648633920 18446744073709551615 231895510543 0 0 4096 65536 4589130499456237568 0 0 17 3 0 0 0
/proc/16271/statm: 4581 394 345 23 0 91 0
[pid=16272] ppid=16271 vsize=2036636 CPUtime=2.14 cores=1
/proc/16272/stat : 16272 (cryptominisat) R 16271 16271 14779 0 -1 4202496 4686 0 0 0 214 0 0 0 25 0 1 0 517715025 2085515264 2443 33554432000 4194304 4587354 140734665331088 18446744073709551615 4239308 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16272/statm: 509159 2443 337 96 0 505721 0
[pid=16273] ppid=16271 vsize=14324 CPUtime=2.02 cores=1
/proc/16273/stat : 16273 (clasp) R 16271 16271 14779 0 -1 4202496 1036 0 0 0 202 0 0 0 25 0 1 0 517715025 14667776 927 33554432000 4194304 4785740 140735362014816 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16273/statm: 3581 927 340 145 0 626 0
[pid=16274] ppid=16271 vsize=455996 CPUtime=2.12 cores=1
/proc/16274/stat : 16274 (TNM) R 16271 16271 14779 0 -1 4202496 365 0 0 0 212 0 0 0 25 0 1 0 517715025 466939904 261 33554432000 134512640 134534564 4293533632 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16274/statm: 113999 261 95 6 0 112665 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 2525280

[startup+12.7008 s]
/proc/loadavg: 5.22 5.05 4.93 6/183 16275
/proc/meminfo: memFree=15399416/32950928 swapFree=67111528/67111528
[pid=16271] ppid=16269 vsize=18324 CPUtime=3.28 cores=1,3,5,7
/proc/16271/stat : 16271 (ppfolio) S 16269 16271 14779 0 -1 4202496 502 5777 0 0 0 0 328 0 15 0 1 0 517715025 18763776 395 33554432000 4194304 4287625 140735648633920 18446744073709551615 231895510543 0 0 4096 65536 4425436999314276609 0 0 17 3 0 0 0
/proc/16271/statm: 4581 395 346 23 0 91 0
[pid=16273] ppid=16271 vsize=15028 CPUtime=4.62 cores=1
/proc/16273/stat : 16273 (clasp) R 16271 16271 14779 0 -1 4202496 1198 0 0 0 462 0 0 0 25 0 1 0 517715025 15388672 1089 33554432000 4194304 4785740 140735362014816 18446744073709551615 4546224 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16273/statm: 3757 1089 340 145 0 802 0
[pid=16274] ppid=16271 vsize=455996 CPUtime=4.78 cores=1
/proc/16274/stat : 16274 (TNM) R 16271 16271 14779 0 -1 4202496 365 0 0 0 478 0 0 0 25 0 1 0 517715025 466939904 261 33554432000 134512640 134534564 4293533632 18446744073709551615 134530484 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16274/statm: 113999 261 95 6 0 112665 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 489348

[startup+25.5004 s]
/proc/loadavg: 5.17 5.05 4.93 6/183 16276
/proc/meminfo: memFree=15397812/32950928 swapFree=67111528/67111528
[pid=16271] ppid=16269 vsize=18324 CPUtime=3.28 cores=1,3,5,7
/proc/16271/stat : 16271 (ppfolio) S 16269 16271 14779 0 -1 4202496 502 5777 0 0 0 0 328 0 15 0 1 0 517715025 18763776 395 33554432000 4194304 4287625 140735648633920 18446744073709551615 231895510543 0 0 4096 65536 4425436999314276609 0 0 17 3 0 0 0
/proc/16271/statm: 4581 395 346 23 0 91 0
[pid=16273] ppid=16271 vsize=16080 CPUtime=11.02 cores=1
/proc/16273/stat : 16273 (clasp) R 16271 16271 14779 0 -1 4202496 1446 0 0 0 1102 0 0 0 25 0 1 0 517715025 16465920 1337 33554432000 4194304 4785740 140735362014816 18446744073709551615 4278129 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16273/statm: 4020 1337 340 145 0 1065 0
[pid=16274] ppid=16271 vsize=455996 CPUtime=11.18 cores=1
/proc/16274/stat : 16274 (TNM) R 16271 16271 14779 0 -1 4202496 365 0 0 0 1118 0 0 0 25 0 1 0 517715025 466939904 261 33554432000 134512640 134534564 4293533632 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16274/statm: 113999 261 95 6 0 112665 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 490400

[startup+51.1006 s]
/proc/loadavg: 5.11 5.04 4.93 6/183 16276
/proc/meminfo: memFree=15407376/32950928 swapFree=67111528/67111528
[pid=16271] ppid=16269 vsize=18324 CPUtime=3.28 cores=1,3,5,7
/proc/16271/stat : 16271 (ppfolio) S 16269 16271 14779 0 -1 4202496 502 5777 0 0 0 0 328 0 15 0 1 0 517715025 18763776 395 33554432000 4194304 4287625 140735648633920 18446744073709551615 231895510543 0 0 4096 65536 4425436999314276609 0 0 17 3 0 0 0
/proc/16271/statm: 4581 395 346 23 0 91 0
[pid=16273] ppid=16271 vsize=17912 CPUtime=23.81 cores=1
/proc/16273/stat : 16273 (clasp) R 16271 16271 14779 0 -1 4202496 1875 0 0 0 2381 0 0 0 25 0 1 0 517715025 18341888 1766 33554432000 4194304 4785740 140735362014816 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16273/statm: 4478 1766 340 145 0 1523 0
[pid=16274] ppid=16271 vsize=455996 CPUtime=23.98 cores=1
/proc/16274/stat : 16274 (TNM) R 16271 16271 14779 0 -1 4202496 365 0 0 0 2398 0 0 0 25 0 1 0 517715025 466939904 261 33554432000 134512640 134534564 4293533632 18446744073709551615 134530273 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16274/statm: 113999 261 95 6 0 112665 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 492232

[startup+102.306 s]
/proc/loadavg: 5.10 5.05 4.93 6/183 16278
/proc/meminfo: memFree=15405500/32950928 swapFree=67111528/67111528
[pid=16271] ppid=16269 vsize=18324 CPUtime=3.28 cores=1,3,5,7
/proc/16271/stat : 16271 (ppfolio) S 16269 16271 14779 0 -1 4202496 502 5777 0 0 0 0 328 0 15 0 1 0 517715025 18763776 395 33554432000 4194304 4287625 140735648633920 18446744073709551615 231895510543 0 0 4096 65536 4425436999314276609 0 0 17 3 0 0 0
/proc/16271/statm: 4581 395 346 23 0 91 0
[pid=16273] ppid=16271 vsize=19904 CPUtime=49.41 cores=1
/proc/16273/stat : 16273 (clasp) R 16271 16271 14779 0 -1 4202496 2310 0 0 0 4941 0 0 0 25 0 1 0 517715025 20381696 2201 33554432000 4194304 4785740 140735362014816 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16273/statm: 4976 2201 340 145 0 2021 0
[pid=16274] ppid=16271 vsize=455996 CPUtime=49.59 cores=1
/proc/16274/stat : 16274 (TNM) R 16271 16271 14779 0 -1 4202496 365 0 0 0 4959 0 0 0 25 0 1 0 517715025 466939904 261 33554432000 134512640 134534564 4293533632 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16274/statm: 113999 261 95 6 0 112665 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 494224

[startup+162.301 s]
/proc/loadavg: 5.04 5.04 4.93 6/183 16279
/proc/meminfo: memFree=15393800/32950928 swapFree=67111528/67111528
[pid=16271] ppid=16269 vsize=18324 CPUtime=3.28 cores=1,3,5,7
/proc/16271/stat : 16271 (ppfolio) S 16269 16271 14779 0 -1 4202496 502 5777 0 0 0 0 328 0 15 0 1 0 517715025 18763776 395 33554432000 4194304 4287625 140735648633920 18446744073709551615 231895510543 0 0 4096 65536 4425436999314276609 0 0 17 3 0 0 0
/proc/16271/statm: 4581 395 346 23 0 91 0
[pid=16273] ppid=16271 vsize=21628 CPUtime=79.41 cores=1
/proc/16273/stat : 16273 (clasp) R 16271 16271 14779 0 -1 4202496 2712 0 0 0 7941 0 0 0 25 0 1 0 517715025 22147072 2603 33554432000 4194304 4785740 140735362014816 18446744073709551615 4309704 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16273/statm: 5407 2603 340 145 0 2452 0
[pid=16274] ppid=16271 vsize=455996 CPUtime=79.59 cores=1
/proc/16274/stat : 16274 (TNM) R 16271 16271 14779 0 -1 4202496 365 0 0 0 7959 0 0 0 25 0 1 0 517715025 466939904 261 33554432000 134512640 134534564 4293533632 18446744073709551615 134530353 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16274/statm: 113999 261 95 6 0 112665 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 495948

[startup+222.3 s]
/proc/loadavg: 5.01 5.03 4.93 6/183 16281
/proc/meminfo: memFree=15402592/32950928 swapFree=67111528/67111528
[pid=16271] ppid=16269 vsize=18324 CPUtime=3.28 cores=1,3,5,7
/proc/16271/stat : 16271 (ppfolio) S 16269 16271 14779 0 -1 4202496 502 5777 0 0 0 0 328 0 15 0 1 0 517715025 18763776 395 33554432000 4194304 4287625 140735648633920 18446744073709551615 231895510543 0 0 4096 65536 4425436999314276609 0 0 17 3 0 0 0
/proc/16271/statm: 4581 395 346 23 0 91 0
[pid=16273] ppid=16271 vsize=22960 CPUtime=109.41 cores=1

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

[pid=16271] ppid=16269 vsize=18324 CPUtime=3.28 cores=1,3,5,7
/proc/16271/stat : 16271 (ppfolio) S 16269 16271 14779 0 -1 4202496 502 5777 0 0 0 0 328 0 15 0 1 0 517715025 18763776 395 33554432000 4194304 4287625 140735648633920 18446744073709551615 231895510543 0 0 4096 65536 4425436999314276609 0 0 17 3 0 0 0
/proc/16271/statm: 4581 395 346 23 0 91 0
[pid=16273] ppid=16271 vsize=35348 CPUtime=2239.48 cores=1
/proc/16273/stat : 16273 (clasp) R 16271 16271 14779 0 -1 4202496 5977 0 0 0 223948 0 0 0 25 0 1 0 517715025 36196352 5868 33554432000 4194304 4785740 140735362014816 18446744073709551615 4552536 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16273/statm: 8837 5868 341 145 0 5882 0
[pid=16274] ppid=16271 vsize=455996 CPUtime=2239.67 cores=1
/proc/16274/stat : 16274 (TNM) R 16271 16271 14779 0 -1 4202496 365 0 0 0 223967 0 0 0 25 0 1 0 517715025 466939904 261 33554432000 134512640 134534564 4293533632 18446744073709551615 134529296 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16274/statm: 113999 261 95 6 0 112665 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 509668

[startup+4542.3 s]
/proc/loadavg: 5.03 5.01 4.99 6/183 16447
/proc/meminfo: memFree=15371652/32950928 swapFree=67111528/67111528
[pid=16271] ppid=16269 vsize=18324 CPUtime=3.28 cores=1,3,5,7
/proc/16271/stat : 16271 (ppfolio) S 16269 16271 14779 0 -1 4202496 502 5777 0 0 0 0 328 0 15 0 1 0 517715025 18763776 395 33554432000 4194304 4287625 140735648633920 18446744073709551615 231895510543 0 0 4096 65536 4425436999314276609 0 0 17 3 0 0 0
/proc/16271/statm: 4581 395 346 23 0 91 0
[pid=16273] ppid=16271 vsize=35348 CPUtime=2269.48 cores=1
/proc/16273/stat : 16273 (clasp) R 16271 16271 14779 0 -1 4202496 5980 0 0 0 226948 0 0 0 25 0 1 0 517715025 36196352 5871 33554432000 4194304 4785740 140735362014816 18446744073709551615 4553380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16273/statm: 8837 5871 341 145 0 5882 0
[pid=16274] ppid=16271 vsize=455996 CPUtime=2269.66 cores=1
/proc/16274/stat : 16274 (TNM) R 16271 16271 14779 0 -1 4202496 365 0 0 0 226966 0 0 0 25 0 1 0 517715025 466939904 261 33554432000 134512640 134534564 4293533632 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16274/statm: 113999 261 95 6 0 112665 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 509668

[startup+4602.3 s]
/proc/loadavg: 5.01 5.00 4.99 6/183 16449
/proc/meminfo: memFree=15370356/32950928 swapFree=67111528/67111528
[pid=16271] ppid=16269 vsize=18324 CPUtime=3.28 cores=1,3,5,7
/proc/16271/stat : 16271 (ppfolio) S 16269 16271 14779 0 -1 4202496 502 5777 0 0 0 0 328 0 15 0 1 0 517715025 18763776 395 33554432000 4194304 4287625 140735648633920 18446744073709551615 231895510543 0 0 4096 65536 4425436999314276609 0 0 17 3 0 0 0
/proc/16271/statm: 4581 395 346 23 0 91 0
[pid=16273] ppid=16271 vsize=35348 CPUtime=2299.5 cores=1
/proc/16273/stat : 16273 (clasp) R 16271 16271 14779 0 -1 4202496 5980 0 0 0 229950 0 0 0 25 0 1 0 517715025 36196352 5871 33554432000 4194304 4785740 140735362014816 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16273/statm: 8837 5871 341 145 0 5882 0
[pid=16274] ppid=16271 vsize=455996 CPUtime=2299.66 cores=1
/proc/16274/stat : 16274 (TNM) R 16271 16271 14779 0 -1 4202496 365 0 0 0 229966 0 0 0 25 0 1 0 517715025 466939904 261 33554432000 134512640 134534564 4293533632 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16274/statm: 113999 261 95 6 0 112665 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 509668

[startup+4662.3 s]
/proc/loadavg: 5.00 5.00 4.99 6/183 16450
/proc/meminfo: memFree=15370192/32950928 swapFree=67111528/67111528
[pid=16271] ppid=16269 vsize=18324 CPUtime=3.28 cores=1,3,5,7
/proc/16271/stat : 16271 (ppfolio) S 16269 16271 14779 0 -1 4202496 502 5777 0 0 0 0 328 0 15 0 1 0 517715025 18763776 395 33554432000 4194304 4287625 140735648633920 18446744073709551615 231895510543 0 0 4096 65536 4425436999314276609 0 0 17 3 0 0 0
/proc/16271/statm: 4581 395 346 23 0 91 0
[pid=16273] ppid=16271 vsize=35348 CPUtime=2329.5 cores=1
/proc/16273/stat : 16273 (clasp) R 16271 16271 14779 0 -1 4202496 5983 0 0 0 232950 0 0 0 25 0 1 0 517715025 36196352 5874 33554432000 4194304 4785740 140735362014816 18446744073709551615 4549596 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16273/statm: 8837 5874 341 145 0 5882 0
[pid=16274] ppid=16271 vsize=455996 CPUtime=2329.65 cores=1
/proc/16274/stat : 16274 (TNM) R 16271 16271 14779 0 -1 4202496 365 0 0 0 232965 0 0 0 25 0 1 0 517715025 466939904 261 33554432000 134512640 134534564 4293533632 18446744073709551615 134528473 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16274/statm: 113999 261 95 6 0 112665 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 509668

[startup+4722.31 s]
/proc/loadavg: 5.00 5.00 4.99 6/183 16452
/proc/meminfo: memFree=15370160/32950928 swapFree=67111528/67111528
[pid=16271] ppid=16269 vsize=18324 CPUtime=3.28 cores=1,3,5,7
/proc/16271/stat : 16271 (ppfolio) S 16269 16271 14779 0 -1 4202496 502 5777 0 0 0 0 328 0 15 0 1 0 517715025 18763776 395 33554432000 4194304 4287625 140735648633920 18446744073709551615 231895510543 0 0 4096 65536 4425436999314276609 0 0 17 3 0 0 0
/proc/16271/statm: 4581 395 346 23 0 91 0
[pid=16273] ppid=16271 vsize=35348 CPUtime=2359.51 cores=1
/proc/16273/stat : 16273 (clasp) R 16271 16271 14779 0 -1 4202496 5985 0 0 0 235951 0 0 0 25 0 1 0 517715025 36196352 5876 33554432000 4194304 4785740 140735362014816 18446744073709551615 4287070 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16273/statm: 8837 5876 341 145 0 5882 0
[pid=16274] ppid=16271 vsize=455996 CPUtime=2359.65 cores=1
/proc/16274/stat : 16274 (TNM) R 16271 16271 14779 0 -1 4202496 365 0 0 0 235965 0 0 0 25 0 1 0 517715025 466939904 261 33554432000 134512640 134534564 4293533632 18446744073709551615 134528934 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16274/statm: 113999 261 95 6 0 112665 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 509668

[startup+4782.3 s]
/proc/loadavg: 5.00 5.00 4.99 6/183 16454
/proc/meminfo: memFree=15370240/32950928 swapFree=67111528/67111528
[pid=16271] ppid=16269 vsize=18324 CPUtime=3.28 cores=1,3,5,7
/proc/16271/stat : 16271 (ppfolio) S 16269 16271 14779 0 -1 4202496 502 5777 0 0 0 0 328 0 15 0 1 0 517715025 18763776 395 33554432000 4194304 4287625 140735648633920 18446744073709551615 231895510543 0 0 4096 65536 4425436999314276609 0 0 17 3 0 0 0
/proc/16271/statm: 4581 395 346 23 0 91 0
[pid=16273] ppid=16271 vsize=35348 CPUtime=2389.51 cores=1
/proc/16273/stat : 16273 (clasp) R 16271 16271 14779 0 -1 4202496 5989 0 0 0 238951 0 0 0 25 0 1 0 517715025 36196352 5880 33554432000 4194304 4785740 140735362014816 18446744073709551615 4287104 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16273/statm: 8837 5880 341 145 0 5882 0
[pid=16274] ppid=16271 vsize=455996 CPUtime=2389.64 cores=1
/proc/16274/stat : 16274 (TNM) R 16271 16271 14779 0 -1 4202496 365 0 0 0 238964 0 0 0 25 0 1 0 517715025 466939904 261 33554432000 134512640 134534564 4293533632 18446744073709551615 134528415 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16274/statm: 113999 261 95 6 0 112665 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 509668

[startup+4842.3 s]
/proc/loadavg: 5.00 5.00 4.99 6/183 16455
/proc/meminfo: memFree=15370092/32950928 swapFree=67111528/67111528
[pid=16271] ppid=16269 vsize=18324 CPUtime=3.28 cores=1,3,5,7
/proc/16271/stat : 16271 (ppfolio) S 16269 16271 14779 0 -1 4202496 502 5777 0 0 0 0 328 0 15 0 1 0 517715025 18763776 395 33554432000 4194304 4287625 140735648633920 18446744073709551615 231895510543 0 0 4096 65536 4425436999314276609 0 0 17 3 0 0 0
/proc/16271/statm: 4581 395 346 23 0 91 0
[pid=16273] ppid=16271 vsize=35348 CPUtime=2419.52 cores=1
/proc/16273/stat : 16273 (clasp) R 16271 16271 14779 0 -1 4202496 5989 0 0 0 241952 0 0 0 25 0 1 0 517715025 36196352 5880 33554432000 4194304 4785740 140735362014816 18446744073709551615 4550400 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16273/statm: 8837 5880 341 145 0 5882 0
[pid=16274] ppid=16271 vsize=455996 CPUtime=2419.64 cores=1
/proc/16274/stat : 16274 (TNM) R 16271 16271 14779 0 -1 4202496 365 0 0 0 241964 0 0 0 25 0 1 0 517715025 466939904 261 33554432000 134512640 134534564 4293533632 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16274/statm: 113999 261 95 6 0 112665 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 509668

[startup+4902.3 s]
/proc/loadavg: 5.00 5.00 4.99 6/183 16457
/proc/meminfo: memFree=15360512/32950928 swapFree=67111528/67111528
[pid=16271] ppid=16269 vsize=18324 CPUtime=3.28 cores=1,3,5,7
/proc/16271/stat : 16271 (ppfolio) S 16269 16271 14779 0 -1 4202496 502 5777 0 0 0 0 328 0 15 0 1 0 517715025 18763776 395 33554432000 4194304 4287625 140735648633920 18446744073709551615 231895510543 0 0 4096 65536 4425436999314276609 0 0 17 3 0 0 0
/proc/16271/statm: 4581 395 346 23 0 91 0
[pid=16273] ppid=16271 vsize=35348 CPUtime=2449.52 cores=1
/proc/16273/stat : 16273 (clasp) R 16271 16271 14779 0 -1 4202496 5989 0 0 0 244952 0 0 0 25 0 1 0 517715025 36196352 5880 33554432000 4194304 4785740 140735362014816 18446744073709551615 4538896 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16273/statm: 8837 5880 341 145 0 5882 0
[pid=16274] ppid=16271 vsize=455996 CPUtime=2449.64 cores=1
/proc/16274/stat : 16274 (TNM) R 16271 16271 14779 0 -1 4202496 365 0 0 0 244964 0 0 0 25 0 1 0 517715025 466939904 261 33554432000 134512640 134534564 4293533632 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16274/statm: 113999 261 95 6 0 112665 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 509668

[startup+4962.3 s]
/proc/loadavg: 5.00 5.00 4.99 6/183 16458
/proc/meminfo: memFree=15369424/32950928 swapFree=67111528/67111528
[pid=16271] ppid=16269 vsize=18324 CPUtime=3.28 cores=1,3,5,7
/proc/16271/stat : 16271 (ppfolio) S 16269 16271 14779 0 -1 4202496 502 5777 0 0 0 0 328 0 15 0 1 0 517715025 18763776 395 33554432000 4194304 4287625 140735648633920 18446744073709551615 231895510543 0 0 4096 65536 4425436999314276609 0 0 17 3 0 0 0
/proc/16271/statm: 4581 395 346 23 0 91 0
[pid=16273] ppid=16271 vsize=35348 CPUtime=2479.53 cores=1
/proc/16273/stat : 16273 (clasp) R 16271 16271 14779 0 -1 4202496 5990 0 0 0 247953 0 0 0 25 0 1 0 517715025 36196352 5881 33554432000 4194304 4785740 140735362014816 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16273/statm: 8837 5881 341 145 0 5882 0
[pid=16274] ppid=16271 vsize=455996 CPUtime=2479.63 cores=1
/proc/16274/stat : 16274 (TNM) R 16271 16271 14779 0 -1 4202496 365 0 0 0 247963 0 0 0 25 0 1 0 517715025 466939904 261 33554432000 134512640 134534564 4293533632 18446744073709551615 134528955 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16274/statm: 113999 261 95 6 0 112665 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 509668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 5.00 5.00 4.99 6/183 16459
/proc/meminfo: memFree=15369528/32950928 swapFree=67111528/67111528
[pid=16271] ppid=16269 vsize=18324 CPUtime=3.28 cores=1,3,5,7
/proc/16271/stat : 16271 (ppfolio) S 16269 16271 14779 0 -1 4202496 502 5777 0 0 0 0 328 0 15 0 1 0 517715025 18763776 395 33554432000 4194304 4287625 140735648633920 18446744073709551615 231895510543 0 0 4096 65536 4425436999314276609 0 0 17 3 0 0 0
/proc/16271/statm: 4581 395 346 23 0 91 0
[pid=16273] ppid=16271 vsize=35348 CPUtime=2498.33 cores=1
/proc/16273/stat : 16273 (clasp) R 16271 16271 14779 0 -1 4202496 5990 0 0 0 249833 0 0 0 25 0 1 0 517715025 36196352 5881 33554432000 4194304 4785740 140735362014816 18446744073709551615 231895188110 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16273/statm: 8837 5881 341 145 0 5882 0
[pid=16274] ppid=16271 vsize=455996 CPUtime=2498.44 cores=1
/proc/16274/stat : 16274 (TNM) R 16271 16271 14779 0 -1 4202496 365 0 0 0 249844 0 0 0 25 0 1 0 517715025 466939904 261 33554432000 134512640 134534564 4293533632 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16274/statm: 113999 261 95 6 0 112665 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 509668

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: 5.00 5.00 4.99 6/183 16459
/proc/meminfo: memFree=15369528/32950928 swapFree=67111528/67111528
[pid=16271] ppid=16269 vsize=18324 CPUtime=3.28 cores=1,3,5,7
/proc/16271/stat : 16271 (ppfolio) S 16269 16271 14779 0 -1 4202496 502 5777 0 0 0 0 328 0 15 0 1 0 517715025 18763776 395 33554432000 4194304 4287625 140735648633920 18446744073709551615 231895510543 0 0 4096 65536 4425436999314276609 0 0 17 3 0 0 0
/proc/16271/statm: 4581 395 346 23 0 91 0
[pid=16273] ppid=16271 vsize=35348 CPUtime=2498.33 cores=1
/proc/16273/stat : 16273 (clasp) R 16271 16271 14779 0 -1 4202496 5990 0 0 0 249833 0 0 0 25 0 1 0 517715025 36196352 5881 33554432000 4194304 4785740 140735362014816 18446744073709551615 231895188110 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16273/statm: 8837 5881 341 145 0 5882 0
[pid=16274] ppid=16271 vsize=455996 CPUtime=2498.44 cores=1
/proc/16274/stat : 16274 (TNM) R 16271 16271 14779 0 -1 4202496 365 0 0 0 249844 0 0 0 25 0 1 0 517715025 466939904 261 33554432000 134512640 134534564 4293533632 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16274/statm: 113999 261 95 6 0 112665 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 509668

Child status: 0
Real time (s): 4999.91
CPU time (s): 5000.08
CPU user time (s): 5000.07
CPU system time (s): 0.016997
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2528628

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

runsolver used 6.97394 second user time and 15.7776 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-20 06:47:23
IDJOB=3220570
IDBENCH=82778
IDSOLVER=1639
FILE ID=node114/3220570-1303274843
RUNJOBID= node114-1303259274-14798
PBS_JOBID= 13049510
Free space on /tmp= 71676 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S1224290751-070.UNKNOWN.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3220570-1303274843/watcher-3220570-1303274843 -o /tmp/evaluation-result-3220570-1303274843/solver-3220570-1303274843 -C 5000 -W 5000 -M 15500  ppfolio --nbcore=1 HOME/instance-3220570-1303274843.cnf

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

MD5SUM BENCH= 4d61767800ed8aa0f56d10b54eba4120
RANDOM SEED=562468507

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:      15406012 kB
Buffers:        736652 kB
Cached:       16297516 kB
SwapCached:          0 kB
Active:        7842084 kB
Inactive:      9333956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15406012 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10096 kB
Writeback:           0 kB
AnonPages:      141792 kB
Mapped:          16448 kB
Slab:           306288 kB
PageTables:       4836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1337660 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= 71664 MiB
End job on node114 at 2011-04-20 08:10:43