Trace number 3250247

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

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-5_4231.cnf
MD5SUMa52d60bf6e72caa628ad712a5fe0fb7a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4229
Number of clauses100397
Sum of the clauses size411595
Maximum clause length5
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 490390
Number of clauses of size 510007
Number of clauses of size over 50

Solver Data

0.00/0.06	This is pico-portfolio, a naive parallel portfolio
0.00/0.06	Copyright (C) 2011 Olivier Roussel
0.00/0.06	Using 4 processing units
0.00/0.06	This portfolio uses the following solvers:
0.00/0.06	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.06	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.06	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.06	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.06	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.06	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.06	Starting clasp 1.3.6 on core(s) 4
0.00/0.06	Starting TNM 2009 on core(s) 6
0.00/0.06	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.06	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-3250247-1304085676/watcher-3250247-1304085676 -o /tmp/evaluation-result-3250247-1304085676/solver-3250247-1304085676 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3250247-1304085676.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: 4.73 5.01 5.36 1/172 4311
/proc/meminfo: memFree=27111384/32951124 swapFree=67088964/67111528
[pid=4311] ppid=4309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4311/stat : 4311 (ppfolio) R 4309 4311 3322 0 -1 4194304 505 0 0 0 0 0 0 0 22 0 1 0 520166125 18763776 388 33554432000 4194304 4287625 140735777562656 18446744073709551615 210204467605 0 0 4096 65536 0 0 0 17 0 0 0 0
/proc/4311/statm: 4581 388 339 23 0 91 0

[startup+0.0730519 s]
/proc/loadavg: 4.73 5.01 5.36 1/172 4311
/proc/meminfo: memFree=27111384/32951124 swapFree=67088964/67111528
[pid=4311] ppid=4309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4311/stat : 4311 (ppfolio) S 4309 4311 3322 0 -1 4202496 520 0 0 0 0 0 0 0 22 0 1 0 520166125 18763776 390 33554432000 4194304 4287625 140735777562656 18446744073709551615 210204667407 0 0 4096 65536 7627163457229422591 0 0 17 6 0 0 0
/proc/4311/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101049 s]
/proc/loadavg: 4.73 5.01 5.36 1/172 4311
/proc/meminfo: memFree=27111384/32951124 swapFree=67088964/67111528
[pid=4311] ppid=4309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4311/stat : 4311 (ppfolio) S 4309 4311 3322 0 -1 4202496 520 0 0 0 0 0 0 0 22 0 1 0 520166125 18763776 390 33554432000 4194304 4287625 140735777562656 18446744073709551615 210204667407 0 0 4096 65536 7627163457229422591 0 0 17 6 0 0 0
/proc/4311/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301013 s]
/proc/loadavg: 4.73 5.01 5.36 1/172 4311
/proc/meminfo: memFree=27111384/32951124 swapFree=67088964/67111528
[pid=4311] ppid=4309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4311/stat : 4311 (ppfolio) S 4309 4311 3322 0 -1 4202496 520 0 0 0 0 0 0 0 22 0 1 0 520166125 18763776 390 33554432000 4194304 4287625 140735777562656 18446744073709551615 210204667407 0 0 4096 65536 7627163457229422591 0 0 17 6 0 0 0
/proc/4311/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700945 s]
/proc/loadavg: 4.73 5.01 5.36 1/172 4311
/proc/meminfo: memFree=27111384/32951124 swapFree=67088964/67111528
[pid=4311] ppid=4309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4311/stat : 4311 (ppfolio) S 4309 4311 3322 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 520166125 18763776 390 33554432000 4194304 4287625 140735777562656 18446744073709551615 210204667407 0 0 4096 65536 7627163457229422591 0 0 17 6 0 0 0
/proc/4311/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50079 s]
/proc/loadavg: 4.73 5.01 5.36 6/178 4317
/proc/meminfo: memFree=27039168/32951124 swapFree=67088964/67111528
[pid=4311] ppid=4309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4311/stat : 4311 (ppfolio) S 4309 4311 3322 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520166125 18763776 390 33554432000 4194304 4287625 140735777562656 18446744073709551615 210204667407 0 0 4096 65536 7627163457229422591 0 0 17 0 0 0 0
/proc/4311/statm: 4581 390 341 23 0 91 0
[pid=4312] ppid=4311 vsize=46816 CPUtime=1.48 cores=0
/proc/4312/stat : 4312 (cryptominisat) R 4311 4311 3322 0 -1 4202496 8566 0 0 0 147 1 0 0 20 0 1 0 520166125 47939584 7328 33554432000 4194304 4587354 140735257607312 18446744073709551615 4248764 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4312/statm: 11704 7328 327 96 0 8266 0
[pid=4313] ppid=4311 vsize=31728 CPUtime=1.49 cores=4
/proc/4313/stat : 4313 (clasp) R 4311 4311 3322 0 -1 4202496 6020 0 0 0 148 1 0 0 25 0 1 0 520166125 32489472 5202 33554432000 4194304 4785740 140737266068048 18446744073709551615 210204308165 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4313/statm: 7932 5202 340 145 0 4977 0
[pid=4314] ppid=4311 vsize=463876 CPUtime=1.14 cores=6
/proc/4314/stat : 4314 (TNM) R 4311 4311 3322 0 -1 4202496 4256 0 0 0 114 0 0 0 25 0 1 0 520166125 475009024 4153 33554432000 134512640 134534564 4293654272 18446744073709551615 134530307 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4314/statm: 115969 4153 95 6 0 114635 0
[pid=4315] ppid=4311 vsize=17056 CPUtime=1.49 cores=2
/proc/4315/stat : 4315 (lingeling) R 4311 4311 3322 0 -1 4202496 3740 0 0 0 149 0 0 0 25 0 1 0 520166126 17465344 3427 33554432000 4194304 4352236 140736319610976 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4315/statm: 4264 3427 127 39 0 3344 0
[pid=4316] ppid=4311 vsize=16428 CPUtime=0.33 cores=6
/proc/4316/stat : 4316 (march_hi) R 4311 4311 3322 0 -1 4202496 10617 0 0 0 32 1 0 0 25 0 1 0 520166126 16822272 1707 33554432000 4194304 4331988 140734275982288 18446744073709551615 4251952 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4316/statm: 4107 1707 148 34 0 2549 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 594228

