Trace number 3289352

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.21 1201.91

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top29.cnf
MD5SUM9b1b1066fe010948020f1c6b5be34d5d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark54.5867
Satisfiable
(Un)Satisfiability was proved
Number of variables94998
Number of clauses302862
Sum of the clauses size740744
Maximum clause length3473
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2183377
Number of clauses of size 3117600
Number of clauses of size 4434
Number of clauses of size 527
Number of clauses of size over 51423

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-3289352-1304081126/watcher-3289352-1304081126 -o /tmp/evaluation-result-3289352-1304081126/solver-3289352-1304081126 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3289352-1304081126.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: 9.13 8.44 8.64 5/181 15861
/proc/meminfo: memFree=26095136/32950928 swapFree=67111364/67111528
[pid=15861] ppid=15859 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15861/stat : 15861 (ppfolio) R 15859 15861 15268 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 519712292 18763776 390 33554432000 4194304 4287625 140734565396960 18446744073709551615 208080252431 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/15861/statm: 4581 390 341 23 0 91 0

[startup+0.122721 s]
/proc/loadavg: 9.13 8.44 8.64 5/181 15861
/proc/meminfo: memFree=26095136/32950928 swapFree=67111364/67111528
[pid=15861] ppid=15859 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/15861/stat : 15861 (ppfolio) S 15859 15861 15268 0 -1 4202496 524 1193 0 0 0 0 0 1 24 0 1 0 519712292 18763776 391 33554432000 4194304 4287625 140734565396960 18446744073709551615 208080252431 0 0 4096 65536 9224195386380386304 0 0 17 4 0 0 0
/proc/15861/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+0.200834 s]
/proc/loadavg: 9.13 8.44 8.64 5/181 15861
/proc/meminfo: memFree=26095136/32950928 swapFree=67111364/67111528
[pid=15861] ppid=15859 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/15861/stat : 15861 (ppfolio) S 15859 15861 15268 0 -1 4202496 524 1193 0 0 0 0 0 1 24 0 1 0 519712292 18763776 391 33554432000 4194304 4287625 140734565396960 18446744073709551615 208080252431 0 0 4096 65536 9224195386380386304 0 0 17 4 0 0 0
/proc/15861/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+0.300814 s]
/proc/loadavg: 9.13 8.44 8.64 5/181 15861
/proc/meminfo: memFree=26095136/32950928 swapFree=67111364/67111528
[pid=15861] ppid=15859 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/15861/stat : 15861 (ppfolio) S 15859 15861 15268 0 -1 4202496 524 1193 0 0 0 0 0 1 24 0 1 0 519712292 18763776 391 33554432000 4194304 4287625 140734565396960 18446744073709551615 208080252431 0 0 4096 65536 9224195386380386304 0 0 17 4 0 0 0
/proc/15861/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+0.700739 s]
/proc/loadavg: 9.13 8.44 8.64 5/181 15861
/proc/meminfo: memFree=26095136/32950928 swapFree=67111364/67111528
[pid=15861] ppid=15859 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/15861/stat : 15861 (ppfolio) S 15859 15861 15268 0 -1 4202496 524 1193 0 0 0 0 0 1 24 0 1 0 519712292 18763776 391 33554432000 4194304 4287625 140734565396960 18446744073709551615 208080252431 0 0 4096 65536 9224195386380386304 0 0 17 4 0 0 0
/proc/15861/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+1.50059 s]
/proc/loadavg: 9.04 8.43 8.63 9/186 15867
/proc/meminfo: memFree=25933504/32950928 swapFree=67111364/67111528
[pid=15861] ppid=15859 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/15861/stat : 15861 (ppfolio) S 15859 15861 15268 0 -1 4202496 524 1193 0 0 0 0 0 1 24 0 1 0 519712292 18763776 391 33554432000 4194304 4287625 140734565396960 18446744073709551615 208080252431 0 0 4096 65536 9224195386380386304 0 0 17 4 0 0 0
/proc/15861/statm: 4581 391 342 23 0 91 0
[pid=15862] ppid=15861 vsize=57244 CPUtime=1.48 cores=0
/proc/15862/stat : 15862 (cryptominisat) R 15861 15861 15268 0 -1 4202496 8990 0 0 0 147 1 0 0 25 0 1 0 519712292 58617856 8687 33554432000 4194304 4587354 140736796442480 18446744073709551615 4237493 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 14311 8687 306 96 0 10873 0
[pid=15863] ppid=15861 vsize=63236 CPUtime=1.48 cores=4
/proc/15863/stat : 15863 (clasp) R 15861 15861 15268 0 -1 4202496 16490 0 0 0 147 1 0 0 25 0 1 0 519712292 64753664 12866 33554432000 4194304 4785740 140734396365408 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15863/statm: 15809 12866 340 145 0 12854 0
[pid=15865] ppid=15861 vsize=24180 CPUtime=1.49 cores=2
/proc/15865/stat : 15865 (lingeling) R 15861 15861 15268 0 -1 4202496 8624 0 0 0 148 1 0 0 25 0 1 0 519712293 24760320 5199 33554432000 4194304 4352236 140737368294368 18446744073709551615 4319053 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15865/statm: 6045 5199 119 39 0 5125 0
[pid=15866] ppid=15861 vsize=67412 CPUtime=1.47 cores=6
/proc/15866/stat : 15866 (march_hi) R 15861 15861 15268 0 -1 4202496 69059 0 0 0 139 8 0 0 25 0 1 0 519712293 69029888 12514 33554432000 4194304 4331988 140735227446080 18446744073709551615 4252174 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15866/statm: 16853 12514 148 34 0 15295 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 230396

