Trace number 3287512

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.23 1202.11

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
MD5SUMa0ec1baa890da62d0c6df7f1e62c6af3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3057.55
Satisfiable
(Un)Satisfiability was proved
Number of variables163622
Number of clauses488120
Sum of the clauses size1138944
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2325412
Number of clauses of size 3162706
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 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) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 4
0.00/0.00	Starting TNM 2009 on core(s) 6
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 6

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-3287512-1304035401/watcher-3287512-1304035401 -o /tmp/evaluation-result-3287512-1304035401/solver-3287512-1304035401 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3287512-1304035401.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.27 9.93 9.85 8/186 27351
/proc/meminfo: memFree=30378832/32951124 swapFree=67111344/67111528
[pid=27351] ppid=27349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27351/stat : 27351 (ppfolio) R 27349 27351 26347 0 -1 4194304 463 0 0 0 0 0 0 0 23 0 1 0 515138013 18763776 388 33554432000 4194304 4287625 140734661337952 18446744073709551615 271550172609 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/27351/statm: 4581 388 339 23 0 91 0

[startup+0.856373 s]
/proc/loadavg: 10.27 9.93 9.85 8/186 27351
/proc/meminfo: memFree=30378832/32951124 swapFree=67111344/67111528
[pid=27351] ppid=27349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27351/stat : 27351 (ppfolio) S 27349 27351 26347 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 515138013 18763776 390 33554432000 4194304 4287625 140734661337952 18446744073709551615 271550557711 0 0 4096 65536 6918848720767287295 0 0 17 4 0 0 0
/proc/27351/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.900365 s]
/proc/loadavg: 10.27 9.93 9.85 8/186 27351
/proc/meminfo: memFree=30378832/32951124 swapFree=67111344/67111528
[pid=27351] ppid=27349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27351/stat : 27351 (ppfolio) S 27349 27351 26347 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 515138013 18763776 390 33554432000 4194304 4287625 140734661337952 18446744073709551615 271550557711 0 0 4096 65536 6918848720767287295 0 0 17 4 0 0 0
/proc/27351/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.00035 s]
/proc/loadavg: 10.27 9.93 9.85 8/186 27351
/proc/meminfo: memFree=30378832/32951124 swapFree=67111344/67111528
[pid=27351] ppid=27349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27351/stat : 27351 (ppfolio) S 27349 27351 26347 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 515138013 18763776 390 33554432000 4194304 4287625 140734661337952 18446744073709551615 271550557711 0 0 4096 65536 6918848720767287295 0 0 17 4 0 0 0
/proc/27351/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.10033 s]
/proc/loadavg: 10.27 9.93 9.85 8/186 27351
/proc/meminfo: memFree=30378832/32951124 swapFree=67111344/67111528
[pid=27351] ppid=27349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27351/stat : 27351 (ppfolio) S 27349 27351 26347 0 -1 4202496 523 0 0 0 0 0 0 0 17 0 1 0 515138013 18763776 390 33554432000 4194304 4287625 140734661337952 18446744073709551615 271550557711 0 0 4096 65536 6918848720767287295 0 0 17 4 0 0 0
/proc/27351/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50026 s]
/proc/loadavg: 10.27 9.93 9.85 8/186 27351
/proc/meminfo: memFree=30378832/32951124 swapFree=67111344/67111528
[pid=27351] ppid=27349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27351/stat : 27351 (ppfolio) S 27349 27351 26347 0 -1 4202496 523 0 0 0 0 0 0 0 17 0 1 0 515138013 18763776 390 33554432000 4194304 4287625 140734661337952 18446744073709551615 271550557711 0 0 4096 65536 6918848720767287295 0 0 17 4 0 0 0
/proc/27351/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10097 s]
/proc/loadavg: 10.25 9.93 9.85 12/192 27357
/proc/meminfo: memFree=29935112/32951124 swapFree=67111344/67111528
[pid=27351] ppid=27349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27351/stat : 27351 (ppfolio) S 27349 27351 26347 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515138013 18763776 390 33554432000 4194304 4287625 140734661337952 18446744073709551615 271550557711 0 0 4096 65536 6918848720767287295 0 0 17 4 0 0 0
/proc/27351/statm: 4581 390 341 23 0 91 0
[pid=27352] ppid=27351 vsize=210688 CPUtime=3.08 cores=0
/proc/27352/stat : 27352 (cryptominisat) R 27351 27351 26347 0 -1 4202496 43134 0 0 0 302 6 0 0 25 0 1 0 515138014 215744512 38977 33554432000 4194304 4587354 140737347921136 18446744073709551615 4238268 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27352/statm: 52672 38977 335 96 0 49234 0
[pid=27353] ppid=27351 vsize=104524 CPUtime=2.24 cores=4
/proc/27353/stat : 27353 (clasp) R 27351 27351 26347 0 -1 4202496 29813 0 0 0 219 5 0 0 21 0 1 0 515138014 107032576 22796 33554432000 4194304 4785740 140734471640608 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27353/statm: 26131 22796 340 145 0 23176 0
[pid=27355] ppid=27351 vsize=486052 CPUtime=1.56 cores=6
/proc/27355/stat : 27355 (TNM) R 27351 27351 26347 0 -1 4202496 17003 0 0 0 154 2 0 0 20 0 1 0 515138014 497717248 16900 33554432000 134512640 134534564 4291113632 18446744073709551615 134529374 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27355/statm: 121513 16900 95 6 0 120179 0
[pid=27356] ppid=27351 vsize=42680 CPUtime=3.08 cores=2
/proc/27356/stat : 27356 (lingeling) R 27351 27351 26347 0 -1 4202496 15716 0 0 0 306 2 0 0 25 0 1 0 515138014 43704320 9836 33554432000 4194304 4352236 140737038981136 18446744073709551615 4215209 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/27356/statm: 10670 9836 125 39 0 9750 0
[pid=27357] ppid=27351 vsize=108704 CPUtime=1.5 cores=6
/proc/27357/stat : 27357 (march_hi) R 27351 27351 26347 0 -1 4202496 77026 0 0 0 140 10 0 0 20 0 1 0 515138014 111312896 20977 33554432000 4194304 4331988 140733306571072 18446744073709551615 271550195456 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27357/statm: 27176 20977 140 34 0 25618 0
Current children cumulated CPU time (s) 11.46
Current children cumulated vsize (KiB) 970972

