Trace number 3250643

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 par? (TO) 4800.18 1203.31

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-18_312.cnf
MD5SUM1144bbd60c180aa5e72d35b74e9676cb
Bench CategoryCRAFTED (crafted 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 variables312
Number of clauses26889
Sum of the clauses size121302
Maximum clause length18
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 324180
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52709

Solver Data

0.00/0.87	This is pico-portfolio, a naive parallel portfolio
0.00/0.87	Copyright (C) 2011 Olivier Roussel
0.00/0.87	Using 4 processing units
0.00/0.87	This portfolio uses the following solvers:
0.00/0.87	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.87	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.87	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.87	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.87	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.87	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.87	Starting clasp 1.3.6 on core(s) 4
0.00/0.87	Starting TNM 2009 on core(s) 6
0.00/0.87	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.87	Starting march_hi 2009 on core(s) 6
4800.18/1203.31	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-3250643-1304087133/watcher-3250643-1304087133 -o /tmp/evaluation-result-3250643-1304087133/solver-3250643-1304087133 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3250643-1304087133.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 10.29 10.19 10.11 7/180 7718
/proc/meminfo: memFree=16638296/32951132 swapFree=67111524/67111528
[pid=7718] ppid=7716 vsize=18240 CPUtime=0 cores=0,2,4,6
/proc/7718/stat : 7718 (ppfolio) R 7716 7718 5255 0 -1 4194304 268 0 0 0 0 0 0 0 25 0 1 0 520312931 18677760 216 33554432000 4194304 4287625 140735727487232 18446744073709551615 210642183656 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/7718/statm: 4560 216 183 23 0 57 0

[startup+0.871067 s]
/proc/loadavg: 10.29 10.19 10.11 7/180 7718
/proc/meminfo: memFree=16638296/32951132 swapFree=67111524/67111528
[pid=7718] ppid=7716 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7718/stat : 7718 (ppfolio) S 7716 7718 5255 0 -1 4202496 524 0 0 0 0 0 0 0 18 0 1 0 520312931 18763776 390 33554432000 4194304 4287625 140735727487232 18446744073709551615 210647166479 0 0 4096 65536 15696998537843703807 0 0 17 2 0 0 0
/proc/7718/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.90098 s]
/proc/loadavg: 10.29 10.19 10.11 7/180 7718
/proc/meminfo: memFree=16638296/32951132 swapFree=67111524/67111528
[pid=7718] ppid=7716 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7718/stat : 7718 (ppfolio) S 7716 7718 5255 0 -1 4202496 524 0 0 0 0 0 0 0 18 0 1 0 520312931 18763776 390 33554432000 4194304 4287625 140735727487232 18446744073709551615 210647166479 0 0 4096 65536 15696998537843703807 0 0 17 2 0 0 0
/proc/7718/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.00097 s]
/proc/loadavg: 10.29 10.19 10.11 7/180 7718
/proc/meminfo: memFree=16638296/32951132 swapFree=67111524/67111528
[pid=7718] ppid=7716 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7718/stat : 7718 (ppfolio) S 7716 7718 5255 0 -1 4202496 524 0 0 0 0 0 0 0 18 0 1 0 520312931 18763776 390 33554432000 4194304 4287625 140735727487232 18446744073709551615 210647166479 0 0 4096 65536 15696998537843703807 0 0 17 2 0 0 0
/proc/7718/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.10095 s]
/proc/loadavg: 10.29 10.19 10.11 7/180 7718
/proc/meminfo: memFree=16638296/32951132 swapFree=67111524/67111528
[pid=7718] ppid=7716 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7718/stat : 7718 (ppfolio) S 7716 7718 5255 0 -1 4202496 524 0 0 0 0 0 0 0 18 0 1 0 520312931 18763776 390 33554432000 4194304 4287625 140735727487232 18446744073709551615 210647166479 0 0 4096 65536 15696998537843703807 0 0 17 2 0 0 0
/proc/7718/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50088 s]
/proc/loadavg: 10.29 10.19 10.11 7/180 7718
/proc/meminfo: memFree=16638296/32951132 swapFree=67111524/67111528
[pid=7718] ppid=7716 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7718/stat : 7718 (ppfolio) S 7716 7718 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520312931 18763776 390 33554432000 4194304 4287625 140735727487232 18446744073709551615 210647166479 0 0 4096 65536 15696998537843703807 0 0 17 2 0 0 0
/proc/7718/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10062 s]
/proc/loadavg: 10.26 10.19 10.11 11/186 7724
/proc/meminfo: memFree=16594228/32951132 swapFree=67111524/67111528
[pid=7718] ppid=7716 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7718/stat : 7718 (ppfolio) S 7716 7718 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520312931 18763776 390 33554432000 4194304 4287625 140735727487232 18446744073709551615 210647166479 0 0 4096 65536 15696998537843703807 0 0 17 2 0 0 0
/proc/7718/statm: 4581 390 341 23 0 91 0
[pid=7720] ppid=7718 vsize=1245680 CPUtime=3.09 cores=0
/proc/7720/stat : 7720 (cryptominisat) R 7718 7718 5255 0 -1 4202496 8557 0 0 0 308 1 0 0 25 0 1 0 520312931 1275576320 4829 33554432000 4194304 4587354 140735480164208 18446744073709551615 4238224 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7720/statm: 311420 4829 337 96 0 307982 0
[pid=7721] ppid=7718 vsize=18304 CPUtime=3.08 cores=4
/proc/7721/stat : 7721 (clasp) R 7718 7718 5255 0 -1 4202496 2096 0 0 0 308 0 0 0 25 0 1 0 520312931 18743296 1897 33554432000 4194304 4785740 140737348691808 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7721/statm: 4576 1897 340 145 0 1621 0
[pid=7722] ppid=7718 vsize=458468 CPUtime=1.96 cores=6
/proc/7722/stat : 7722 (TNM) R 7718 7718 5255 0 -1 4202496 1189 0 0 0 196 0 0 0 21 0 1 0 520312931 469471232 1086 33554432000 134512640 134534564 4289233808 18446744073709551615 134528412 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7722/statm: 114617 1086 95 6 0 113283 0
[pid=7723] ppid=7718 vsize=9336 CPUtime=3.09 cores=2
/proc/7723/stat : 7723 (lingeling) R 7718 7718 5255 0 -1 4202496 1899 0 0 0 309 0 0 0 25 0 1 0 520312931 9560064 1496 33554432000 4194304 4352236 140737458745008 18446744073709551615 4328030 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7723/statm: 2334 1496 127 39 0 1414 0
[pid=7724] ppid=7718 vsize=16808 CPUtime=1.1 cores=6
/proc/7724/stat : 7724 (march_hi) R 7718 7718 5255 0 -1 4202496 5167 0 0 0 110 0 0 0 25 0 1 0 520312931 17211392 2111 33554432000 4194304 4331988 140736659847472 18446744073709551615 4256835 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7724/statm: 4202 2111 160 34 0 2644 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 1766920

