Trace number 3251039

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1504.5-n60-p15-s80450670.cnf
MD5SUM78d8e2b8c0fd15b93f96e38e33701f17
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.61315
Satisfiable
(Un)Satisfiability was proved
Number of variables3510
Number of clauses974465
Sum of the clauses size1952320
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2974405
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 4 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	Starting march_hi 2009 on core(s) 7

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3251039-1304099041/watcher-3251039-1304099041 -o /tmp/evaluation-result-3251039-1304099041/solver-3251039-1304099041 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3251039-1304099041.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.89 7.84 7.86 7/182 29502
/proc/meminfo: memFree=18933456/32951124 swapFree=67111528/67111528
[pid=29502] ppid=29500 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29502/stat : 29502 (ppfolio) R 29500 29502 28678 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 502320026 18763776 389 33554432000 4194304 4287625 140734407617520 18446744073709551615 233510317583 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/29502/statm: 4581 389 341 23 0 91 0

[startup+0.0214089 s]
/proc/loadavg: 6.89 7.84 7.86 7/182 29502
/proc/meminfo: memFree=18933456/32951124 swapFree=67111528/67111528
[pid=29502] ppid=29500 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29502/stat : 29502 (ppfolio) R 29500 29502 28678 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 502320026 18763776 389 33554432000 4194304 4287625 140734407617520 18446744073709551615 233510317583 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/29502/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100392 s]
/proc/loadavg: 6.89 7.84 7.86 7/182 29502
/proc/meminfo: memFree=18933456/32951124 swapFree=67111528/67111528
[pid=29502] ppid=29500 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29502/stat : 29502 (ppfolio) S 29500 29502 28678 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 502320026 18763776 389 33554432000 4194304 4287625 140734407617520 18446744073709551615 233510317583 0 0 4096 65536 4419289217486553087 0 0 17 1 0 0 0
/proc/29502/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300358 s]
/proc/loadavg: 6.89 7.84 7.86 7/182 29502
/proc/meminfo: memFree=18933456/32951124 swapFree=67111528/67111528
[pid=29502] ppid=29500 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29502/stat : 29502 (ppfolio) R 29500 29502 28678 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 502320026 18763776 389 33554432000 4194304 4287625 140734407617520 18446744073709551615 233510317583 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/29502/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700285 s]
/proc/loadavg: 6.89 7.84 7.86 7/182 29502
/proc/meminfo: memFree=18933456/32951124 swapFree=67111528/67111528
[pid=29502] ppid=29500 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29502/stat : 29502 (ppfolio) S 29500 29502 28678 0 -1 4202496 520 0 0 0 0 0 0 0 21 0 1 0 502320026 18763776 389 33554432000 4194304 4287625 140734407617520 18446744073709551615 233510317583 0 0 4096 65536 4419289217486553087 0 0 17 1 0 0 0
/proc/29502/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50114 s]
/proc/loadavg: 6.89 7.84 7.86 11/188 29508
/proc/meminfo: memFree=18581992/32951124 swapFree=67111528/67111528
[pid=29502] ppid=29500 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29502/stat : 29502 (ppfolio) S 29500 29502 28678 0 -1 4202496 520 0 0 0 0 0 0 0 21 0 1 0 502320026 18763776 389 33554432000 4194304 4287625 140734407617520 18446744073709551615 233510317583 0 0 4096 65536 4419289217486553087 0 0 17 1 0 0 0
/proc/29502/statm: 4581 389 341 23 0 91 0
[pid=29503] ppid=29502 vsize=144528 CPUtime=1.49 cores=1
/proc/29503/stat : 29503 (cryptominisat) R 29502 29502 28678 0 -1 4202496 30529 0 0 0 146 3 0 0 25 0 1 0 502320026 147996672 30414 33554432000 4194304 4587354 140737001491888 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29503/statm: 36132 30414 314 96 0 32694 0
[pid=29504] ppid=29502 vsize=70988 CPUtime=1.49 cores=5
/proc/29504/stat : 29504 (clasp) R 29502 29502 28678 0 -1 4202496 19016 0 0 0 146 3 0 0 20 0 1 0 502320026 72691712 14836 33554432000 4194304 4785740 140737115785568 18446744073709551615 4495520 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29504/statm: 17747 14836 313 145 0 14792 0
[pid=29505] ppid=29502 vsize=497668 CPUtime=0.78 cores=7
/proc/29505/stat : 29505 (TNM) R 29502 29502 28678 0 -1 4202496 15501 0 0 0 76 2 0 0 25 0 1 0 502320026 509612032 15398 33554432000 134512640 134534564 4291136176 18446744073709551615 134524672 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29505/statm: 124417 15398 91 6 0 123083 0
[pid=29506] ppid=29502 vsize=49908 CPUtime=1.48 cores=3
/proc/29506/stat : 29506 (lingeling) R 29502 29502 28678 0 -1 4202496 15145 0 0 0 147 1 0 0 20 0 1 0 502320026 51105792 10912 33554432000 4194304 4352236 140734258351312 18446744073709551615 4208580 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29506/statm: 12477 10912 123 39 0 11557 0
[pid=29507] ppid=29502 vsize=94708 CPUtime=0.69 cores=7
/proc/29507/stat : 29507 (march_hi) R 29502 29502 28678 0 -1 4194304 16725 0 0 0 66 3 0 0 25 0 1 0 502320026 96980992 11824 33554432000 4194304 4331988 140734001715360 18446744073709551615 4261831 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29507/statm: 23677 11824 125 34 0 22119 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 876124

