Trace number 3190973

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 parUNSAT 182.11 45.6536

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S785747282-100.UNKNOWN.cnf
MD5SUMb444591b86255859f3a5d3b876e65166
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark24.4203
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
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
182.11/45.65	s UNSATISFIABLE
182.11/45.65	solver [5] march_hi 2009 answered
182.11/45.65	Done

Verifier Data

No possible verification on an UNSAT instance

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-3190973-1304050872/watcher-3190973-1304050872 -o /tmp/evaluation-result-3190973-1304050872/solver-3190973-1304050872 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190973-1304050872.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: 3.69 5.08 6.50 2/172 10450
/proc/meminfo: memFree=26723352/32950928 swapFree=67111524/67111528
[pid=10450] ppid=10448 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10450/stat : 10450 (ppfolio) S 10448 10450 9252 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 516685910 18763776 389 33554432000 4194304 4287625 140736708573808 18446744073709551615 251814260239 0 0 4096 65536 2813976814727200767 0 0 17 2 0 0 0
/proc/10450/statm: 4581 389 341 23 0 91 0

[startup+1.63621 s]
/proc/loadavg: 3.69 5.08 6.50 2/172 10450
/proc/meminfo: memFree=26723352/32950928 swapFree=67111524/67111528
[pid=10450] ppid=10448 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10450/stat : 10450 (ppfolio) S 10448 10450 9252 0 -1 4202496 519 0 0 0 0 0 0 0 19 0 1 0 516685910 18763776 389 33554432000 4194304 4287625 140736708573808 18446744073709551615 251814260239 0 0 4096 65536 2813976814727200767 0 0 17 2 0 0 0
/proc/10450/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.70019 s]
/proc/loadavg: 3.69 5.08 6.50 2/172 10450
/proc/meminfo: memFree=26723352/32950928 swapFree=67111524/67111528
[pid=10450] ppid=10448 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10450/stat : 10450 (ppfolio) S 10448 10450 9252 0 -1 4202496 519 0 0 0 0 0 0 0 19 0 1 0 516685910 18763776 389 33554432000 4194304 4287625 140736708573808 18446744073709551615 251814260239 0 0 4096 65536 2813976814727200767 0 0 17 2 0 0 0
/proc/10450/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.80018 s]
/proc/loadavg: 3.69 5.08 6.50 2/172 10450
/proc/meminfo: memFree=26723352/32950928 swapFree=67111524/67111528
[pid=10450] ppid=10448 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10450/stat : 10450 (ppfolio) S 10448 10450 9252 0 -1 4202496 519 0 0 0 0 0 0 0 18 0 1 0 516685910 18763776 389 33554432000 4194304 4287625 140736708573808 18446744073709551615 251814260239 0 0 4096 65536 2813976814727200767 0 0 17 2 0 0 0
/proc/10450/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.90016 s]
/proc/loadavg: 3.69 5.08 6.50 2/172 10450
/proc/meminfo: memFree=26723352/32950928 swapFree=67111524/67111528
[pid=10450] ppid=10448 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10450/stat : 10450 (ppfolio) S 10448 10450 9252 0 -1 4202496 519 0 0 0 0 0 0 0 16 0 1 0 516685910 18763776 389 33554432000 4194304 4287625 140736708573808 18446744073709551615 251814260239 0 0 4096 65536 2813976814727200767 0 0 17 2 0 0 0
/proc/10450/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+2.00015 s]
/proc/loadavg: 3.69 5.08 6.50 2/172 10450
/proc/meminfo: memFree=26723352/32950928 swapFree=67111524/67111528
[pid=10450] ppid=10448 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10450/stat : 10450 (ppfolio) S 10448 10450 9252 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516685910 18763776 389 33554432000 4194304 4287625 140736708573808 18446744073709551615 251814260239 0 0 4096 65536 2813976814727200767 0 0 17 2 0 0 0
/proc/10450/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324
heavy processes:

