Trace number 3484635

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
borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)? (TO) 1200.12 1200.22

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/korf-18.cnf
MD5SUM47bea79e2bf12e18e409c2c4bd6fac03
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark671.532
Satisfiable
(Un)Satisfiability was proved
Number of variables7794
Number of clauses186934
Sum of the clauses size1289969
Maximum clause length55
Minimum clause length1
Number of clauses of size 16
Number of clauses of size 220093
Number of clauses of size 316000
Number of clauses of size 45706
Number of clauses of size 56282
Number of clauses of size over 5138847

Solver Data

0.37/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.63	c INFO: solving HOME/instance-3484635-1307751974.cnf
0.37/0.63	c INFO: computing task features
1.65/1.94	c INFO: computed variable-clause graph statistics
1.65/1.97	c INFO: computed clause balance statistics
8.15/8.46	c INFO: computed variable balance statistics
10.76/11.00	c INFO: computed small-clause counts
10.76/11.02	c INFO: computed Horn-clause counts
11.05/11.32	c INFO: computed variable graph statistics
11.05/11.32	c INFO: collected features for HOME/instance-3484635-1307751974.cnf in 10.65 s
11.05/11.33	c INFO: running lingeling-276@0 for 1189 with 1189 remaining (b = 0.56)
1200.06/1200.21	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3484635-1307751974/watcher-3484635-1307751974 -o /tmp/evaluation-result-3484635-1307751974/solver-3484635-1307751974 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484635-1307751974.cnf -seed 1262455204 -budget 1200 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.08 4.00 3.66 5/202 1310
/proc/meminfo: memFree=30812944/32950928 swapFree=67055948/67111528
[pid=1310] ppid=1308 vsize=15080 CPUtime=0 cores=4,6
/proc/1310/stat : 1310 (python) S 1308 1310 31379 0 -1 4202496 651 0 0 0 0 0 0 0 25 0 1 0 886797155 15441920 545 33554432000 4194304 5683644 140733531338224 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/1310/statm: 3770 545 312 364 0 257 0

[startup+0.0244721 s]
/proc/loadavg: 4.08 4.00 3.66 5/202 1310
/proc/meminfo: memFree=30812944/32950928 swapFree=67055948/67111528
[pid=1310] ppid=1308 vsize=16400 CPUtime=0 cores=4,6
/proc/1310/stat : 1310 (python) R 1308 1310 31379 0 -1 4202496 1094 0 0 0 0 0 0 0 25 0 1 0 886797155 16793600 961 33554432000 4194304 5683644 140733531338224 18446744073709551615 4287936 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1310/statm: 4100 970 398 364 0 587 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16400

[startup+0.100457 s]
/proc/loadavg: 4.08 4.00 3.66 5/202 1310
/proc/meminfo: memFree=30812944/32950928 swapFree=67055948/67111528
[pid=1310] ppid=1308 vsize=93960 CPUtime=0.06 cores=4,6
/proc/1310/stat : 1310 (python) S 1308 1310 31379 0 -1 4202496 2694 0 0 0 3 3 0 0 25 0 1 0 886797155 96215040 2407 33554432000 4194304 5683644 140733531338224 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/1310/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.300469 s]
/proc/loadavg: 4.08 4.00 3.66 5/202 1310
/proc/meminfo: memFree=30812944/32950928 swapFree=67055948/67111528
[pid=1310] ppid=1308 vsize=135748 CPUtime=0.19 cores=4,6
/proc/1310/stat : 1310 (python) S 1308 1310 31379 0 -1 4202496 5973 934 1 0 13 6 0 0 25 0 1 0 886797155 139005952 4148 33554432000 4194304 5683644 140733531338224 18446744073709551615 208080228357 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/1310/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700449 s]
/proc/loadavg: 4.08 4.00 3.66 5/202 1310
/proc/meminfo: memFree=30812944/32950928 swapFree=67055948/67111528
[pid=1310] ppid=1308 vsize=287020 CPUtime=0.46 cores=4,6
/proc/1310/stat : 1310 (python) R 1308 1310 31379 0 -1 4202496 11515 934 1 0 34 12 0 0 25 0 1 0 886797155 293908480 9083 33554432000 4194304 5683644 140733531338224 18446744073709551615 47932965450751 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1310/statm: 71755 9083 1761 364 0 7679 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 287020