[startup+3.10086 s]
/proc/loadavg: 6.89 7.84 7.86 11/188 29508
/proc/meminfo: memFree=18509704/32951124 swapFree=67111528/67111528
[pid=29502] ppid=29500 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29502/stat : 29502 (ppfolio) S 29500 29502 28678 0 -1 4202496 520 0 0 0 0 0 0 0 21 0 1 0 502320026 18763776 389 33554432000 4194304 4287625 140734407617520 18446744073709551615 233510317583 0 0 4096 65536 4419289217486553087 0 0 17 1 0 0 0
/proc/29502/statm: 4581 389 341 23 0 91 0
[pid=29503] ppid=29502 vsize=144528 CPUtime=3.09 cores=1
/proc/29503/stat : 29503 (cryptominisat) R 29502 29502 28678 0 -1 4202496 30529 0 0 0 306 3 0 0 25 0 1 0 502320026 147996672 30414 33554432000 4194304 4587354 140737001491888 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29503/statm: 36132 30414 314 96 0 32694 0
[pid=29504] ppid=29502 vsize=70988 CPUtime=3.09 cores=5
/proc/29504/stat : 29504 (clasp) R 29502 29502 28678 0 -1 4202496 19016 0 0 0 306 3 0 0 25 0 1 0 502320026 72691712 14836 33554432000 4194304 4785740 140737115785568 18446744073709551615 4495688 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29504/statm: 17747 14836 313 145 0 14792 0
[pid=29505] ppid=29502 vsize=497668 CPUtime=1.57 cores=7
/proc/29505/stat : 29505 (TNM) R 29502 29502 28678 0 -1 4202496 15501 0 0 0 155 2 0 0 25 0 1 0 502320026 509612032 15398 33554432000 134512640 134534564 4291136176 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29505/statm: 124417 15398 91 6 0 123083 0
[pid=29506] ppid=29502 vsize=49908 CPUtime=3.08 cores=3
/proc/29506/stat : 29506 (lingeling) R 29502 29502 28678 0 -1 4202496 15148 0 0 0 307 1 0 0 25 0 1 0 502320026 51105792 10915 33554432000 4194304 4352236 140734258351312 18446744073709551615 4328851 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29506/statm: 12477 10915 126 39 0 11557 0
[pid=29507] ppid=29502 vsize=94708 CPUtime=1.49 cores=7
/proc/29507/stat : 29507 (march_hi) R 29502 29502 28678 0 -1 4202496 48773 0 0 0 142 7 0 0 25 0 1 0 502320026 96980992 12744 33554432000 4194304 4331988 140734001715360 18446744073709551615 4251483 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29507/statm: 23677 12744 149 34 0 22119 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 876124

