Trace number 3263449

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.32 1201.72

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_22_70_7-dir.shuffled-as.sat03-154.cnf
MD5SUMaa9ee2fa26214e80fac6d004d5d0b003
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 variables660
Number of clauses56654
Sum of the clauses size113924
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 256632
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 522

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 4 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	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
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) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	Starting march_hi 2009 on core(s) 7

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-3263449-1304091383/watcher-3263449-1304091383 -o /tmp/evaluation-result-3263449-1304091383/solver-3263449-1304091383 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3263449-1304091383.cnf 

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

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.28 10.30 9.89 7/186 2175
/proc/meminfo: memFree=30559968/32951124 swapFree=67111344/67111528
[pid=2175] ppid=2173 vsize=2712 CPUtime=0 cores=1,3,5,7
/proc/2175/stat : 2175 (ppfolio) S 2173 2175 379 0 -1 4194304 83 0 0 0 0 0 0 0 25 0 1 0 520736191 2777088 37 33554432000 4194304 4287625 140735861125904 18446744073709551615 271545613959 0 2147483391 4096 0 18446744071699469502 0 0 17 1 0 0 0
/proc/2175/statm: 678 37 27 23 0 23 0

[startup+0.0564551 s]
/proc/loadavg: 10.28 10.30 9.89 7/186 2175
/proc/meminfo: memFree=30559968/32951124 swapFree=67111344/67111528
[pid=2175] ppid=2173 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2175/stat : 2175 (ppfolio) R 2173 2175 379 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 520736191 18763776 390 33554432000 4194304 4287625 140735861125904 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/2175/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.268099 s]
/proc/loadavg: 10.28 10.30 9.89 7/186 2175
/proc/meminfo: memFree=30559968/32951124 swapFree=67111344/67111528
[pid=2175] ppid=2173 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2175/stat : 2175 (ppfolio) R 2173 2175 379 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 520736191 18763776 390 33554432000 4194304 4287625 140735861125904 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/2175/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301096 s]
/proc/loadavg: 10.28 10.30 9.89 7/186 2175
/proc/meminfo: memFree=30559968/32951124 swapFree=67111344/67111528
[pid=2175] ppid=2173 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2175/stat : 2175 (ppfolio) R 2173 2175 379 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 520736191 18763776 390 33554432000 4194304 4287625 140735861125904 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/2175/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.701021 s]
/proc/loadavg: 10.28 10.30 9.89 7/186 2175
/proc/meminfo: memFree=30559968/32951124 swapFree=67111344/67111528
[pid=2175] ppid=2173 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2175/stat : 2175 (ppfolio) R 2173 2175 379 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 520736191 18763776 390 33554432000 4194304 4287625 140735861125904 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/2175/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50087 s]
/proc/loadavg: 9.94 10.23 9.87 6/185 2182
/proc/meminfo: memFree=30763328/32951124 swapFree=67111344/67111528
[pid=2175] ppid=2173 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2175/stat : 2175 (ppfolio) S 2173 2175 379 0 -1 4202496 523 0 0 0 0 0 0 0 16 0 1 0 520736191 18763776 390 33554432000 4194304 4287625 140735861125904 18446744073709551615 271550557711 0 0 4096 65536 4536418267048181759 0 0 17 1 0 0 0
/proc/2175/statm: 4581 390 341 23 0 91 0
[pid=2176] ppid=2175 vsize=1821128 CPUtime=1.48 cores=1
/proc/2176/stat : 2176 (cryptominisat) R 2175 2175 379 0 -1 4202496 4848 0 0 0 148 0 0 0 20 0 1 0 520736192 1864835072 3235 33554432000 4194304 4587354 140735479406048 18446744073709551615 4239234 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2176/statm: 455282 3235 327 96 0 451844 0
[pid=2178] ppid=2175 vsize=26496 CPUtime=1.48 cores=5
/proc/2178/stat : 2178 (clasp) R 2175 2175 379 0 -1 4202496 4349 0 0 0 148 0 0 0 25 0 1 0 520736192 27131904 3953 33554432000 4194304 4785740 140734772624736 18446744073709551615 271550198469 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2178/statm: 6624 3953 340 145 0 3669 0
[pid=2179] ppid=2175 vsize=458728 CPUtime=0.84 cores=7
/proc/2179/stat : 2179 (TNM) R 2175 2175 379 0 -1 4202496 1564 0 0 0 84 0 0 0 25 0 1 0 520736192 469737472 1461 33554432000 134512640 134534564 4291394288 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2179/statm: 114682 1461 95 6 0 113348 0
[pid=2180] ppid=2175 vsize=10488 CPUtime=1.49 cores=3
/proc/2180/stat : 2180 (lingeling) R 2175 2175 379 0 -1 4202496 2147 0 0 0 149 0 0 0 25 0 1 0 520736192 10739712 1784 33554432000 4194304 4352236 140735985300080 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2180/statm: 2622 1784 127 39 0 1702 0
[pid=2181] ppid=2175 vsize=15024 CPUtime=0.63 cores=7
/proc/2181/stat : 2181 (march_hi) R 2175 2175 379 0 -1 4202496 3480 0 0 0 63 0 0 0 25 0 1 0 520736192 15384576 1465 33554432000 4194304 4331988 140736414528192 18446744073709551615 4237195 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2181/statm: 3756 1465 174 34 0 2198 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 2350188