[startup+3.10028 s]
/proc/loadavg: 9.04 8.43 8.63 9/186 15867
/proc/meminfo: memFree=25909448/32950928 swapFree=67111364/67111528
[pid=15861] ppid=15859 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/15861/stat : 15861 (ppfolio) S 15859 15861 15268 0 -1 4202496 524 1193 0 0 0 0 0 1 15 0 1 0 519712292 18763776 391 33554432000 4194304 4287625 140734565396960 18446744073709551615 208080252431 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/15861/statm: 4581 391 342 23 0 91 0
[pid=15862] ppid=15861 vsize=74912 CPUtime=3.09 cores=0
/proc/15862/stat : 15862 (cryptominisat) R 15861 15861 15268 0 -1 4202496 13368 0 0 0 307 2 0 0 25 0 1 0 519712292 76709888 13065 33554432000 4194304 4587354 140736796442480 18446744073709551615 4421069 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 18728 13065 322 96 0 15290 0
[pid=15863] ppid=15861 vsize=63236 CPUtime=3.08 cores=4
/proc/15863/stat : 15863 (clasp) R 15861 15861 15268 0 -1 4202496 16496 0 0 0 307 1 0 0 25 0 1 0 519712292 64753664 12872 33554432000 4194304 4785740 140734396365408 18446744073709551615 4553061 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15863/statm: 15809 12872 340 145 0 12854 0
[pid=15865] ppid=15861 vsize=38448 CPUtime=3.08 cores=2
/proc/15865/stat : 15865 (lingeling) R 15861 15861 15268 0 -1 4202496 12203 0 0 0 307 1 0 0 25 0 1 0 519712293 39370752 8778 33554432000 4194304 4352236 140737368294368 18446744073709551615 4229336 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15865/statm: 9612 8778 125 39 0 8692 0
[pid=15866] ppid=15861 vsize=208004 CPUtime=3.06 cores=6
/proc/15866/stat : 15866 (march_hi) R 15861 15861 15268 0 -1 4202496 112622 0 0 0 293 13 0 0 25 0 1 0 519712293 212996096 25753 33554432000 4194304 4331988 140735227446080 18446744073709551615 4210904 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15866/statm: 52001 25753 264 34 0 50443 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 402924