[startup+3.10096 s]
/proc/loadavg: 4.44 5.21 6.54 11/188 10466
/proc/meminfo: memFree=26684896/32950928 swapFree=67111524/67111528
[pid=10450] ppid=10448 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10450/stat : 10450 (ppfolio) S 10448 10450 9252 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516685910 18763776 389 33554432000 4194304 4287625 140736708573808 18446744073709551615 251814260239 0 0 4096 65536 2813976814727200767 0 0 17 2 0 0 0
/proc/10450/statm: 4581 389 341 23 0 91 0
[pid=10451] ppid=10450 vsize=449440 CPUtime=3.08 cores=0
/proc/10451/stat : 10451 (cryptominisat) R 10450 10450 9252 0 -1 4202496 4828 0 0 0 308 0 0 0 25 0 1 0 516685911 460226560 2703 33554432000 4194304 4587354 140733777130272 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10451/statm: 112360 2703 337 96 0 108922 0
[pid=10452] ppid=10450 vsize=14420 CPUtime=3.09 cores=4
/proc/10452/stat : 10452 (clasp) R 10450 10450 9252 0 -1 4202496 1067 0 0 0 309 0 0 0 25 0 1 0 516685911 14766080 956 33554432000 4194304 4785740 140734417712512 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10452/statm: 3605 956 340 145 0 650 0
[pid=10453] ppid=10450 vsize=455852 CPUtime=1.57 cores=6
/proc/10453/stat : 10453 (TNM) R 10450 10450 9252 0 -1 4202496 321 0 0 0 157 0 0 0 20 0 1 0 516685911 466792448 218 33554432000 134512640 134534564 4287700768 18446744073709551615 134529844 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10453/statm: 113963 218 95 6 0 112629 0
[pid=10454] ppid=10450 vsize=6764 CPUtime=3.09 cores=2
/proc/10454/stat : 10454 (lingeling) R 10450 10450 9252 0 -1 4202496 1472 0 0 0 309 0 0 0 25 0 1 0 516685911 6926336 889 33554432000 4194304 4352236 140736878211264 18446744073709551615 4328479 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/10454/statm: 1691 889 127 39 0 771 0
[pid=10455] ppid=10450 vsize=7468 CPUtime=1.5 cores=6
/proc/10455/stat : 10455 (march_hi) R 10450 10450 9252 0 -1 4202496 498 0 0 0 150 0 0 0 20 0 1 0 516685911 7647232 391 33554432000 4194304 4331988 140734111135104 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10455/statm: 1867 391 172 34 0 309 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 952268

[startup+6.30042 s]
/proc/loadavg: 4.44 5.21 6.54 11/188 10467
/proc/meminfo: memFree=26675988/32950928 swapFree=67111524/67111528
[pid=10450] ppid=10448 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10450/stat : 10450 (ppfolio) S 10448 10450 9252 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516685910 18763776 389 33554432000 4194304 4287625 140736708573808 18446744073709551615 251814260239 0 0 4096 65536 2813976814727200767 0 0 17 2 0 0 0
/proc/10450/statm: 4581 389 341 23 0 91 0
[pid=10451] ppid=10450 vsize=452924 CPUtime=6.29 cores=0
/proc/10451/stat : 10451 (cryptominisat) R 10450 10450 9252 0 -1 4202496 6445 0 0 0 628 1 0 0 25 0 1 0 516685911 463794176 2868 33554432000 4194304 4587354 140733777130272 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10451/statm: 113231 2868 337 96 0 109793 0
[pid=10452] ppid=10450 vsize=15224 CPUtime=6.29 cores=4
/proc/10452/stat : 10452 (clasp) R 10450 10450 9252 0 -1 4202496 1280 0 0 0 629 0 0 0 25 0 1 0 516685911 15589376 1169 33554432000 4194304 4785740 140734417712512 18446744073709551615 4553280 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10452/statm: 3806 1169 340 145 0 851 0
[pid=10453] ppid=10450 vsize=455852 CPUtime=3.15 cores=6
/proc/10453/stat : 10453 (TNM) R 10450 10450 9252 0 -1 4202496 321 0 0 0 315 0 0 0 25 0 1 0 516685911 466792448 218 33554432000 134512640 134534564 4287700768 18446744073709551615 134528523 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10453/statm: 113963 218 95 6 0 112629 0
[pid=10454] ppid=10450 vsize=7920 CPUtime=6.28 cores=2
/proc/10454/stat : 10454 (lingeling) R 10450 10450 9252 0 -1 4202496 2465 0 0 0 628 0 0 0 25 0 1 0 516685911 8110080 1178 33554432000 4194304 4352236 140736878211264 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/10454/statm: 1980 1178 127 39 0 1060 0
[pid=10455] ppid=10450 vsize=7468 CPUtime=3.1 cores=6
/proc/10455/stat : 10455 (march_hi) R 10450 10450 9252 0 -1 4202496 508 0 0 0 310 0 0 0 25 0 1 0 516685911 7647232 401 33554432000 4194304 4331988 140734111135104 18446744073709551615 4284346 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10455/statm: 1867 401 172 34 0 309 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 957712