[startup+6.37076 s]
/proc/loadavg: 10.26 10.19 10.11 11/186 7724
/proc/meminfo: memFree=16591872/32951132 swapFree=67111524/67111528
[pid=7718] ppid=7716 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7718/stat : 7718 (ppfolio) S 7716 7718 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520312931 18763776 390 33554432000 4194304 4287625 140735727487232 18446744073709551615 210647166479 0 0 4096 65536 15696998537843703807 0 0 17 2 0 0 0
/proc/7718/statm: 4581 390 341 23 0 91 0
[pid=7720] ppid=7718 vsize=1246200 CPUtime=6.6 cores=0
/proc/7720/stat : 7720 (cryptominisat) R 7718 7718 5255 0 -1 4202496 10338 0 0 0 659 1 0 0 25 0 1 0 520312931 1276108800 5010 33554432000 4194304 4587354 140735480164208 18446744073709551615 4239304 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7720/statm: 311550 5067 337 96 0 308112 0
[pid=7721] ppid=7718 vsize=20572 CPUtime=6.84 cores=4
/proc/7721/stat : 7721 (clasp) R 7718 7718 5255 0 -1 4202496 2661 0 0 0 684 0 0 0 25 0 1 0 520312931 21065728 2462 33554432000 4194304 4785740 140737348691808 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7721/statm: 5176 2491 340 145 0 2221 0
[pid=7722] ppid=7718 vsize=458468 CPUtime=2.84 cores=6
/proc/7722/stat : 7722 (TNM) R 7718 7718 5255 0 -1 4202496 1189 0 0 0 282 2 0 0 25 0 1 0 520312931 469471232 1086 33554432000 134512640 134534564 4289233808 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7722/statm: 114617 1086 95 6 0 113283 0
[pid=7723] ppid=7718 vsize=12664 CPUtime=7.34 cores=2
/proc/7723/stat : 7723 (lingeling) R 7718 7718 5255 0 -1 4202496 3243 0 0 0 734 0 0 0 25 0 1 0 520312931 12967936 2328 33554432000 4194304 4352236 140737458745008 18446744073709551615 4276534 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7723/statm: 3166 2328 127 39 0 2246 0
[pid=7724] ppid=7718 vsize=17036 CPUtime=1.9 cores=6
/proc/7724/stat : 7724 (march_hi) R 7718 7718 5255 0 -1 4202496 5513 0 0 0 190 0 0 0 25 0 1 0 520312931 17444864 2457 33554432000 4194304 4331988 140736659847472 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7724/statm: 4259 2457 175 34 0 2701 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 1773264