[startup+6.30129 s]
/proc/loadavg: 7.14 7.87 7.87 11/188 29508
/proc/meminfo: memFree=18472684/32951124 swapFree=67111528/67111528
[pid=29502] ppid=29500 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29502/stat : 29502 (ppfolio) S 29500 29502 28678 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 502320026 18763776 389 33554432000 4194304 4287625 140734407617520 18446744073709551615 233510317583 0 0 4096 65536 4419289217486553087 0 0 17 1 0 0 0
/proc/29502/statm: 4581 389 341 23 0 91 0
[pid=29503] ppid=29502 vsize=206012 CPUtime=6.28 cores=1
/proc/29503/stat : 29503 (cryptominisat) R 29502 29502 28678 0 -1 4202496 56537 0 0 0 621 7 0 0 25 0 1 0 502320026 210956288 36526 33554432000 4194304 4587354 140737001491888 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29503/statm: 51503 36526 326 96 0 48065 0
[pid=29504] ppid=29502 vsize=70988 CPUtime=6.29 cores=5
/proc/29504/stat : 29504 (clasp) R 29502 29502 28678 0 -1 4202496 19016 0 0 0 626 3 0 0 25 0 1 0 502320026 72691712 14836 33554432000 4194304 4785740 140737115785568 18446744073709551615 4495688 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29504/statm: 17747 14836 313 145 0 14792 0
[pid=29505] ppid=29502 vsize=497668 CPUtime=3.15 cores=7
/proc/29505/stat : 29505 (TNM) R 29502 29502 28678 0 -1 4202496 15501 0 0 0 313 2 0 0 25 0 1 0 502320026 509612032 15398 33554432000 134512640 134534564 4291136176 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29505/statm: 124417 15398 91 6 0 123083 0
[pid=29506] ppid=29502 vsize=80356 CPUtime=6.29 cores=3
/proc/29506/stat : 29506 (lingeling) R 29502 29502 28678 0 -1 4202496 21436 0 0 0 627 2 0 0 25 0 1 0 502320026 82284544 17203 33554432000 4194304 4352236 140734258351312 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29506/statm: 20089 17203 126 39 0 19169 0
[pid=29507] ppid=29502 vsize=128752 CPUtime=3.1 cores=7
/proc/29507/stat : 29507 (march_hi) R 29502 29502 28678 0 -1 4202496 74211 0 0 0 299 11 0 0 25 0 1 0 502320026 131842048 14828 33554432000 4194304 4331988 140734001715360 18446744073709551615 233509956316 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29507/statm: 32188 14828 159 34 0 30630 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 1002100

[startup+12.7011 s]
/proc/loadavg: 7.37 7.91 7.88 11/188 29508
/proc/meminfo: memFree=18393000/32951124 swapFree=67111528/67111528
[pid=29502] ppid=29500 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29502/stat : 29502 (ppfolio) S 29500 29502 28678 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 502320026 18763776 389 33554432000 4194304 4287625 140734407617520 18446744073709551615 233510317583 0 0 4096 65536 4419289217486553087 0 0 17 1 0 0 0
/proc/29502/statm: 4581 389 341 23 0 91 0
[pid=29503] ppid=29502 vsize=2107924 CPUtime=12.68 cores=1
/proc/29503/stat : 29503 (cryptominisat) R 29502 29502 28678 0 -1 4202496 62033 0 0 0 1260 8 0 0 25 0 1 0 502320026 2158514176 37677 33554432000 4194304 4587354 140737001491888 18446744073709551615 4365336 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29503/statm: 526981 37677 337 96 0 523543 0
[pid=29504] ppid=29502 vsize=70728 CPUtime=12.69 cores=5
/proc/29504/stat : 29504 (clasp) R 29502 29502 28678 0 -1 4202496 21028 0 0 0 1265 4 0 0 25 0 1 0 502320026 72425472 14944 33554432000 4194304 4785740 140737115785568 18446744073709551615 4553375 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29504/statm: 17682 14944 340 145 0 14727 0
[pid=29505] ppid=29502 vsize=497668 CPUtime=6.32 cores=7
/proc/29505/stat : 29505 (TNM) R 29502 29502 28678 0 -1 4202496 15501 0 0 0 630 2 0 0 25 0 1 0 502320026 509612032 15398 33554432000 134512640 134534564 4291136176 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29505/statm: 124417 15398 91 6 0 123083 0
[pid=29506] ppid=29502 vsize=80356 CPUtime=12.68 cores=3
/proc/29506/stat : 29506 (lingeling) R 29502 29502 28678 0 -1 4202496 21692 0 0 0 1266 2 0 0 25 0 1 0 502320026 82284544 17459 33554432000 4194304 4352236 140734258351312 18446744073709551615 4328756 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29506/statm: 20089 17459 126 39 0 19169 0
[pid=29507] ppid=29502 vsize=133920 CPUtime=6.3 cores=7
/proc/29507/stat : 29507 (march_hi) R 29502 29502 28678 0 -1 4202496 75523 0 0 0 619 11 0 0 25 0 1 0 502320026 137134080 16140 33554432000 4194304 4331988 140734001715360 18446744073709551615 4226443 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29507/statm: 33480 16140 171 34 0 31922 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 2908920