[startup+12.7004 s]
/proc/loadavg: 5.29 5.37 6.58 11/188 10531
/proc/meminfo: memFree=26675012/32950928 swapFree=67111524/67111528
[pid=10450] ppid=10448 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10450/stat : 10450 (ppfolio) S 10448 10450 9252 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516685910 18763776 389 33554432000 4194304 4287625 140736708573808 18446744073709551615 251814260239 0 0 4096 65536 2813976814727200767 0 0 17 2 0 0 0
/proc/10450/statm: 4581 389 341 23 0 91 0
[pid=10451] ppid=10450 vsize=459260 CPUtime=12.69 cores=0
/proc/10451/stat : 10451 (cryptominisat) R 10450 10450 9252 0 -1 4202496 9613 0 0 0 1268 1 0 0 25 0 1 0 516685911 470282240 3655 33554432000 4194304 4587354 140733777130272 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10451/statm: 114815 3655 337 96 0 111377 0
[pid=10452] ppid=10450 vsize=16324 CPUtime=12.69 cores=4
/proc/10452/stat : 10452 (clasp) R 10450 10450 9252 0 -1 4202496 1530 0 0 0 1269 0 0 0 25 0 1 0 516685911 16715776 1419 33554432000 4194304 4785740 140734417712512 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10452/statm: 4081 1419 340 145 0 1126 0
[pid=10453] ppid=10450 vsize=455852 CPUtime=6.32 cores=6
/proc/10453/stat : 10453 (TNM) R 10450 10450 9252 0 -1 4202496 321 0 0 0 632 0 0 0 25 0 1 0 516685911 466792448 218 33554432000 134512640 134534564 4287700768 18446744073709551615 134514044 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10453/statm: 113963 218 95 6 0 112629 0
[pid=10454] ppid=10450 vsize=8564 CPUtime=12.68 cores=2
/proc/10454/stat : 10454 (lingeling) R 10450 10450 9252 0 -1 4202496 3778 0 0 0 1268 0 0 0 25 0 1 0 516685911 8769536 1339 33554432000 4194304 4352236 140736878211264 18446744073709551615 4328854 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/10454/statm: 2141 1339 127 39 0 1221 0
[pid=10455] ppid=10450 vsize=7656 CPUtime=6.3 cores=6
/proc/10455/stat : 10455 (march_hi) R 10450 10450 9252 0 -1 4202496 529 0 0 0 630 0 0 0 25 0 1 0 516685911 7839744 422 33554432000 4194304 4331988 140734111135104 18446744073709551615 4226483 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10455/statm: 1914 422 172 34 0 356 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 965980

[startup+25.5012 s]
/proc/loadavg: 5.93 5.51 6.61 10/187 10563
/proc/meminfo: memFree=26675284/32950928 swapFree=67111524/67111528
[pid=10450] ppid=10448 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10450/stat : 10450 (ppfolio) S 10448 10450 9252 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516685910 18763776 389 33554432000 4194304 4287625 140736708573808 18446744073709551615 251814260239 0 0 4096 65536 2813976814727200767 0 0 17 2 0 0 0
/proc/10450/statm: 4581 389 341 23 0 91 0
[pid=10451] ppid=10450 vsize=457452 CPUtime=25.49 cores=0
/proc/10451/stat : 10451 (cryptominisat) R 10450 10450 9252 0 -1 4202496 15408 0 0 0 2547 2 0 0 25 0 1 0 516685911 468430848 4638 33554432000 4194304 4587354 140733777130272 18446744073709551615 4238692 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10451/statm: 114363 4638 337 96 0 110925 0
[pid=10452] ppid=10450 vsize=17744 CPUtime=25.49 cores=4
/proc/10452/stat : 10452 (clasp) R 10450 10450 9252 0 -1 4202496 1857 0 0 0 2549 0 0 0 25 0 1 0 516685911 18169856 1746 33554432000 4194304 4785740 140734417712512 18446744073709551615 4552993 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10452/statm: 4436 1746 340 145 0 1481 0
[pid=10453] ppid=10450 vsize=455852 CPUtime=12.72 cores=6
/proc/10453/stat : 10453 (TNM) R 10450 10450 9252 0 -1 4202496 321 0 0 0 1272 0 0 0 25 0 1 0 516685911 466792448 218 33554432000 134512640 134534564 4287700768 18446744073709551615 134528902 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10453/statm: 113963 218 95 6 0 112629 0
[pid=10454] ppid=10450 vsize=11384 CPUtime=25.48 cores=2
/proc/10454/stat : 10454 (lingeling) R 10450 10450 9252 0 -1 4202496 7331 0 0 0 2547 1 0 0 25 0 1 0 516685911 11657216 2044 33554432000 4194304 4352236 140736878211264 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/10454/statm: 2846 2044 127 39 0 1926 0
[pid=10455] ppid=10450 vsize=7800 CPUtime=12.63 cores=6
/proc/10455/stat : 10455 (march_hi) R 10450 10450 9252 0 -1 4202496 590 0 0 0 1263 0 0 0 25 0 1 0 516685911 7987200 482 33554432000 4194304 4331988 140734111135104 18446744073709551615 4211509 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10455/statm: 1950 482 172 34 0 392 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 968556

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