[startup+12.701 s]
/proc/loadavg: 10.48 10.24 10.13 11/186 7724
/proc/meminfo: memFree=16564220/32951132 swapFree=67111524/67111528
[pid=7718] ppid=7716 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7718/stat : 7718 (ppfolio) S 7716 7718 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520312931 18763776 390 33554432000 4194304 4287625 140735727487232 18446744073709551615 210647166479 0 0 4096 65536 15696998537843703807 0 0 17 2 0 0 0
/proc/7718/statm: 4581 390 341 23 0 91 0
[pid=7720] ppid=7718 vsize=1257568 CPUtime=12.68 cores=0
/proc/7720/stat : 7720 (cryptominisat) R 7718 7718 5255 0 -1 4202496 16629 0 0 0 1266 2 0 0 25 0 1 0 520312931 1287749632 8396 33554432000 4194304 4587354 140735480164208 18446744073709551615 4364888 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7720/statm: 314392 8396 337 96 0 310954 0
[pid=7721] ppid=7718 vsize=22416 CPUtime=12.68 cores=4
/proc/7721/stat : 7721 (clasp) R 7718 7718 5255 0 -1 4202496 3078 0 0 0 1268 0 0 0 25 0 1 0 520312931 22953984 2879 33554432000 4194304 4785740 140737348691808 18446744073709551615 4287186 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7721/statm: 5604 2879 340 145 0 2649 0
[pid=7722] ppid=7718 vsize=458468 CPUtime=5.18 cores=6
/proc/7722/stat : 7722 (TNM) R 7718 7718 5255 0 -1 4202496 1189 0 0 0 516 2 0 0 25 0 1 0 520312931 469471232 1086 33554432000 134512640 134534564 4289233808 18446744073709551615 134530672 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7722/statm: 114617 1086 95 6 0 113283 0
[pid=7723] ppid=7718 vsize=13176 CPUtime=12.69 cores=2
/proc/7723/stat : 7723 (lingeling) R 7718 7718 5255 0 -1 4202496 3371 0 0 0 1269 0 0 0 25 0 1 0 520312931 13492224 2456 33554432000 4194304 4352236 140737458745008 18446744073709551615 4328336 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7723/statm: 3294 2456 127 39 0 2374 0
[pid=7724] ppid=7718 vsize=17036 CPUtime=4.3 cores=6
/proc/7724/stat : 7724 (march_hi) R 7718 7718 5255 0 -1 4202496 5513 0 0 0 430 0 0 0 25 0 1 0 520312931 17444864 2457 33554432000 4194304 4331988 140736659847472 18446744073709551615 4247575 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7724/statm: 4259 2457 175 34 0 2701 0
Current children cumulated CPU time (s) 47.53
Current children cumulated vsize (KiB) 1786988