[startup+1.50019 s]
/proc/loadavg: 4.08 4.00 3.66 5/203 1315
/proc/meminfo: memFree=30765964/32950928 swapFree=67055948/67111528
[pid=1310] ppid=1308 vsize=334284 CPUtime=1.25 cores=4,6
/proc/1310/stat : 1310 (python) R 1308 1310 31379 0 -1 4202496 23218 934 1 0 112 13 0 0 25 0 1 0 886797155 342306816 20786 33554432000 4194304 5683644 140733531338224 18446744073709551615 4602441 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1310/statm: 83571 20786 1761 364 0 19495 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 334284

[startup+3.10088 s]
/proc/loadavg: 4.08 4.00 3.66 5/203 1315
/proc/meminfo: memFree=30710904/32950928 swapFree=67055948/67111528
[pid=1310] ppid=1308 vsize=357672 CPUtime=2.85 cores=4,6
/proc/1310/stat : 1310 (python) R 1308 1310 31379 0 -1 4202496 39476 934 1 0 270 15 0 0 25 0 1 0 886797155 366256128 26803 33554432000 4194304 5683644 140733531338224 18446744073709551615 208079890785 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1310/statm: 89418 26803 1826 364 0 25342 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 357672

[startup+6.30034 s]
/proc/loadavg: 4.08 4.00 3.66 5/203 1315
/proc/meminfo: memFree=30729772/32950928 swapFree=67055948/67111528
[pid=1310] ppid=1308 vsize=357672 CPUtime=6.05 cores=4,6
/proc/1310/stat : 1310 (python) R 1308 1310 31379 0 -1 4202496 39476 934 1 0 590 15 0 0 25 0 1 0 886797155 366256128 26803 33554432000 4194304 5683644 140733531338224 18446744073709551615 47932794895157 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1310/statm: 89418 26803 1826 364 0 25342 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 357672

[startup+12.7011 s]
/proc/loadavg: 4.06 4.00 3.66 5/206 1318
/proc/meminfo: memFree=30689312/32950928 swapFree=67055948/67111528
[pid=1310] ppid=1308 vsize=361640 CPUtime=11.09 cores=4,6
/proc/1310/stat : 1310 (python) S 1308 1310 31379 0 -1 4202496 39764 934 1 0 1093 16 0 0 25 0 2 0 886797155 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1310/statm: 90410 25273 1867 364 0 26328 0
[pid=1316] ppid=1310 vsize=351396 CPUtime=0 cores=4,6
/proc/1316/stat : 1316 (python) S 1310 1310 31379 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 886798288 359829504 23755 33554432000 4194304 5683644 140733531338224 18446744073709551615 208080252431 0 0 16781312 514 3995369348301586431 0 0 17 4 0 0 0
/proc/1316/statm: 87849 23755 353 364 0 23767 0
[pid=1318] ppid=1316 vsize=32436 CPUtime=1.35 cores=4,6
/proc/1318/stat : 1318 (lingeling) R 1316 1318 1318 0 -1 4202496 8766 0 0 0 134 1 0 0 25 0 1 0 886798289 33214464 7270 33554432000 4194304 4352236 140735399349488 18446744073709551615 4267912 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/1318/statm: 8109 7270 126 39 0 7189 0
[pid=1310/tid=1317] ppid=1308 vsize=361640 CPUtime=0 cores=4,6
/proc/1310/task/1317/stat : 1317 (python) S 1308 1310 31379 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886798289 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092055985 0 0 16781312 2 18446604453883251392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 745472