[startup+3.10059 s]
/proc/loadavg: 9.94 10.23 9.87 6/182 2199
/proc/meminfo: memFree=30767916/32951124 swapFree=67111344/67111528
[pid=2175] ppid=2173 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2175/stat : 2175 (ppfolio) S 2173 2175 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520736191 18763776 390 33554432000 4194304 4287625 140735861125904 18446744073709551615 271550557711 0 0 4096 65536 4536418267048181759 0 0 17 1 0 0 0
/proc/2175/statm: 4581 390 341 23 0 91 0
[pid=2176] ppid=2175 vsize=1821788 CPUtime=3.08 cores=1
/proc/2176/stat : 2176 (cryptominisat) R 2175 2175 379 0 -1 4202496 6363 0 0 0 308 0 0 0 25 0 1 0 520736192 1865510912 3727 33554432000 4194304 4587354 140735479406048 18446744073709551615 271550234264 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2176/statm: 455447 3727 331 96 0 452009 0
[pid=2178] ppid=2175 vsize=30424 CPUtime=3.08 cores=5
/proc/2178/stat : 2178 (clasp) R 2175 2175 379 0 -1 4202496 5319 0 0 0 308 0 0 0 25 0 1 0 520736192 31154176 4923 33554432000 4194304 4785740 140734772624736 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2178/statm: 7639 4924 340 145 0 4684 0
[pid=2179] ppid=2175 vsize=458728 CPUtime=1.66 cores=7
/proc/2179/stat : 2179 (TNM) R 2175 2175 379 0 -1 4202496 1564 0 0 0 166 0 0 0 25 0 1 0 520736192 469737472 1461 33554432000 134512640 134534564 4291394288 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2179/statm: 114682 1461 95 6 0 113348 0
[pid=2180] ppid=2175 vsize=13304 CPUtime=3.08 cores=3
/proc/2180/stat : 2180 (lingeling) R 2175 2175 379 0 -1 4202496 2851 0 0 0 308 0 0 0 25 0 1 0 520736192 13623296 2488 33554432000 4194304 4352236 140735985300080 18446744073709551615 4234476 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2180/statm: 3326 2488 127 39 0 2406 0
[pid=2181] ppid=2175 vsize=15212 CPUtime=1.4 cores=7
/proc/2181/stat : 2181 (march_hi) R 2175 2175 379 0 -1 4202496 3503 0 0 0 140 0 0 0 25 0 1 0 520736192 15577088 1488 33554432000 4194304 4331988 140736414528192 18446744073709551615 4246715 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2181/statm: 3803 1488 174 34 0 2245 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 2357780