[startup+3.10052 s]
/proc/loadavg: 4.73 5.01 5.36 6/178 4317
/proc/meminfo: memFree=27020196/32951124 swapFree=67088964/67111528
[pid=4311] ppid=4309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4311/stat : 4311 (ppfolio) S 4309 4311 3322 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520166125 18763776 390 33554432000 4194304 4287625 140735777562656 18446744073709551615 210204667407 0 0 4096 65536 7627163457229422591 0 0 17 0 0 0 0
/proc/4311/statm: 4581 390 341 23 0 91 0
[pid=4312] ppid=4311 vsize=3243536 CPUtime=3.09 cores=0
/proc/4312/stat : 4312 (cryptominisat) R 4311 4311 3322 0 -1 4202496 13471 0 0 0 307 2 0 0 25 0 1 0 520166125 3321380864 9716 33554432000 4194304 4587354 140735257607312 18446744073709551615 4241083 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4312/statm: 810884 9716 335 96 0 807446 0
[pid=4313] ppid=4311 vsize=40392 CPUtime=3.09 cores=4
/proc/4313/stat : 4313 (clasp) R 4311 4311 3322 0 -1 4202496 8179 0 0 0 308 1 0 0 25 0 1 0 520166125 41361408 7361 33554432000 4194304 4785740 140737266068048 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4313/statm: 10098 7361 340 145 0 7143 0
[pid=4314] ppid=4311 vsize=467712 CPUtime=1.94 cores=6
/proc/4314/stat : 4314 (TNM) R 4311 4311 3322 0 -1 4202496 4257 0 0 0 194 0 0 0 25 0 1 0 520166125 478937088 4154 33554432000 134512640 134534564 4293654272 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4314/statm: 116928 4154 95 6 0 115594 0
[pid=4315] ppid=4311 vsize=16092 CPUtime=3.09 cores=2
/proc/4315/stat : 4315 (lingeling) R 4311 4311 3322 0 -1 4202496 4078 0 0 0 309 0 0 0 25 0 1 0 520166126 16478208 3202 33554432000 4194304 4352236 140736319610976 18446744073709551615 4328126 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4315/statm: 4023 3202 127 39 0 3103 0
[pid=4316] ppid=4311 vsize=22356 CPUtime=1.12 cores=6
/proc/4316/stat : 4316 (march_hi) R 4311 4311 3322 0 -1 4202496 15921 0 0 0 110 2 0 0 25 0 1 0 520166126 22892544 3085 33554432000 4194304 4331988 140734275982288 18446744073709551615 4253501 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4316/statm: 5589 3085 152 34 0 4031 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 3808412