[startup+6.30738 s]
/proc/loadavg: 10.25 9.93 9.85 12/192 27357
/proc/meminfo: memFree=29875452/32951124 swapFree=67111344/67111528
[pid=27351] ppid=27349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27351/stat : 27351 (ppfolio) S 27349 27351 26347 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515138013 18763776 390 33554432000 4194304 4287625 140734661337952 18446744073709551615 271550557711 0 0 4096 65536 6918848720767287295 0 0 17 4 0 0 0
/proc/27351/statm: 4581 390 341 23 0 91 0
[pid=27352] ppid=27351 vsize=210688 CPUtime=6.29 cores=0
/proc/27352/stat : 27352 (cryptominisat) R 27351 27351 26347 0 -1 4202496 43291 0 0 0 623 6 0 0 25 0 1 0 515138014 215744512 39116 33554432000 4194304 4587354 140737347921136 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27352/statm: 52672 39116 335 96 0 49234 0
[pid=27353] ppid=27351 vsize=104524 CPUtime=5.45 cores=4
/proc/27353/stat : 27353 (clasp) R 27351 27351 26347 0 -1 4202496 29813 0 0 0 540 5 0 0 25 0 1 0 515138014 107032576 22796 33554432000 4194304 4785740 140734471640608 18446744073709551615 4536814 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27353/statm: 26131 22796 340 145 0 23176 0
[pid=27355] ppid=27351 vsize=486052 CPUtime=3.15 cores=6
/proc/27355/stat : 27355 (TNM) R 27351 27351 26347 0 -1 4202496 17003 0 0 0 313 2 0 0 25 0 1 0 515138014 497717248 16900 33554432000 134512640 134534564 4291113632 18446744073709551615 134529953 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27355/statm: 121513 16900 95 6 0 120179 0
[pid=27356] ppid=27351 vsize=59072 CPUtime=6.29 cores=2
/proc/27356/stat : 27356 (lingeling) R 27351 27351 26347 0 -1 4202496 19814 0 0 0 626 3 0 0 25 0 1 0 515138014 60489728 13934 33554432000 4194304 4352236 140737038981136 18446744073709551615 4228598 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/27356/statm: 14768 13934 125 39 0 13848 0
[pid=27357] ppid=27351 vsize=348464 CPUtime=3.1 cores=6
/proc/27357/stat : 27357 (march_hi) R 27351 27351 26347 0 -1 4202496 138324 0 0 0 293 17 0 0 25 0 1 0 515138014 356827136 41852 33554432000 4194304 4331988 140733306571072 18446744073709551615 271550192993 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27357/statm: 87116 41852 151 34 0 85558 0
Current children cumulated CPU time (s) 24.28
Current children cumulated vsize (KiB) 1227124