[startup+25.5007 s]
/proc/loadavg: 4.05 4.00 3.66 5/206 1319
/proc/meminfo: memFree=30697104/32950928 swapFree=67055948/67111528
[pid=1310] ppid=1308 vsize=361640 CPUtime=11.09 cores=4,6
/proc/1310/stat : 1310 (python) S 1308 1310 31379 0 -1 4202496 39764 934 1 0 1093 16 0 0 25 0 2 0 886797155 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1310/statm: 90410 25273 1867 364 0 26328 0
[pid=1316] ppid=1310 vsize=351396 CPUtime=0 cores=4,6
/proc/1316/stat : 1316 (python) S 1310 1310 31379 0 -1 4202560 884 0 0 0 0 0 0 0 18 0 1 0 886798288 359829504 23778 33554432000 4194304 5683644 140733531338224 18446744073709551615 208080252431 0 0 16781312 514 3902509814604857604 0 0 17 4 0 0 0
/proc/1316/statm: 87849 23778 376 364 0 23767 0
[pid=1318] ppid=1316 vsize=31284 CPUtime=14.14 cores=4,6
/proc/1318/stat : 1318 (lingeling) R 1316 1318 1318 0 -1 4202496 12533 0 0 0 1412 2 0 0 25 0 1 0 886798289 32034816 7015 33554432000 4194304 4352236 140735399349488 18446744073709551615 4328824 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/1318/statm: 7821 7015 129 39 0 6901 0
[pid=1310/tid=1317] ppid=1308 vsize=361640 CPUtime=0 cores=4,6
/proc/1310/task/1317/stat : 1317 (python) S 1308 1310 31379 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886798289 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092055985 0 0 16781312 2 18446604453883251392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 744320

[startup+51.1008 s]
/proc/loadavg: 4.03 4.00 3.67 6/206 1411
/proc/meminfo: memFree=30984820/32950928 swapFree=67055948/67111528
[pid=1310] ppid=1308 vsize=361640 CPUtime=11.09 cores=4,6
/proc/1310/stat : 1310 (python) S 1308 1310 31379 0 -1 4202496 39764 934 1 0 1093 16 0 0 25 0 2 0 886797155 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1310/statm: 90410 25273 1867 364 0 26328 0
[pid=1316] ppid=1310 vsize=351396 CPUtime=0.04 cores=4,6
/proc/1316/stat : 1316 (python) S 1310 1310 31379 0 -1 4202560 896 0 0 0 3 1 0 0 18 0 1 0 886798288 359829504 23778 33554432000 4194304 5683644 140733531338224 18446744073709551615 208080252431 0 0 16781312 514 3902509814604857604 0 0 17 4 0 0 0
/proc/1316/statm: 87849 23778 376 364 0 23767 0
[pid=1318] ppid=1316 vsize=34840 CPUtime=39.7 cores=4,6
/proc/1318/stat : 1318 (lingeling) R 1316 1318 1318 0 -1 4202496 13848 0 0 0 3966 4 0 0 25 0 1 0 886798289 35676160 7874 33554432000 4194304 4352236 140735399349488 18446744073709551615 4328184 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/1318/statm: 8710 7874 129 39 0 7790 0
[pid=1310/tid=1317] ppid=1308 vsize=361640 CPUtime=0 cores=4,6
/proc/1310/task/1317/stat : 1317 (python) S 1308 1310 31379 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886798289 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092055985 0 0 16781312 2 18446604453883251392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 747876