[startup+25.5008 s]
/proc/loadavg: 7.95 8.01 7.92 11/188 29508
/proc/meminfo: memFree=18267508/32951124 swapFree=67111528/67111528
[pid=29502] ppid=29500 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29502/stat : 29502 (ppfolio) S 29500 29502 28678 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 502320026 18763776 389 33554432000 4194304 4287625 140734407617520 18446744073709551615 233510317583 0 0 4096 65536 4419289217486553087 0 0 17 1 0 0 0
/proc/29502/statm: 4581 389 341 23 0 91 0
[pid=29503] ppid=29502 vsize=2107924 CPUtime=25.48 cores=1
/proc/29503/stat : 29503 (cryptominisat) R 29502 29502 28678 0 -1 4202496 62033 0 0 0 2540 8 0 0 25 0 1 0 502320026 2158514176 37677 33554432000 4194304 4587354 140737001491888 18446744073709551615 4365232 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29503/statm: 526981 37677 337 96 0 523543 0
[pid=29504] ppid=29502 vsize=137328 CPUtime=25.49 cores=5
/proc/29504/stat : 29504 (clasp) R 29502 29502 28678 0 -1 4202496 37648 0 0 0 2542 7 0 0 25 0 1 0 502320026 140623872 31564 33554432000 4194304 4785740 140737115785568 18446744073709551615 4552608 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29504/statm: 34332 31564 340 145 0 31377 0
[pid=29505] ppid=29502 vsize=497668 CPUtime=12.7 cores=7
/proc/29505/stat : 29505 (TNM) R 29502 29502 28678 0 -1 4202496 15501 0 0 0 1268 2 0 0 25 0 1 0 502320026 509612032 15398 33554432000 134512640 134534564 4291136176 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29505/statm: 124417 15398 91 6 0 123083 0
[pid=29506] ppid=29502 vsize=101376 CPUtime=25.49 cores=3
/proc/29506/stat : 29506 (lingeling) R 29502 29502 28678 0 -1 4202496 26691 0 0 0 2546 3 0 0 25 0 1 0 502320026 103809024 22458 33554432000 4194304 4352236 140734258351312 18446744073709551615 4243906 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29506/statm: 25344 22458 126 39 0 24424 0
[pid=29507] ppid=29502 vsize=134152 CPUtime=12.64 cores=7
/proc/29507/stat : 29507 (march_hi) R 29502 29502 28678 0 -1 4202496 75569 0 0 0 1253 11 0 0 25 0 1 0 502320026 137371648 16186 33554432000 4194304 4331988 140734001715360 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29507/statm: 33538 16186 171 34 0 31980 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 2996772

[startup+51.1013 s]
/proc/loadavg: 8.79 8.20 7.98 11/188 29509
/proc/meminfo: memFree=18025932/32951124 swapFree=67111528/67111528
[pid=29502] ppid=29500 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29502/stat : 29502 (ppfolio) S 29500 29502 28678 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 502320026 18763776 389 33554432000 4194304 4287625 140734407617520 18446744073709551615 233510317583 0 0 4096 65536 4419289217486553087 0 0 17 1 0 0 0
/proc/29502/statm: 4581 389 341 23 0 91 0
[pid=29503] ppid=29502 vsize=2107924 CPUtime=51.08 cores=1
/proc/29503/stat : 29503 (cryptominisat) R 29502 29502 28678 0 -1 4202496 62033 0 0 0 5100 8 0 0 25 0 1 0 502320026 2158514176 37677 33554432000 4194304 4587354 140737001491888 18446744073709551615 4365302 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29503/statm: 526981 37677 337 96 0 523543 0
[pid=29504] ppid=29502 vsize=254372 CPUtime=51.09 cores=5
/proc/29504/stat : 29504 (clasp) R 29502 29502 28678 0 -1 4202496 66525 0 0 0 5093 16 0 0 25 0 1 0 502320026 260476928 60441 33554432000 4194304 4785740 140737115785568 18446744073709551615 4286919 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29504/statm: 63593 60441 340 145 0 60638 0
[pid=29505] ppid=29502 vsize=509156 CPUtime=25.41 cores=7
/proc/29505/stat : 29505 (TNM) R 29502 29502 28678 0 -1 4202496 22497 0 0 0 2539 2 0 0 25 0 1 0 502320026 521375744 22394 33554432000 134512640 134534564 4291136176 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29505/statm: 127289 22394 95 6 0 125955 0
[pid=29506] ppid=29502 vsize=111616 CPUtime=51.09 cores=3

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