[startup+6.30067 s]
/proc/loadavg: 9.04 8.43 8.63 9/186 15868
/proc/meminfo: memFree=25780964/32950928 swapFree=67111364/67111528
[pid=15861] ppid=15859 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/15861/stat : 15861 (ppfolio) S 15859 15861 15268 0 -1 4202496 524 1193 0 0 0 0 0 1 15 0 1 0 519712292 18763776 391 33554432000 4194304 4287625 140734565396960 18446744073709551615 208080252431 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/15861/statm: 4581 391 342 23 0 91 0
[pid=15862] ppid=15861 vsize=147420 CPUtime=6.29 cores=0
/proc/15862/stat : 15862 (cryptominisat) R 15861 15861 15268 0 -1 4202496 28012 0 0 0 625 4 0 0 25 0 1 0 519712292 150958080 22913 33554432000 4194304 4587354 140736796442480 18446744073709551615 4237740 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 36855 22913 330 96 0 33417 0
[pid=15863] ppid=15861 vsize=63500 CPUtime=6.28 cores=4
/proc/15863/stat : 15863 (clasp) R 15861 15861 15268 0 -1 4202496 16561 0 0 0 627 1 0 0 25 0 1 0 519712292 65024000 12937 33554432000 4194304 4785740 140734396365408 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15863/statm: 15875 12937 340 145 0 12920 0
[pid=15865] ppid=15861 vsize=50808 CPUtime=6.28 cores=2
/proc/15865/stat : 15865 (lingeling) R 15861 15861 15268 0 -1 4202496 15293 0 0 0 626 2 0 0 25 0 1 0 519712293 52027392 11868 33554432000 4194304 4352236 140737368294368 18446744073709551615 4268416 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15865/statm: 12702 11868 125 39 0 11782 0
[pid=15866] ppid=15861 vsize=219364 CPUtime=6.24 cores=6
/proc/15866/stat : 15866 (march_hi) R 15861 15861 15268 0 -1 4202496 116326 0 0 0 610 14 0 0 25 0 1 0 519712293 224628736 29365 33554432000 4194304 4331988 140735227446080 18446744073709551615 4243048 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15866/statm: 54841 29365 175 34 0 53283 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 499416

[startup+12.7004 s]
/proc/loadavg: 8.95 8.43 8.63 9/186 15868
/proc/meminfo: memFree=25774080/32950928 swapFree=67111364/67111528
[pid=15861] ppid=15859 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/15861/stat : 15861 (ppfolio) S 15859 15861 15268 0 -1 4202496 524 1193 0 0 0 0 0 1 15 0 1 0 519712292 18763776 391 33554432000 4194304 4287625 140734565396960 18446744073709551615 208080252431 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/15861/statm: 4581 391 342 23 0 91 0
[pid=15862] ppid=15861 vsize=147420 CPUtime=12.69 cores=0
/proc/15862/stat : 15862 (cryptominisat) R 15861 15861 15268 0 -1 4202496 28629 0 0 0 1265 4 0 0 25 0 1 0 519712292 150958080 23515 33554432000 4194304 4587354 140736796442480 18446744073709551615 4237499 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 36855 23515 336 96 0 33417 0
[pid=15863] ppid=15861 vsize=70440 CPUtime=12.69 cores=4
/proc/15863/stat : 15863 (clasp) R 15861 15861 15268 0 -1 4202496 18300 0 0 0 1267 2 0 0 25 0 1 0 519712292 72130560 14676 33554432000 4194304 4785740 140734396365408 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15863/statm: 17610 14676 340 145 0 14655 0
[pid=15865] ppid=15861 vsize=50808 CPUtime=12.68 cores=2
/proc/15865/stat : 15865 (lingeling) R 15861 15861 15268 0 -1 4202496 15293 0 0 0 1266 2 0 0 25 0 1 0 519712293 52027392 11868 33554432000 4194304 4352236 140737368294368 18446744073709551615 4268398 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15865/statm: 12702 11868 125 39 0 11782 0
[pid=15866] ppid=15861 vsize=223044 CPUtime=12.61 cores=6
/proc/15866/stat : 15866 (march_hi) R 15861 15861 15268 0 -1 4202496 117448 0 0 0 1247 14 0 0 25 0 1 0 519712293 228397056 30487 33554432000 4194304 4331988 140735227446080 18446744073709551615 4243505 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15866/statm: 55761 30487 175 34 0 54203 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 510036