[startup+6.30101 s]
/proc/loadavg: 9.54 10.14 9.84 6/182 2199
/proc/meminfo: memFree=30729548/32951124 swapFree=67111344/67111528
[pid=2175] ppid=2173 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2175/stat : 2175 (ppfolio) S 2173 2175 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520736191 18763776 390 33554432000 4194304 4287625 140735861125904 18446744073709551615 271550557711 0 0 4096 65536 4536418267048181759 0 0 17 1 0 0 0
/proc/2175/statm: 4581 390 341 23 0 91 0
[pid=2176] ppid=2175 vsize=1850524 CPUtime=6.28 cores=1
/proc/2176/stat : 2176 (cryptominisat) R 2175 2175 379 0 -1 4202496 13479 0 0 0 627 1 0 0 25 0 1 0 520736192 1894936576 10840 33554432000 4194304 4587354 140735479406048 18446744073709551615 4364788 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2176/statm: 462631 10840 337 96 0 459193 0
[pid=2178] ppid=2175 vsize=38632 CPUtime=6.28 cores=5
/proc/2178/stat : 2178 (clasp) R 2175 2175 379 0 -1 4202496 7287 0 0 0 627 1 0 0 25 0 1 0 520736192 39559168 6891 33554432000 4194304 4785740 140734772624736 18446744073709551615 4276232 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2178/statm: 9658 6891 340 145 0 6703 0
[pid=2179] ppid=2175 vsize=458728 CPUtime=3.25 cores=7
/proc/2179/stat : 2179 (TNM) R 2175 2175 379 0 -1 4202496 1564 0 0 0 325 0 0 0 25 0 1 0 520736192 469737472 1461 33554432000 134512640 134534564 4291394288 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2179/statm: 114682 1461 95 6 0 113348 0
[pid=2180] ppid=2175 vsize=16376 CPUtime=6.28 cores=3
/proc/2180/stat : 2180 (lingeling) R 2175 2175 379 0 -1 4202496 4131 0 0 0 628 0 0 0 25 0 1 0 520736192 16769024 3256 33554432000 4194304 4352236 140735985300080 18446744073709551615 4327867 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2180/statm: 4094 3256 127 39 0 3174 0
[pid=2181] ppid=2175 vsize=15212 CPUtime=3 cores=7
/proc/2181/stat : 2181 (march_hi) R 2175 2175 379 0 -1 4202496 3517 0 0 0 300 0 0 0 25 0 1 0 520736192 15577088 1502 33554432000 4194304 4331988 140736414528192 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2181/statm: 3803 1502 174 34 0 2245 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 2397796

[startup+12.7008 s]
/proc/loadavg: 9.18 10.05 9.82 6/181 2199
/proc/meminfo: memFree=30713668/32951124 swapFree=67111344/67111528
[pid=2175] ppid=2173 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2175/stat : 2175 (ppfolio) S 2173 2175 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520736191 18763776 390 33554432000 4194304 4287625 140735861125904 18446744073709551615 271550557711 0 0 4096 65536 4536418267048181759 0 0 17 1 0 0 0
/proc/2175/statm: 4581 390 341 23 0 91 0
[pid=2176] ppid=2175 vsize=1868232 CPUtime=12.69 cores=1
/proc/2176/stat : 2176 (cryptominisat) R 2175 2175 379 0 -1 4202496 14899 0 0 0 1267 2 0 0 25 0 1 0 520736192 1913069568 10947 33554432000 4194304 4587354 140735479406048 18446744073709551615 4364908 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2176/statm: 467058 10947 337 96 0 463620 0
[pid=2178] ppid=2175 vsize=47108 CPUtime=12.68 cores=5
/proc/2178/stat : 2178 (clasp) R 2175 2175 379 0 -1 4202496 9310 0 0 0 1267 1 0 0 25 0 1 0 520736192 48238592 8914 33554432000 4194304 4785740 140734772624736 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2178/statm: 11777 8914 340 145 0 8822 0
[pid=2179] ppid=2175 vsize=458728 CPUtime=6.44 cores=7
/proc/2179/stat : 2179 (TNM) R 2175 2175 379 0 -1 4202496 1564 0 0 0 644 0 0 0 25 0 1 0 520736192 469737472 1461 33554432000 134512640 134534564 4291394288 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2179/statm: 114682 1461 95 6 0 113348 0
[pid=2180] ppid=2175 vsize=20476 CPUtime=12.68 cores=3
/proc/2180/stat : 2180 (lingeling) R 2175 2175 379 0 -1 4202496 5668 0 0 0 1268 0 0 0 25 0 1 0 520736192 20967424 4281 33554432000 4194304 4352236 140735985300080 18446744073709551615 4329024 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2180/statm: 5119 4281 127 39 0 4199 0
[pid=2181] ppid=2175 vsize=15624 CPUtime=6.17 cores=7
/proc/2181/stat : 2181 (march_hi) R 2175 2175 379 0 -1 4202496 3596 0 0 0 617 0 0 0 25 0 1 0 520736192 15998976 1581 33554432000 4194304 4331988 140736414528192 18446744073709551615 4239588 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2181/statm: 3906 1581 174 34 0 2348 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 2428492