/proc/29507/statm: 45130 25466 175 34 0 43572 0
Current children cumulated CPU time (s) 3764.06
Current children cumulated vsize (KiB) 4193944

[startup+1002.3 s]
/proc/loadavg: 5.06 6.03 7.33 6/177 29551
/proc/meminfo: memFree=17379360/32951124 swapFree=67111528/67111528
[pid=29502] ppid=29500 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29502/stat : 29502 (ppfolio) S 29500 29502 28678 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 502320026 18763776 389 33554432000 4194304 4287625 140734407617520 18446744073709551615 233510317583 0 0 4096 65536 4419289217486553087 0 0 17 1 0 0 0
/proc/29502/statm: 4581 389 341 23 0 91 0
[pid=29503] ppid=29502 vsize=2077252 CPUtime=1002.28 cores=1
/proc/29503/stat : 29503 (cryptominisat) R 29502 29502 28678 0 -1 4202496 269821 0 0 0 100155 73 0 0 25 0 1 0 502320026 2127106048 85066 33554432000 4194304 4587354 140737001491888 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29503/statm: 519313 85066 337 96 0 515875 0
[pid=29504] ppid=29502 vsize=959316 CPUtime=1002.31 cores=5
/proc/29504/stat : 29504 (clasp) R 29502 29502 28678 0 -1 4202496 238235 0 0 0 100146 85 0 0 25 0 1 0 502320026 982339584 232151 33554432000 4194304 4785740 140737115785568 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29504/statm: 239829 232151 340 145 0 236874 0
[pid=29505] ppid=29502 vsize=509156 CPUtime=498.43 cores=7
/proc/29505/stat : 29505 (TNM) R 29502 29502 28678 0 -1 4202496 22497 0 0 0 49840 3 0 0 25 0 1 0 502320026 521375744 22394 33554432000 134512640 134534564 4291136176 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29505/statm: 127289 22394 95 6 0 125955 0
[pid=29506] ppid=29502 vsize=195816 CPUtime=1002.31 cores=3
/proc/29506/stat : 29506 (lingeling) R 29502 29502 28678 0 -1 4202496 193498 0 0 0 100205 26 0 0 25 0 1 0 502320026 200515584 48116 33554432000 4194304 4352236 140734258351312 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29506/statm: 48954 48116 127 39 0 48034 0
[pid=29507] ppid=29502 vsize=180520 CPUtime=498.42 cores=7
/proc/29507/stat : 29507 (march_hi) R 29502 29502 28678 0 -1 4202496 85340 0 0 0 49825 17 0 0 25 0 1 0 502320026 184852480 25957 33554432000 4194304 4331988 140734001715360 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29507/statm: 45130 25957 175 34 0 43572 0
Current children cumulated CPU time (s) 4003.75
Current children cumulated vsize (KiB) 3940384

[startup+1062.3 s]
/proc/loadavg: 5.17 5.88 7.19 6/177 29562
/proc/meminfo: memFree=17364316/32951124 swapFree=67111528/67111528
[pid=29502] ppid=29500 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29502/stat : 29502 (ppfolio) S 29500 29502 28678 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 502320026 18763776 389 33554432000 4194304 4287625 140734407617520 18446744073709551615 233510317583 0 0 4096 65536 4419289217486553087 0 0 17 1 0 0 0
/proc/29502/statm: 4581 389 341 23 0 91 0
[pid=29503] ppid=29502 vsize=2278068 CPUtime=1062.28 cores=1
/proc/29503/stat : 29503 (cryptominisat) R 29502 29502 28678 0 -1 4202496 274258 0 0 0 106153 75 0 0 25 0 1 0 502320026 2332741632 81931 33554432000 4194304 4587354 140737001491888 18446744073709551615 4357555 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29503/statm: 569517 81931 337 96 0 566079 0
[pid=29504] ppid=29502 vsize=968496 CPUtime=1062.32 cores=5
/proc/29504/stat : 29504 (clasp) R 29502 29502 28678 0 -1 4202496 240315 0 0 0 106146 86 0 0 25 0 1 0 502320026 991739904 234231 33554432000 4194304 4785740 140737115785568 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29504/statm: 242124 234231 340 145 0 239169 0
[pid=29505] ppid=29502 vsize=509156 CPUtime=528.32 cores=7
/proc/29505/stat : 29505 (TNM) R 29502 29502 28678 0 -1 4202496 22497 0 0 0 52829 3 0 0 25 0 1 0 502320026 521375744 22394 33554432000 134512640 134534564 4291136176 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29505/statm: 127289 22394 95 6 0 125955 0
[pid=29506] ppid=29502 vsize=212200 CPUtime=1062.31 cores=3
/proc/29506/stat : 29506 (lingeling) R 29502 29502 28678 0 -1 4202496 209882 0 0 0 106203 28 0 0 25 0 1 0 502320026 217292800 52212 33554432000 4194304 4352236 140734258351312 18446744073709551615 4279075 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29506/statm: 53050 52212 127 39 0 52130 0
[pid=29507] ppid=29502 vsize=180520 CPUtime=528.22 cores=7
/proc/29507/stat : 29507 (march_hi) R 29502 29502 28678 0 -1 4202496 85809 0 0 0 52804 18 0 0 25 0 1 0 502320026 184852480 26426 33554432000 4194304 4331988 140734001715360 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29507/statm: 45130 26426 175 34 0 43572 0
Current children cumulated CPU time (s) 4243.45
Current children cumulated vsize (KiB) 4166764