[startup+25.501 s]
/proc/loadavg: 8.81 8.42 8.63 9/186 15868
/proc/meminfo: memFree=25765020/32950928 swapFree=67111364/67111528
[pid=15861] ppid=15859 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/15861/stat : 15861 (ppfolio) S 15859 15861 15268 0 -1 4202496 524 1193 0 0 0 0 0 1 15 0 1 0 519712292 18763776 391 33554432000 4194304 4287625 140734565396960 18446744073709551615 208080252431 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/15861/statm: 4581 391 342 23 0 91 0
[pid=15862] ppid=15861 vsize=1290212 CPUtime=25.48 cores=0
/proc/15862/stat : 15862 (cryptominisat) R 15861 15861 15268 0 -1 4202496 33984 0 0 0 2543 5 0 0 25 0 1 0 519712292 1321177088 24289 33554432000 4194304 4587354 140736796442480 18446744073709551615 4238647 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 322553 24289 336 96 0 319115 0
[pid=15863] ppid=15861 vsize=79352 CPUtime=25.48 cores=4
/proc/15863/stat : 15863 (clasp) R 15861 15861 15268 0 -1 4202496 20444 0 0 0 2546 2 0 0 25 0 1 0 519712292 81256448 16820 33554432000 4194304 4785740 140734396365408 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15863/statm: 19838 16820 340 145 0 16883 0
[pid=15865] ppid=15861 vsize=42384 CPUtime=25.48 cores=2
/proc/15865/stat : 15865 (lingeling) R 15861 15861 15268 0 -1 4202496 15295 0 0 0 2546 2 0 0 25 0 1 0 519712293 43401216 9764 33554432000 4194304 4352236 140737368294368 18446744073709551615 4268416 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15865/statm: 10596 9764 127 39 0 9676 0
[pid=15866] ppid=15861 vsize=223848 CPUtime=25.33 cores=6
/proc/15866/stat : 15866 (march_hi) R 15861 15861 15268 0 -1 4202496 117682 0 0 0 2519 14 0 0 25 0 1 0 519712293 229220352 30721 33554432000 4194304 4331988 140735227446080 18446744073709551615 4243048 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15866/statm: 55962 30721 175 34 0 54404 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 1654120

[startup+51.1011 s]
/proc/loadavg: 8.59 8.40 8.61 9/186 15869
/proc/meminfo: memFree=25716240/32950928 swapFree=67111364/67111528
[pid=15861] ppid=15859 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/15861/stat : 15861 (ppfolio) S 15859 15861 15268 0 -1 4202496 524 1193 0 0 0 0 0 1 15 0 1 0 519712292 18763776 391 33554432000 4194304 4287625 140734565396960 18446744073709551615 208080252431 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/15861/statm: 4581 391 342 23 0 91 0
[pid=15862] ppid=15861 vsize=1308080 CPUtime=51.09 cores=0
/proc/15862/stat : 15862 (cryptominisat) R 15861 15861 15268 0 -1 4202496 50100 0 0 0 5100 9 0 0 25 0 1 0 519712292 1339473920 25780 33554432000 4194304 4587354 140736796442480 18446744073709551615 4250174 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 327020 25780 336 96 0 323582 0
[pid=15863] ppid=15861 vsize=94516 CPUtime=51.08 cores=4
/proc/15863/stat : 15863 (clasp) R 15861 15861 15268 0 -1 4202496 24160 0 0 0 5104 4 0 0 25 0 1 0 519712292 96784384 20536 33554432000 4194304 4785740 140734396365408 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15863/statm: 23629 20536 340 145 0 20674 0
[pid=15865] ppid=15861 vsize=42368 CPUtime=51.08 cores=2
/proc/15865/stat : 15865 (lingeling) R 15861 15861 15268 0 -1 4202496 15295 0 0 0 5106 2 0 0 25 0 1 0 519712293 43384832 9760 33554432000 4194304 4352236 140737368294368 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15865/statm: 10592 9760 127 39 0 9672 0
[pid=15866] ppid=15861 vsize=224164 CPUtime=50.79 cores=6
/proc/15866/stat : 15866 (march_hi) R 15861 15861 15268 0 -1 4202496 117749 0 0 0 5065 14 0 0 25 0 1 0 519712293 229543936 30788 33554432000 4194304 4331988 140735227446080 18446744073709551615 4265452 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15866/statm: 56041 30788 175 34 0 54483 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 1687452

[startup+102.3 s]
/proc/loadavg: 8.36 8.36 8.59 9/186 15870
/proc/meminfo: memFree=25675576/32950928 swapFree=67111364/67111528
[pid=15861] ppid=15859 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/15861/stat : 15861 (ppfolio) S 15859 15861 15268 0 -1 4202496 524 1193 0 0 0 0 0 1 15 0 1 0 519712292 18763776 391 33554432000 4194304 4287625 140734565396960 18446744073709551615 208080252431 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/15861/statm: 4581 391 342 23 0 91 0
[pid=15862] ppid=15861 vsize=1298596 CPUtime=102.29 cores=0
/proc/15862/stat : 15862 (cryptominisat) R 15861 15861 15268 0 -1 4202496 76258 0 0 0 10214 15 0 0 25 0 1 0 519712292 1329762304 25569 33554432000 4194304 4587354 140736796442480 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 324649 25569 336 96 0 321211 0
[pid=15863] ppid=15861 vsize=113352 CPUtime=102.27 cores=4

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