[startup+12.7012 s]
/proc/loadavg: 10.31 9.95 9.85 11/192 27357
/proc/meminfo: memFree=29731524/32951124 swapFree=67111344/67111528
[pid=27351] ppid=27349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27351/stat : 27351 (ppfolio) S 27349 27351 26347 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515138013 18763776 390 33554432000 4194304 4287625 140734661337952 18446744073709551615 271550557711 0 0 4096 65536 6918848720767287295 0 0 17 4 0 0 0
/proc/27351/statm: 4581 390 341 23 0 91 0
[pid=27352] ppid=27351 vsize=197716 CPUtime=12.69 cores=0
/proc/27352/stat : 27352 (cryptominisat) R 27351 27351 26347 0 -1 4202496 44511 0 0 0 1262 7 0 0 25 0 1 0 515138014 202461184 36684 33554432000 4194304 4587354 140737347921136 18446744073709551615 4349670 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27352/statm: 49429 36684 337 96 0 45991 0
[pid=27353] ppid=27351 vsize=104524 CPUtime=11.84 cores=4
/proc/27353/stat : 27353 (clasp) R 27351 27351 26347 0 -1 4202496 29813 0 0 0 1179 5 0 0 25 0 1 0 515138014 107032576 22796 33554432000 4194304 4785740 140734471640608 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27353/statm: 26131 22796 340 145 0 23176 0
[pid=27355] ppid=27351 vsize=486052 CPUtime=6.34 cores=6
/proc/27355/stat : 27355 (TNM) R 27351 27351 26347 0 -1 4202496 17003 0 0 0 632 2 0 0 25 0 1 0 515138014 497717248 16900 33554432000 134512640 134534564 4291113632 18446744073709551615 134526037 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27355/statm: 121513 16900 95 6 0 120179 0
[pid=27356] ppid=27351 vsize=27036 CPUtime=12.68 cores=2
/proc/27356/stat : 27356 (lingeling) R 27351 27351 26347 0 -1 4202496 24612 0 0 0 1265 3 0 0 25 0 1 0 515138014 27684864 5927 33554432000 4194304 4352236 140737038981136 18446744073709551615 4276744 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/27356/statm: 6759 5927 127 39 0 5839 0
[pid=27357] ppid=27351 vsize=339072 CPUtime=6.27 cores=6
/proc/27357/stat : 27357 (march_hi) R 27351 27351 26347 0 -1 4202496 184325 0 0 0 605 22 0 0 25 0 1 0 515138014 347209728 74948 33554432000 4194304 4331988 140733306571072 18446744073709551615 4265440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27357/statm: 84768 74948 173 34 0 83210 0
Current children cumulated CPU time (s) 49.82
Current children cumulated vsize (KiB) 1172724

[startup+25.5009 s]
/proc/loadavg: 10.40 9.98 9.87 12/192 27357
/proc/meminfo: memFree=29666536/32951124 swapFree=67111344/67111528
[pid=27351] ppid=27349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27351/stat : 27351 (ppfolio) S 27349 27351 26347 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515138013 18763776 390 33554432000 4194304 4287625 140734661337952 18446744073709551615 271550557711 0 0 4096 65536 6918848720767287295 0 0 17 4 0 0 0
/proc/27351/statm: 4581 390 341 23 0 91 0
[pid=27352] ppid=27351 vsize=212756 CPUtime=25.49 cores=0
/proc/27352/stat : 27352 (cryptominisat) R 27351 27351 26347 0 -1 4202496 50409 0 0 0 2541 8 0 0 25 0 1 0 515138014 217862144 42345 33554432000 4194304 4587354 140737347921136 18446744073709551615 4238739 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27352/statm: 53189 42345 340 96 0 49751 0
[pid=27353] ppid=27351 vsize=105976 CPUtime=24.64 cores=4
/proc/27353/stat : 27353 (clasp) R 27351 27351 26347 0 -1 4202496 30384 0 0 0 2459 5 0 0 25 0 1 0 515138014 108519424 23367 33554432000 4194304 4785740 140734471640608 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27353/statm: 26494 23367 340 145 0 23539 0
[pid=27355] ppid=27351 vsize=486052 CPUtime=12.74 cores=6
/proc/27355/stat : 27355 (TNM) R 27351 27351 26347 0 -1 4202496 17003 0 0 0 1272 2 0 0 25 0 1 0 515138014 497717248 16900 33554432000 134512640 134534564 4291113632 18446744073709551615 134528488 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27355/statm: 121513 16900 95 6 0 120179 0
[pid=27356] ppid=27351 vsize=27436 CPUtime=25.48 cores=2
/proc/27356/stat : 27356 (lingeling) R 27351 27351 26347 0 -1 4202496 25254 0 0 0 2544 4 0 0 25 0 1 0 515138014 28094464 6027 33554432000 4194304 4352236 140737038981136 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/27356/statm: 6859 6027 127 39 0 5939 0
[pid=27357] ppid=27351 vsize=340260 CPUtime=12.6 cores=6
/proc/27357/stat : 27357 (march_hi) R 27351 27351 26347 0 -1 4202496 184766 0 0 0 1238 22 0 0 25 0 1 0 515138014 348426240 75389 33554432000 4194304 4331988 140733306571072 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27357/statm: 85065 75389 173 34 0 83507 0
Current children cumulated CPU time (s) 100.95
Current children cumulated vsize (KiB) 1190804