[startup+6.30101 s]
/proc/loadavg: 4.75 5.01 5.36 6/177 4325
/proc/meminfo: memFree=26991804/32951124 swapFree=67088964/67111528
[pid=4311] ppid=4309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4311/stat : 4311 (ppfolio) S 4309 4311 3322 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520166125 18763776 390 33554432000 4194304 4287625 140735777562656 18446744073709551615 210204667407 0 0 4096 65536 7627163457229422591 0 0 17 0 0 0 0
/proc/4311/statm: 4581 390 341 23 0 91 0
[pid=4312] ppid=4311 vsize=3219636 CPUtime=6.28 cores=0
/proc/4312/stat : 4312 (cryptominisat) R 4311 4311 3322 0 -1 4202496 17032 0 0 0 625 3 0 0 25 0 1 0 520166125 3296907264 10269 33554432000 4194304 4587354 140735257607312 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4312/statm: 804909 10269 335 96 0 801471 0
[pid=4313] ppid=4311 vsize=42572 CPUtime=6.28 cores=4
/proc/4313/stat : 4313 (clasp) R 4311 4311 3322 0 -1 4202496 8716 0 0 0 627 1 0 0 25 0 1 0 520166125 43593728 7898 33554432000 4194304 4785740 140737266068048 18446744073709551615 4551074 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4313/statm: 10643 7898 340 145 0 7688 0
[pid=4314] ppid=4311 vsize=467712 CPUtime=3.54 cores=6
/proc/4314/stat : 4314 (TNM) R 4311 4311 3322 0 -1 4202496 4257 0 0 0 354 0 0 0 25 0 1 0 520166125 478937088 4154 33554432000 134512640 134534564 4293654272 18446744073709551615 134529858 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4314/statm: 116928 4154 95 6 0 115594 0
[pid=4315] ppid=4311 vsize=16932 CPUtime=6.29 cores=2
/proc/4315/stat : 4315 (lingeling) R 4311 4311 3322 0 -1 4202496 4368 0 0 0 629 0 0 0 25 0 1 0 520166126 17338368 3396 33554432000 4194304 4352236 140736319610976 18446744073709551615 4295426 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4315/statm: 4233 3396 127 39 0 3313 0
[pid=4316] ppid=4311 vsize=35600 CPUtime=2.71 cores=6
/proc/4316/stat : 4316 (march_hi) R 4311 4311 3322 0 -1 4202496 17944 0 0 0 269 2 0 0 25 0 1 0 520166126 36454400 5108 33554432000 4194304 4331988 140734275982288 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4316/statm: 8900 5108 175 34 0 7342 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 3800776

[startup+12.7009 s]
/proc/loadavg: 4.77 5.01 5.36 6/177 4326
/proc/meminfo: memFree=26970140/32951124 swapFree=67088964/67111528
[pid=4311] ppid=4309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4311/stat : 4311 (ppfolio) S 4309 4311 3322 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520166125 18763776 390 33554432000 4194304 4287625 140735777562656 18446744073709551615 210204667407 0 0 4096 65536 7627163457229422591 0 0 17 0 0 0 0
/proc/4311/statm: 4581 390 341 23 0 91 0
[pid=4312] ppid=4311 vsize=3223252 CPUtime=12.69 cores=0
/proc/4312/stat : 4312 (cryptominisat) R 4311 4311 3322 0 -1 4202496 19603 0 0 0 1265 4 0 0 25 0 1 0 520166125 3300610048 12812 33554432000 4194304 4587354 140735257607312 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4312/statm: 805813 12812 335 96 0 802375 0
[pid=4313] ppid=4311 vsize=53012 CPUtime=12.69 cores=4
/proc/4313/stat : 4313 (clasp) R 4311 4311 3322 0 -1 4202496 11245 0 0 0 1267 2 0 0 25 0 1 0 520166125 54284288 10427 33554432000 4194304 4785740 140737266068048 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4313/statm: 13253 10427 340 145 0 10298 0
[pid=4314] ppid=4311 vsize=467712 CPUtime=6.7 cores=6
/proc/4314/stat : 4314 (TNM) R 4311 4311 3322 0 -1 4202496 4257 0 0 0 670 0 0 0 25 0 1 0 520166125 478937088 4154 33554432000 134512640 134534564 4293654272 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4314/statm: 116928 4154 95 6 0 115594 0
[pid=4315] ppid=4311 vsize=16932 CPUtime=12.69 cores=2
/proc/4315/stat : 4315 (lingeling) R 4311 4311 3322 0 -1 4202496 4560 0 0 0 1269 0 0 0 25 0 1 0 520166126 17338368 3396 33554432000 4194304 4352236 140736319610976 18446744073709551615 4278838 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4315/statm: 4233 3396 127 39 0 3313 0
[pid=4316] ppid=4311 vsize=35600 CPUtime=5.9 cores=6
/proc/4316/stat : 4316 (march_hi) R 4311 4311 3322 0 -1 4202496 17944 0 0 0 588 2 0 0 25 0 1 0 520166126 36454400 5108 33554432000 4194304 4331988 140734275982288 18446744073709551615 4265452 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4316/statm: 8900 5108 175 34 0 7342 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 3814832

