Trace number 3293630

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.2 1201.71

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_11_ooo.cnf
MD5SUMf603f11fbfe855df381282b7bce010ea
Bench CategoryAPPLICATION (applications 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 variables88289
Number of clauses4187694
Sum of the clauses size12410354
Maximum clause length341
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23770000
Number of clauses of size 3347602
Number of clauses of size 41622
Number of clauses of size 51351
Number of clauses of size over 567118

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-3293630-1304097928/watcher-3293630-1304097928 -o /tmp/evaluation-result-3293630-1304097928/solver-3293630-1304097928 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3293630-1304097928.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: 8.24 8.41 7.75 5/181 2351
/proc/meminfo: memFree=28288964/32951124 swapFree=67110188/67111528
[pid=2351] ppid=2349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2351/stat : 2351 (ppfolio) S 2349 2351 2052 0 -1 4202496 521 0 0 0 0 0 0 0 23 0 1 0 521393604 18763776 390 33554432000 4194304 4287625 140734814773200 18446744073709551615 222921797135 0 0 4096 65536 3186481046296199167 0 0 17 4 0 0 0
/proc/2351/statm: 4581 390 341 23 0 91 0

[startup+0.967702 s]
/proc/loadavg: 8.24 8.41 7.75 5/181 2351
/proc/meminfo: memFree=28288964/32951124 swapFree=67110188/67111528
[pid=2351] ppid=2349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2351/stat : 2351 (ppfolio) S 2349 2351 2052 0 -1 4202496 521 0 0 0 0 0 0 0 23 0 1 0 521393604 18763776 390 33554432000 4194304 4287625 140734814773200 18446744073709551615 222921797135 0 0 4096 65536 3186481046296199167 0 0 17 4 0 0 0
/proc/2351/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.0007 s]
/proc/loadavg: 8.24 8.41 7.75 5/181 2351
/proc/meminfo: memFree=28288964/32951124 swapFree=67110188/67111528
[pid=2351] ppid=2349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2351/stat : 2351 (ppfolio) S 2349 2351 2052 0 -1 4202496 521 0 0 0 0 0 0 0 23 0 1 0 521393604 18763776 390 33554432000 4194304 4287625 140734814773200 18446744073709551615 222921797135 0 0 4096 65536 3186481046296199167 0 0 17 4 0 0 0
/proc/2351/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.16766 s]
/proc/loadavg: 8.24 8.41 7.75 5/181 2351
/proc/meminfo: memFree=28288964/32951124 swapFree=67110188/67111528
[pid=2351] ppid=2349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2351/stat : 2351 (ppfolio) S 2349 2351 2052 0 -1 4202496 521 0 0 0 0 0 0 0 23 0 1 0 521393604 18763776 390 33554432000 4194304 4287625 140734814773200 18446744073709551615 222921797135 0 0 4096 65536 3186481046296199167 0 0 17 4 0 0 0
/proc/2351/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.20066 s]
/proc/loadavg: 8.24 8.41 7.75 5/181 2351
/proc/meminfo: memFree=28288964/32951124 swapFree=67110188/67111528
[pid=2351] ppid=2349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2351/stat : 2351 (ppfolio) S 2349 2351 2052 0 -1 4202496 521 0 0 0 0 0 0 0 23 0 1 0 521393604 18763776 390 33554432000 4194304 4287625 140734814773200 18446744073709551615 222921797135 0 0 4096 65536 3186481046296199167 0 0 17 4 0 0 0
/proc/2351/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50061 s]
/proc/loadavg: 8.24 8.41 7.75 5/181 2351
/proc/meminfo: memFree=28288964/32951124 swapFree=67110188/67111528
[pid=2351] ppid=2349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2351/stat : 2351 (ppfolio) S 2349 2351 2052 0 -1 4202496 521 0 0 0 0 0 0 0 18 0 1 0 521393604 18763776 390 33554432000 4194304 4287625 140734814773200 18446744073709551615 222921797135 0 0 4096 65536 3186481046296199167 0 0 17 4 0 0 0
/proc/2351/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10631 s]
/proc/loadavg: 8.24 8.41 7.75 10/187 2357
/proc/meminfo: memFree=27526616/32951124 swapFree=67110188/67111528
[pid=2351] ppid=2349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2351/stat : 2351 (ppfolio) S 2349 2351 2052 0 -1 4202496 521 0 0 0 0 0 0 0 18 0 1 0 521393604 18763776 390 33554432000 4194304 4287625 140734814773200 18446744073709551615 222921797135 0 0 4096 65536 3186481046296199167 0 0 17 4 0 0 0
/proc/2351/statm: 4581 390 341 23 0 91 0
[pid=2352] ppid=2351 vsize=338640 CPUtime=3.1 cores=0
/proc/2352/stat : 2352 (cryptominisat) R 2351 2351 2052 0 -1 4202496 72652 0 0 0 297 13 0 0 25 0 1 0 521393605 346767360 72010 33554432000 4194304 4587354 140735984392736 18446744073709551615 4238606 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2352/statm: 84660 72010 305 96 0 81222 0
[pid=2353] ppid=2351 vsize=114204 CPUtime=3.1 cores=4
/proc/2353/stat : 2353 (clasp) R 2351 2351 2052 0 -1 4202496 28069 0 0 0 304 6 0 0 25 0 1 0 521393605 116944896 25587 33554432000 4194304 4785740 140736826959680 18446744073709551615 4545847 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2353/statm: 28551 25587 336 145 0 25596 0
[pid=2354] ppid=2351 vsize=492788 CPUtime=1.97 cores=6
/proc/2354/stat : 2354 (TNM) R 2351 2351 2052 0 -1 4202496 16623 0 0 0 194 3 0 0 21 0 1 0 521393605 504614912 16521 33554432000 134512640 134534564 4289017648 18446744073709551615 11540075 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2354/statm: 123197 16521 90 6 0 121863 0
[pid=2355] ppid=2351 vsize=104992 CPUtime=3.1 cores=2
/proc/2355/stat : 2355 (lingeling) R 2351 2351 2052 0 -1 4202496 47477 0 0 0 301 9 0 0 25 0 1 0 521393605 107511808 24376 33554432000 4194304 4352236 140733438692048 18446744073709551615 4209392 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2355/statm: 26248 24376 116 39 0 25328 0
[pid=2356] ppid=2351 vsize=130572 CPUtime=1.1 cores=6
/proc/2356/stat : 2356 (march_hi) R 2351 2351 2052 0 -1 4194304 28968 0 0 0 104 6 0 0 25 0 1 0 521393605 133705728 28863 33554432000 4194304 4331988 140734359292832 18446744073709551615 222921437872 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2356/statm: 32643 28863 113 34 0 31085 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 1199520