[startup+51.1013 s]
/proc/loadavg: 10.26 9.98 9.87 13/192 27358
/proc/meminfo: memFree=29578364/32951124 swapFree=67111344/67111528
[pid=27351] ppid=27349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27351/stat : 27351 (ppfolio) S 27349 27351 26347 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515138013 18763776 390 33554432000 4194304 4287625 140734661337952 18446744073709551615 271550557711 0 0 4096 65536 6918848720767287295 0 0 17 4 0 0 0
/proc/27351/statm: 4581 390 341 23 0 91 0
[pid=27352] ppid=27351 vsize=212756 CPUtime=51.09 cores=0
/proc/27352/stat : 27352 (cryptominisat) R 27351 27351 26347 0 -1 4202496 51420 0 0 0 5100 9 0 0 25 0 1 0 515138014 217862144 43283 33554432000 4194304 4587354 140737347921136 18446744073709551615 4238149 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27352/statm: 53189 43283 340 96 0 49751 0
[pid=27353] ppid=27351 vsize=118764 CPUtime=50.23 cores=4
/proc/27353/stat : 27353 (clasp) R 27351 27351 26347 0 -1 4202496 33541 0 0 0 5017 6 0 0 25 0 1 0 515138014 121614336 26524 33554432000 4194304 4785740 140734471640608 18446744073709551615 4553068 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27353/statm: 29691 26524 340 145 0 26736 0
[pid=27355] ppid=27351 vsize=486052 CPUtime=25.43 cores=6
/proc/27355/stat : 27355 (TNM) R 27351 27351 26347 0 -1 4202496 17003 0 0 0 2541 2 0 0 25 0 1 0 515138014 497717248 16900 33554432000 134512640 134534564 4291113632 18446744073709551615 134528284 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27355/statm: 121513 16900 95 6 0 120179 0
[pid=27356] ppid=27351 vsize=29400 CPUtime=51.08 cores=2
/proc/27356/stat : 27356 (lingeling) R 27351 27351 26347 0 -1 4202496 26082 0 0 0 5104 4 0 0 25 0 1 0 515138014 30105600 6518 33554432000 4194304 4352236 140737038981136 18446744073709551615 4328126 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/27356/statm: 7350 6518 127 39 0 6430 0
[pid=27357] ppid=27351 vsize=340412 CPUtime=25.37 cores=6
/proc/27357/stat : 27357 (march_hi) R 27351 27351 26347 0 -1 4202496 184780 0 0 0 2515 22 0 0 25 0 1 0 515138014 348581888 75403 33554432000 4194304 4331988 140733306571072 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27357/statm: 85103 75403 173 34 0 83545 0
Current children cumulated CPU time (s) 203.2
Current children cumulated vsize (KiB) 1205708

[startup+102.301 s]
/proc/loadavg: 10.51 10.10 9.91 12/192 27362
/proc/meminfo: memFree=29500292/32951124 swapFree=67111344/67111528
[pid=27351] ppid=27349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27351/stat : 27351 (ppfolio) S 27349 27351 26347 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515138013 18763776 390 33554432000 4194304 4287625 140734661337952 18446744073709551615 271550557711 0 0 4096 65536 6918848720767287295 0 0 17 4 0 0 0
/proc/27351/statm: 4581 390 341 23 0 91 0
[pid=27352] ppid=27351 vsize=425196 CPUtime=102.28 cores=0

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