[startup+25.5008 s]
/proc/loadavg: 4.82 5.01 5.35 6/177 4326
/proc/meminfo: memFree=26946812/32951124 swapFree=67088964/67111528
[pid=4311] ppid=4309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4311/stat : 4311 (ppfolio) S 4309 4311 3322 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520166125 18763776 390 33554432000 4194304 4287625 140735777562656 18446744073709551615 210204667407 0 0 4096 65536 7627163457229422591 0 0 17 0 0 0 0
/proc/4311/statm: 4581 390 341 23 0 91 0
[pid=4312] ppid=4311 vsize=3232496 CPUtime=25.49 cores=0
/proc/4312/stat : 4312 (cryptominisat) R 4311 4311 3322 0 -1 4202496 21928 0 0 0 2544 5 0 0 25 0 1 0 520166125 3310075904 15106 33554432000 4194304 4587354 140735257607312 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4312/statm: 808124 15106 335 96 0 804686 0
[pid=4313] ppid=4311 vsize=65432 CPUtime=25.49 cores=4
/proc/4313/stat : 4313 (clasp) R 4311 4311 3322 0 -1 4202496 14359 0 0 0 2546 3 0 0 25 0 1 0 520166125 67002368 13541 33554432000 4194304 4785740 140737266068048 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4313/statm: 16358 13541 340 145 0 13403 0
[pid=4314] ppid=4311 vsize=467712 CPUtime=13.03 cores=6
/proc/4314/stat : 4314 (TNM) R 4311 4311 3322 0 -1 4202496 4257 0 0 0 1303 0 0 0 25 0 1 0 520166125 478937088 4154 33554432000 134512640 134534564 4293654272 18446744073709551615 134530619 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4314/statm: 116928 4154 95 6 0 115594 0
[pid=4315] ppid=4311 vsize=18468 CPUtime=25.49 cores=2
/proc/4315/stat : 4315 (lingeling) R 4311 4311 3322 0 -1 4202496 5200 0 0 0 2549 0 0 0 25 0 1 0 520166126 18911232 3780 33554432000 4194304 4352236 140736319610976 18446744073709551615 4231174 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4315/statm: 4617 3780 127 39 0 3697 0
[pid=4316] ppid=4311 vsize=35600 CPUtime=12.3 cores=6
/proc/4316/stat : 4316 (march_hi) R 4311 4311 3322 0 -1 4202496 17946 0 0 0 1228 2 0 0 25 0 1 0 520166126 36454400 5110 33554432000 4194304 4331988 140734275982288 18446744073709551615 4263216 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4316/statm: 8900 5110 175 34 0 7342 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 3838032

[startup+51.1005 s]
/proc/loadavg: 4.88 5.01 5.34 6/177 4326
/proc/meminfo: memFree=26950868/32951124 swapFree=67088964/67111528
[pid=4311] ppid=4309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4311/stat : 4311 (ppfolio) S 4309 4311 3322 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520166125 18763776 390 33554432000 4194304 4287625 140735777562656 18446744073709551615 210204667407 0 0 4096 65536 7627163457229422591 0 0 17 0 0 0 0
/proc/4311/statm: 4581 390 341 23 0 91 0
[pid=4312] ppid=4311 vsize=3199508 CPUtime=51.09 cores=0
/proc/4312/stat : 4312 (cryptominisat) R 4311 4311 3322 0 -1 4202496 46929 0 0 0 5097 12 0 0 25 0 1 0 520166125 3276296192 10163 33554432000 4194304 4587354 140735257607312 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4312/statm: 799877 10163 335 96 0 796439 0
[pid=4313] ppid=4311 vsize=83084 CPUtime=51.08 cores=4
/proc/4313/stat : 4313 (clasp) R 4311 4311 3322 0 -1 4202496 18623 0 0 0 5105 3 0 0 25 0 1 0 520166125 85078016 17805 33554432000 4194304 4785740 140737266068048 18446744073709551615 210204308165 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4313/statm: 20771 17805 340 145 0 17816 0
[pid=4314] ppid=4311 vsize=467712 CPUtime=25.8 cores=6
/proc/4314/stat : 4314 (TNM) R 4311 4311 3322 0 -1 4202496 4257 0 0 0 2580 0 0 0 25 0 1 0 520166125 478937088 4154 33554432000 134512640 134534564 4293654272 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4314/statm: 116928 4154 95 6 0 115594 0
[pid=4315] ppid=4311 vsize=19496 CPUtime=51.08 cores=2

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