[startup+27.1009 s]
/proc/loadavg: 6.18 5.56 6.62 10/187 10563
/proc/meminfo: memFree=26672680/32950928 swapFree=67111524/67111528
[pid=10450] ppid=10448 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10450/stat : 10450 (ppfolio) S 10448 10450 9252 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516685910 18763776 389 33554432000 4194304 4287625 140736708573808 18446744073709551615 251814260239 0 0 4096 65536 2813976814727200767 0 0 17 2 0 0 0
/proc/10450/statm: 4581 389 341 23 0 91 0
[pid=10451] ppid=10450 vsize=457452 CPUtime=27.09 cores=0
/proc/10451/stat : 10451 (cryptominisat) R 10450 10450 9252 0 -1 4202496 15720 0 0 0 2707 2 0 0 25 0 1 0 516685911 468430848 4942 33554432000 4194304 4587354 140733777130272 18446744073709551615 4239312 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10451/statm: 114363 4942 337 96 0 110925 0
[pid=10452] ppid=10450 vsize=17744 CPUtime=27.09 cores=4
/proc/10452/stat : 10452 (clasp) R 10450 10450 9252 0 -1 4202496 1863 0 0 0 2709 0 0 0 25 0 1 0 516685911 18169856 1752 33554432000 4194304 4785740 140734417712512 18446744073709551615 4553088 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10452/statm: 4436 1752 340 145 0 1481 0
[pid=10453] ppid=10450 vsize=455852 CPUtime=13.52 cores=6
/proc/10453/stat : 10453 (TNM) R 10450 10450 9252 0 -1 4202496 321 0 0 0 1352 0 0 0 25 0 1 0 516685911 466792448 218 33554432000 134512640 134534564 4287700768 18446744073709551615 134528453 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10453/statm: 113963 218 95 6 0 112629 0
[pid=10454] ppid=10450 vsize=11384 CPUtime=27.08 cores=2
/proc/10454/stat : 10454 (lingeling) R 10450 10450 9252 0 -1 4202496 7619 0 0 0 2707 1 0 0 25 0 1 0 516685911 11657216 2044 33554432000 4194304 4352236 140736878211264 18446744073709551615 4328068 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/10454/statm: 2846 2044 127 39 0 1926 0
[pid=10455] ppid=10450 vsize=7800 CPUtime=13.42 cores=6
/proc/10455/stat : 10455 (march_hi) R 10450 10450 9252 0 -1 4202496 594 0 0 0 1342 0 0 0 25 0 1 0 516685911 7987200 486 33554432000 4194304 4331988 140734111135104 18446744073709551615 4316070 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10455/statm: 1950 486 172 34 0 392 0
Current children cumulated CPU time (s) 108.2
Current children cumulated vsize (KiB) 968556

[startup+33.5069 s]
/proc/loadavg: 6.40 5.62 6.63 10/187 10563
/proc/meminfo: memFree=26667740/32950928 swapFree=67111524/67111528
[pid=10450] ppid=10448 vsize=18324 CPUtime=0 cores=0,2,4,6

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

/proc/10452/statm: 4576 1889 340 145 0 1621 0
[pid=10453] ppid=10450 vsize=455852 CPUtime=16.71 cores=6
/proc/10453/stat : 10453 (TNM) R 10450 10450 9252 0 -1 4202496 321 0 0 0 1671 0 0 0 25 0 1 0 516685911 466792448 218 33554432000 134512640 134534564 4287700768 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10453/statm: 113963 218 95 6 0 112629 0
[pid=10454] ppid=10450 vsize=12536 CPUtime=33.48 cores=2
/proc/10454/stat : 10454 (lingeling) R 10450 10450 9252 0 -1 4202496 8515 0 0 0 3347 1 0 0 25 0 1 0 516685911 12836864 2332 33554432000 4194304 4352236 140736878211264 18446744073709551615 4207627 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/10454/statm: 3134 2332 127 39 0 2214 0
[pid=10455] ppid=10450 vsize=7900 CPUtime=16.6 cores=6
/proc/10455/stat : 10455 (march_hi) R 10450 10450 9252 0 -1 4202496 614 0 0 0 1660 0 0 0 25 0 1 0 516685911 8089600 506 33554432000 4194304 4331988 140734111135104 18446744073709551615 4211491 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10455/statm: 1975 506 173 34 0 417 0
Current children cumulated CPU time (s) 133.78
Current children cumulated vsize (KiB) 970164