[startup+102.308 s]
/proc/loadavg: 4.01 4.00 3.69 6/206 1413
/proc/meminfo: memFree=30966168/32950928 swapFree=67055948/67111528
[pid=1310] ppid=1308 vsize=361640 CPUtime=11.09 cores=4,6
/proc/1310/stat : 1310 (python) S 1308 1310 31379 0 -1 4202496 39764 934 1 0 1093 16 0 0 25 0 2 0 886797155 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1310/statm: 90410 25273 1867 364 0 26328 0
[pid=1316] ppid=1310 vsize=351396 CPUtime=0.11 cores=4,6
/proc/1316/stat : 1316 (python) S 1310 1310 31379 0 -1 4202560 921 0 0 0 6 5 0 0 18 0 1 0 886798288 359829504 23778 33554432000 4194304 5683644 140733531338224 18446744073709551615 208080252431 0 0 16781312 514 3902509814604857604 0 0 17 4 0 0 0
/proc/1316/statm: 87849 23778 376 364 0 23767 0
[pid=1318] ppid=1316 vsize=36592 CPUtime=90.84 cores=4,6
/proc/1318/stat : 1318 (lingeling) R 1316 1318 1318 0 -1 4202496 15897 0 0 0 9080 4 0 0 25 0 1 0 886798289 37470208 8312 33554432000 4194304 4352236 140735399349488 18446744073709551615 4267888 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/1318/statm: 9148 8312 129 39 0 8228 0
[pid=1310/tid=1317] ppid=1308 vsize=361640 CPUtime=0 cores=4,6
/proc/1310/task/1317/stat : 1317 (python) S 1308 1310 31379 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886798289 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092055985 0 0 16781312 2 18446604453883251392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 749628

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.70 6/206 1414
/proc/meminfo: memFree=30944928/32950928 swapFree=67055948/67111528
[pid=1310] ppid=1308 vsize=361640 CPUtime=11.09 cores=4,6
/proc/1310/stat : 1310 (python) S 1308 1310 31379 0 -1 4202496 39764 934 1 0 1093 16 0 0 25 0 2 0 886797155 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1310/statm: 90410 25273 1867 364 0 26328 0
[pid=1316] ppid=1310 vsize=351396 CPUtime=0.19 cores=4,6
/proc/1316/stat : 1316 (python) S 1310 1310 31379 0 -1 4202560 940 0 0 0 10 9 0 0 18 0 1 0 886798288 359829504 23778 33554432000 4194304 5683644 140733531338224 18446744073709551615 208080252431 0 0 16781312 514 3902509814604857604 0 0 17 4 0 0 0
/proc/1316/statm: 87849 23778 376 364 0 23767 0
[pid=1318] ppid=1316 vsize=53348 CPUtime=150.78 cores=4,6
/proc/1318/stat : 1318 (lingeling) R 1316 1318 1318 0 -1 4202496 24090 0 0 0 15073 5 0 0 25 0 1 0 886798289 54628352 12501 33554432000 4194304 4352236 140735399349488 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/1318/statm: 13337 12501 129 39 0 12417 0
[pid=1310/tid=1317] ppid=1308 vsize=361640 CPUtime=0 cores=4,6
/proc/1310/task/1317/stat : 1317 (python) S 1308 1310 31379 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886798289 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092055985 0 0 16781312 2 18446604453883251392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.06
Current children cumulated vsize (KiB) 766384

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.72 6/206 1416
/proc/meminfo: memFree=30930248/32950928 swapFree=67055948/67111528
[pid=1310] ppid=1308 vsize=361640 CPUtime=11.09 cores=4,6
/proc/1310/stat : 1310 (python) S 1308 1310 31379 0 -1 4202496 39764 934 1 0 1093 16 0 0 25 0 2 0 886797155 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1310/statm: 90410 25273 1867 364 0 26328 0
[pid=1316] ppid=1310 vsize=351396 CPUtime=0.27 cores=4,6
/proc/1316/stat : 1316 (python) S 1310 1310 31379 0 -1 4202560 959 0 0 0 15 12 0 0 18 0 1 0 886798288 359829504 23778 33554432000 4194304 5683644 140733531338224 18446744073709551615 208080252431 0 0 16781312 514 3902509814604857604 0 0 17 4 0 0 0
/proc/1316/statm: 87849 23778 376 364 0 23767 0
[pid=1318] ppid=1316 vsize=54620 CPUtime=210.71 cores=4,6
/proc/1318/stat : 1318 (lingeling) R 1316 1318 1318 0 -1 4202496 30299 0 0 0 21065 6 0 0 25 0 1 0 886798289 55930880 12819 33554432000 4194304 4352236 140735399349488 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/1318/statm: 13655 12819 129 39 0 12735 0
[pid=1310/tid=1317] ppid=1308 vsize=361640 CPUtime=0 cores=4,6
/proc/1310/task/1317/stat : 1317 (python) S 1308 1310 31379 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886798289 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092055985 0 0 16781312 2 18446604453883251392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 767656

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.73 6/206 1418
/proc/meminfo: memFree=30913592/32950928 swapFree=67055948/67111528
[pid=1310] ppid=1308 vsize=361640 CPUtime=11.09 cores=4,6
/proc/1310/stat : 1310 (python) S 1308 1310 31379 0 -1 4202496 39764 934 1 0 1093 16 0 0 25 0 2 0 886797155 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1310/statm: 90410 25273 1867 364 0 26328 0
[pid=1316] ppid=1310 vsize=351396 CPUtime=0.35 cores=4,6

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

/proc/1316/statm: 87849 23778 376 364 0 23767 0
[pid=1318] ppid=1316 vsize=41888 CPUtime=690.13 cores=4,6
/proc/1318/stat : 1318 (lingeling) R 1316 1318 1318 0 -1 4202496 73956 0 0 0 68998 15 0 0 25 0 1 0 886798289 42893312 9636 33554432000 4194304 4352236 140735399349488 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/1318/statm: 10472 9636 129 39 0 9552 0
[pid=1310/tid=1317] ppid=1308 vsize=361640 CPUtime=0 cores=4,6
/proc/1310/task/1317/stat : 1317 (python) S 1308 1310 31379 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886798289 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092055985 0 0 16781312 2 18446604453883251392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 702.13
Current children cumulated vsize (KiB) 754924