[startup+1122.3 s]
/proc/loadavg: 5.13 5.74 7.06 6/177 29564
/proc/meminfo: memFree=17300560/32951124 swapFree=67111528/67111528
[pid=29502] ppid=29500 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29502/stat : 29502 (ppfolio) S 29500 29502 28678 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 502320026 18763776 389 33554432000 4194304 4287625 140734407617520 18446744073709551615 233510317583 0 0 4096 65536 4419289217486553087 0 0 17 1 0 0 0
/proc/29502/statm: 4581 389 341 23 0 91 0
[pid=29503] ppid=29502 vsize=2304020 CPUtime=1122.28 cores=1
/proc/29503/stat : 29503 (cryptominisat) R 29502 29502 28678 0 -1 4202496 298436 0 0 0 112144 84 0 0 25 0 1 0 502320026 2359316480 86182 33554432000 4194304 4587354 140737001491888 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29503/statm: 576005 86182 337 96 0 572567 0
[pid=29504] ppid=29502 vsize=1016552 CPUtime=1122.31 cores=5
/proc/29504/stat : 29504 (clasp) R 29502 29502 28678 0 -1 4202496 251883 0 0 0 112141 90 0 0 25 0 1 0 502320026 1040949248 245799 33554432000 4194304 4785740 140737115785568 18446744073709551615 4287256 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29504/statm: 254138 245799 340 145 0 251183 0
[pid=29505] ppid=29502 vsize=509156 CPUtime=558.12 cores=7
/proc/29505/stat : 29505 (TNM) R 29502 29502 28678 0 -1 4202496 22497 0 0 0 55809 3 0 0 25 0 1 0 502320026 521375744 22394 33554432000 134512640 134534564 4291136176 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29505/statm: 127289 22394 95 6 0 125955 0
[pid=29506] ppid=29502 vsize=212200 CPUtime=1122.31 cores=3
/proc/29506/stat : 29506 (lingeling) R 29502 29502 28678 0 -1 4202496 222170 0 0 0 112201 30 0 0 25 0 1 0 502320026 217292800 52212 33554432000 4194304 4352236 140734258351312 18446744073709551615 4295555 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29506/statm: 53050 52212 127 39 0 52130 0
[pid=29507] ppid=29502 vsize=180520 CPUtime=558.08 cores=7
/proc/29507/stat : 29507 (march_hi) R 29502 29502 28678 0 -1 4202496 86312 0 0 0 55790 18 0 0 25 0 1 0 502320026 184852480 26929 33554432000 4194304 4331988 140734001715360 18446744073709551615 4297607 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29507/statm: 45130 26929 175 34 0 43572 0
Current children cumulated CPU time (s) 4483.1
Current children cumulated vsize (KiB) 4240772