[startup+39.9008 s]
/proc/loadavg: 6.61 5.68 6.64 10/187 10563
/proc/meminfo: memFree=26655844/32950928 swapFree=67111524/67111528
[pid=10450] ppid=10448 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10450/stat : 10450 (ppfolio) S 10448 10450 9252 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516685910 18763776 389 33554432000 4194304 4287625 140736708573808 18446744073709551615 251814260239 0 0 4096 65536 2813976814727200767 0 0 17 2 0 0 0
/proc/10450/statm: 4581 389 341 23 0 91 0
[pid=10451] ppid=10450 vsize=468076 CPUtime=39.88 cores=0
/proc/10451/stat : 10451 (cryptominisat) R 10450 10450 9252 0 -1 4202496 21737 0 0 0 3985 3 0 0 25 0 1 0 516685911 479309824 7063 33554432000 4194304 4587354 140733777130272 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10451/statm: 117019 7063 337 96 0 113581 0
[pid=10452] ppid=10450 vsize=18596 CPUtime=39.88 cores=4
/proc/10452/stat : 10452 (clasp) R 10450 10450 9252 0 -1 4202496 2093 0 0 0 3988 0 0 0 25 0 1 0 516685911 19042304 1982 33554432000 4194304 4785740 140734417712512 18446744073709551615 4553396 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10452/statm: 4649 1982 340 145 0 1694 0
[pid=10453] ppid=10450 vsize=455852 CPUtime=19.87 cores=6
/proc/10453/stat : 10453 (TNM) R 10450 10450 9252 0 -1 4202496 321 0 0 0 1987 0 0 0 25 0 1 0 516685911 466792448 218 33554432000 134512640 134534564 4287700768 18446744073709551615 134530619 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10453/statm: 113963 218 95 6 0 112629 0
[pid=10454] ppid=10450 vsize=11512 CPUtime=39.88 cores=2
/proc/10454/stat : 10454 (lingeling) R 10450 10450 9252 0 -1 4202496 9763 0 0 0 3986 2 0 0 25 0 1 0 516685911 11788288 2076 33554432000 4194304 4352236 140736878211264 18446744073709551615 4328351 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/10454/statm: 2878 2076 127 39 0 1958 0
[pid=10455] ppid=10450 vsize=8052 CPUtime=19.79 cores=6
/proc/10455/stat : 10455 (march_hi) R 10450 10450 9252 0 -1 4202496 638 0 0 0 1979 0 0 0 25 0 1 0 516685911 8245248 530 33554432000 4194304 4331988 140734111135104 18446744073709551615 4211480 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10455/statm: 2013 530 173 34 0 455 0
Current children cumulated CPU time (s) 159.3
Current children cumulated vsize (KiB) 980412