[startup+6.30073 s]
/proc/loadavg: 8.30 8.42 7.75 10/187 2357
/proc/meminfo: memFree=27280716/32951124 swapFree=67110188/67111528
[pid=2351] ppid=2349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2351/stat : 2351 (ppfolio) S 2349 2351 2052 0 -1 4202496 521 0 0 0 0 0 0 0 18 0 1 0 521393604 18763776 390 33554432000 4194304 4287625 140734814773200 18446744073709551615 222921797135 0 0 4096 65536 3186481046296199167 0 0 17 4 0 0 0
/proc/2351/statm: 4581 390 341 23 0 91 0
[pid=2352] ppid=2351 vsize=339060 CPUtime=6.3 cores=0
/proc/2352/stat : 2352 (cryptominisat) R 2351 2351 2052 0 -1 4202496 72787 0 0 0 617 13 0 0 25 0 1 0 521393605 347197440 72145 33554432000 4194304 4587354 140735984392736 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2352/statm: 84765 72145 305 96 0 81327 0
[pid=2353] ppid=2351 vsize=122220 CPUtime=6.29 cores=4
/proc/2353/stat : 2353 (clasp) R 2351 2351 2052 0 -1 4202496 30013 0 0 0 623 6 0 0 25 0 1 0 521393605 125153280 27531 33554432000 4194304 4785740 140736826959680 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2353/statm: 30555 27531 336 145 0 27600 0
[pid=2354] ppid=2351 vsize=526976 CPUtime=3.55 cores=6
/proc/2354/stat : 2354 (TNM) R 2351 2351 2052 0 -1 4202496 30330 0 0 0 349 6 0 0 25 0 1 0 521393605 539623424 30228 33554432000 134512640 134534564 4289017648 18446744073709551615 11663578 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2354/statm: 131744 30228 90 6 0 130410 0
[pid=2355] ppid=2351 vsize=185752 CPUtime=6.27 cores=2
/proc/2355/stat : 2355 (lingeling) R 2351 2351 2052 0 -1 4202496 67682 0 0 0 615 12 0 0 25 0 1 0 521393605 190210048 44581 33554432000 4194304 4352236 140733438692048 18446744073709551615 4289869 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2355/statm: 46438 44581 125 39 0 45518 0
[pid=2356] ppid=2351 vsize=412672 CPUtime=2.7 cores=6
/proc/2356/stat : 2356 (march_hi) R 2351 2351 2052 0 -1 4194304 60895 0 0 0 258 12 0 0 25 0 1 0 521393605 422576128 60788 33554432000 4194304 4331988 140734359292832 18446744073709551615 4256854 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2356/statm: 103168 60788 116 34 0 101610 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 1605004