/proc/4316/statm: 16151 10521 175 34 0 14593 0
Current children cumulated CPU time (s) 3764.08
Current children cumulated vsize (KiB) 4036616

[startup+1002.3 s]
/proc/loadavg: 5.06 5.07 5.16 6/177 4355
/proc/meminfo: memFree=26744544/32951124 swapFree=67088964/67111528
[pid=4311] ppid=4309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4311/stat : 4311 (ppfolio) S 4309 4311 3322 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520166125 18763776 390 33554432000 4194304 4287625 140735777562656 18446744073709551615 210204667407 0 0 4096 65536 7627163457229422591 0 0 17 0 0 0 0
/proc/4311/statm: 4581 390 341 23 0 91 0
[pid=4312] ppid=4311 vsize=3255876 CPUtime=1002.31 cores=0
/proc/4312/stat : 4312 (cryptominisat) R 4311 4311 3322 0 -1 4202496 656951 0 0 0 99976 255 0 0 25 0 1 0 520166125 3334017024 22304 33554432000 4194304 4587354 140735257607312 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4312/statm: 813969 22304 335 96 0 810531 0
[pid=4313] ppid=4311 vsize=206668 CPUtime=1002.3 cores=4
/proc/4313/stat : 4313 (clasp) R 4311 4311 3322 0 -1 4202496 47751 0 0 0 100220 10 0 0 25 0 1 0 520166125 211628032 46933 33554432000 4194304 4785740 140737266068048 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4313/statm: 51667 46933 340 145 0 48712 0
[pid=4314] ppid=4311 vsize=467712 CPUtime=498.83 cores=6
/proc/4314/stat : 4314 (TNM) R 4311 4311 3322 0 -1 4202496 4257 0 0 0 49882 1 0 0 25 0 1 0 520166125 478937088 4154 33554432000 134512640 134534564 4293654272 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4314/statm: 116928 4154 95 6 0 115594 0
[pid=4315] ppid=4311 vsize=37180 CPUtime=1002.31 cores=2
/proc/4315/stat : 4315 (lingeling) R 4311 4311 3322 0 -1 4202496 78390 0 0 0 100220 11 0 0 25 0 1 0 520166126 38072320 8458 33554432000 4194304 4352236 140736319610976 18446744073709551615 4328498 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4315/statm: 9295 8458 127 39 0 8375 0
[pid=4316] ppid=4311 vsize=64604 CPUtime=498.03 cores=6
/proc/4316/stat : 4316 (march_hi) R 4311 4311 3322 0 -1 4202496 23765 0 0 0 49797 6 0 0 25 0 1 0 520166126 66154496 10929 33554432000 4194304 4331988 140734275982288 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4316/statm: 16151 10929 175 34 0 14593 0
Current children cumulated CPU time (s) 4003.78
Current children cumulated vsize (KiB) 4050364