[startup+43.1013 s]
/proc/loadavg: 6.80 5.73 6.66 10/187 10563
/proc/meminfo: memFree=26654852/32950928 swapFree=67111524/67111528
[pid=10450] ppid=10448 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10450/stat : 10450 (ppfolio) S 10448 10450 9252 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516685910 18763776 389 33554432000 4194304 4287625 140736708573808 18446744073709551615 251814260239 0 0 4096 65536 2813976814727200767 0 0 17 2 0 0 0
/proc/10450/statm: 4581 389 341 23 0 91 0
[pid=10451] ppid=10450 vsize=485740 CPUtime=43.09 cores=0
/proc/10451/stat : 10451 (cryptominisat) R 10450 10450 9252 0 -1 4202496 22743 0 0 0 4305 4 0 0 25 0 1 0 516685911 497397760 6994 33554432000 4194304 4587354 140733777130272 18446744073709551615 4238719 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10451/statm: 121435 6994 337 96 0 117997 0
[pid=10452] ppid=10450 vsize=18872 CPUtime=43.09 cores=4
/proc/10452/stat : 10452 (clasp) R 10450 10450 9252 0 -1 4202496 2158 0 0 0 4309 0 0 0 25 0 1 0 516685911 19324928 2047 33554432000 4194304 4785740 140734417712512 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10452/statm: 4718 2047 340 145 0 1763 0
[pid=10453] ppid=10450 vsize=455852 CPUtime=21.46 cores=6
/proc/10453/stat : 10453 (TNM) R 10450 10450 9252 0 -1 4202496 321 0 0 0 2146 0 0 0 25 0 1 0 516685911 466792448 218 33554432000 134512640 134534564 4287700768 18446744073709551615 134530329 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10453/statm: 113963 218 95 6 0 112629 0
[pid=10454] ppid=10450 vsize=11512 CPUtime=43.08 cores=2
/proc/10454/stat : 10454 (lingeling) R 10450 10450 9252 0 -1 4202496 10083 0 0 0 4306 2 0 0 25 0 1 0 516685911 11788288 2076 33554432000 4194304 4352236 140736878211264 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/10454/statm: 2878 2076 127 39 0 1958 0
[pid=10455] ppid=10450 vsize=8052 CPUtime=21.39 cores=6
/proc/10455/stat : 10455 (march_hi) R 10450 10450 9252 0 -1 4202496 654 0 0 0 2139 0 0 0 25 0 1 0 516685911 8245248 546 33554432000 4194304 4331988 140734111135104 18446744073709551615 4240449 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10455/statm: 2013 546 173 34 0 455 0
Current children cumulated CPU time (s) 172.11
Current children cumulated vsize (KiB) 998352

[startup+44.701 s]
/proc/loadavg: 6.80 5.73 6.66 10/187 10563
/proc/meminfo: memFree=26655844/32950928 swapFree=67111524/67111528
[pid=10450] ppid=10448 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10450/stat : 10450 (ppfolio) S 10448 10450 9252 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516685910 18763776 389 33554432000 4194304 4287625 140736708573808 18446744073709551615 251814260239 0 0 4096 65536 2813976814727200767 0 0 17 2 0 0 0
/proc/10450/statm: 4581 389 341 23 0 91 0
[pid=10451] ppid=10450 vsize=485740 CPUtime=44.69 cores=0
/proc/10451/stat : 10451 (cryptominisat) R 10450 10450 9252 0 -1 4202496 23113 0 0 0 4465 4 0 0 25 0 1 0 516685911 497397760 7349 33554432000 4194304 4587354 140733777130272 18446744073709551615 4244208 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10451/statm: 121435 7349 337 96 0 117997 0
[pid=10452] ppid=10450 vsize=19148 CPUtime=44.69 cores=4
/proc/10452/stat : 10452 (clasp) R 10450 10450 9252 0 -1 4202496 2191 0 0 0 4469 0 0 0 25 0 1 0 516685911 19607552 2080 33554432000 4194304 4785740 140734417712512 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10452/statm: 4787 2080 340 145 0 1832 0
[pid=10453] ppid=10450 vsize=455852 CPUtime=22.25 cores=6
/proc/10453/stat : 10453 (TNM) R 10450 10450 9252 0 -1 4202496 321 0 0 0 2225 0 0 0 25 0 1 0 516685911 466792448 218 33554432000 134512640 134534564 4287700768 18446744073709551615 4397437 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10453/statm: 113963 218 95 6 0 112629 0
[pid=10454] ppid=10450 vsize=12152 CPUtime=44.68 cores=2
/proc/10454/stat : 10454 (lingeling) R 10450 10450 9252 0 -1 4202496 10243 0 0 0 4466 2 0 0 25 0 1 0 516685911 12443648 2236 33554432000 4194304 4352236 140736878211264 18446744073709551615 4328013 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/10454/statm: 3038 2236 127 39 0 2118 0
[pid=10455] ppid=10450 vsize=8280 CPUtime=22.19 cores=6
/proc/10455/stat : 10455 (march_hi) R 10450 10450 9252 0 -1 4202496 663 0 0 0 2219 0 0 0 25 0 1 0 516685911 8478720 555 33554432000 4194304 4331988 140734111135104 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10455/statm: 2070 555 173 34 0 512 0
Current children cumulated CPU time (s) 178.5
Current children cumulated vsize (KiB) 999496