[startup+25.5008 s]
/proc/loadavg: 10.45 10.24 10.13 11/186 7724
/proc/meminfo: memFree=16560304/32951132 swapFree=67111524/67111528
[pid=7718] ppid=7716 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7718/stat : 7718 (ppfolio) S 7716 7718 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520312931 18763776 390 33554432000 4194304 4287625 140735727487232 18446744073709551615 210647166479 0 0 4096 65536 15696998537843703807 0 0 17 2 0 0 0
/proc/7718/statm: 4581 390 341 23 0 91 0
[pid=7720] ppid=7718 vsize=1258616 CPUtime=25.48 cores=0
/proc/7720/stat : 7720 (cryptominisat) R 7718 7718 5255 0 -1 4202496 22749 0 0 0 2545 3 0 0 25 0 1 0 520312931 1288822784 8109 33554432000 4194304 4587354 140735480164208 18446744073709551615 4238314 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7720/statm: 314654 8109 337 96 0 311216 0
[pid=7721] ppid=7718 vsize=25320 CPUtime=25.48 cores=4
/proc/7721/stat : 7721 (clasp) R 7718 7718 5255 0 -1 4202496 3750 0 0 0 2548 0 0 0 25 0 1 0 520312931 25927680 3551 33554432000 4194304 4785740 140737348691808 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7721/statm: 6330 3551 340 145 0 3375 0
[pid=7722] ppid=7718 vsize=458468 CPUtime=11.54 cores=6
/proc/7722/stat : 7722 (TNM) R 7718 7718 5255 0 -1 4202496 1189 0 0 0 1152 2 0 0 25 0 1 0 520312931 469471232 1086 33554432000 134512640 134534564 4289233808 18446744073709551615 134530598 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7722/statm: 114617 1086 95 6 0 113283 0
[pid=7723] ppid=7718 vsize=14712 CPUtime=25.48 cores=2
/proc/7723/stat : 7723 (lingeling) R 7718 7718 5255 0 -1 4202496 3755 0 0 0 2548 0 0 0 25 0 1 0 520312931 15065088 2840 33554432000 4194304 4352236 140737458745008 18446744073709551615 4328411 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7723/statm: 3678 2840 127 39 0 2758 0
[pid=7724] ppid=7718 vsize=17036 CPUtime=10.67 cores=6
/proc/7724/stat : 7724 (march_hi) R 7718 7718 5255 0 -1 4202496 5513 0 0 0 1067 0 0 0 25 0 1 0 520312931 17444864 2457 33554432000 4194304 4331988 140736659847472 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7724/statm: 4259 2457 175 34 0 2701 0
Current children cumulated CPU time (s) 98.65
Current children cumulated vsize (KiB) 1792476

[startup+51.1005 s]
/proc/loadavg: 10.29 10.22 10.12 11/186 7725
/proc/meminfo: memFree=16541296/32951132 swapFree=67111524/67111528
[pid=7718] ppid=7716 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7718/stat : 7718 (ppfolio) S 7716 7718 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520312931 18763776 390 33554432000 4194304 4287625 140735727487232 18446744073709551615 210647166479 0 0 4096 65536 15696998537843703807 0 0 17 2 0 0 0
/proc/7718/statm: 4581 390 341 23 0 91 0
[pid=7720] ppid=7718 vsize=1259148 CPUtime=51.08 cores=0
/proc/7720/stat : 7720 (cryptominisat) R 7718 7718 5255 0 -1 4202496 36687 0 0 0 5102 6 0 0 25 0 1 0 520312931 1289367552 10559 33554432000 4194304 4587354 140735480164208 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7720/statm: 314787 10559 337 96 0 311349 0
[pid=7721] ppid=7718 vsize=28412 CPUtime=51.08 cores=4
/proc/7721/stat : 7721 (clasp) R 7718 7718 5255 0 -1 4202496 4503 0 0 0 5108 0 0 0 25 0 1 0 520312931 29093888 4304 33554432000 4194304 4785740 140737348691808 18446744073709551615 4287252 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7721/statm: 7103 4304 340 145 0 4148 0
[pid=7722] ppid=7718 vsize=458468 CPUtime=24.23 cores=6
/proc/7722/stat : 7722 (TNM) R 7718 7718 5255 0 -1 4202496 1189 0 0 0 2415 8 0 0 25 0 1 0 520312931 469471232 1086 33554432000 134512640 134534564 4289233808 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7722/statm: 114617 1086 95 6 0 113283 0
[pid=7723] ppid=7718 vsize=21256 CPUtime=51.08 cores=2
/proc/7723/stat : 7723 (lingeling) R 7718 7718 5255 0 -1 4202496 5391 0 0 0 5108 0 0 0 25 0 1 0 520312931 21766144 4476 33554432000 4194304 4352236 140737458745008 18446744073709551615 4329173 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7723/statm: 5314 4476 127 39 0 4394 0
[pid=7724] ppid=7718 vsize=17036 CPUtime=23.39 cores=6
/proc/7724/stat : 7724 (march_hi) R 7718 7718 5255 0 -1 4202496 5554 0 0 0 2339 0 0 0 25 0 1 0 520312931 17444864 2498 33554432000 4194304 4331988 140736659847472 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7724/statm: 4259 2498 175 34 0 2701 0
Current children cumulated CPU time (s) 200.86
Current children cumulated vsize (KiB) 1802644