[startup+12.7006 s]
/proc/loadavg: 8.36 8.43 7.76 10/187 2357
/proc/meminfo: memFree=26896100/32951124 swapFree=67110188/67111528
[pid=2351] ppid=2349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2351/stat : 2351 (ppfolio) S 2349 2351 2052 0 -1 4202496 521 0 0 0 0 0 0 0 16 0 1 0 521393604 18763776 390 33554432000 4194304 4287625 140734814773200 18446744073709551615 222921797135 0 0 4096 65536 3186481046296199167 0 0 17 4 0 0 0
/proc/2351/statm: 4581 390 341 23 0 91 0
[pid=2352] ppid=2351 vsize=483428 CPUtime=12.68 cores=0
/proc/2352/stat : 2352 (cryptominisat) R 2351 2351 2052 0 -1 4202496 107931 0 0 0 1250 18 0 0 25 0 1 0 521393605 495030272 107289 33554432000 4194304 4587354 140735984392736 18446744073709551615 4365356 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2352/statm: 120857 107289 310 96 0 117419 0
[pid=2353] ppid=2351 vsize=135332 CPUtime=12.69 cores=4
/proc/2353/stat : 2353 (clasp) R 2351 2351 2052 0 -1 4202496 33245 0 0 0 1262 7 0 0 25 0 1 0 521393605 138579968 30763 33554432000 4194304 4785740 140736826959680 18446744073709551615 4279309 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2353/statm: 33833 30763 336 145 0 30878 0
[pid=2354] ppid=2351 vsize=714220 CPUtime=6.74 cores=6
/proc/2354/stat : 2354 (TNM) R 2351 2351 2052 0 -1 4202496 82627 0 0 0 662 12 0 0 25 0 1 0 521393605 731361280 82524 33554432000 134512640 134534564 4289017648 18446744073709551615 134524686 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2354/statm: 178555 82524 91 6 0 177221 0
[pid=2355] ppid=2351 vsize=186100 CPUtime=12.67 cores=2
/proc/2355/stat : 2355 (lingeling) R 2351 2351 2052 0 -1 4202496 67780 0 0 0 1255 12 0 0 25 0 1 0 521393605 190566400 44670 33554432000 4194304 4352236 140733438692048 18446744073709551615 4335333 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2355/statm: 46525 44670 127 39 0 45605 0
[pid=2356] ppid=2351 vsize=520196 CPUtime=5.87 cores=6
/proc/2356/stat : 2356 (march_hi) R 2351 2351 2052 0 -1 4194304 107489 0 0 0 568 19 0 0 25 0 1 0 521393605 532680704 81621 33554432000 4194304 4331988 140734359292832 18446744073709551615 4252174 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2356/statm: 130049 81621 128 34 0 128491 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 2057600