[startup+762.307 s]
/proc/loadavg: 3.99 3.99 3.82 5/210 1484
/proc/meminfo: memFree=30365488/32950928 swapFree=67055948/67111528
[pid=1310] ppid=1308 vsize=361640 CPUtime=11.09 cores=4,6
/proc/1310/stat : 1310 (python) S 1308 1310 31379 0 -1 4202496 39764 934 1 0 1093 16 0 0 25 0 2 0 886797155 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1310/statm: 90410 25273 1867 364 0 26328 0
[pid=1316] ppid=1310 vsize=351396 CPUtime=0.99 cores=4,6
/proc/1316/stat : 1316 (python) S 1310 1310 31379 0 -1 4202560 970 0 0 0 58 41 0 0 18 0 1 0 886798288 359829504 23778 33554432000 4194304 5683644 140733531338224 18446744073709551615 208080252431 0 0 16781312 514 3902509814604857604 0 0 17 4 0 0 0
/proc/1316/statm: 87849 23778 376 364 0 23767 0
[pid=1318] ppid=1316 vsize=45788 CPUtime=750.06 cores=4,6
/proc/1318/stat : 1318 (lingeling) R 1316 1318 1318 0 -1 4202496 79268 0 0 0 74990 16 0 0 25 0 1 0 886798289 46886912 10611 33554432000 4194304 4352236 140735399349488 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/1318/statm: 11447 10611 129 39 0 10527 0
[pid=1310/tid=1317] ppid=1308 vsize=361640 CPUtime=0 cores=4,6
/proc/1310/task/1317/stat : 1317 (python) S 1308 1310 31379 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886798289 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092055985 0 0 16781312 2 18446604453883251392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 762.14
Current children cumulated vsize (KiB) 758824

[startup+822.301 s]
/proc/loadavg: 4.12 4.02 3.84 6/210 1486
/proc/meminfo: memFree=30039684/32950928 swapFree=67055948/67111528
[pid=1310] ppid=1308 vsize=361640 CPUtime=11.09 cores=4,6
/proc/1310/stat : 1310 (python) S 1308 1310 31379 0 -1 4202496 39764 934 1 0 1093 16 0 0 25 0 2 0 886797155 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1310/statm: 90410 25273 1867 364 0 26328 0
[pid=1316] ppid=1310 vsize=351396 CPUtime=1.07 cores=4,6
/proc/1316/stat : 1316 (python) S 1310 1310 31379 0 -1 4202560 970 0 0 0 63 44 0 0 18 0 1 0 886798288 359829504 23778 33554432000 4194304 5683644 140733531338224 18446744073709551615 208080252431 0 0 16781312 514 3902509814604857604 0 0 17 4 0 0 0
/proc/1316/statm: 87849 23778 376 364 0 23767 0
[pid=1318] ppid=1316 vsize=52328 CPUtime=809.97 cores=4,6
/proc/1318/stat : 1318 (lingeling) R 1316 1318 1318 0 -1 4202496 85028 0 0 0 80980 17 0 0 25 0 1 0 886798289 53583872 12246 33554432000 4194304 4352236 140735399349488 18446744073709551615 4276491 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/1318/statm: 13082 12246 129 39 0 12162 0
[pid=1310/tid=1317] ppid=1308 vsize=361640 CPUtime=0 cores=4,6
/proc/1310/task/1317/stat : 1317 (python) S 1308 1310 31379 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886798289 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092055985 0 0 16781312 2 18446604453883251392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 822.13
Current children cumulated vsize (KiB) 765364