[startup+45.1009 s]
/proc/loadavg: 6.80 5.73 6.66 10/187 10563
/proc/meminfo: memFree=26655844/32950928 swapFree=67111524/67111528
[pid=10450] ppid=10448 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10450/stat : 10450 (ppfolio) S 10448 10450 9252 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516685910 18763776 389 33554432000 4194304 4287625 140736708573808 18446744073709551615 251814260239 0 0 4096 65536 2813976814727200767 0 0 17 2 0 0 0
/proc/10450/statm: 4581 389 341 23 0 91 0
[pid=10451] ppid=10450 vsize=485740 CPUtime=45.09 cores=0
/proc/10451/stat : 10451 (cryptominisat) R 10450 10450 9252 0 -1 4202496 23181 0 0 0 4505 4 0 0 25 0 1 0 516685911 497397760 7415 33554432000 4194304 4587354 140733777130272 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10451/statm: 121435 7415 337 96 0 117997 0
[pid=10452] ppid=10450 vsize=19148 CPUtime=45.09 cores=4
/proc/10452/stat : 10452 (clasp) R 10450 10450 9252 0 -1 4202496 2204 0 0 0 4509 0 0 0 25 0 1 0 516685911 19607552 2093 33554432000 4194304 4785740 140734417712512 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10452/statm: 4787 2093 340 145 0 1832 0
[pid=10453] ppid=10450 vsize=455852 CPUtime=22.45 cores=6
/proc/10453/stat : 10453 (TNM) R 10450 10450 9252 0 -1 4202496 321 0 0 0 2245 0 0 0 25 0 1 0 516685911 466792448 218 33554432000 134512640 134534564 4287700768 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10453/statm: 113963 218 95 6 0 112629 0
[pid=10454] ppid=10450 vsize=12408 CPUtime=45.08 cores=2
/proc/10454/stat : 10454 (lingeling) R 10450 10450 9252 0 -1 4202496 10307 0 0 0 4506 2 0 0 25 0 1 0 516685911 12705792 2300 33554432000 4194304 4352236 140736878211264 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/10454/statm: 3102 2300 127 39 0 2182 0
[pid=10455] ppid=10450 vsize=8280 CPUtime=22.39 cores=6
/proc/10455/stat : 10455 (march_hi) R 10450 10450 9252 0 -1 4202496 665 0 0 0 2239 0 0 0 25 0 1 0 516685911 8478720 557 33554432000 4194304 4331988 140734111135104 18446744073709551615 4211503 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10455/statm: 2070 557 173 34 0 512 0
Current children cumulated CPU time (s) 180.1
Current children cumulated vsize (KiB) 999752

[startup+45.5009 s]
/proc/loadavg: 6.80 5.73 6.66 10/187 10563
/proc/meminfo: memFree=26654356/32950928 swapFree=67111524/67111528
[pid=10450] ppid=10448 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10450/stat : 10450 (ppfolio) S 10448 10450 9252 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516685910 18763776 389 33554432000 4194304 4287625 140736708573808 18446744073709551615 251814260239 0 0 4096 65536 2813976814727200767 0 0 17 2 0 0 0
/proc/10450/statm: 4581 389 341 23 0 91 0
[pid=10451] ppid=10450 vsize=485740 CPUtime=45.5 cores=0
/proc/10451/stat : 10451 (cryptominisat) R 10450 10450 9252 0 -1 4202496 23254 0 0 0 4546 4 0 0 25 0 1 0 516685911 497397760 7484 33554432000 4194304 4587354 140733777130272 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10451/statm: 121435 7484 337 96 0 117997 0
[pid=10452] ppid=10450 vsize=19148 CPUtime=45.49 cores=4
/proc/10452/stat : 10452 (clasp) R 10450 10450 9252 0 -1 4202496 2204 0 0 0 4549 0 0 0 25 0 1 0 516685911 19607552 2093 33554432000 4194304 4785740 140734417712512 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10452/statm: 4787 2093 340 145 0 1832 0
[pid=10453] ppid=10450 vsize=455852 CPUtime=22.65 cores=6
/proc/10453/stat : 10453 (TNM) R 10450 10450 9252 0 -1 4202496 321 0 0 0 2265 0 0 0 25 0 1 0 516685911 466792448 218 33554432000 134512640 134534564 4287700768 18446744073709551615 4304096 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10453/statm: 113963 218 95 6 0 112629 0
[pid=10454] ppid=10450 vsize=12408 CPUtime=45.48 cores=2
/proc/10454/stat : 10454 (lingeling) R 10450 10450 9252 0 -1 4202496 10307 0 0 0 4546 2 0 0 25 0 1 0 516685911 12705792 2300 33554432000 4194304 4352236 140736878211264 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/10454/statm: 3102 2300 127 39 0 2182 0
[pid=10455] ppid=10450 vsize=8280 CPUtime=22.59 cores=6
/proc/10455/stat : 10455 (march_hi) R 10450 10450 9252 0 -1 4202496 668 0 0 0 2259 0 0 0 25 0 1 0 516685911 8478720 560 33554432000 4194304 4331988 140734111135104 18446744073709551615 4211461 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10455/statm: 2070 560 173 34 0 512 0
Current children cumulated CPU time (s) 181.71
Current children cumulated vsize (KiB) 999752