[startup+25.5012 s]
/proc/loadavg: 8.65 8.49 7.79 10/187 2357
/proc/meminfo: memFree=26602760/32951124 swapFree=67110188/67111528
[pid=2351] ppid=2349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2351/stat : 2351 (ppfolio) S 2349 2351 2052 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521393604 18763776 390 33554432000 4194304 4287625 140734814773200 18446744073709551615 222921797135 0 0 4096 65536 3186481046296199167 0 0 17 4 0 0 0
/proc/2351/statm: 4581 390 341 23 0 91 0
[pid=2352] ppid=2351 vsize=764096 CPUtime=25.49 cores=0
/proc/2352/stat : 2352 (cryptominisat) R 2351 2351 2052 0 -1 4202496 262888 0 0 0 2509 40 0 0 25 0 1 0 521393605 782434304 167561 33554432000 4194304 4587354 140735984392736 18446744073709551615 4238137 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2352/statm: 191024 167561 348 96 0 187586 0
[pid=2353] ppid=2351 vsize=159884 CPUtime=25.48 cores=4
/proc/2353/stat : 2353 (clasp) R 2351 2351 2052 0 -1 4202496 39329 0 0 0 2540 8 0 0 25 0 1 0 521393605 163721216 36847 33554432000 4194304 4785740 140736826959680 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2353/statm: 39971 36847 336 145 0 37016 0
[pid=2354] ppid=2351 vsize=714220 CPUtime=13.14 cores=6
/proc/2354/stat : 2354 (TNM) R 2351 2351 2052 0 -1 4202496 82627 0 0 0 1302 12 0 0 25 0 1 0 521393605 731361280 82524 33554432000 134512640 134534564 4289017648 18446744073709551615 134524546 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2354/statm: 178555 82524 91 6 0 177221 0
[pid=2355] ppid=2351 vsize=182620 CPUtime=25.47 cores=2
/proc/2355/stat : 2355 (lingeling) R 2351 2351 2052 0 -1 4202496 87774 0 0 0 2532 15 0 0 25 0 1 0 521393605 187002880 44568 33554432000 4194304 4352236 140733438692048 18446744073709551615 4284096 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2355/statm: 45655 44568 127 39 0 44735 0
[pid=2356] ppid=2351 vsize=416624 CPUtime=12.2 cores=6
/proc/2356/stat : 2356 (march_hi) R 2351 2351 2052 0 -1 4202496 191885 0 0 0 1187 33 0 0 25 0 1 0 521393605 426622976 61809 33554432000 4194304 4331988 140734359292832 18446744073709551615 4251963 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2356/statm: 104156 61809 148 34 0 102598 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 2255768

[startup+51.1005 s]
/proc/loadavg: 8.77 8.53 7.82 10/187 2358
/proc/meminfo: memFree=26399020/32951124 swapFree=67110188/67111528
[pid=2351] ppid=2349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2351/stat : 2351 (ppfolio) S 2349 2351 2052 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521393604 18763776 390 33554432000 4194304 4287625 140734814773200 18446744073709551615 222921797135 0 0 4096 65536 3186481046296199167 0 0 17 4 0 0 0
/proc/2351/statm: 4581 390 341 23 0 91 0
[pid=2352] ppid=2351 vsize=764096 CPUtime=51.09 cores=0
/proc/2352/stat : 2352 (cryptominisat) R 2351 2351 2052 0 -1 4202496 265806 0 0 0 5068 41 0 0 25 0 1 0 521393605 782434304 170447 33554432000 4194304 4587354 140735984392736 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2352/statm: 191024 170447 360 96 0 187586 0
[pid=2353] ppid=2351 vsize=195756 CPUtime=51.08 cores=4
/proc/2353/stat : 2353 (clasp) R 2351 2351 2052 0 -1 4202496 48185 0 0 0 5097 11 0 0 25 0 1 0 521393605 200454144 45703 33554432000 4194304 4785740 140736826959680 18446744073709551615 4552653 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2353/statm: 48939 45703 336 145 0 45984 0
[pid=2354] ppid=2351 vsize=714220 CPUtime=25.84 cores=6
/proc/2354/stat : 2354 (TNM) R 2351 2351 2052 0 -1 4202496 82627 0 0 0 2572 12 0 0 25 0 1 0 521393605 731361280 82524 33554432000 134512640 134534564 4289017648 18446744073709551615 134524664 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2354/statm: 178555 82524 91 6 0 177221 0
[pid=2355] ppid=2351 vsize=185244 CPUtime=51.07 cores=2
/proc/2355/stat : 2355 (lingeling) R 2351 2351 2052 0 -1 4202496 108447 0 0 0 5090 17 0 0 25 0 1 0 521393605 189689856 45479 33554432000 4194304 4352236 140733438692048 18446744073709551615 4280960 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2355/statm: 46311 45479 127 39 0 45391 0
[pid=2356] ppid=2351 vsize=464268 CPUtime=24.97 cores=6
/proc/2356/stat : 2356 (march_hi) R 2351 2351 2052 0 -1 4202496 411292 0 0 0 2432 65 0 0 25 0 1 0 521393605 475410432 73516 33554432000 4194304 4331988 140734359292832 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2356/statm: 116067 73516 151 34 0 114509 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 2341908

[startup+102.301 s]
/proc/loadavg: 9.01 8.63 7.89 10/187 2360
/proc/meminfo: memFree=26267016/32951124 swapFree=67110188/67111528
[pid=2351] ppid=2349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2351/stat : 2351 (ppfolio) S 2349 2351 2052 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521393604 18763776 390 33554432000 4194304 4287625 140734814773200 18446744073709551615 222921797135 0 0 4096 65536 3186481046296199167 0 0 17 4 0 0 0
/proc/2351/statm: 4581 390 341 23 0 91 0
[pid=2352] ppid=2351 vsize=762208 CPUtime=102.29 cores=0

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