[startup+25.5005 s]
/proc/loadavg: 8.61 9.90 9.77 6/181 2199
/proc/meminfo: memFree=30698056/32951124 swapFree=67111344/67111528
[pid=2175] ppid=2173 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2175/stat : 2175 (ppfolio) S 2173 2175 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520736191 18763776 390 33554432000 4194304 4287625 140735861125904 18446744073709551615 271550557711 0 0 4096 65536 4536418267048181759 0 0 17 1 0 0 0
/proc/2175/statm: 4581 390 341 23 0 91 0
[pid=2176] ppid=2175 vsize=1858652 CPUtime=25.49 cores=1
/proc/2176/stat : 2176 (cryptominisat) R 2175 2175 379 0 -1 4202496 20210 0 0 0 2546 3 0 0 25 0 1 0 520736192 1903259648 11917 33554432000 4194304 4587354 140735479406048 18446744073709551615 4239048 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2176/statm: 464663 11917 337 96 0 461225 0
[pid=2178] ppid=2175 vsize=54304 CPUtime=25.49 cores=5
/proc/2178/stat : 2178 (clasp) R 2175 2175 379 0 -1 4202496 10990 0 0 0 2547 2 0 0 25 0 1 0 520736192 55607296 10594 33554432000 4194304 4785740 140734772624736 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2178/statm: 13576 10594 340 145 0 10621 0
[pid=2179] ppid=2175 vsize=458728 CPUtime=12.84 cores=7
/proc/2179/stat : 2179 (TNM) R 2175 2175 379 0 -1 4202496 1564 0 0 0 1284 0 0 0 25 0 1 0 520736192 469737472 1461 33554432000 134512640 134534564 4291394288 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2179/statm: 114682 1461 95 6 0 113348 0
[pid=2180] ppid=2175 vsize=23168 CPUtime=25.49 cores=3
/proc/2180/stat : 2180 (lingeling) R 2175 2175 379 0 -1 4202496 8869 0 0 0 2548 1 0 0 25 0 1 0 520736192 23724032 4954 33554432000 4194304 4352236 140735985300080 18446744073709551615 4327867 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2180/statm: 5792 4954 127 39 0 4872 0
[pid=2181] ppid=2175 vsize=16308 CPUtime=12.5 cores=7
/proc/2181/stat : 2181 (march_hi) R 2175 2175 379 0 -1 4202496 3784 0 0 0 1250 0 0 0 25 0 1 0 520736192 16699392 1769 33554432000 4194304 4331988 140736414528192 18446744073709551615 4246743 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2181/statm: 4077 1769 175 34 0 2519 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 2429484

[startup+51.1009 s]
/proc/loadavg: 7.19 9.43 9.62 6/181 2200
/proc/meminfo: memFree=30657348/32951124 swapFree=67111344/67111528
[pid=2175] ppid=2173 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2175/stat : 2175 (ppfolio) S 2173 2175 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520736191 18763776 390 33554432000 4194304 4287625 140735861125904 18446744073709551615 271550557711 0 0 4096 65536 4536418267048181759 0 0 17 1 0 0 0
/proc/2175/statm: 4581 390 341 23 0 91 0
[pid=2176] ppid=2175 vsize=1874352 CPUtime=51.08 cores=1
/proc/2176/stat : 2176 (cryptominisat) R 2175 2175 379 0 -1 4202496 26108 0 0 0 5105 3 0 0 25 0 1 0 520736192 1919336448 17803 33554432000 4194304 4587354 140735479406048 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2176/statm: 468588 17803 337 96 0 465150 0
[pid=2178] ppid=2175 vsize=64744 CPUtime=51.08 cores=5
/proc/2178/stat : 2178 (clasp) R 2175 2175 379 0 -1 4202496 13374 0 0 0 5106 2 0 0 25 0 1 0 520736192 66297856 12978 33554432000 4194304 4785740 140734772624736 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2178/statm: 16186 12978 340 145 0 13231 0
[pid=2179] ppid=2175 vsize=458728 CPUtime=25.61 cores=7
/proc/2179/stat : 2179 (TNM) R 2175 2175 379 0 -1 4202496 1564 0 0 0 2561 0 0 0 25 0 1 0 520736192 469737472 1461 33554432000 134512640 134534564 4291394288 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2179/statm: 114682 1461 95 6 0 113348 0
[pid=2180] ppid=2175 vsize=30708 CPUtime=51.09 cores=3

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