[startup+45.6068 s]
/proc/loadavg: 6.80 5.73 6.66 10/187 10563
/proc/meminfo: memFree=26654356/32950928 swapFree=67111524/67111528
[pid=10450] ppid=10448 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/10450/stat : 10450 (ppfolio) S 10448 10450 9252 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516685910 18763776 389 33554432000 4194304 4287625 140736708573808 18446744073709551615 251814260239 0 0 4096 65536 2813976814727200767 0 0 17 2 0 0 0
/proc/10450/statm: 4581 389 341 23 0 91 0
[pid=10451] ppid=10450 vsize=485740 CPUtime=45.6 cores=0
/proc/10451/stat : 10451 (cryptominisat) R 10450 10450 9252 0 -1 4202496 23272 0 0 0 4556 4 0 0 25 0 1 0 516685911 497397760 7502 33554432000 4194304 4587354 140733777130272 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10451/statm: 121435 7502 337 96 0 117997 0
[pid=10452] ppid=10450 vsize=19148 CPUtime=45.59 cores=4
/proc/10452/stat : 10452 (clasp) R 10450 10450 9252 0 -1 4202496 2204 0 0 0 4559 0 0 0 25 0 1 0 516685911 19607552 2093 33554432000 4194304 4785740 140734417712512 18446744073709551615 4552974 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10452/statm: 4787 2093 340 145 0 1832 0
[pid=10453] ppid=10450 vsize=455852 CPUtime=22.71 cores=6
/proc/10453/stat : 10453 (TNM) R 10450 10450 9252 0 -1 4202496 321 0 0 0 2271 0 0 0 25 0 1 0 516685911 466792448 218 33554432000 134512640 134534564 4287700768 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10453/statm: 113963 218 95 6 0 112629 0
[pid=10454] ppid=10450 vsize=12408 CPUtime=45.58 cores=2
/proc/10454/stat : 10454 (lingeling) R 10450 10450 9252 0 -1 4202496 10307 0 0 0 4556 2 0 0 25 0 1 0 516685911 12705792 2300 33554432000 4194304 4352236 140736878211264 18446744073709551615 4328216 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/10454/statm: 3102 2300 127 39 0 2182 0
[pid=10455] ppid=10450 vsize=8280 CPUtime=22.63 cores=6
/proc/10455/stat : 10455 (march_hi) R 10450 10450 9252 0 -1 4202496 668 0 0 0 2263 0 0 0 25 0 1 0 516685911 8478720 560 33554432000 4194304 4331988 140734111135104 18446744073709551615 4229463 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10455/statm: 2070 560 173 34 0 512 0
Current children cumulated CPU time (s) 182.11
Current children cumulated vsize (KiB) 999752

Child status: 0

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

Real time (s): 45.6536
CPU time (s): 182.11
CPU user time (s): 182.05
CPU system time (s): 0.06
CPU usage (%): 398.895
Max. virtual memory (cumulated for all children) (KiB): 1395324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 113.973
system time used= 0.051992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26344
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= 770
involuntary context switches= 695

runsolver used 0.075988 second user time and 0.173973 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-29 06:21:12
IDJOB=3190973
IDBENCH=82704
IDSOLVER=1612
FILE ID=node126/3190973-1304050872
RUNJOBID= node126-1304050872-10435
PBS_JOBID= 13170390
Free space on /tmp= 71600 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S785747282-100.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190973-1304050872/watcher-3190973-1304050872 -o /tmp/evaluation-result-3190973-1304050872/solver-3190973-1304050872 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190973-1304050872.cnf

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

MD5SUM BENCH= b444591b86255859f3a5d3b876e65166
RANDOM SEED=750638264

node126.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.783
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.56
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.783
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.783
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.783
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.74
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.783
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.80
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26723508 kB
Buffers:       1408268 kB
Cached:        4211100 kB
SwapCached:          4 kB
Active:         242144 kB
Inactive:      5441488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26723508 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           20252 kB
Writeback:           0 kB
AnonPages:       64328 kB
Mapped:          14436 kB
Slab:           480552 kB
PageTables:       4388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186448 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= 71580 MiB
End job on node126 at 2011-04-29 06:21:58