/proc/2356/statm: 294738 248746 151 34 0 293180 0
Current children cumulated CPU time (s) 3524.32
Current children cumulated vsize (KiB) 4797524

[startup+942.3 s]
/proc/loadavg: 9.17 9.09 8.61 10/187 2382
/proc/meminfo: memFree=22463208/32951124 swapFree=67110188/67111528
[pid=2351] ppid=2349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2351/stat : 2351 (ppfolio) S 2349 2351 2052 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521393604 18763776 390 33554432000 4194304 4287625 140734814773200 18446744073709551615 222921797135 0 0 4096 65536 3186481046296199167 0 0 17 4 0 0 0
/proc/2351/statm: 4581 390 341 23 0 91 0
[pid=2352] ppid=2351 vsize=2707896 CPUtime=942.32 cores=0
/proc/2352/stat : 2352 (cryptominisat) R 2351 2351 2052 0 -1 4202496 1352117 0 0 0 94033 199 0 0 25 0 1 0 521393605 2772885504 168201 33554432000 4194304 4587354 140735984392736 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2352/statm: 676974 168201 338 96 0 673536 0
[pid=2353] ppid=2351 vsize=1945124 CPUtime=942.22 cores=4
/proc/2353/stat : 2353 (clasp) R 2351 2351 2052 0 -1 4202496 480383 0 0 0 94113 109 0 0 25 0 1 0 521393605 1991806976 475621 33554432000 4194304 4785740 140736826959680 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2353/statm: 486281 475621 336 145 0 483326 0
[pid=2354] ppid=2351 vsize=714220 CPUtime=469.04 cores=6
/proc/2354/stat : 2354 (TNM) R 2351 2351 2052 0 -1 4202496 82627 0 0 0 46892 12 0 0 25 0 1 0 521393605 731361280 82524 33554432000 134512640 134534564 4289017648 18446744073709551615 134524712 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2354/statm: 178555 82524 91 6 0 177221 0
[pid=2355] ppid=2351 vsize=225836 CPUtime=942.29 cores=2
/proc/2355/stat : 2355 (lingeling) R 2351 2351 2052 0 -1 4202496 407319 0 0 0 94175 54 0 0 25 0 1 0 521393605 231256064 55627 33554432000 4194304 4352236 140733438692048 18446744073709551615 4235858 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2355/statm: 56459 55627 127 39 0 55539 0
[pid=2356] ppid=2351 vsize=1233996 CPUtime=468.13 cores=6
/proc/2356/stat : 2356 (march_hi) R 2351 2351 2052 0 -1 4202496 600586 0 0 0 46678 135 0 0 25 0 1 0 521393605 1263611904 262810 33554432000 4194304 4331988 140734359292832 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2356/statm: 308499 262810 151 34 0 306941 0
Current children cumulated CPU time (s) 3764
Current children cumulated vsize (KiB) 6845396

[startup+1002.3 s]
/proc/loadavg: 9.23 9.12 8.64 10/187 2383
/proc/meminfo: memFree=21349616/32951124 swapFree=67110188/67111528
[pid=2351] ppid=2349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2351/stat : 2351 (ppfolio) S 2349 2351 2052 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521393604 18763776 390 33554432000 4194304 4287625 140734814773200 18446744073709551615 222921797135 0 0 4096 65536 3186481046296199167 0 0 17 4 0 0 0
/proc/2351/statm: 4581 390 341 23 0 91 0
[pid=2352] ppid=2351 vsize=2500488 CPUtime=1002.32 cores=0
/proc/2352/stat : 2352 (cryptominisat) R 2351 2351 2052 0 -1 4202496 1397307 0 0 0 100025 207 0 0 25 0 1 0 521393605 2560499712 169299 33554432000 4194304 4587354 140735984392736 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2352/statm: 625122 169299 338 96 0 621684 0
[pid=2353] ppid=2351 vsize=2155252 CPUtime=1002.21 cores=4
/proc/2353/stat : 2353 (clasp) R 2351 2351 2052 0 -1 4202496 530463 0 0 0 100104 117 0 0 25 0 1 0 521393605 2206978048 525701 33554432000 4194304 4785740 140736826959680 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2353/statm: 538813 525701 336 145 0 535858 0
[pid=2354] ppid=2351 vsize=714220 CPUtime=498.87 cores=6
/proc/2354/stat : 2354 (TNM) R 2351 2351 2052 0 -1 4202496 82627 0 0 0 49875 12 0 0 25 0 1 0 521393605 731361280 82524 33554432000 134512640 134534564 4289017648 18446744073709551615 134524568 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2354/statm: 178555 82524 91 6 0 177221 0
[pid=2355] ppid=2351 vsize=226832 CPUtime=1002.3 cores=2
/proc/2355/stat : 2355 (lingeling) R 2351 2351 2052 0 -1 4202496 423960 0 0 0 100174 56 0 0 25 0 1 0 521393605 232275968 55876 33554432000 4194304 4352236 140733438692048 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2355/statm: 56708 55876 127 39 0 55788 0
[pid=2356] ppid=2351 vsize=1289964 CPUtime=497.98 cores=6
/proc/2356/stat : 2356 (march_hi) R 2351 2351 2052 0 -1 4202496 614893 0 0 0 49658 140 0 0 25 0 1 0 521393605 1320923136 277117 33554432000 4194304 4331988 140734359292832 18446744073709551615 4271136 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2356/statm: 322491 277117 151 34 0 320933 0
Current children cumulated CPU time (s) 4003.68
Current children cumulated vsize (KiB) 6905080