/proc/2181/statm: 19586 16134 175 34 0 18028 0
Current children cumulated CPU time (s) 3524.45
Current children cumulated vsize (KiB) 1005652

[startup+942.301 s]
/proc/loadavg: 5.17 5.37 6.84 6/181 2224
/proc/meminfo: memFree=30383144/32951124 swapFree=67111344/67111528
[pid=2175] ppid=2173 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2175/stat : 2175 (ppfolio) S 2173 2175 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520736191 18763776 390 33554432000 4194304 4287625 140735861125904 18446744073709551615 271550557711 0 0 4096 65536 4536418267048181759 0 0 17 1 0 0 0
/proc/2175/statm: 4581 390 341 23 0 91 0
[pid=2176] ppid=2175 vsize=3978456 CPUtime=942.31 cores=1
/proc/2176/stat : 2176 (cryptominisat) R 2175 2175 379 0 -1 4202496 140894 0 0 0 94184 47 0 0 25 0 1 0 520736192 4073938944 42662 33554432000 4194304 4587354 140735479406048 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2176/statm: 994614 42662 337 96 0 991176 0
[pid=2178] ppid=2175 vsize=150280 CPUtime=942.31 cores=5
/proc/2178/stat : 2178 (clasp) R 2175 2175 379 0 -1 4202496 33442 0 0 0 94223 8 0 0 25 0 1 0 520736192 153886720 33046 33554432000 4194304 4785740 140734772624736 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2178/statm: 37570 33046 340 145 0 34615 0
[pid=2179] ppid=2175 vsize=458728 CPUtime=468.77 cores=7
/proc/2179/stat : 2179 (TNM) R 2175 2175 379 0 -1 4202496 1564 0 0 0 46877 0 0 0 25 0 1 0 520736192 469737472 1461 33554432000 134512640 134534564 4291394288 18446744073709551615 134528710 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2179/statm: 114682 1461 95 6 0 113348 0
[pid=2180] ppid=2175 vsize=61188 CPUtime=942.31 cores=3
/proc/2180/stat : 2180 (lingeling) R 2175 2175 379 0 -1 4202496 220526 0 0 0 94205 26 0 0 25 0 1 0 520736192 62656512 14491 33554432000 4194304 4352236 140735985300080 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2180/statm: 15297 14491 127 39 0 14377 0
[pid=2181] ppid=2175 vsize=111100 CPUtime=468.4 cores=7
/proc/2181/stat : 2181 (march_hi) R 2175 2175 379 0 -1 4202496 19539 0 0 0 46831 9 0 0 25 0 1 0 520736192 113766400 17524 33554432000 4194304 4331988 140736414528192 18446744073709551615 4226335 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2181/statm: 27775 17524 175 34 0 26217 0
Current children cumulated CPU time (s) 3764.1
Current children cumulated vsize (KiB) 4778076

[startup+1002.3 s]
/proc/loadavg: 5.11 5.32 6.73 6/181 2225
/proc/meminfo: memFree=30362392/32951124 swapFree=67111344/67111528
[pid=2175] ppid=2173 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2175/stat : 2175 (ppfolio) S 2173 2175 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520736191 18763776 390 33554432000 4194304 4287625 140735861125904 18446744073709551615 271550557711 0 0 4096 65536 4536418267048181759 0 0 17 1 0 0 0
/proc/2175/statm: 4581 390 341 23 0 91 0
[pid=2176] ppid=2175 vsize=3989736 CPUtime=1002.3 cores=1
/proc/2176/stat : 2176 (cryptominisat) R 2175 2175 379 0 -1 4202496 147666 0 0 0 100181 49 0 0 25 0 1 0 520736192 4085489664 45075 33554432000 4194304 4587354 140735479406048 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2176/statm: 997434 45075 337 96 0 993996 0
[pid=2178] ppid=2175 vsize=152412 CPUtime=1002.31 cores=5
/proc/2178/stat : 2178 (clasp) R 2175 2175 379 0 -1 4202496 33931 0 0 0 100223 8 0 0 25 0 1 0 520736192 156069888 33535 33554432000 4194304 4785740 140734772624736 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2178/statm: 38103 33535 340 145 0 35148 0
[pid=2179] ppid=2175 vsize=458728 CPUtime=498.62 cores=7
/proc/2179/stat : 2179 (TNM) R 2175 2175 379 0 -1 4202496 1564 0 0 0 49862 0 0 0 25 0 1 0 520736192 469737472 1461 33554432000 134512640 134534564 4291394288 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2179/statm: 114682 1461 95 6 0 113348 0
[pid=2180] ppid=2175 vsize=64516 CPUtime=1002.31 cores=3
/proc/2180/stat : 2180 (lingeling) R 2175 2175 379 0 -1 4202496 228718 0 0 0 100204 27 0 0 25 0 1 0 520736192 66064384 15323 33554432000 4194304 4352236 140735985300080 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2180/statm: 16129 15323 127 39 0 15209 0
[pid=2181] ppid=2175 vsize=111100 CPUtime=498.22 cores=7
/proc/2181/stat : 2181 (march_hi) R 2175 2175 379 0 -1 4202496 20975 0 0 0 49812 10 0 0 25 0 1 0 520736192 113766400 18960 33554432000 4194304 4331988 140736414528192 18446744073709551615 4316460 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2181/statm: 27775 18960 175 34 0 26217 0
Current children cumulated CPU time (s) 4003.76
Current children cumulated vsize (KiB) 4794816