[startup+102.301 s]
/proc/loadavg: 10.26 10.23 10.13 11/186 7726
/proc/meminfo: memFree=16525540/32951132 swapFree=67111524/67111528
[pid=7718] ppid=7716 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7718/stat : 7718 (ppfolio) S 7716 7718 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520312931 18763776 390 33554432000 4194304 4287625 140735727487232 18446744073709551615 210647166479 0 0 4096 65536 15696998537843703807 0 0 17 2 0 0 0
/proc/7718/statm: 4581 390 341 23 0 91 0
[pid=7720] ppid=7718 vsize=1257556 CPUtime=102.28 cores=0

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

/proc/7724/statm: 6569 4361 175 34 0 5011 0
Current children cumulated CPU time (s) 3757.62
Current children cumulated vsize (KiB) 1909288

[startup+1002.31 s]
/proc/loadavg: 10.23 10.19 10.16 11/186 7782
/proc/meminfo: memFree=16446668/32951132 swapFree=67111524/67111528
[pid=7718] ppid=7716 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7718/stat : 7718 (ppfolio) S 7716 7718 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520312931 18763776 390 33554432000 4194304 4287625 140735727487232 18446744073709551615 210647166479 0 0 4096 65536 15696998537843703807 0 0 17 2 0 0 0
/proc/7718/statm: 4581 390 341 23 0 91 0
[pid=7720] ppid=7718 vsize=1286168 CPUtime=1002.3 cores=0
/proc/7720/stat : 7720 (cryptominisat) R 7718 7718 5255 0 -1 4202496 341942 0 0 0 100138 92 0 0 25 0 1 0 520312931 1317036032 18128 33554432000 4194304 4587354 140735480164208 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7720/statm: 321542 18128 337 96 0 318104 0
[pid=7721] ppid=7718 vsize=70036 CPUtime=1002.3 cores=4
/proc/7721/stat : 7721 (clasp) R 7718 7718 5255 0 -1 4202496 13988 0 0 0 100228 2 0 0 25 0 1 0 520312931 71716864 13636 33554432000 4194304 4785740 140737348691808 18446744073709551615 4553747 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7721/statm: 17509 13636 340 145 0 14554 0
[pid=7722] ppid=7718 vsize=458468 CPUtime=495.66 cores=6
/proc/7722/stat : 7722 (TNM) R 7718 7718 5255 0 -1 4202496 1189 0 0 0 49554 12 0 0 25 0 1 0 520312931 469471232 1086 33554432000 134512640 134534564 4289233808 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7722/statm: 114617 1086 95 6 0 113283 0
[pid=7723] ppid=7718 vsize=51088 CPUtime=1002.22 cores=2
/proc/7723/stat : 7723 (lingeling) R 7718 7718 5255 0 -1 4202496 111025 0 0 0 100199 23 0 0 25 0 1 0 520312931 52314112 11934 33554432000 4194304 4352236 140737458745008 18446744073709551615 4328191 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7723/statm: 12772 11934 127 39 0 11852 0
[pid=7724] ppid=7718 vsize=26276 CPUtime=494.82 cores=6
/proc/7724/stat : 7724 (march_hi) R 7718 7718 5255 0 -1 4202496 7510 0 0 0 49477 5 0 0 25 0 1 0 520312931 26906624 4454 33554432000 4194304 4331988 140736659847472 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7724/statm: 6569 4454 175 34 0 5011 0
Current children cumulated CPU time (s) 3997.3
Current children cumulated vsize (KiB) 1910360