[startup+882.307 s]
/proc/loadavg: 8.10 8.09 8.27 9/186 15891
/proc/meminfo: memFree=25349400/32950928 swapFree=67111364/67111528
[pid=15861] ppid=15859 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/15861/stat : 15861 (ppfolio) S 15859 15861 15268 0 -1 4202496 524 1193 0 0 0 0 0 1 15 0 1 0 519712292 18763776 391 33554432000 4194304 4287625 140734565396960 18446744073709551615 208080252431 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/15861/statm: 4581 391 342 23 0 91 0
[pid=15862] ppid=15861 vsize=1332456 CPUtime=882.33 cores=0
/proc/15862/stat : 15862 (cryptominisat) R 15861 15861 15268 0 -1 4202496 320776 0 0 0 88132 101 0 0 25 0 1 0 519712292 1364434944 31655 33554432000 4194304 4587354 140736796442480 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 333114 31655 336 96 0 329676 0
[pid=15863] ppid=15861 vsize=227772 CPUtime=882.24 cores=4
/proc/15863/stat : 15863 (clasp) R 15861 15861 15268 0 -1 4202496 56398 0 0 0 88209 15 0 0 25 0 1 0 519712292 233238528 52774 33554432000 4194304 4785740 140734396365408 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15863/statm: 56943 52774 340 145 0 53988 0
[pid=15865] ppid=15861 vsize=55028 CPUtime=882.33 cores=2
/proc/15865/stat : 15865 (lingeling) R 15861 15861 15268 0 -1 4202496 40994 0 0 0 88226 7 0 0 25 0 1 0 519712293 56348672 12925 33554432000 4194304 4352236 140737368294368 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15865/statm: 13757 12925 127 39 0 12837 0
[pid=15866] ppid=15861 vsize=229188 CPUtime=877.49 cores=6
/proc/15866/stat : 15866 (march_hi) R 15861 15861 15268 0 -1 4202496 118974 0 0 0 87735 14 0 0 25 0 1 0 519712293 234688512 32013 33554432000 4194304 4331988 140735227446080 18446744073709551615 208079627873 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15866/statm: 57297 32013 175 34 0 55739 0
Current children cumulated CPU time (s) 3524.4
Current children cumulated vsize (KiB) 1862768

[startup+942.3 s]
/proc/loadavg: 8.10 8.09 8.26 9/187 15894
/proc/meminfo: memFree=25331652/32950928 swapFree=67111364/67111528
[pid=15861] ppid=15859 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/15861/stat : 15861 (ppfolio) S 15859 15861 15268 0 -1 4202496 524 1193 0 0 0 0 0 1 15 0 1 0 519712292 18763776 391 33554432000 4194304 4287625 140734565396960 18446744073709551615 208080252431 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/15861/statm: 4581 391 342 23 0 91 0
[pid=15862] ppid=15861 vsize=1400976 CPUtime=942.32 cores=0
/proc/15862/stat : 15862 (cryptominisat) R 15861 15861 15268 0 -1 4202496 335930 0 0 0 94126 106 0 0 25 0 1 0 519712292 1434599424 32627 33554432000 4194304 4587354 140736796442480 18446744073709551615 4239531 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 350244 32627 336 96 0 346806 0
[pid=15863] ppid=15861 vsize=247480 CPUtime=942.23 cores=4
/proc/15863/stat : 15863 (clasp) R 15861 15861 15268 0 -1 4202496 61157 0 0 0 94206 17 0 0 25 0 1 0 519712292 253419520 57533 33554432000 4194304 4785740 140734396365408 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15863/statm: 61870 57533 340 145 0 58915 0
[pid=15865] ppid=15861 vsize=55028 CPUtime=942.32 cores=2
/proc/15865/stat : 15865 (lingeling) R 15861 15861 15268 0 -1 4202496 40994 0 0 0 94225 7 0 0 25 0 1 0 519712293 56348672 12925 33554432000 4194304 4352236 140737368294368 18446744073709551615 4280965 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15865/statm: 13757 12925 127 39 0 12837 0
[pid=15866] ppid=15861 vsize=229188 CPUtime=937.17 cores=6
/proc/15866/stat : 15866 (march_hi) R 15861 15861 15268 0 -1 4202496 118993 0 0 0 93703 14 0 0 25 0 1 0 519712293 234688512 32032 33554432000 4194304 4331988 140735227446080 18446744073709551615 4263238 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15866/statm: 57297 32032 175 34 0 55739 0
Current children cumulated CPU time (s) 3764.05
Current children cumulated vsize (KiB) 1950996