[startup+882.3 s]
/proc/loadavg: 4.04 4.02 3.85 6/210 1488
/proc/meminfo: memFree=29786304/32950928 swapFree=67055948/67111528
[pid=1310] ppid=1308 vsize=361640 CPUtime=11.09 cores=4,6
/proc/1310/stat : 1310 (python) S 1308 1310 31379 0 -1 4202496 39764 934 1 0 1093 16 0 0 25 0 2 0 886797155 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1310/statm: 90410 25273 1867 364 0 26328 0
[pid=1316] ppid=1310 vsize=351396 CPUtime=1.15 cores=4,6
/proc/1316/stat : 1316 (python) S 1310 1310 31379 0 -1 4202560 970 0 0 0 68 47 0 0 18 0 1 0 886798288 359829504 23778 33554432000 4194304 5683644 140733531338224 18446744073709551615 208080252431 0 0 16781312 514 3902509814604857604 0 0 17 4 0 0 0
/proc/1316/statm: 87849 23778 376 364 0 23767 0
[pid=1318] ppid=1316 vsize=55404 CPUtime=869.9 cores=4,6
/proc/1318/stat : 1318 (lingeling) R 1316 1318 1318 0 -1 4202496 90021 0 0 0 86973 17 0 0 25 0 1 0 886798289 56733696 13015 33554432000 4194304 4352236 140735399349488 18446744073709551615 4235610 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/1318/statm: 13851 13015 129 39 0 12931 0
[pid=1310/tid=1317] ppid=1308 vsize=361640 CPUtime=0 cores=4,6
/proc/1310/task/1317/stat : 1317 (python) S 1308 1310 31379 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886798289 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092055985 0 0 16781312 2 18446604453883251392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 768440

[startup+942.301 s]
/proc/loadavg: 4.01 4.01 3.85 6/210 1489
/proc/meminfo: memFree=29801512/32950928 swapFree=67055948/67111528
[pid=1310] ppid=1308 vsize=361640 CPUtime=11.09 cores=4,6
/proc/1310/stat : 1310 (python) S 1308 1310 31379 0 -1 4202496 39764 934 1 0 1093 16 0 0 25 0 2 0 886797155 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1310/statm: 90410 25273 1867 364 0 26328 0
[pid=1316] ppid=1310 vsize=351396 CPUtime=1.23 cores=4,6
/proc/1316/stat : 1316 (python) S 1310 1310 31379 0 -1 4202560 970 0 0 0 73 50 0 0 18 0 1 0 886798288 359829504 23778 33554432000 4194304 5683644 140733531338224 18446744073709551615 208080252431 0 0 16781312 514 3902509814604857604 0 0 17 4 0 0 0
/proc/1316/statm: 87849 23778 376 364 0 23767 0
[pid=1318] ppid=1316 vsize=55316 CPUtime=929.82 cores=4,6
/proc/1318/stat : 1318 (lingeling) R 1316 1318 1318 0 -1 4202496 94245 0 0 0 92965 17 0 0 25 0 1 0 886798289 56643584 12993 33554432000 4194304 4352236 140735399349488 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/1318/statm: 13829 12993 129 39 0 12909 0
[pid=1310/tid=1317] ppid=1308 vsize=361640 CPUtime=0 cores=4,6
/proc/1310/task/1317/stat : 1317 (python) S 1308 1310 31379 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886798289 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092055985 0 0 16781312 2 18446604453883251392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 768352

[startup+1002.3 s]
/proc/loadavg: 4.08 4.02 3.86 6/214 1495
/proc/meminfo: memFree=29649008/32950928 swapFree=67055948/67111528
[pid=1310] ppid=1308 vsize=361640 CPUtime=11.09 cores=4,6
/proc/1310/stat : 1310 (python) S 1308 1310 31379 0 -1 4202496 39764 934 1 0 1093 16 0 0 25 0 2 0 886797155 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1310/statm: 90410 25273 1867 364 0 26328 0
[pid=1316] ppid=1310 vsize=351396 CPUtime=1.31 cores=4,6
/proc/1316/stat : 1316 (python) S 1310 1310 31379 0 -1 4202560 970 0 0 0 77 54 0 0 18 0 1 0 886798288 359829504 23778 33554432000 4194304 5683644 140733531338224 18446744073709551615 208080252431 0 0 16781312 514 3902509814604857604 0 0 17 4 0 0 0
/proc/1316/statm: 87849 23778 376 364 0 23767 0
[pid=1318] ppid=1316 vsize=73632 CPUtime=989.74 cores=4,6
/proc/1318/stat : 1318 (lingeling) R 1316 1318 1318 0 -1 4202496 103461 0 0 0 98955 19 0 0 25 0 1 0 886798289 75399168 17572 33554432000 4194304 4352236 140735399349488 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/1318/statm: 18408 17572 129 39 0 17488 0
[pid=1310/tid=1317] ppid=1308 vsize=361640 CPUtime=0 cores=4,6
/proc/1310/task/1317/stat : 1317 (python) S 1308 1310 31379 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886798289 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092055985 0 0 16781312 2 18446604453883251392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 786668