[startup+1062.3 s]
/proc/loadavg: 10.34 10.22 10.17 11/186 7784
/proc/meminfo: memFree=16457952/32951132 swapFree=67111524/67111528
[pid=7718] ppid=7716 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7718/stat : 7718 (ppfolio) S 7716 7718 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520312931 18763776 390 33554432000 4194304 4287625 140735727487232 18446744073709551615 210647166479 0 0 4096 65536 15696998537843703807 0 0 17 2 0 0 0
/proc/7718/statm: 4581 390 341 23 0 91 0
[pid=7720] ppid=7718 vsize=851812 CPUtime=1062.3 cores=0
/proc/7720/stat : 7720 (cryptominisat) R 7718 7718 5255 0 -1 4202496 358373 0 0 0 106132 98 0 0 25 0 1 0 520312931 872255488 16756 33554432000 4194304 4587354 140735480164208 18446744073709551615 4242705 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7720/statm: 212953 16756 337 96 0 209515 0
[pid=7721] ppid=7718 vsize=70512 CPUtime=1062.3 cores=4
/proc/7721/stat : 7721 (clasp) R 7718 7718 5255 0 -1 4202496 14115 0 0 0 106228 2 0 0 25 0 1 0 520312931 72204288 13763 33554432000 4194304 4785740 140737348691808 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7721/statm: 17628 13763 340 145 0 14673 0
[pid=7722] ppid=7718 vsize=458468 CPUtime=525.53 cores=6
/proc/7722/stat : 7722 (TNM) R 7718 7718 5255 0 -1 4202496 1189 0 0 0 52541 12 0 0 25 0 1 0 520312931 469471232 1086 33554432000 134512640 134534564 4289233808 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7722/statm: 114617 1086 95 6 0 113283 0
[pid=7723] ppid=7718 vsize=53136 CPUtime=1062.2 cores=2
/proc/7723/stat : 7723 (lingeling) R 7718 7718 5255 0 -1 4202496 118961 0 0 0 106196 24 0 0 25 0 1 0 520312931 54411264 12446 33554432000 4194304 4352236 140737458745008 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7723/statm: 13284 12446 127 39 0 12364 0
[pid=7724] ppid=7718 vsize=28224 CPUtime=524.62 cores=6
/proc/7724/stat : 7724 (march_hi) R 7718 7718 5255 0 -1 4202496 7855 0 0 0 52457 5 0 0 25 0 1 0 520312931 28901376 4799 33554432000 4194304 4331988 140736659847472 18446744073709551615 4299267 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7724/statm: 7056 4799 175 34 0 5498 0
Current children cumulated CPU time (s) 4236.95
Current children cumulated vsize (KiB) 1480476

[startup+1122.3 s]
/proc/loadavg: 10.23 10.21 10.17 11/186 7786
/proc/meminfo: memFree=16451004/32951132 swapFree=67111524/67111528
[pid=7718] ppid=7716 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7718/stat : 7718 (ppfolio) S 7716 7718 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520312931 18763776 390 33554432000 4194304 4287625 140735727487232 18446744073709551615 210647166479 0 0 4096 65536 15696998537843703807 0 0 17 2 0 0 0
/proc/7718/statm: 4581 390 341 23 0 91 0
[pid=7720] ppid=7718 vsize=852012 CPUtime=1122.3 cores=0
/proc/7720/stat : 7720 (cryptominisat) R 7718 7718 5255 0 -1 4202496 372352 0 0 0 112126 104 0 0 25 0 1 0 520312931 872460288 18632 33554432000 4194304 4587354 140735480164208 18446744073709551615 4231856 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7720/statm: 213003 18632 337 96 0 209565 0
[pid=7721] ppid=7718 vsize=71936 CPUtime=1122.3 cores=4
/proc/7721/stat : 7721 (clasp) R 7718 7718 5255 0 -1 4202496 14453 0 0 0 112228 2 0 0 25 0 1 0 520312931 73662464 14101 33554432000 4194304 4785740 140737348691808 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7721/statm: 17984 14101 340 145 0 15029 0
[pid=7722] ppid=7718 vsize=458468 CPUtime=555.35 cores=6
/proc/7722/stat : 7722 (TNM) R 7718 7718 5255 0 -1 4202496 1189 0 0 0 55523 12 0 0 25 0 1 0 520312931 469471232 1086 33554432000 134512640 134534564 4289233808 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7722/statm: 114617 1086 95 6 0 113283 0
[pid=7723] ppid=7718 vsize=46992 CPUtime=1122.19 cores=2
/proc/7723/stat : 7723 (lingeling) R 7718 7718 5255 0 -1 4202496 125169 0 0 0 112193 26 0 0 25 0 1 0 520312931 48119808 10910 33554432000 4194304 4352236 140737458745008 18446744073709551615 4328395 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7723/statm: 11748 10910 127 39 0 10828 0
[pid=7724] ppid=7718 vsize=28224 CPUtime=554.47 cores=6
/proc/7724/stat : 7724 (march_hi) R 7718 7718 5255 0 -1 4202496 7967 0 0 0 55442 5 0 0 25 0 1 0 520312931 28901376 4911 33554432000 4194304 4331988 140736659847472 18446744073709551615 4237398 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7724/statm: 7056 4911 175 34 0 5498 0
Current children cumulated CPU time (s) 4476.61
Current children cumulated vsize (KiB) 1475956