[startup+1062.3 s]
/proc/loadavg: 5.08 5.27 6.62 6/181 2227
/proc/meminfo: memFree=30362844/32951124 swapFree=67111344/67111528
[pid=2175] ppid=2173 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2175/stat : 2175 (ppfolio) S 2173 2175 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520736191 18763776 390 33554432000 4194304 4287625 140735861125904 18446744073709551615 271550557711 0 0 4096 65536 4536418267048181759 0 0 17 1 0 0 0
/proc/2175/statm: 4581 390 341 23 0 91 0
[pid=2176] ppid=2175 vsize=3989736 CPUtime=1062.31 cores=1
/proc/2176/stat : 2176 (cryptominisat) R 2175 2175 379 0 -1 4202496 154268 0 0 0 106177 54 0 0 25 0 1 0 520736192 4085489664 45256 33554432000 4194304 4587354 140735479406048 18446744073709551615 4243788 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2176/statm: 997434 45256 337 96 0 993996 0
[pid=2178] ppid=2175 vsize=154448 CPUtime=1062.31 cores=5
/proc/2178/stat : 2178 (clasp) R 2175 2175 379 0 -1 4202496 34400 0 0 0 106223 8 0 0 25 0 1 0 520736192 158154752 34004 33554432000 4194304 4785740 140734772624736 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2178/statm: 38612 34004 340 145 0 35657 0
[pid=2179] ppid=2175 vsize=458728 CPUtime=528.46 cores=7
/proc/2179/stat : 2179 (TNM) R 2175 2175 379 0 -1 4202496 1564 0 0 0 52846 0 0 0 25 0 1 0 520736192 469737472 1461 33554432000 134512640 134534564 4291394288 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2179/statm: 114682 1461 95 6 0 113348 0
[pid=2180] ppid=2175 vsize=55300 CPUtime=1062.32 cores=3
/proc/2180/stat : 2180 (lingeling) R 2175 2175 379 0 -1 4202496 235566 0 0 0 106203 29 0 0 25 0 1 0 520736192 56627200 13019 33554432000 4194304 4352236 140735985300080 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2180/statm: 13825 13019 127 39 0 12905 0
[pid=2181] ppid=2175 vsize=111100 CPUtime=528.05 cores=7
/proc/2181/stat : 2181 (march_hi) R 2175 2175 379 0 -1 4202496 22379 0 0 0 52794 11 0 0 25 0 1 0 520736192 113766400 20364 33554432000 4194304 4331988 140736414528192 18446744073709551615 4237192 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2181/statm: 27775 20364 175 34 0 26217 0
Current children cumulated CPU time (s) 4243.45
Current children cumulated vsize (KiB) 4787636