[startup+1062.3 s]
/proc/loadavg: 4.07 4.03 3.87 6/214 1496
/proc/meminfo: memFree=29727220/32950928 swapFree=67055948/67111528
[pid=1310] ppid=1308 vsize=361640 CPUtime=11.09 cores=4,6
/proc/1310/stat : 1310 (python) S 1308 1310 31379 0 -1 4202496 39764 934 1 0 1093 16 0 0 25 0 2 0 886797155 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1310/statm: 90410 25273 1867 364 0 26328 0
[pid=1316] ppid=1310 vsize=351396 CPUtime=1.39 cores=4,6
/proc/1316/stat : 1316 (python) S 1310 1310 31379 0 -1 4202560 970 0 0 0 83 56 0 0 18 0 1 0 886798288 359829504 23778 33554432000 4194304 5683644 140733531338224 18446744073709551615 208080252431 0 0 16781312 514 3902509814604857604 0 0 17 4 0 0 0
/proc/1316/statm: 87849 23778 376 364 0 23767 0
[pid=1318] ppid=1316 vsize=63812 CPUtime=1049.66 cores=4,6
/proc/1318/stat : 1318 (lingeling) R 1316 1318 1318 0 -1 4202496 108325 0 0 0 104947 19 0 0 25 0 1 0 886798289 65343488 15117 33554432000 4194304 4352236 140735399349488 18446744073709551615 4328004 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/1318/statm: 15953 15117 129 39 0 15033 0
[pid=1310/tid=1317] ppid=1308 vsize=361640 CPUtime=0 cores=4,6
/proc/1310/task/1317/stat : 1317 (python) S 1308 1310 31379 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886798289 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092055985 0 0 16781312 2 18446604453883251392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1062.14
Current children cumulated vsize (KiB) 776848

[startup+1122.3 s]
/proc/loadavg: 4.13 4.05 3.89 6/214 1498
/proc/meminfo: memFree=29686884/32950928 swapFree=67055948/67111528
[pid=1310] ppid=1308 vsize=361640 CPUtime=11.09 cores=4,6
/proc/1310/stat : 1310 (python) S 1308 1310 31379 0 -1 4202496 39764 934 1 0 1093 16 0 0 25 0 2 0 886797155 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1310/statm: 90410 25273 1867 364 0 26328 0
[pid=1316] ppid=1310 vsize=351396 CPUtime=1.46 cores=4,6
/proc/1316/stat : 1316 (python) S 1310 1310 31379 0 -1 4202560 970 0 0 0 87 59 0 0 18 0 1 0 886798288 359829504 23778 33554432000 4194304 5683644 140733531338224 18446744073709551615 208080252431 0 0 16781312 514 3902509814604857604 0 0 17 4 0 0 0
/proc/1316/statm: 87849 23778 376 364 0 23767 0
[pid=1318] ppid=1316 vsize=67400 CPUtime=1109.59 cores=4,6
/proc/1318/stat : 1318 (lingeling) R 1316 1318 1318 0 -1 4202496 114534 0 0 0 110939 20 0 0 25 0 1 0 886798289 69017600 16014 33554432000 4194304 4352236 140735399349488 18446744073709551615 4328004 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/1318/statm: 16850 16014 129 39 0 15930 0
[pid=1310/tid=1317] ppid=1308 vsize=361640 CPUtime=0 cores=4,6
/proc/1310/task/1317/stat : 1317 (python) S 1308 1310 31379 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886798289 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092055985 0 0 16781312 2 18446604453883251392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1122.14
Current children cumulated vsize (KiB) 780436