[startup+1062.3 s]
/proc/loadavg: 9.18 9.12 8.67 10/187 2385
/proc/meminfo: memFree=20994892/32951124 swapFree=67110188/67111528
[pid=2351] ppid=2349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2351/stat : 2351 (ppfolio) S 2349 2351 2052 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521393604 18763776 390 33554432000 4194304 4287625 140734814773200 18446744073709551615 222921797135 0 0 4096 65536 3186481046296199167 0 0 17 4 0 0 0
/proc/2351/statm: 4581 390 341 23 0 91 0
[pid=2352] ppid=2351 vsize=2705624 CPUtime=1062.32 cores=0
/proc/2352/stat : 2352 (cryptominisat) R 2351 2351 2052 0 -1 4202496 1421432 0 0 0 106021 211 0 0 25 0 1 0 521393605 2770558976 169565 33554432000 4194304 4587354 140735984392736 18446744073709551615 4237600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2352/statm: 676406 169565 338 96 0 672968 0
[pid=2353] ppid=2351 vsize=2348028 CPUtime=1062.22 cores=4
/proc/2353/stat : 2353 (clasp) R 2351 2351 2052 0 -1 4202496 577366 0 0 0 106096 126 0 0 25 0 1 0 521393605 2404380672 572604 33554432000 4194304 4785740 140736826959680 18446744073709551615 4309522 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2353/statm: 587007 572604 336 145 0 584052 0
[pid=2354] ppid=2351 vsize=714220 CPUtime=528.7 cores=6
/proc/2354/stat : 2354 (TNM) R 2351 2351 2052 0 -1 4202496 82627 0 0 0 52858 12 0 0 25 0 1 0 521393605 731361280 82524 33554432000 134512640 134534564 4289017648 18446744073709551615 134524664 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2354/statm: 178555 82524 91 6 0 177221 0
[pid=2355] ppid=2351 vsize=226808 CPUtime=1062.3 cores=2
/proc/2355/stat : 2355 (lingeling) R 2351 2351 2052 0 -1 4202496 423960 0 0 0 106174 56 0 0 25 0 1 0 521393605 232251392 55870 33554432000 4194304 4352236 140733438692048 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2355/statm: 56702 55870 127 39 0 55782 0
[pid=2356] ppid=2351 vsize=1344612 CPUtime=527.82 cores=6
/proc/2356/stat : 2356 (march_hi) R 2351 2351 2052 0 -1 4202496 628869 0 0 0 52638 144 0 0 25 0 1 0 521393605 1376882688 291093 33554432000 4194304 4331988 140734359292832 18446744073709551615 4226625 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2356/statm: 336153 291093 151 34 0 334595 0
Current children cumulated CPU time (s) 4243.36
Current children cumulated vsize (KiB) 7357616