[startup+1002.3 s]
/proc/loadavg: 8.15 8.10 8.25 9/186 15903
/proc/meminfo: memFree=25276052/32950928 swapFree=67111364/67111528
[pid=15861] ppid=15859 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/15861/stat : 15861 (ppfolio) S 15859 15861 15268 0 -1 4202496 524 1193 0 0 0 0 0 1 15 0 1 0 519712292 18763776 391 33554432000 4194304 4287625 140734565396960 18446744073709551615 208080252431 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/15861/statm: 4581 391 342 23 0 91 0
[pid=15862] ppid=15861 vsize=1304452 CPUtime=1002.31 cores=0
/proc/15862/stat : 15862 (cryptominisat) R 15861 15861 15268 0 -1 4202496 351241 0 0 0 100117 114 0 0 25 0 1 0 519712292 1335758848 33381 33554432000 4194304 4587354 140736796442480 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 326113 33381 336 96 0 322675 0
[pid=15863] ppid=15861 vsize=266208 CPUtime=1002.22 cores=4
/proc/15863/stat : 15863 (clasp) R 15861 15861 15268 0 -1 4202496 65814 0 0 0 100203 19 0 0 25 0 1 0 519712292 272596992 62190 33554432000 4194304 4785740 140734396365408 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15863/statm: 66552 62190 340 145 0 63597 0
[pid=15865] ppid=15861 vsize=61172 CPUtime=1002.32 cores=2
/proc/15865/stat : 15865 (lingeling) R 15861 15861 15268 0 -1 4202496 42530 0 0 0 100225 7 0 0 25 0 1 0 519712293 62640128 14461 33554432000 4194304 4352236 140737368294368 18446744073709551615 4328013 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15865/statm: 15293 14461 127 39 0 14373 0
[pid=15866] ppid=15861 vsize=229340 CPUtime=996.84 cores=6
/proc/15866/stat : 15866 (march_hi) R 15861 15861 15268 0 -1 4202496 119050 0 0 0 99670 14 0 0 25 0 1 0 519712293 234844160 32089 33554432000 4194304 4331988 140735227446080 18446744073709551615 4263238 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15866/statm: 57335 32089 175 34 0 55777 0
Current children cumulated CPU time (s) 4003.7
Current children cumulated vsize (KiB) 1879496

[startup+1062.3 s]
/proc/loadavg: 8.16 8.11 8.25 9/186 15905
/proc/meminfo: memFree=25277144/32950928 swapFree=67111364/67111528
[pid=15861] ppid=15859 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/15861/stat : 15861 (ppfolio) S 15859 15861 15268 0 -1 4202496 524 1193 0 0 0 0 0 1 15 0 1 0 519712292 18763776 391 33554432000 4194304 4287625 140734565396960 18446744073709551615 208080252431 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/15861/statm: 4581 391 342 23 0 91 0
[pid=15862] ppid=15861 vsize=1378812 CPUtime=1062.32 cores=0
/proc/15862/stat : 15862 (cryptominisat) R 15861 15861 15268 0 -1 4202496 366075 0 0 0 106110 122 0 0 25 0 1 0 519712292 1411903488 33467 33554432000 4194304 4587354 140736796442480 18446744073709551615 4244112 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 344703 33467 336 96 0 341265 0
[pid=15863] ppid=15861 vsize=266724 CPUtime=1062.22 cores=4
/proc/15863/stat : 15863 (clasp) R 15861 15861 15268 0 -1 4202496 65921 0 0 0 106203 19 0 0 25 0 1 0 519712292 273125376 62297 33554432000 4194304 4785740 140734396365408 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15863/statm: 66681 62297 340 145 0 63726 0
[pid=15865] ppid=15861 vsize=61172 CPUtime=1062.32 cores=2
/proc/15865/stat : 15865 (lingeling) R 15861 15861 15268 0 -1 4202496 42530 0 0 0 106225 7 0 0 25 0 1 0 519712293 62640128 14461 33554432000 4194304 4352236 140737368294368 18446744073709551615 4329004 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15865/statm: 15293 14461 127 39 0 14373 0
[pid=15866] ppid=15861 vsize=229340 CPUtime=1056.52 cores=6
/proc/15866/stat : 15866 (march_hi) R 15861 15861 15268 0 -1 4202496 119072 0 0 0 105638 14 0 0 25 0 1 0 519712293 234844160 32111 33554432000 4194304 4331988 140735227446080 18446744073709551615 4237182 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15866/statm: 57335 32111 175 34 0 55777 0
Current children cumulated CPU time (s) 4243.39
Current children cumulated vsize (KiB) 1954372