[startup+1122.3 s]
/proc/loadavg: 5.07 5.23 6.52 6/181 2229
/proc/meminfo: memFree=30319520/32951124 swapFree=67111344/67111528
[pid=2175] ppid=2173 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2175/stat : 2175 (ppfolio) S 2173 2175 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520736191 18763776 390 33554432000 4194304 4287625 140735861125904 18446744073709551615 271550557711 0 0 4096 65536 4536418267048181759 0 0 17 1 0 0 0
/proc/2175/statm: 4581 390 341 23 0 91 0
[pid=2176] ppid=2175 vsize=3989736 CPUtime=1122.31 cores=1
/proc/2176/stat : 2176 (cryptominisat) R 2175 2175 379 0 -1 4202496 160204 0 0 0 112174 57 0 0 25 0 1 0 520736192 4085489664 47044 33554432000 4194304 4587354 140735479406048 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2176/statm: 997434 47044 337 96 0 993996 0
[pid=2178] ppid=2175 vsize=156724 CPUtime=1122.31 cores=5
/proc/2178/stat : 2178 (clasp) R 2175 2175 379 0 -1 4202496 34908 0 0 0 112223 8 0 0 25 0 1 0 520736192 160485376 34512 33554432000 4194304 4785740 140734772624736 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2178/statm: 39181 34512 340 145 0 36226 0
[pid=2179] ppid=2175 vsize=458728 CPUtime=558.27 cores=7
/proc/2179/stat : 2179 (TNM) R 2175 2175 379 0 -1 4202496 1564 0 0 0 55827 0 0 0 25 0 1 0 520736192 469737472 1461 33554432000 134512640 134534564 4291394288 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2179/statm: 114682 1461 95 6 0 113348 0
[pid=2180] ppid=2175 vsize=84996 CPUtime=1122.32 cores=3
/proc/2180/stat : 2180 (lingeling) R 2175 2175 379 0 -1 4202496 246510 0 0 0 112202 30 0 0 25 0 1 0 520736192 87035904 20443 33554432000 4194304 4352236 140735985300080 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2180/statm: 21249 20443 127 39 0 20329 0
[pid=2181] ppid=2175 vsize=111100 CPUtime=557.92 cores=7
/proc/2181/stat : 2181 (march_hi) R 2175 2175 379 0 -1 4202496 23837 0 0 0 55780 12 0 0 25 0 1 0 520736192 113766400 21822 33554432000 4194304 4331988 140736414528192 18446744073709551615 4237226 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2181/statm: 27775 21822 175 34 0 26217 0
Current children cumulated CPU time (s) 4483.13
Current children cumulated vsize (KiB) 4819608