/proc/27357/statm: 85349 75602 173 34 0 83791 0
Current children cumulated CPU time (s) 3762.39
Current children cumulated vsize (KiB) 1630504

[startup+1002.3 s]
/proc/loadavg: 10.42 10.28 10.11 11/192 27419
/proc/meminfo: memFree=30253752/32951124 swapFree=67111344/67111528
[pid=27351] ppid=27349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27351/stat : 27351 (ppfolio) S 27349 27351 26347 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515138013 18763776 390 33554432000 4194304 4287625 140734661337952 18446744073709551615 271550557711 0 0 4096 65536 6918848720767287295 0 0 17 4 0 0 0
/proc/27351/statm: 4581 390 341 23 0 91 0
[pid=27352] ppid=27351 vsize=465244 CPUtime=1002.29 cores=0
/proc/27352/stat : 27352 (cryptominisat) R 27351 27351 26347 0 -1 4202496 237089 0 0 0 100164 65 0 0 25 0 1 0 515138014 476409856 57889 33554432000 4194304 4587354 140737347921136 18446744073709551615 4238731 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27352/statm: 116311 57889 341 96 0 112873 0
[pid=27353] ppid=27351 vsize=291976 CPUtime=1001.46 cores=4
/proc/27353/stat : 27353 (clasp) R 27351 27351 26347 0 -1 4202496 76258 0 0 0 100123 23 0 0 25 0 1 0 515138014 298983424 69241 33554432000 4194304 4785740 140734471640608 18446744073709551615 4287249 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27353/statm: 72994 69241 340 145 0 70039 0
[pid=27355] ppid=27351 vsize=486052 CPUtime=498.46 cores=6
/proc/27355/stat : 27355 (TNM) R 27351 27351 26347 0 -1 4202496 17003 0 0 0 49844 2 0 0 25 0 1 0 515138014 497717248 16900 33554432000 134512640 134534564 4291113632 18446744073709551615 134529651 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27355/statm: 121513 16900 95 6 0 120179 0
[pid=27356] ppid=27351 vsize=64956 CPUtime=1001.47 cores=2
/proc/27356/stat : 27356 (lingeling) R 27351 27351 26347 0 -1 4202496 49112 0 0 0 100139 8 0 0 25 0 1 0 515138014 66514944 15407 33554432000 4194304 4352236 140737038981136 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/27356/statm: 16239 15407 127 39 0 15319 0
[pid=27357] ppid=27351 vsize=341396 CPUtime=498.38 cores=6
/proc/27357/stat : 27357 (march_hi) R 27351 27351 26347 0 -1 4202496 184993 0 0 0 49815 23 0 0 25 0 1 0 515138014 349589504 75616 33554432000 4194304 4331988 140733306571072 18446744073709551615 4211509 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27357/statm: 85349 75616 173 34 0 83791 0
Current children cumulated CPU time (s) 4002.06
Current children cumulated vsize (KiB) 1667948