[startup+1122.3 s]
/proc/loadavg: 8.19 8.12 8.24 11/187 15909
/proc/meminfo: memFree=25263604/32950928 swapFree=67111364/67111528
[pid=15861] ppid=15859 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/15861/stat : 15861 (ppfolio) S 15859 15861 15268 0 -1 4202496 524 1193 0 0 0 0 0 1 15 0 1 0 519712292 18763776 391 33554432000 4194304 4287625 140734565396960 18446744073709551615 208080252431 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/15861/statm: 4581 391 342 23 0 91 0
[pid=15862] ppid=15861 vsize=1305108 CPUtime=1122.31 cores=0
/proc/15862/stat : 15862 (cryptominisat) R 15861 15861 15268 0 -1 4202496 380972 0 0 0 112103 128 0 0 25 0 1 0 519712292 1336430592 33466 33554432000 4194304 4587354 140736796442480 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 326277 33466 336 96 0 322839 0
[pid=15863] ppid=15861 vsize=267120 CPUtime=1122.22 cores=4
/proc/15863/stat : 15863 (clasp) R 15861 15861 15268 0 -1 4202496 66048 0 0 0 112203 19 0 0 25 0 1 0 519712292 273530880 62424 33554432000 4194304 4785740 140734396365408 18446744073709551615 4278129 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15863/statm: 66780 62424 340 145 0 63825 0
[pid=15865] ppid=15861 vsize=61172 CPUtime=1122.18 cores=2
/proc/15865/stat : 15865 (lingeling) R 15861 15861 15268 0 -1 4202496 42530 0 0 0 112211 7 0 0 25 0 1 0 519712293 62640128 14461 33554432000 4194304 4352236 140737368294368 18446744073709551615 4328432 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15865/statm: 15293 14461 127 39 0 14373 0
[pid=15866] ppid=15861 vsize=231640 CPUtime=1116.19 cores=6
/proc/15866/stat : 15866 (march_hi) R 15861 15861 15268 0 -1 4202496 119473 0 0 0 111605 14 0 0 25 0 1 0 519712293 237199360 32512 33554432000 4194304 4331988 140735227446080 18446744073709551615 4263335 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15866/statm: 57910 32512 175 34 0 56352 0
Current children cumulated CPU time (s) 4482.91
Current children cumulated vsize (KiB) 1883364