[startup+1122.3 s]
/proc/loadavg: 9.14 9.10 8.69 11/188 2453
/proc/meminfo: memFree=25489172/32951124 swapFree=67110188/67111528
[pid=2351] ppid=2349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2351/stat : 2351 (ppfolio) S 2349 2351 2052 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521393604 18763776 390 33554432000 4194304 4287625 140734814773200 18446744073709551615 222921797135 0 0 4096 65536 3186481046296199167 0 0 17 4 0 0 0
/proc/2351/statm: 4581 390 341 23 0 91 0
[pid=2352] ppid=2351 vsize=2768860 CPUtime=1122.32 cores=0
/proc/2352/stat : 2352 (cryptominisat) R 2351 2351 2052 0 -1 4202496 1466471 0 0 0 112012 220 0 0 25 0 1 0 521393605 2835312640 169539 33554432000 4194304 4587354 140735984392736 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2352/statm: 692215 169539 338 96 0 688777 0
[pid=2353] ppid=2351 vsize=2428284 CPUtime=1122.21 cores=4
/proc/2353/stat : 2353 (clasp) R 2351 2351 2052 0 -1 4202496 596759 0 0 0 112091 130 0 0 25 0 1 0 521393605 2486562816 591997 33554432000 4194304 4785740 140736826959680 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2353/statm: 607071 591997 336 145 0 604116 0
[pid=2354] ppid=2351 vsize=714220 CPUtime=558.56 cores=6
/proc/2354/stat : 2354 (TNM) R 2351 2351 2052 0 -1 4202496 82627 0 0 0 55844 12 0 0 25 0 1 0 521393605 731361280 82524 33554432000 134512640 134534564 4289017648 18446744073709551615 134524500 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2354/statm: 178555 82524 91 6 0 177221 0
[pid=2355] ppid=2351 vsize=227572 CPUtime=1122.29 cores=2
/proc/2355/stat : 2355 (lingeling) R 2351 2351 2052 0 -1 4202496 440558 0 0 0 112170 59 0 0 25 0 1 0 521393605 233033728 56061 33554432000 4194304 4352236 140733438692048 18446744073709551615 4276518 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2355/statm: 56893 56061 127 39 0 55973 0
[pid=2356] ppid=2351 vsize=1400184 CPUtime=557.64 cores=6
/proc/2356/stat : 2356 (march_hi) R 2351 2351 2052 0 -1 4202496 643053 0 0 0 55614 150 0 0 25 0 1 0 521393605 1433788416 305277 33554432000 4194304 4331988 140734359292832 18446744073709551615 4271154 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2356/statm: 350046 305277 151 34 0 348488 0
Current children cumulated CPU time (s) 4483.02
Current children cumulated vsize (KiB) 7557444