[startup+1182.3 s]
/proc/loadavg: 5.11 5.62 6.93 6/177 29565
/proc/meminfo: memFree=17229224/32951124 swapFree=67111528/67111528
[pid=29502] ppid=29500 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29502/stat : 29502 (ppfolio) S 29500 29502 28678 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 502320026 18763776 389 33554432000 4194304 4287625 140734407617520 18446744073709551615 233510317583 0 0 4096 65536 4419289217486553087 0 0 17 1 0 0 0
/proc/29502/statm: 4581 389 341 23 0 91 0
[pid=29503] ppid=29502 vsize=2303068 CPUtime=1182.28 cores=1
/proc/29503/stat : 29503 (cryptominisat) R 29502 29502 28678 0 -1 4202496 321746 0 0 0 118131 97 0 0 25 0 1 0 502320026 2358341632 82037 33554432000 4194304 4587354 140737001491888 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29503/statm: 575767 82037 337 96 0 572329 0
[pid=29504] ppid=29502 vsize=1071484 CPUtime=1182.32 cores=5
/proc/29504/stat : 29504 (clasp) R 29502 29502 28678 0 -1 4202496 264994 0 0 0 118137 95 0 0 25 0 1 0 502320026 1097199616 258910 33554432000 4194304 4785740 140737115785568 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29504/statm: 267871 258910 340 145 0 264916 0
[pid=29505] ppid=29502 vsize=509156 CPUtime=587.98 cores=7
/proc/29505/stat : 29505 (TNM) R 29502 29502 28678 0 -1 4202496 22497 0 0 0 58795 3 0 0 25 0 1 0 502320026 521375744 22394 33554432000 134512640 134534564 4291136176 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29505/statm: 127289 22394 95 6 0 125955 0
[pid=29506] ppid=29502 vsize=244968 CPUtime=1182.31 cores=3
/proc/29506/stat : 29506 (lingeling) R 29502 29502 28678 0 -1 4202496 239578 0 0 0 118199 32 0 0 25 0 1 0 502320026 250847232 60404 33554432000 4194304 4352236 140734258351312 18446744073709551615 4278692 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29506/statm: 61242 60404 127 39 0 60322 0
[pid=29507] ppid=29502 vsize=180520 CPUtime=587.91 cores=7
/proc/29507/stat : 29507 (march_hi) R 29502 29502 28678 0 -1 4202496 86800 0 0 0 58772 19 0 0 25 0 1 0 502320026 184852480 27417 33554432000 4194304 4331988 140734001715360 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29507/statm: 45130 27417 175 34 0 43572 0
Current children cumulated CPU time (s) 4722.8
Current children cumulated vsize (KiB) 4327520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 5.08 5.58 6.89 6/177 29566
/proc/meminfo: memFree=17226612/32951124 swapFree=67111528/67111528
[pid=29502] ppid=29500 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29502/stat : 29502 (ppfolio) S 29500 29502 28678 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 502320026 18763776 389 33554432000 4194304 4287625 140734407617520 18446744073709551615 233510317583 0 0 4096 65536 4419289217486553087 0 0 17 1 0 0 0
/proc/29502/statm: 4581 389 341 23 0 91 0
[pid=29503] ppid=29502 vsize=2335068 CPUtime=1201.68 cores=1
/proc/29503/stat : 29503 (cryptominisat) R 29502 29502 28678 0 -1 4202496 328459 0 0 0 120067 101 0 0 25 0 1 0 502320026 2391109632 82745 33554432000 4194304 4587354 140737001491888 18446744073709551615 4238509 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29503/statm: 583767 82745 337 96 0 580329 0
[pid=29504] ppid=29502 vsize=1086080 CPUtime=1201.73 cores=5
/proc/29504/stat : 29504 (clasp) R 29502 29502 28678 0 -1 4202496 268634 0 0 0 120076 97 0 0 25 0 1 0 502320026 1112145920 262550 33554432000 4194304 4785740 140737115785568 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29504/statm: 271520 262550 340 145 0 268565 0
[pid=29505] ppid=29502 vsize=509156 CPUtime=597.62 cores=7
/proc/29505/stat : 29505 (TNM) R 29502 29502 28678 0 -1 4202496 22497 0 0 0 59759 3 0 0 25 0 1 0 502320026 521375744 22394 33554432000 134512640 134534564 4291136176 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29505/statm: 127289 22394 95 6 0 125955 0
[pid=29506] ppid=29502 vsize=228584 CPUtime=1201.72 cores=3
/proc/29506/stat : 29506 (lingeling) R 29502 29502 28678 0 -1 4202496 245722 0 0 0 120139 33 0 0 25 0 1 0 502320026 234070016 56308 33554432000 4194304 4352236 140734258351312 18446744073709551615 4278730 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29506/statm: 57146 56308 127 39 0 56226 0
[pid=29507] ppid=29502 vsize=180520 CPUtime=597.56 cores=7
/proc/29507/stat : 29507 (march_hi) R 29502 29502 28678 0 -1 4202496 86963 0 0 0 59737 19 0 0 25 0 1 0 502320026 184852480 27580 33554432000 4194304 4331988 140734001715360 18446744073709551615 4316884 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29507/statm: 45130 27580 175 34 0 43572 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 4357732

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

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