[startup+1182.3 s]
/proc/loadavg: 10.33 10.24 10.18 11/186 7787
/proc/meminfo: memFree=16432540/32951132 swapFree=67111524/67111528
[pid=7718] ppid=7716 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7718/stat : 7718 (ppfolio) S 7716 7718 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520312931 18763776 390 33554432000 4194304 4287625 140735727487232 18446744073709551615 210647166479 0 0 4096 65536 15696998537843703807 0 0 17 2 0 0 0
/proc/7718/statm: 4581 390 341 23 0 91 0
[pid=7720] ppid=7718 vsize=1287020 CPUtime=1182.3 cores=0
/proc/7720/stat : 7720 (cryptominisat) R 7718 7718 5255 0 -1 4202496 389194 0 0 0 118121 109 0 0 25 0 1 0 520312931 1317908480 17050 33554432000 4194304 4587354 140735480164208 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7720/statm: 321755 17050 337 96 0 318317 0
[pid=7721] ppid=7718 vsize=71936 CPUtime=1182.3 cores=4
/proc/7721/stat : 7721 (clasp) R 7718 7718 5255 0 -1 4202496 14495 0 0 0 118228 2 0 0 25 0 1 0 520312931 73662464 14143 33554432000 4194304 4785740 140737348691808 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7721/statm: 17984 14143 340 145 0 15029 0
[pid=7722] ppid=7718 vsize=458468 CPUtime=585.19 cores=6
/proc/7722/stat : 7722 (TNM) R 7718 7718 5255 0 -1 4202496 1189 0 0 0 58507 12 0 0 25 0 1 0 520312931 469471232 1086 33554432000 134512640 134534564 4289233808 18446744073709551615 134528891 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7722/statm: 114617 1086 95 6 0 113283 0
[pid=7723] ppid=7718 vsize=48016 CPUtime=1182.18 cores=2
/proc/7723/stat : 7723 (lingeling) R 7718 7718 5255 0 -1 4202496 133681 0 0 0 118190 28 0 0 25 0 1 0 520312931 49168384 11166 33554432000 4194304 4352236 140737458745008 18446744073709551615 4328544 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7723/statm: 12004 11166 127 39 0 11084 0
[pid=7724] ppid=7718 vsize=28224 CPUtime=584.31 cores=6
/proc/7724/stat : 7724 (march_hi) R 7718 7718 5255 0 -1 4202496 8079 0 0 0 58426 5 0 0 25 0 1 0 520312931 28901376 5023 33554432000 4194304 4331988 140736659847472 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7724/statm: 7056 5023 175 34 0 5498 0
Current children cumulated CPU time (s) 4716.28
Current children cumulated vsize (KiB) 1911988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 10.29 10.24 10.18 11/186 7788
/proc/meminfo: memFree=16429068/32951132 swapFree=67111524/67111528
[pid=7718] ppid=7716 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7718/stat : 7718 (ppfolio) S 7716 7718 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520312931 18763776 390 33554432000 4194304 4287625 140735727487232 18446744073709551615 210647166479 0 0 4096 65536 15696998537843703807 0 0 17 2 0 0 0
/proc/7718/statm: 4581 390 341 23 0 91 0
[pid=7720] ppid=7718 vsize=852448 CPUtime=1203.3 cores=0
/proc/7720/stat : 7720 (cryptominisat) R 7718 7718 5255 0 -1 4202496 394902 0 0 0 120219 111 0 0 25 0 1 0 520312931 872906752 16481 33554432000 4194304 4587354 140735480164208 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7720/statm: 213112 16481 337 96 0 209674 0
[pid=7721] ppid=7718 vsize=72220 CPUtime=1203.31 cores=4
/proc/7721/stat : 7721 (clasp) R 7718 7718 5255 0 -1 4202496 14556 0 0 0 120329 2 0 0 25 0 1 0 520312931 73953280 14204 33554432000 4194304 4785740 140737348691808 18446744073709551615 4287140 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7721/statm: 18055 14204 340 145 0 15100 0
[pid=7722] ppid=7718 vsize=458468 CPUtime=595.65 cores=6
/proc/7722/stat : 7722 (TNM) R 7718 7718 5255 0 -1 4202496 1189 0 0 0 59553 12 0 0 25 0 1 0 520312931 469471232 1086 33554432000 134512640 134534564 4289233808 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7722/statm: 114617 1086 95 6 0 113283 0
[pid=7723] ppid=7718 vsize=53136 CPUtime=1203.18 cores=2
/proc/7723/stat : 7723 (lingeling) R 7718 7718 5255 0 -1 4202496 134961 0 0 0 120290 28 0 0 25 0 1 0 520312931 54411264 12446 33554432000 4194304 4352236 140737458745008 18446744073709551615 4328233 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7723/statm: 13284 12446 127 39 0 12364 0
[pid=7724] ppid=7718 vsize=28224 CPUtime=594.74 cores=6
/proc/7724/stat : 7724 (march_hi) R 7718 7718 5255 0 -1 4202496 8117 0 0 0 59469 5 0 0 25 0 1 0 520312931 28901376 5061 33554432000 4194304 4331988 140736659847472 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7724/statm: 7056 5061 175 34 0 5498 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 1482820

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

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