[startup+1062.3 s]
/proc/loadavg: 5.17 5.10 5.16 6/177 4357
/proc/meminfo: memFree=26717504/32951124 swapFree=67088964/67111528
[pid=4311] ppid=4309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4311/stat : 4311 (ppfolio) S 4309 4311 3322 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520166125 18763776 390 33554432000 4194304 4287625 140735777562656 18446744073709551615 210204667407 0 0 4096 65536 7627163457229422591 0 0 17 0 0 0 0
/proc/4311/statm: 4581 390 341 23 0 91 0
[pid=4312] ppid=4311 vsize=3268280 CPUtime=1062.3 cores=0
/proc/4312/stat : 4312 (cryptominisat) R 4311 4311 3322 0 -1 4202496 671553 0 0 0 105968 262 0 0 25 0 1 0 520166125 3346718720 28256 33554432000 4194304 4587354 140735257607312 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4312/statm: 817070 28256 335 96 0 813632 0
[pid=4313] ppid=4311 vsize=208088 CPUtime=1062.3 cores=4
/proc/4313/stat : 4313 (clasp) R 4311 4311 3322 0 -1 4202496 48088 0 0 0 106220 10 0 0 25 0 1 0 520166125 213082112 47270 33554432000 4194304 4785740 140737266068048 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4313/statm: 52022 47270 340 145 0 49067 0
[pid=4314] ppid=4311 vsize=467712 CPUtime=528.66 cores=6
/proc/4314/stat : 4314 (TNM) R 4311 4311 3322 0 -1 4202496 4257 0 0 0 52865 1 0 0 25 0 1 0 520166125 478937088 4154 33554432000 134512640 134534564 4293654272 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4314/statm: 116928 4154 95 6 0 115594 0
[pid=4315] ppid=4311 vsize=34108 CPUtime=1062.31 cores=2
/proc/4315/stat : 4315 (lingeling) R 4311 4311 3322 0 -1 4202496 79798 0 0 0 106220 11 0 0 25 0 1 0 520166126 34926592 7690 33554432000 4194304 4352236 140736319610976 18446744073709551615 4209247 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4315/statm: 8527 7690 127 39 0 7607 0
[pid=4316] ppid=4311 vsize=64604 CPUtime=527.87 cores=6
/proc/4316/stat : 4316 (march_hi) R 4311 4311 3322 0 -1 4202496 24179 0 0 0 52781 6 0 0 25 0 1 0 520166126 66154496 11343 33554432000 4194304 4331988 140734275982288 18446744073709551615 4265452 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4316/statm: 16151 11343 175 34 0 14593 0
Current children cumulated CPU time (s) 4243.44
Current children cumulated vsize (KiB) 4061116

[startup+1122.3 s]
/proc/loadavg: 5.13 5.09 5.15 6/177 4358
/proc/meminfo: memFree=26677184/32951124 swapFree=67088964/67111528
[pid=4311] ppid=4309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4311/stat : 4311 (ppfolio) S 4309 4311 3322 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520166125 18763776 390 33554432000 4194304 4287625 140735777562656 18446744073709551615 210204667407 0 0 4096 65536 7627163457229422591 0 0 17 0 0 0 0
/proc/4311/statm: 4581 390 341 23 0 91 0
[pid=4312] ppid=4311 vsize=3278360 CPUtime=1122.31 cores=0
/proc/4312/stat : 4312 (cryptominisat) R 4311 4311 3322 0 -1 4202496 681028 0 0 0 111963 268 0 0 25 0 1 0 520166125 3357040640 33021 33554432000 4194304 4587354 140735257607312 18446744073709551615 4231426 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4312/statm: 819590 33021 335 96 0 816152 0
[pid=4313] ppid=4311 vsize=228328 CPUtime=1122.3 cores=4
/proc/4313/stat : 4313 (clasp) R 4311 4311 3322 0 -1 4202496 52960 0 0 0 112218 12 0 0 25 0 1 0 520166125 233807872 52142 33554432000 4194304 4785740 140737266068048 18446744073709551615 4538886 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4313/statm: 57082 52142 340 145 0 54127 0
[pid=4314] ppid=4311 vsize=467712 CPUtime=558.5 cores=6
/proc/4314/stat : 4314 (TNM) R 4311 4311 3322 0 -1 4202496 4257 0 0 0 55849 1 0 0 25 0 1 0 520166125 478937088 4154 33554432000 134512640 134534564 4293654272 18446744073709551615 134528893 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4314/statm: 116928 4154 95 6 0 115594 0
[pid=4315] ppid=4311 vsize=35136 CPUtime=1122.3 cores=2
/proc/4315/stat : 4315 (lingeling) R 4311 4311 3322 0 -1 4202496 84407 0 0 0 112219 11 0 0 25 0 1 0 520166126 35979264 7947 33554432000 4194304 4352236 140736319610976 18446744073709551615 4328022 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4315/statm: 8784 7947 127 39 0 7864 0
[pid=4316] ppid=4311 vsize=64604 CPUtime=557.71 cores=6
/proc/4316/stat : 4316 (march_hi) R 4311 4311 3322 0 -1 4202496 24590 0 0 0 55765 6 0 0 25 0 1 0 520166126 66154496 11754 33554432000 4194304 4331988 140734275982288 18446744073709551615 4263152 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4316/statm: 16151 11754 175 34 0 14593 0
Current children cumulated CPU time (s) 4483.12
Current children cumulated vsize (KiB) 4092464