[startup+1062.31 s]
/proc/loadavg: 10.26 10.25 10.11 11/192 27421
/proc/meminfo: memFree=30240376/32951124 swapFree=67111344/67111528
[pid=27351] ppid=27349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27351/stat : 27351 (ppfolio) S 27349 27351 26347 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515138013 18763776 390 33554432000 4194304 4287625 140734661337952 18446744073709551615 271550557711 0 0 4096 65536 6918848720767287295 0 0 17 4 0 0 0
/proc/27351/statm: 4581 390 341 23 0 91 0
[pid=27352] ppid=27351 vsize=259284 CPUtime=1062.3 cores=0
/proc/27352/stat : 27352 (cryptominisat) R 27351 27351 26347 0 -1 4202496 248778 0 0 0 106162 68 0 0 25 0 1 0 515138014 265506816 56709 33554432000 4194304 4587354 140737347921136 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27352/statm: 64821 56709 341 96 0 61383 0
[pid=27353] ppid=27351 vsize=292768 CPUtime=1061.47 cores=4
/proc/27353/stat : 27353 (clasp) R 27351 27351 26347 0 -1 4202496 76476 0 0 0 106123 24 0 0 25 0 1 0 515138014 299794432 69459 33554432000 4194304 4785740 140734471640608 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27353/statm: 73192 69459 340 145 0 70237 0
[pid=27355] ppid=27351 vsize=486052 CPUtime=528.29 cores=6
/proc/27355/stat : 27355 (TNM) R 27351 27351 26347 0 -1 4202496 17003 0 0 0 52827 2 0 0 25 0 1 0 515138014 497717248 16900 33554432000 134512640 134534564 4291113632 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27355/statm: 121513 16900 95 6 0 120179 0
[pid=27356] ppid=27351 vsize=64956 CPUtime=1061.48 cores=2
/proc/27356/stat : 27356 (lingeling) R 27351 27351 26347 0 -1 4202496 49112 0 0 0 106140 8 0 0 25 0 1 0 515138014 66514944 15407 33554432000 4194304 4352236 140737038981136 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/27356/statm: 16239 15407 127 39 0 15319 0
[pid=27357] ppid=27351 vsize=341396 CPUtime=528.23 cores=6
/proc/27357/stat : 27357 (march_hi) R 27351 27351 26347 0 -1 4202496 185007 0 0 0 52800 23 0 0 25 0 1 0 515138014 349589504 75630 33554432000 4194304 4331988 140733306571072 18446744073709551615 4237136 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27357/statm: 85349 75630 173 34 0 83791 0
Current children cumulated CPU time (s) 4241.77
Current children cumulated vsize (KiB) 1462780

[startup+1122.3 s]
/proc/loadavg: 10.20 10.24 10.11 11/192 27423
/proc/meminfo: memFree=30185912/32951124 swapFree=67111344/67111528
[pid=27351] ppid=27349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27351/stat : 27351 (ppfolio) S 27349 27351 26347 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515138013 18763776 390 33554432000 4194304 4287625 140734661337952 18446744073709551615 271550557711 0 0 4096 65536 6918848720767287295 0 0 17 4 0 0 0
/proc/27351/statm: 4581 390 341 23 0 91 0
[pid=27352] ppid=27351 vsize=471764 CPUtime=1122.29 cores=0
/proc/27352/stat : 27352 (cryptominisat) R 27351 27351 26347 0 -1 4202496 263556 0 0 0 112158 71 0 0 25 0 1 0 515138014 483086336 65534 33554432000 4194304 4587354 140737347921136 18446744073709551615 4237684 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27352/statm: 117941 65534 340 96 0 114503 0
[pid=27353] ppid=27351 vsize=292768 CPUtime=1121.47 cores=4
/proc/27353/stat : 27353 (clasp) R 27351 27351 26347 0 -1 4202496 76478 0 0 0 112123 24 0 0 25 0 1 0 515138014 299794432 69461 33554432000 4194304 4785740 140734471640608 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27353/statm: 73192 69461 340 145 0 70237 0
[pid=27355] ppid=27351 vsize=486052 CPUtime=558.15 cores=6
/proc/27355/stat : 27355 (TNM) R 27351 27351 26347 0 -1 4202496 17003 0 0 0 55813 2 0 0 25 0 1 0 515138014 497717248 16900 33554432000 134512640 134534564 4291113632 18446744073709551615 134528273 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27355/statm: 121513 16900 95 6 0 120179 0
[pid=27356] ppid=27351 vsize=64952 CPUtime=1121.48 cores=2
/proc/27356/stat : 27356 (lingeling) R 27351 27351 26347 0 -1 4202496 49112 0 0 0 112139 9 0 0 25 0 1 0 515138014 66510848 15406 33554432000 4194304 4352236 140737038981136 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/27356/statm: 16238 15406 127 39 0 15318 0
[pid=27357] ppid=27351 vsize=341396 CPUtime=558.04 cores=6
/proc/27357/stat : 27357 (march_hi) R 27351 27351 26347 0 -1 4202496 185019 0 0 0 55781 23 0 0 25 0 1 0 515138014 349589504 75642 33554432000 4194304 4331988 140733306571072 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27357/statm: 85349 75642 173 34 0 83791 0
Current children cumulated CPU time (s) 4481.43
Current children cumulated vsize (KiB) 1675256