[startup+1182.31 s]
/proc/loadavg: 9.84 9.31 8.78 11/188 2454
/proc/meminfo: memFree=25119044/32951124 swapFree=67110188/67111528
[pid=2351] ppid=2349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2351/stat : 2351 (ppfolio) S 2349 2351 2052 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521393604 18763776 390 33554432000 4194304 4287625 140734814773200 18446744073709551615 222921797135 0 0 4096 65536 3186481046296199167 0 0 17 4 0 0 0
/proc/2351/statm: 4581 390 341 23 0 91 0
[pid=2352] ppid=2351 vsize=2768860 CPUtime=1182.33 cores=0
/proc/2352/stat : 2352 (cryptominisat) R 2351 2351 2052 0 -1 4202496 1521737 0 0 0 118007 226 0 0 25 0 1 0 521393605 2835312640 172344 33554432000 4194304 4587354 140735984392736 18446744073709551615 222921473803 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2352/statm: 692215 172344 338 96 0 688777 0
[pid=2353] ppid=2351 vsize=2562432 CPUtime=1182.21 cores=4
/proc/2353/stat : 2353 (clasp) R 2351 2351 2052 0 -1 4202496 630028 0 0 0 118084 137 0 0 25 0 1 0 521393605 2623930368 625266 33554432000 4194304 4785740 140736826959680 18446744073709551615 4538896 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2353/statm: 640608 625266 336 145 0 637653 0
[pid=2354] ppid=2351 vsize=714220 CPUtime=588.36 cores=6
/proc/2354/stat : 2354 (TNM) R 2351 2351 2052 0 -1 4202496 82627 0 0 0 58824 12 0 0 25 0 1 0 521393605 731361280 82524 33554432000 134512640 134534564 4289017648 18446744073709551615 134524582 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2354/statm: 178555 82524 91 6 0 177221 0
[pid=2355] ppid=2351 vsize=227512 CPUtime=1182.3 cores=2
/proc/2355/stat : 2355 (lingeling) R 2351 2351 2052 0 -1 4202496 440558 0 0 0 118171 59 0 0 25 0 1 0 521393605 232972288 56046 33554432000 4194304 4352236 140733438692048 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2355/statm: 56878 56046 127 39 0 55958 0
[pid=2356] ppid=2351 vsize=1455756 CPUtime=587.52 cores=6
/proc/2356/stat : 2356 (march_hi) R 2351 2351 2052 0 -1 4202496 657226 0 0 0 58596 156 0 0 25 0 1 0 521393605 1490694144 319450 33554432000 4194304 4331988 140734359292832 18446744073709551615 4271154 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2356/statm: 363939 319450 151 34 0 362381 0
Current children cumulated CPU time (s) 4722.72
Current children cumulated vsize (KiB) 7747104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 9.96 9.37 8.81 11/188 2455
/proc/meminfo: memFree=25061356/32951124 swapFree=67110188/67111528
[pid=2351] ppid=2349 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2351/stat : 2351 (ppfolio) S 2349 2351 2052 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521393604 18763776 390 33554432000 4194304 4287625 140734814773200 18446744073709551615 222921797135 0 0 4096 65536 3186481046296199167 0 0 17 4 0 0 0
/proc/2351/statm: 4581 390 341 23 0 91 0
[pid=2352] ppid=2351 vsize=2505592 CPUtime=1201.72 cores=0
/proc/2352/stat : 2352 (cryptominisat) R 2351 2351 2052 0 -1 4202496 1552642 0 0 0 119941 231 0 0 25 0 1 0 521393605 2565726208 170483 33554432000 4194304 4587354 140735984392736 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2352/statm: 626398 170483 338 96 0 622960 0
[pid=2353] ppid=2351 vsize=2577160 CPUtime=1201.61 cores=4
/proc/2353/stat : 2353 (clasp) R 2351 2351 2052 0 -1 4202496 633698 0 0 0 120023 138 0 0 25 0 1 0 521393605 2639011840 628936 33554432000 4194304 4785740 140736826959680 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2353/statm: 644290 628936 336 145 0 641335 0
[pid=2354] ppid=2351 vsize=714220 CPUtime=598.05 cores=6
/proc/2354/stat : 2354 (TNM) R 2351 2351 2052 0 -1 4202496 82627 0 0 0 59793 12 0 0 25 0 1 0 521393605 731361280 82524 33554432000 134512640 134534564 4289017648 18446744073709551615 134524736 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2354/statm: 178555 82524 91 6 0 177221 0
[pid=2355] ppid=2351 vsize=227512 CPUtime=1201.7 cores=2
/proc/2355/stat : 2355 (lingeling) R 2351 2351 2052 0 -1 4202496 456943 0 0 0 120109 61 0 0 25 0 1 0 521393605 232972288 56046 33554432000 4194304 4352236 140733438692048 18446744073709551615 4328016 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2355/statm: 56878 56046 127 39 0 55958 0
[pid=2356] ppid=2351 vsize=1475292 CPUtime=597.12 cores=6
/proc/2356/stat : 2356 (march_hi) R 2351 2351 2052 0 -1 4202496 662223 0 0 0 59555 157 0 0 25 0 1 0 521393605 1510699008 324447 33554432000 4194304 4331988 140734359292832 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2356/statm: 368823 324447 151 34 0 367265 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 7518100

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 2351 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2999
# CPU time returned by wait4() is 0.004998
# while last known CPU time is 4800.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.71
CPU time (s): 4800.2
CPU user time (s): 4794.21
CPU system time (s): 5.99
CPU usage (%): 399.446
Max. virtual memory (cumulated for all children) (KiB): 9545212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
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= 522
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= 241
involuntary context switches= 6

runsolver used 1.89971 second user time and 4.65729 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-29 19:25:29
IDJOB=3293630
IDBENCH=88163
IDSOLVER=1612
FILE ID=node109/3293630-1304097928
RUNJOBID= node109-1304096344-2070
PBS_JOBID= 13170607
Free space on /tmp= 72104 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_11_ooo.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293630-1304097928/watcher-3293630-1304097928 -o /tmp/evaluation-result-3293630-1304097928/solver-3293630-1304097928 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3293630-1304097928.cnf

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

MD5SUM BENCH= f603f11fbfe855df381282b7bce010ea
RANDOM SEED=907795424

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.82
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28289128 kB
Buffers:        724348 kB
Cached:        1282368 kB
SwapCached:        712 kB
Active:        2617004 kB
Inactive:      1649364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28289128 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:           91404 kB
Writeback:           0 kB
AnonPages:     2258976 kB
Mapped:          16196 kB
Slab:           327748 kB
PageTables:       9340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2923388 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72280 MiB
End job on node109 at 2011-04-29 19:45:32