[startup+1182.3 s]
/proc/loadavg: 5.15 5.10 5.15 6/177 4359
/proc/meminfo: memFree=26669732/32951124 swapFree=67088964/67111528
[pid=4311] ppid=4309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4311/stat : 4311 (ppfolio) S 4309 4311 3322 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520166125 18763776 390 33554432000 4194304 4287625 140735777562656 18446744073709551615 210204667407 0 0 4096 65536 7627163457229422591 0 0 17 0 0 0 0
/proc/4311/statm: 4581 390 341 23 0 91 0
[pid=4312] ppid=4311 vsize=3272624 CPUtime=1182.31 cores=0
/proc/4312/stat : 4312 (cryptominisat) R 4311 4311 3322 0 -1 4202496 689427 0 0 0 117959 272 0 0 25 0 1 0 520166125 3351166976 32293 33554432000 4194304 4587354 140735257607312 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4312/statm: 818156 32293 335 96 0 814718 0
[pid=4313] ppid=4311 vsize=234856 CPUtime=1182.31 cores=4
/proc/4313/stat : 4313 (clasp) R 4311 4311 3322 0 -1 4202496 54470 0 0 0 118218 13 0 0 25 0 1 0 520166125 240492544 53652 33554432000 4194304 4785740 140737266068048 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4313/statm: 58714 53652 340 145 0 55759 0
[pid=4314] ppid=4311 vsize=467712 CPUtime=588.35 cores=6
/proc/4314/stat : 4314 (TNM) R 4311 4311 3322 0 -1 4202496 4257 0 0 0 58834 1 0 0 25 0 1 0 520166125 478937088 4154 33554432000 134512640 134534564 4293654272 18446744073709551615 134528659 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4314/statm: 116928 4154 95 6 0 115594 0
[pid=4315] ppid=4311 vsize=38208 CPUtime=1182.3 cores=2
/proc/4315/stat : 4315 (lingeling) R 4311 4311 3322 0 -1 4202496 86327 0 0 0 118219 11 0 0 25 0 1 0 520166126 39124992 8715 33554432000 4194304 4352236 140736319610976 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4315/statm: 9552 8715 127 39 0 8632 0
[pid=4316] ppid=4311 vsize=64604 CPUtime=587.54 cores=6
/proc/4316/stat : 4316 (march_hi) R 4311 4311 3322 0 -1 4202496 25004 0 0 0 58747 7 0 0 25 0 1 0 520166126 66154496 12168 33554432000 4194304 4331988 140734275982288 18446744073709551615 4299854 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4316/statm: 16151 12168 175 34 0 14593 0
Current children cumulated CPU time (s) 4722.81
Current children cumulated vsize (KiB) 4096328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 5.17 5.11 5.15 6/177 4360
/proc/meminfo: memFree=26678660/32951124 swapFree=67088964/67111528
[pid=4311] ppid=4309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4311/stat : 4311 (ppfolio) S 4309 4311 3322 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520166125 18763776 390 33554432000 4194304 4287625 140735777562656 18446744073709551615 210204667407 0 0 4096 65536 7627163457229422591 0 0 17 0 0 0 0
/proc/4311/statm: 4581 390 341 23 0 91 0
[pid=4312] ppid=4311 vsize=3277644 CPUtime=1201.71 cores=0
/proc/4312/stat : 4312 (cryptominisat) R 4311 4311 3322 0 -1 4202496 691317 0 0 0 119899 272 0 0 25 0 1 0 520166125 3356307456 29464 33554432000 4194304 4587354 140735257607312 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4312/statm: 819411 29464 335 96 0 815973 0
[pid=4313] ppid=4311 vsize=238600 CPUtime=1201.71 cores=4
/proc/4313/stat : 4313 (clasp) R 4311 4311 3322 0 -1 4202496 55325 0 0 0 120158 13 0 0 25 0 1 0 520166125 244326400 54507 33554432000 4194304 4785740 140737266068048 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4313/statm: 59650 54507 340 145 0 56695 0
[pid=4314] ppid=4311 vsize=467712 CPUtime=597.98 cores=6
/proc/4314/stat : 4314 (TNM) R 4311 4311 3322 0 -1 4202496 4257 0 0 0 59797 1 0 0 25 0 1 0 520166125 478937088 4154 33554432000 134512640 134534564 4293654272 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4314/statm: 116928 4154 95 6 0 115594 0
[pid=4315] ppid=4311 vsize=35136 CPUtime=1201.71 cores=2
/proc/4315/stat : 4315 (lingeling) R 4311 4311 3322 0 -1 4202496 86741 0 0 0 120160 11 0 0 25 0 1 0 520166126 35979264 7977 33554432000 4194304 4352236 140736319610976 18446744073709551615 4328208 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4315/statm: 8784 7977 127 39 0 7864 0
[pid=4316] ppid=4311 vsize=77700 CPUtime=597.21 cores=6
/proc/4316/stat : 4316 (march_hi) R 4311 4311 3322 0 -1 4202496 25141 0 0 0 59714 7 0 0 25 0 1 0 520166126 79564800 12305 33554432000 4194304 4331988 140734275982288 18446744073709551615 4299098 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4316/statm: 19425 12305 175 34 0 17867 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 4115116

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.17 5.11 5.15 6/177 4360
/proc/meminfo: memFree=26678660/32951124 swapFree=67088964/67111528
[pid=4311] ppid=4309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4311/stat : 4311 (ppfolio) S 4309 4311 3322 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520166125 18763776 390 33554432000 4194304 4287625 140735777562656 18446744073709551615 210204667407 0 0 4096 65536 7627163457229422591 0 0 17 0 0 0 0
/proc/4311/statm: 4581 390 341 23 0 91 0
[pid=4312] ppid=4311 vsize=3277644 CPUtime=1201.71 cores=0
/proc/4312/stat : 4312 (cryptominisat) R 4311 4311 3322 0 -1 4202496 691317 0 0 0 119899 272 0 0 25 0 1 0 520166125 3356307456 29464 33554432000 4194304 4587354 140735257607312 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4312/statm: 819411 29464 335 96 0 815973 0
[pid=4313] ppid=4311 vsize=238600 CPUtime=1201.71 cores=4
/proc/4313/stat : 4313 (clasp) R 4311 4311 3322 0 -1 4202496 55325 0 0 0 120158 13 0 0 25 0 1 0 520166125 244326400 54507 33554432000 4194304 4785740 140737266068048 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4313/statm: 59650 54507 340 145 0 56695 0
[pid=4314] ppid=4311 vsize=467712 CPUtime=597.98 cores=6
/proc/4314/stat : 4314 (TNM) R 4311 4311 3322 0 -1 4202496 4257 0 0 0 59797 1 0 0 25 0 1 0 520166125 478937088 4154 33554432000 134512640 134534564 4293654272 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4314/statm: 116928 4154 95 6 0 115594 0
[pid=4315] ppid=4311 vsize=35136 CPUtime=1201.71 cores=2
/proc/4315/stat : 4315 (lingeling) R 4311 4311 3322 0 -1 4202496 86741 0 0 0 120160 11 0 0 25 0 1 0 520166126 35979264 7977 33554432000 4194304 4352236 140736319610976 18446744073709551615 4328208 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4315/statm: 8784 7977 127 39 0 7864 0
[pid=4316] ppid=4311 vsize=77700 CPUtime=597.21 cores=6
/proc/4316/stat : 4316 (march_hi) R 4311 4311 3322 0 -1 4202496 25141 0 0 0 59714 7 0 0 25 0 1 0 520166126 79564800 12305 33554432000 4194304 4331988 140734275982288 18446744073709551615 4299098 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4316/statm: 19425 12305 175 34 0 17867 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 4115116

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4311 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=999
# CPU time returned by wait4() is 0.002998
# while last known CPU time is 4800.32
#
# 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.32
CPU user time (s): 4797.28
CPU system time (s): 3.04
CPU usage (%): 399.456
Max. virtual memory (cumulated for all children) (KiB): 5633748

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

runsolver used 2.13667 second user time and 4.38533 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-29 16:01:16
IDJOB=3250247
IDBENCH=83248
IDSOLVER=1612
FILE ID=node130/3250247-1304085676
RUNJOBID= node130-1304076955-3340
PBS_JOBID= 13170506
Free space on /tmp= 71992 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-5_4231.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250247-1304085676/watcher-3250247-1304085676 -o /tmp/evaluation-result-3250247-1304085676/solver-3250247-1304085676 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3250247-1304085676.cnf

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

MD5SUM BENCH= a52d60bf6e72caa628ad712a5fe0fb7a
RANDOM SEED=2106689590

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27111664 kB
Buffers:       1171388 kB
Cached:        4151424 kB
SwapCached:      22432 kB
Active:         495748 kB
Inactive:      4912888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27111664 kB
SwapTotal:    67111528 kB
SwapFree:     67088964 kB
Dirty:           12340 kB
Writeback:           0 kB
AnonPages:       63328 kB
Mapped:          14728 kB
Slab:           369264 kB
PageTables:       4312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   194920 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= 71984 MiB
End job on node130 at 2011-04-29 16:21:20