[startup+1203.3 s]
/proc/loadavg: 10.29 10.24 10.18 11/186 7788
/proc/meminfo: memFree=16429068/32951132 swapFree=67111524/67111528
[pid=7718] ppid=7716 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7718/stat : 7718 (ppfolio) S 7716 7718 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520312931 18763776 390 33554432000 4194304 4287625 140735727487232 18446744073709551615 210647166479 0 0 4096 65536 15696998537843703807 0 0 17 2 0 0 0
/proc/7718/statm: 4581 390 341 23 0 91 0
[pid=7720] ppid=7718 vsize=852448 CPUtime=1203.3 cores=0
/proc/7720/stat : 7720 (cryptominisat) R 7718 7718 5255 0 -1 4202496 394902 0 0 0 120219 111 0 0 25 0 1 0 520312931 872906752 16481 33554432000 4194304 4587354 140735480164208 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7720/statm: 213112 16481 337 96 0 209674 0
[pid=7721] ppid=7718 vsize=72220 CPUtime=1203.31 cores=4
/proc/7721/stat : 7721 (clasp) R 7718 7718 5255 0 -1 4202496 14556 0 0 0 120329 2 0 0 25 0 1 0 520312931 73953280 14204 33554432000 4194304 4785740 140737348691808 18446744073709551615 4287140 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7721/statm: 18055 14204 340 145 0 15100 0
[pid=7722] ppid=7718 vsize=458468 CPUtime=595.65 cores=6
/proc/7722/stat : 7722 (TNM) R 7718 7718 5255 0 -1 4202496 1189 0 0 0 59553 12 0 0 25 0 1 0 520312931 469471232 1086 33554432000 134512640 134534564 4289233808 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7722/statm: 114617 1086 95 6 0 113283 0
[pid=7723] ppid=7718 vsize=53136 CPUtime=1203.18 cores=2
/proc/7723/stat : 7723 (lingeling) R 7718 7718 5255 0 -1 4202496 134961 0 0 0 120290 28 0 0 25 0 1 0 520312931 54411264 12446 33554432000 4194304 4352236 140737458745008 18446744073709551615 4328233 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7723/statm: 13284 12446 127 39 0 12364 0
[pid=7724] ppid=7718 vsize=28224 CPUtime=594.74 cores=6
/proc/7724/stat : 7724 (march_hi) R 7718 7718 5255 0 -1 4202496 8117 0 0 0 59469 5 0 0 25 0 1 0 520312931 28901376 5061 33554432000 4194304 4331988 140736659847472 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7724/statm: 7056 5061 175 34 0 5498 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 1482820

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7718 and gives
#  childrusage.ru_utime.tv_sec=4203
#  childrusage.ru_utime.tv_usec=933904
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=575760
# CPU time returned by wait4() is 4205.51
# while last known CPU time is 4800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1203.31
CPU time (s): 4800.18
CPU user time (s): 4798.6
CPU system time (s): 1.58
CPU usage (%): 398.914
Max. virtual memory (cumulated for all children) (KiB): 3163332

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

runsolver used 2.33964 second user time and 6.48701 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-29 16:25:33
IDJOB=3250643
IDBENCH=83335
IDSOLVER=1612
FILE ID=node129/3250643-1304087133
RUNJOBID= node129-1304081614-6873
PBS_JOBID= 13170456
Free space on /tmp= 66360 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-18_312.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250643-1304087133/watcher-3250643-1304087133 -o /tmp/evaluation-result-3250643-1304087133/solver-3250643-1304087133 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3250643-1304087133.cnf

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

MD5SUM BENCH= 1144bbd60c180aa5e72d35b74e9676cb
RANDOM SEED=1228748353

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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:     32951132 kB
MemFree:      16638468 kB
Buffers:       1282848 kB
Cached:       14167236 kB
SwapCached:          4 kB
Active:        3915440 kB
Inactive:     11730892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      16638468 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10508 kB
Writeback:          20 kB
AnonPages:      195532 kB
Mapped:          17232 kB
Slab:           603868 kB
PageTables:       5156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  2753560 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66352 MiB
End job on node129 at 2011-04-29 16:45:38