[startup+1182.3 s]
/proc/loadavg: 4.05 4.04 3.90 6/214 1500
/proc/meminfo: memFree=29610576/32950928 swapFree=67055948/67111528
[pid=1310] ppid=1308 vsize=361640 CPUtime=11.09 cores=4,6
/proc/1310/stat : 1310 (python) S 1308 1310 31379 0 -1 4202496 39764 934 1 0 1093 16 0 0 25 0 2 0 886797155 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1310/statm: 90410 25273 1867 364 0 26328 0
[pid=1316] ppid=1310 vsize=351396 CPUtime=1.55 cores=4,6
/proc/1316/stat : 1316 (python) S 1310 1310 31379 0 -1 4202560 970 0 0 0 92 63 0 0 18 0 1 0 886798288 359829504 23778 33554432000 4194304 5683644 140733531338224 18446744073709551615 208080252431 0 0 16781312 514 3902509814604857604 0 0 17 4 0 0 0
/proc/1316/statm: 87849 23778 376 364 0 23767 0
[pid=1318] ppid=1316 vsize=49384 CPUtime=1169.52 cores=4,6
/proc/1318/stat : 1318 (lingeling) R 1316 1318 1318 0 -1 4202496 119910 0 0 0 116931 21 0 0 25 0 1 0 886798289 50569216 11510 33554432000 4194304 4352236 140735399349488 18446744073709551615 4329000 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/1318/statm: 12346 11510 129 39 0 11426 0
[pid=1310/tid=1317] ppid=1308 vsize=361640 CPUtime=0 cores=4,6
/proc/1310/task/1317/stat : 1317 (python) S 1308 1310 31379 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886798289 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092055985 0 0 16781312 2 18446604453883251392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1182.16
Current children cumulated vsize (KiB) 762420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.2 s]
/proc/loadavg: 4.04 4.03 3.90 6/214 1500
/proc/meminfo: memFree=29649988/32950928 swapFree=67055948/67111528
[pid=1310] ppid=1308 vsize=361640 CPUtime=11.09 cores=4,6
/proc/1310/stat : 1310 (python) S 1308 1310 31379 0 -1 4202496 39764 934 1 0 1093 16 0 0 25 0 2 0 886797155 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1310/statm: 90410 25273 1867 364 0 26328 0
[pid=1316] ppid=1310 vsize=351396 CPUtime=1.57 cores=4,6
/proc/1316/stat : 1316 (python) S 1310 1310 31379 0 -1 4202560 970 0 0 0 93 64 0 0 18 0 1 0 886798288 359829504 23778 33554432000 4194304 5683644 140733531338224 18446744073709551615 208080252431 0 0 16781312 514 3902509814604857604 0 0 17 4 0 0 0
/proc/1316/statm: 87849 23778 376 364 0 23767 0
[pid=1318] ppid=1316 vsize=61160 CPUtime=1187.4 cores=4,6
/proc/1318/stat : 1318 (lingeling) R 1316 1318 1318 0 -1 4202496 122854 0 0 0 118719 21 0 0 25 0 1 0 886798289 62627840 14454 33554432000 4194304 4352236 140735399349488 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/1318/statm: 15290 14454 129 39 0 14370 0
[pid=1310/tid=1317] ppid=1308 vsize=361640 CPUtime=0 cores=4,6
/proc/1310/task/1317/stat : 1317 (python) S 1308 1310 31379 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886798289 370319360 25273 33554432000 4194304 5683644 140733531338224 18446744073709551615 208092055985 0 0 16781312 2 18446604453883251392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 774196

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)
Real time (s): 1200.22
CPU time (s): 1200.12
CPU user time (s): 1199.08
CPU system time (s): 1.03484
CPU usage (%): 99.9914
Max. virtual memory (cumulated for all children) (KiB): 791700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.08
system time used= 1.03484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167011
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3775
involuntary context switches= 12564

runsolver used 2.17267 second user time and 5.10322 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-11 02:26:15
IDJOB=3484635
IDBENCH=83446
IDSOLVER=1976
FILE ID=node127/3484635-1307751974
RUNJOBID= node127-1307750682-795
PBS_JOBID= 13550830
Free space on /tmp= 73968 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/korf-18.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3484635-1307751974/watcher-3484635-1307751974 -o /tmp/evaluation-result-3484635-1307751974/solver-3484635-1307751974 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484635-1307751974.cnf -seed 1262455204 -budget 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 47bea79e2bf12e18e409c2c4bd6fac03
RANDOM SEED=1262455204

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:      30813496 kB
Buffers:        284048 kB
Cached:        1018756 kB
SwapCached:       9372 kB
Active:        1267836 kB
Inactive:       665044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30813496 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:           61724 kB
Writeback:           0 kB
AnonPages:      627712 kB
Mapped:          20084 kB
Slab:           133348 kB
PageTables:      11004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1371012 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= 73956 MiB
End job on node127 at 2011-06-11 02:46:17