[startup+1182.3 s]
/proc/loadavg: 5.06 5.20 6.43 6/181 2230
/proc/meminfo: memFree=30320232/32951124 swapFree=67111344/67111528
[pid=2175] ppid=2173 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2175/stat : 2175 (ppfolio) S 2173 2175 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520736191 18763776 390 33554432000 4194304 4287625 140735861125904 18446744073709551615 271550557711 0 0 4096 65536 4536418267048181759 0 0 17 1 0 0 0
/proc/2175/statm: 4581 390 341 23 0 91 0
[pid=2176] ppid=2175 vsize=3989736 CPUtime=1182.31 cores=1
/proc/2176/stat : 2176 (cryptominisat) R 2175 2175 379 0 -1 4202496 165828 0 0 0 118172 59 0 0 25 0 1 0 520736192 4085489664 46142 33554432000 4194304 4587354 140735479406048 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2176/statm: 997434 46142 337 96 0 993996 0
[pid=2178] ppid=2175 vsize=159220 CPUtime=1182.32 cores=5
/proc/2178/stat : 2178 (clasp) R 2175 2175 379 0 -1 4202496 35525 0 0 0 118224 8 0 0 25 0 1 0 520736192 163041280 35129 33554432000 4194304 4785740 140734772624736 18446744073709551615 4287186 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2178/statm: 39805 35129 340 145 0 36850 0
[pid=2179] ppid=2175 vsize=458728 CPUtime=588.15 cores=7
/proc/2179/stat : 2179 (TNM) R 2175 2175 379 0 -1 4202496 1564 0 0 0 58815 0 0 0 25 0 1 0 520736192 469737472 1461 33554432000 134512640 134534564 4291394288 18446744073709551615 134530619 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2179/statm: 114682 1461 95 6 0 113348 0
[pid=2180] ppid=2175 vsize=79876 CPUtime=1182.32 cores=3
/proc/2180/stat : 2180 (lingeling) R 2175 2175 379 0 -1 4202496 253102 0 0 0 118201 31 0 0 25 0 1 0 520736192 81793024 19163 33554432000 4194304 4352236 140735985300080 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2180/statm: 19969 19163 127 39 0 19049 0
[pid=2181] ppid=2175 vsize=111100 CPUtime=587.71 cores=7
/proc/2181/stat : 2181 (march_hi) R 2175 2175 379 0 -1 4202496 25275 0 0 0 58759 12 0 0 25 0 1 0 520736192 113766400 23260 33554432000 4194304 4331988 140736414528192 18446744073709551615 4228307 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2181/statm: 27775 23260 175 34 0 26217 0
Current children cumulated CPU time (s) 4722.81
Current children cumulated vsize (KiB) 4816984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 5.19 5.22 6.41 6/181 2231
/proc/meminfo: memFree=30308552/32951124 swapFree=67111344/67111528
[pid=2175] ppid=2173 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2175/stat : 2175 (ppfolio) S 2173 2175 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520736191 18763776 390 33554432000 4194304 4287625 140735861125904 18446744073709551615 271550557711 0 0 4096 65536 4536418267048181759 0 0 17 1 0 0 0
/proc/2175/statm: 4581 390 341 23 0 91 0
[pid=2176] ppid=2175 vsize=3989736 CPUtime=1201.72 cores=1
/proc/2176/stat : 2176 (cryptominisat) R 2175 2175 379 0 -1 4202496 167189 0 0 0 120112 60 0 0 25 0 1 0 520736192 4085489664 45327 33554432000 4194304 4587354 140735479406048 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2176/statm: 997434 45327 337 96 0 993996 0
[pid=2178] ppid=2175 vsize=159220 CPUtime=1201.72 cores=5
/proc/2178/stat : 2178 (clasp) R 2175 2175 379 0 -1 4202496 35525 0 0 0 120164 8 0 0 25 0 1 0 520736192 163041280 35129 33554432000 4194304 4785740 140734772624736 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2178/statm: 39805 35129 340 145 0 36850 0
[pid=2179] ppid=2175 vsize=458728 CPUtime=597.75 cores=7
/proc/2179/stat : 2179 (TNM) R 2175 2175 379 0 -1 4202496 1564 0 0 0 59775 0 0 0 25 0 1 0 520736192 469737472 1461 33554432000 134512640 134534564 4291394288 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2179/statm: 114682 1461 95 6 0 113348 0
[pid=2180] ppid=2175 vsize=91652 CPUtime=1201.72 cores=3
/proc/2180/stat : 2180 (lingeling) R 2175 2175 379 0 -1 4202496 259886 0 0 0 120141 31 0 0 25 0 1 0 520736192 93851648 22107 33554432000 4194304 4352236 140735985300080 18446744073709551615 4328351 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2180/statm: 22913 22107 127 39 0 21993 0
[pid=2181] ppid=2175 vsize=111100 CPUtime=597.41 cores=7
/proc/2181/stat : 2181 (march_hi) R 2175 2175 379 0 -1 4202496 25734 0 0 0 59728 13 0 0 25 0 1 0 520736192 113766400 23719 33554432000 4194304 4331988 140736414528192 18446744073709551615 4246748 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2181/statm: 27775 23719 175 34 0 26217 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 4828760

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)

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

Real time (s): 1201.72
CPU time (s): 4800.32
CPU user time (s): 4799.2
CPU system time (s): 1.12
CPU usage (%): 399.456
Max. virtual memory (cumulated for all children) (KiB): 8591748

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

runsolver used 1.88471 second user time and 4.67929 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 17:36:23
IDJOB=3263449
IDBENCH=83976
IDSOLVER=1612
FILE ID=node133/3263449-1304091383
RUNJOBID= node133-1304088977-1975
PBS_JOBID= 13170511
Free space on /tmp= 71884 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_22_70_7-dir.shuffled-as.sat03-154.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263449-1304091383/watcher-3263449-1304091383 -o /tmp/evaluation-result-3263449-1304091383/solver-3263449-1304091383 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3263449-1304091383.cnf

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

MD5SUM BENCH= aa9ee2fa26214e80fac6d004d5d0b003
RANDOM SEED=812690095

node133.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.834
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.834
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.75
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.834
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.82
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.834
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	: 6741.12
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.834
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.834
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.834
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.834
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:     32951124 kB
MemFree:      30560124 kB
Buffers:        748152 kB
Cached:         975456 kB
SwapCached:        124 kB
Active:         860484 kB
Inactive:      1172952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30560124 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:           10536 kB
Writeback:           0 kB
AnonPages:      309640 kB
Mapped:          16720 kB
Slab:           294176 kB
PageTables:       5412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   926900 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71884 MiB
End job on node133 at 2011-04-29 17:56:27