[startup+1182.3 s]
/proc/loadavg: 8.57 8.23 8.27 10/187 16008
/proc/meminfo: memFree=25695488/32950928 swapFree=67111364/67111528
[pid=15861] ppid=15859 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/15861/stat : 15861 (ppfolio) S 15859 15861 15268 0 -1 4202496 524 1193 0 0 0 0 0 1 15 0 1 0 519712292 18763776 391 33554432000 4194304 4287625 140734565396960 18446744073709551615 208080252431 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/15861/statm: 4581 391 342 23 0 91 0
[pid=15862] ppid=15861 vsize=1303908 CPUtime=1182.32 cores=0
/proc/15862/stat : 15862 (cryptominisat) R 15861 15861 15268 0 -1 4202496 395644 0 0 0 118098 134 0 0 25 0 1 0 519712292 1335201792 32742 33554432000 4194304 4587354 140736796442480 18446744073709551615 4230288 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 325977 32742 336 96 0 322539 0
[pid=15863] ppid=15861 vsize=268740 CPUtime=1182.21 cores=4
/proc/15863/stat : 15863 (clasp) R 15861 15861 15268 0 -1 4202496 66355 0 0 0 118202 19 0 0 25 0 1 0 519712292 275189760 62731 33554432000 4194304 4785740 140734396365408 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15863/statm: 67185 62731 340 145 0 64230 0
[pid=15865] ppid=15861 vsize=61172 CPUtime=1181.5 cores=2
/proc/15865/stat : 15865 (lingeling) R 15861 15861 15268 0 -1 4202496 42530 0 0 0 118143 7 0 0 25 0 1 0 519712293 62640128 14461 33554432000 4194304 4352236 140737368294368 18446744073709551615 4329004 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15865/statm: 15293 14461 127 39 0 14373 0
[pid=15866] ppid=15861 vsize=231640 CPUtime=1175.87 cores=6
/proc/15866/stat : 15866 (march_hi) R 15861 15861 15268 0 -1 4202496 119494 0 0 0 117573 14 0 0 25 0 1 0 519712293 237199360 32533 33554432000 4194304 4331988 140735227446080 18446744073709551615 4263258 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15866/statm: 57910 32533 175 34 0 56352 0
Current children cumulated CPU time (s) 4721.91
Current children cumulated vsize (KiB) 1883784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.76 8.30 8.29 10/187 16008
/proc/meminfo: memFree=25670788/32950928 swapFree=67111364/67111528
[pid=15861] ppid=15859 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/15861/stat : 15861 (ppfolio) S 15859 15861 15268 0 -1 4202496 524 1193 0 0 0 0 0 1 15 0 1 0 519712292 18763776 391 33554432000 4194304 4287625 140734565396960 18446744073709551615 208080252431 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/15861/statm: 4581 391 342 23 0 91 0
[pid=15862] ppid=15861 vsize=1349872 CPUtime=1201.92 cores=0
/proc/15862/stat : 15862 (cryptominisat) R 15861 15861 15268 0 -1 4202496 401157 0 0 0 120056 136 0 0 25 0 1 0 519712292 1382268928 30418 33554432000 4194304 4587354 140736796442480 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15862/statm: 337468 30418 336 96 0 334030 0
[pid=15863] ppid=15861 vsize=268740 CPUtime=1201.82 cores=4
/proc/15863/stat : 15863 (clasp) R 15861 15861 15268 0 -1 4202496 66355 0 0 0 120163 19 0 0 25 0 1 0 519712292 275189760 62731 33554432000 4194304 4785740 140734396365408 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15863/statm: 67185 62731 340 145 0 64230 0
[pid=15865] ppid=15861 vsize=61172 CPUtime=1201.1 cores=2
/proc/15865/stat : 15865 (lingeling) R 15861 15861 15268 0 -1 4202496 42530 0 0 0 120103 7 0 0 25 0 1 0 519712293 62640128 14461 33554432000 4194304 4352236 140737368294368 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15865/statm: 15293 14461 127 39 0 14373 0
[pid=15866] ppid=15861 vsize=231640 CPUtime=1195.36 cores=6
/proc/15866/stat : 15866 (march_hi) R 15861 15861 15268 0 -1 4202496 119502 0 0 0 119522 14 0 0 25 0 1 0 519712293 237199360 32541 33554432000 4194304 4331988 140735227446080 18446744073709551615 208079929099 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15866/statm: 57910 32541 175 34 0 56352 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 1929748

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

Real time (s): 1201.91
CPU time (s): 4800.21
CPU user time (s): 4798.44
CPU system time (s): 1.77
CPU usage (%): 399.381
Max. virtual memory (cumulated for all children) (KiB): 3166544

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

runsolver used 1.84972 second user time and 4.71628 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 14:45:26
IDJOB=3289352
IDBENCH=83120
IDSOLVER=1612
FILE ID=node127/3289352-1304081126
RUNJOBID= node127-1304077884-15286
PBS_JOBID= 13170516
Free space on /tmp= 71800 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top29.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289352-1304081126/watcher-3289352-1304081126 -o /tmp/evaluation-result-3289352-1304081126/solver-3289352-1304081126 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3289352-1304081126.cnf

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

MD5SUM BENCH= 9b1b1066fe010948020f1c6b5be34d5d
RANDOM SEED=1909836827

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26095416 kB
Buffers:       1394524 kB
Cached:        4735832 kB
SwapCached:          0 kB
Active:        1975108 kB
Inactive:      4403928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26095416 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           19176 kB
Writeback:           0 kB
AnonPages:      248608 kB
Mapped:          16532 kB
Slab:           411020 kB
PageTables:       5372 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1437384 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= 71792 MiB
End job on node127 at 2011-04-29 15:05:30