[startup+1182.3 s]
/proc/loadavg: 10.19 10.22 10.11 11/192 27424
/proc/meminfo: memFree=30162072/32951124 swapFree=67111344/67111528
[pid=27351] ppid=27349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27351/stat : 27351 (ppfolio) S 27349 27351 26347 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515138013 18763776 390 33554432000 4194304 4287625 140734661337952 18446744073709551615 271550557711 0 0 4096 65536 6918848720767287295 0 0 17 4 0 0 0
/proc/27351/statm: 4581 390 341 23 0 91 0
[pid=27352] ppid=27351 vsize=483780 CPUtime=1182.29 cores=0
/proc/27352/stat : 27352 (cryptominisat) R 27351 27351 26347 0 -1 4202496 275118 0 0 0 118155 74 0 0 25 0 1 0 515138014 495390720 63759 33554432000 4194304 4587354 140737347921136 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27352/statm: 120945 63759 340 96 0 117507 0
[pid=27353] ppid=27351 vsize=294376 CPUtime=1181.47 cores=4
/proc/27353/stat : 27353 (clasp) R 27351 27351 26347 0 -1 4202496 76764 0 0 0 118123 24 0 0 25 0 1 0 515138014 301441024 69747 33554432000 4194304 4785740 140734471640608 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27353/statm: 73594 69747 340 145 0 70639 0
[pid=27355] ppid=27351 vsize=486052 CPUtime=587.95 cores=6
/proc/27355/stat : 27355 (TNM) R 27351 27351 26347 0 -1 4202496 17003 0 0 0 58793 2 0 0 25 0 1 0 515138014 497717248 16900 33554432000 134512640 134534564 4291113632 18446744073709551615 134526037 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27355/statm: 121513 16900 95 6 0 120179 0
[pid=27356] ppid=27351 vsize=83384 CPUtime=1181.48 cores=2
/proc/27356/stat : 27356 (lingeling) R 27351 27351 26347 0 -1 4202496 53720 0 0 0 118139 9 0 0 25 0 1 0 515138014 85385216 20014 33554432000 4194304 4352236 140737038981136 18446744073709551615 4328075 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/27356/statm: 20846 20014 127 39 0 19926 0
[pid=27357] ppid=27351 vsize=341396 CPUtime=587.92 cores=6
/proc/27357/stat : 27357 (march_hi) R 27351 27351 26347 0 -1 4202496 185029 0 0 0 58769 23 0 0 25 0 1 0 515138014 349589504 75652 33554432000 4194304 4331988 140733306571072 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27357/statm: 85349 75652 173 34 0 83791 0
Current children cumulated CPU time (s) 4721.11
Current children cumulated vsize (KiB) 1707312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 10.19 10.22 10.11 12/192 27425
/proc/meminfo: memFree=30032488/32951124 swapFree=67111344/67111528
[pid=27351] ppid=27349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27351/stat : 27351 (ppfolio) S 27349 27351 26347 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515138013 18763776 390 33554432000 4194304 4287625 140734661337952 18446744073709551615 271550557711 0 0 4096 65536 6918848720767287295 0 0 17 4 0 0 0
/proc/27351/statm: 4581 390 341 23 0 91 0
[pid=27352] ppid=27351 vsize=483780 CPUtime=1202.1 cores=0
/proc/27352/stat : 27352 (cryptominisat) R 27351 27351 26347 0 -1 4202496 276446 0 0 0 120135 75 0 0 25 0 1 0 515138014 495390720 65066 33554432000 4194304 4587354 140737347921136 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27352/statm: 120945 65066 340 96 0 117507 0
[pid=27353] ppid=27351 vsize=294376 CPUtime=1201.28 cores=4
/proc/27353/stat : 27353 (clasp) R 27351 27351 26347 0 -1 4202496 76764 0 0 0 120104 24 0 0 25 0 1 0 515138014 301441024 69747 33554432000 4194304 4785740 140734471640608 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27353/statm: 73594 69747 340 145 0 70639 0
[pid=27355] ppid=27351 vsize=486052 CPUtime=597.84 cores=6
/proc/27355/stat : 27355 (TNM) R 27351 27351 26347 0 -1 4202496 17003 0 0 0 59782 2 0 0 25 0 1 0 515138014 497717248 16900 33554432000 134512640 134534564 4291113632 18446744073709551615 134514044 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27355/statm: 121513 16900 95 6 0 120179 0
[pid=27356] ppid=27351 vsize=83384 CPUtime=1201.29 cores=2
/proc/27356/stat : 27356 (lingeling) R 27351 27351 26347 0 -1 4202496 53720 0 0 0 120120 9 0 0 25 0 1 0 515138014 85385216 20014 33554432000 4194304 4352236 140737038981136 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/27356/statm: 20846 20014 127 39 0 19926 0
[pid=27357] ppid=27351 vsize=341396 CPUtime=597.72 cores=6
/proc/27357/stat : 27357 (march_hi) R 27351 27351 26347 0 -1 4202496 185031 0 0 0 59749 23 0 0 25 0 1 0 515138014 349589504 75654 33554432000 4194304 4331988 140733306571072 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27357/statm: 85349 75654 173 34 0 83791 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 1707312

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

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