[startup+1201.7 s]
/proc/loadavg: 5.08 5.58 6.89 6/177 29566
/proc/meminfo: memFree=17226612/32951124 swapFree=67111528/67111528
[pid=29502] ppid=29500 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29502/stat : 29502 (ppfolio) S 29500 29502 28678 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 502320026 18763776 389 33554432000 4194304 4287625 140734407617520 18446744073709551615 233510317583 0 0 4096 65536 4419289217486553087 0 0 17 1 0 0 0
/proc/29502/statm: 4581 389 341 23 0 91 0
[pid=29503] ppid=29502 vsize=2335068 CPUtime=1201.68 cores=1
/proc/29503/stat : 29503 (cryptominisat) R 29502 29502 28678 0 -1 4202496 328459 0 0 0 120067 101 0 0 25 0 1 0 502320026 2391109632 82745 33554432000 4194304 4587354 140737001491888 18446744073709551615 4238509 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29503/statm: 583767 82745 337 96 0 580329 0
[pid=29504] ppid=29502 vsize=1086080 CPUtime=1201.73 cores=5
/proc/29504/stat : 29504 (clasp) R 29502 29502 28678 0 -1 4202496 268634 0 0 0 120076 97 0 0 25 0 1 0 502320026 1112145920 262550 33554432000 4194304 4785740 140737115785568 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29504/statm: 271520 262550 340 145 0 268565 0
[pid=29505] ppid=29502 vsize=509156 CPUtime=597.62 cores=7
/proc/29505/stat : 29505 (TNM) R 29502 29502 28678 0 -1 4202496 22497 0 0 0 59759 3 0 0 25 0 1 0 502320026 521375744 22394 33554432000 134512640 134534564 4291136176 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29505/statm: 127289 22394 95 6 0 125955 0
[pid=29506] ppid=29502 vsize=228584 CPUtime=1201.72 cores=3
/proc/29506/stat : 29506 (lingeling) R 29502 29502 28678 0 -1 4202496 245722 0 0 0 120139 33 0 0 25 0 1 0 502320026 234070016 56308 33554432000 4194304 4352236 140734258351312 18446744073709551615 4278730 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29506/statm: 57146 56308 127 39 0 56226 0
[pid=29507] ppid=29502 vsize=180520 CPUtime=597.56 cores=7
/proc/29507/stat : 29507 (march_hi) R 29502 29502 28678 0 -1 4202496 86963 0 0 0 59737 19 0 0 25 0 1 0 502320026 184852480 27580 33554432000 4194304 4331988 140734001715360 18446744073709551615 4316884 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29507/statm: 45130 27580 175 34 0 43572 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 4357732

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29502 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=3999
# CPU time returned by wait4() is 0.005998
# while last known CPU time is 4800.31
#
# 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.31
CPU user time (s): 4797.78
CPU system time (s): 2.53
CPU usage (%): 399.455
Max. virtual memory (cumulated for all children) (KiB): 6280268

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

runsolver used 1.86972 second user time and 4.67929 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 19:44:02
IDJOB=3251039
IDBENCH=88208
IDSOLVER=1612
FILE ID=node145/3251039-1304099041
RUNJOBID= node145-1304099041-29478
PBS_JOBID= 13170580
Free space on /tmp= 72180 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1504.5-n60-p15-s80450670.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251039-1304099041/watcher-3251039-1304099041 -o /tmp/evaluation-result-3251039-1304099041/solver-3251039-1304099041 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3251039-1304099041.cnf

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

MD5SUM BENCH= 78d8e2b8c0fd15b93f96e38e33701f17
RANDOM SEED=306096614

node145.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.786
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.57
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.786
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.76
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.786
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.786
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.83
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.786
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18933736 kB
Buffers:       2052564 kB
Cached:       11244156 kB
SwapCached:          0 kB
Active:        2687220 kB
Inactive:     10756784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18933736 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           38180 kB
Writeback:           0 kB
AnonPages:      147116 kB
Mapped:          15652 kB
Slab:           508828 kB
PageTables:       5236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   769424 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= 72184 MiB
End job on node145 at 2011-04-29 20:04:05