[startup+1202.1 s]
/proc/loadavg: 10.19 10.22 10.11 12/192 27425
/proc/meminfo: memFree=30032488/32951124 swapFree=67111344/67111528
[pid=27351] ppid=27349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/27351/stat : 27351 (ppfolio) S 27349 27351 26347 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515138013 18763776 390 33554432000 4194304 4287625 140734661337952 18446744073709551615 271550557711 0 0 4096 65536 6918848720767287295 0 0 17 4 0 0 0
/proc/27351/statm: 4581 390 341 23 0 91 0
[pid=27352] ppid=27351 vsize=483780 CPUtime=1202.1 cores=0
/proc/27352/stat : 27352 (cryptominisat) R 27351 27351 26347 0 -1 4202496 276446 0 0 0 120135 75 0 0 25 0 1 0 515138014 495390720 65066 33554432000 4194304 4587354 140737347921136 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27352/statm: 120945 65066 340 96 0 117507 0
[pid=27353] ppid=27351 vsize=294376 CPUtime=1201.28 cores=4
/proc/27353/stat : 27353 (clasp) R 27351 27351 26347 0 -1 4202496 76764 0 0 0 120104 24 0 0 25 0 1 0 515138014 301441024 69747 33554432000 4194304 4785740 140734471640608 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27353/statm: 73594 69747 340 145 0 70639 0
[pid=27355] ppid=27351 vsize=486052 CPUtime=597.84 cores=6
/proc/27355/stat : 27355 (TNM) R 27351 27351 26347 0 -1 4202496 17003 0 0 0 59782 2 0 0 25 0 1 0 515138014 497717248 16900 33554432000 134512640 134534564 4291113632 18446744073709551615 134514044 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27355/statm: 121513 16900 95 6 0 120179 0
[pid=27356] ppid=27351 vsize=83384 CPUtime=1201.29 cores=2
/proc/27356/stat : 27356 (lingeling) R 27351 27351 26347 0 -1 4202496 53720 0 0 0 120120 9 0 0 25 0 1 0 515138014 85385216 20014 33554432000 4194304 4352236 140737038981136 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/27356/statm: 20846 20014 127 39 0 19926 0
[pid=27357] ppid=27351 vsize=341396 CPUtime=597.72 cores=6
/proc/27357/stat : 27357 (march_hi) R 27351 27351 26347 0 -1 4202496 185031 0 0 0 59749 23 0 0 25 0 1 0 515138014 349589504 75654 33554432000 4194304 4331988 140733306571072 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27357/statm: 85349 75654 173 34 0 83791 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 1707312

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.11
CPU time (s): 4800.23
CPU user time (s): 4798.9
CPU system time (s): 1.33
CPU usage (%): 399.316
Max. virtual memory (cumulated for all children) (KiB): 2052900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.002999
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= 275
involuntary context switches= 6

runsolver used 1.89171 second user time and 4.67329 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 02:03:21
IDJOB=3287512
IDBENCH=82468
IDSOLVER=1612
FILE ID=node133/3287512-1304035401
RUNJOBID= node133-1304032500-26787
PBS_JOBID= 13170319
Free space on /tmp= 71872 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287512-1304035401/watcher-3287512-1304035401 -o /tmp/evaluation-result-3287512-1304035401/solver-3287512-1304035401 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3287512-1304035401.cnf

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

MD5SUM BENCH= a0ec1baa890da62d0c6df7f1e62c6af3
RANDOM SEED=1078680134

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:      30379112 kB
Buffers:        665504 kB
Cached:         581556 kB
SwapCached:        124 kB
Active:        1463600 kB
Inactive:       761492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30379112 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:           18412 kB
Writeback:           8 kB
AnonPages:      977848 kB
Mapped:          16800 kB
Slab:           280508 kB
PageTables:       7192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1898472 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= 71868 MiB
End job on node133 at 2011-04-29 02:23:25