Trace number 3484641

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 1200.95

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00X23.cnf
MD5SUM9cec6483d4ca03e8555377ba059b61ae
Bench CategoryAPPLICATION (applications 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 variables15364
Number of clauses2133873
Sum of the clauses size18060684
Maximum clause length91
Minimum clause length1
Number of clauses of size 116
Number of clauses of size 240913
Number of clauses of size 337518
Number of clauses of size 422333
Number of clauses of size 5147683
Number of clauses of size over 51885410

Solver Data

0.42/1.99	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.42/1.99	c INFO: solving HOME/instance-3484641-1307894730.cnf
0.42/1.99	c INFO: computing task features
18.06/19.64	c INFO: computed variable-clause graph statistics
18.46/20.09	c INFO: computed clause balance statistics
106.46/108.07	c INFO: computed variable balance statistics
134.66/136.28	c INFO: computed small-clause counts
134.87/136.45	c INFO: computed Horn-clause counts
139.06/140.66	c INFO: computed variable graph statistics
139.06/140.68	c INFO: collected features for HOME/instance-3484641-1307894730.cnf in 138.09 s
139.06/140.69	c INFO: running lingeling-276@0 for 485 with 1061 remaining (b = 0.38)
629.65/631.22	c INFO: running cryptominisat-2.9.0@0 for 572 with 572 remaining (b = 0.32)

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.1 (svn: 989)

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

running on 2 cores: 5,7

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: 0.01 0.08 0.58 2/183 12466
/proc/meminfo: memFree=1379868/32951124 swapFree=67054264/67111528
[pid=12466] ppid=12464 vsize=15184 CPUtime=0 cores=5,7
/proc/12466/stat : 12466 (python) R 12464 12466 12396 0 -1 4202496 713 0 0 0 0 0 0 0 21 0 1 0 881889160 15548416 603 33554432000 4194304 5683644 140734702227728 18446744073709551615 233510295552 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/12466/statm: 3797 604 319 364 0 284 0

[startup+0.0617661 s]
/proc/loadavg: 0.01 0.08 0.58 2/183 12466
/proc/meminfo: memFree=1379868/32951124 swapFree=67054264/67111528
[pid=12466] ppid=12464 vsize=36500 CPUtime=0.03 cores=5,7
/proc/12466/stat : 12466 (python) R 12464 12466 12396 0 -1 4202496 1611 0 0 0 3 0 0 0 17 0 1 0 881889160 37376000 1443 33554432000 4194304 5683644 140734702227728 18446744073709551615 233510295552 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/12466/statm: 9125 1443 452 364 0 942 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36500

[startup+0.100724 s]
/proc/loadavg: 0.01 0.08 0.58 2/183 12466
/proc/meminfo: memFree=1379868/32951124 swapFree=67054264/67111528
[pid=12466] ppid=12464 vsize=101744 CPUtime=0.06 cores=5,7
/proc/12466/stat : 12466 (python) R 12464 12466 12396 0 -1 4202496 2927 0 0 0 5 1 0 0 17 0 1 0 881889160 104185856 2622 33554432000 4194304 5683644 140734702227728 18446744073709551615 233509958341 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12466/statm: 25436 2625 837 364 0 1736 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 101744

[startup+0.300649 s]
/proc/loadavg: 0.01 0.08 0.58 2/183 12466
/proc/meminfo: memFree=1379868/32951124 swapFree=67054264/67111528
[pid=12466] ppid=12464 vsize=156688 CPUtime=0.21 cores=5,7
/proc/12466/stat : 12466 (python) S 12464 12466 12396 0 -1 4202496 6385 934 1 0 17 4 0 0 17 0 1 0 881889160 160448512 4498 33554432000 4194304 5683644 140734702227728 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/12466/statm: 39172 4498 1257 364 0 3280 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 156688

[startup+0.700606 s]
/proc/loadavg: 0.01 0.08 0.58 2/183 12466
/proc/meminfo: memFree=1379868/32951124 swapFree=67054264/67111528
[pid=12466] ppid=12464 vsize=187736 CPUtime=0.23 cores=5,7
/proc/12466/stat : 12466 (python) D 12464 12466 12396 0 -1 4202496 6765 934 1 0 18 5 0 0 17 0 1 0 881889160 192241664 4825 33554432000 4194304 5683644 140734702227728 18446744073709551615 233505377987 0 0 16781312 2 18446744071562154983 0 0 17 7 0 0 24
/proc/12466/statm: 46934 4825 1349 364 0 3722 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 187736

[startup+1.50043 s]
/proc/loadavg: 0.33 0.14 0.60 1/184 12471
/proc/meminfo: memFree=1365508/32951124 swapFree=67054264/67111528
[pid=12466] ppid=12464 vsize=214908 CPUtime=0.27 cores=5,7
/proc/12466/stat : 12466 (python) D 12464 12466 12396 0 -1 4202496 7320 934 19 0 21 6 0 0 17 0 1 0 881889160 220065792 5352 33554432000 4194304 5683644 140734702227728 18446744073709551615 233510297344 0 0 16781312 2 18446744071562234166 0 0 17 7 0 0 109
/proc/12466/statm: 53727 5352 1515 364 0 4043 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 214908

[startup+3.10017 s]
/proc/loadavg: 0.33 0.14 0.60 4/184 12471
/proc/meminfo: memFree=1212784/32951124 swapFree=67054264/67111528
[pid=12466] ppid=12464 vsize=408636 CPUtime=1.56 cores=5,7
/proc/12466/stat : 12466 (python) R 12464 12466 12396 0 -1 4202496 41541 934 43 0 136 20 0 0 17 0 1 0 881889160 418443264 39121 33554432000 4194304 5683644 140734702227728 18446744073709551615 233509993969 0 0 16781312 2 0 0 0 17 5 0 0 116
/proc/12466/statm: 102159 39121 1761 364 0 38083 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 408636
heavy processes:

[startup+6.3006 s]
/proc/loadavg: 0.54 0.19 0.61 4/184 12471
/proc/meminfo: memFree=994492/32951124 swapFree=67054264/67111528
[pid=12466] ppid=12464 vsize=605796 CPUtime=4.76 cores=5,7
/proc/12466/stat : 12466 (python) R 12464 12466 12396 0 -1 4202496 90744 934 43 0 450 26 0 0 25 0 1 0 881889160 620335104 88324 33554432000 4194304 5683644 140734702227728 18446744073709551615 233509958341 0 0 16781312 2 0 0 0 17 5 0 0 116
/proc/12466/statm: 151449 88326 1761 364 0 87373 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 605796
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 0.74 0.24 0.62 4/190 12477
/proc/meminfo: memFree=555608/32951124 swapFree=67054264/67111528
[pid=12466] ppid=12464 vsize=1014756 CPUtime=11.16 cores=5,7
/proc/12466/stat : 12466 (python) R 12464 12466 12396 0 -1 4202496 190026 934 43 0 1078 38 0 0 25 0 1 0 881889160 1039110144 187606 33554432000 4194304 5683644 140734702227728 18446744073709551615 233509958341 0 0 16781312 2 0 0 0 17 5 0 0 116
/proc/12466/statm: 253689 187606 1761 364 0 189613 0
Current children cumulated CPU time (s) 11.16
Current children cumulated vsize (KiB) 1014756

[startup+25.5002 s]
/proc/loadavg: 1.09 0.33 0.65 4/190 12477
/proc/meminfo: memFree=236748/32951124 swapFree=67054264/67111528
[pid=12466] ppid=12464 vsize=1270700 CPUtime=23.96 cores=5,7
/proc/12466/stat : 12466 (python) R 12464 12466 12396 0 -1 4202496 438724 934 43 0 2324 72 0 0 25 0 1 0 881889160 1301196800 255092 33554432000 4194304 5683644 140734702227728 18446744073709551615 4527938 0 0 16781312 2 0 0 0 17 5 0 0 116
/proc/12466/statm: 317675 255092 1826 364 0 253599 0
Current children cumulated CPU time (s) 23.96
Current children cumulated vsize (KiB) 1270700

[startup+51.1005 s]
/proc/loadavg: 1.84 0.58 0.72 4/190 12478
/proc/meminfo: memFree=233424/32951124 swapFree=67054264/67111528
[pid=12466] ppid=12464 vsize=1270700 CPUtime=49.56 cores=5,7
/proc/12466/stat : 12466 (python) R 12464 12466 12396 0 -1 4202496 438724 934 43 0 4884 72 0 0 25 0 1 0 881889160 1301196800 255092 33554432000 4194304 5683644 140734702227728 18446744073709551615 47259276955901 0 0 16781312 2 0 0 0 17 5 0 0 116
/proc/12466/statm: 317675 255092 1826 364 0 253599 0
Current children cumulated CPU time (s) 49.56
Current children cumulated vsize (KiB) 1270700

[startup+102.306 s]
/proc/loadavg: 2.49 0.95 0.84 4/190 12479
/proc/meminfo: memFree=225092/32951124 swapFree=67054264/67111528
[pid=12466] ppid=12464 vsize=1270700 CPUtime=100.77 cores=5,7
/proc/12466/stat : 12466 (python) R 12464 12466 12396 0 -1 4202496 438724 934 43 0 10005 72 0 0 25 0 1 0 881889160 1301196800 255092 33554432000 4194304 5683644 140734702227728 18446744073709551615 47259269600176 0 0 16781312 2 0 0 0 17 5 0 0 116
/proc/12466/statm: 317675 255092 1826 364 0 253599 0
Current children cumulated CPU time (s) 100.77
Current children cumulated vsize (KiB) 1270700

[startup+162.301 s]
/proc/loadavg: 2.86 1.34 0.98 4/193 12484
/proc/meminfo: memFree=481500/32951124 swapFree=67054264/67111528
[pid=12466] ppid=12464 vsize=786144 CPUtime=139.16 cores=5,7
/proc/12466/stat : 12466 (python) S 12464 12466 12396 0 -1 4202496 455663 934 43 0 13840 76 0 0 25 0 2 0 881889160 805011456 131431 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 116
/proc/12466/statm: 196536 131431 1867 364 0 132454 0
[pid=12481] ppid=12466 vsize=775900 CPUtime=0.02 cores=5,7
/proc/12481/stat : 12481 (python) S 12466 12466 12396 0 -1 4202560 893 0 0 0 1 1 0 0 18 0 1 0 881903230 794521600 129936 33554432000 4194304 5683644 140734702227728 18446744073709551615 233510317583 0 0 16781312 514 7273243029459140872 0 0 17 5 0 0 0
/proc/12481/statm: 193975 129936 376 364 0 129893 0
[pid=12483] ppid=12481 vsize=227032 CPUtime=21.55 cores=5,7
/proc/12483/stat : 12483 (lingeling) R 12481 12483 12483 0 -1 4202496 105233 0 0 0 2139 16 0 0 25 0 1 0 881903231 232480768 55922 33554432000 4194304 4352236 140735098756832 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/12483/statm: 56758 55922 129 39 0 55838 0
[pid=12466/tid=12482] ppid=12464 vsize=786144 CPUtime=0 cores=5,7
/proc/12466/task/12482/stat : 12482 (python) S 12464 12466 12396 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 881903231 805011456 131431 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522121137 0 0 16781312 2 18446604460933053248 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 160.73
Current children cumulated vsize (KiB) 1789076

[startup+222.301 s]
/proc/loadavg: 2.95 1.64 1.10 4/193 12486
/proc/meminfo: memFree=348000/32951124 swapFree=67054264/67111528
[pid=12466] ppid=12464 vsize=786144 CPUtime=139.16 cores=5,7
/proc/12466/stat : 12466 (python) S 12464 12466 12396 0 -1 4202496 455663 934 43 0 13840 76 0 0 25 0 2 0 881889160 805011456 131431 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 116
/proc/12466/statm: 196536 131431 1867 364 0 132454 0
[pid=12481] ppid=12466 vsize=775900 CPUtime=0.09 cores=5,7
/proc/12481/stat : 12481 (python) S 12466 12466 12396 0 -1 4202560 921 0 0 0 5 4 0 0 18 0 1 0 881903230 794521600 129936 33554432000 4194304 5683644 140734702227728 18446744073709551615 233510317583 0 0 16781312 514 7273243029459140872 0 0 17 5 0 0 0
/proc/12481/statm: 193975 129936 376 364 0 129893 0
[pid=12483] ppid=12481 vsize=360068 CPUtime=81.48 cores=5,7
/proc/12483/stat : 12483 (lingeling) R 12481 12483 12483 0 -1 4202496 190469 0 0 0 8124 24 0 0 25 0 1 0 881903231 368709632 89181 33554432000 4194304 4352236 140735098756832 18446744073709551615 4245517 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/12483/statm: 90017 89181 129 39 0 89097 0
[pid=12466/tid=12482] ppid=12464 vsize=786144 CPUtime=0 cores=5,7
/proc/12466/task/12482/stat : 12482 (python) S 12464 12466 12396 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 881903231 805011456 131431 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522121137 0 0 16781312 2 18446604460933053248 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 220.73
Current children cumulated vsize (KiB) 1922112

[startup+282.301 s]
/proc/loadavg: 2.98 1.88 1.22 4/193 12487
/proc/meminfo: memFree=345348/32951124 swapFree=67054264/67111528
[pid=12466] ppid=12464 vsize=786144 CPUtime=139.16 cores=5,7
/proc/12466/stat : 12466 (python) S 12464 12466 12396 0 -1 4202496 455663 934 43 0 13840 76 0 0 25 0 2 0 881889160 805011456 131431 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 116
/proc/12466/statm: 196536 131431 1867 364 0 132454 0
[pid=12481] ppid=12466 vsize=775900 CPUtime=0.16 cores=5,7
/proc/12481/stat : 12481 (python) S 12466 12466 12396 0 -1 4202560 941 0 0 0 8 8 0 0 18 0 1 0 881903230 794521600 129936 33554432000 4194304 5683644 140734702227728 18446744073709551615 233510317583 0 0 16781312 514 7273243029459140872 0 0 17 5 0 0 0
/proc/12481/statm: 193975 129936 376 364 0 129893 0
[pid=12483] ppid=12481 vsize=360412 CPUtime=141.4 cores=5,7
/proc/12483/stat : 12483 (lingeling) R 12481 12483 12483 0 -1 4202496 191278 0 0 0 14116 24 0 0 25 0 1 0 881903231 369061888 89267 33554432000 4194304 4352236 140735098756832 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/12483/statm: 90103 89267 129 39 0 89183 0
[pid=12466/tid=12482] ppid=12464 vsize=786144 CPUtime=0 cores=5,7
/proc/12466/task/12482/stat : 12482 (python) S 12464 12466 12396 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 881903231 805011456 131431 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522121137 0 0 16781312 2 18446604460933053248 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 280.72
Current children cumulated vsize (KiB) 1922456

[startup+342.301 s]
/proc/loadavg: 2.99 2.08 1.33 4/193 12489
/proc/meminfo: memFree=472996/32951124 swapFree=67054264/67111528
[pid=12466] ppid=12464 vsize=786144 CPUtime=139.16 cores=5,7
/proc/12466/stat : 12466 (python) S 12464 12466 12396 0 -1 4202496 455663 934 43 0 13840 76 0 0 25 0 2 0 881889160 805011456 131431 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 116
/proc/12466/statm: 196536 131431 1867 364 0 132454 0
[pid=12481] ppid=12466 vsize=775900 CPUtime=0.23 cores=5,7
/proc/12481/stat : 12481 (python) S 12466 12466 12396 0 -1 4202560 958 0 0 0 12 11 0 0 18 0 1 0 881903230 794521600 129936 33554432000 4194304 5683644 140734702227728 18446744073709551615 233510317583 0 0 16781312 514 7273243029459140872 0 0 17 5 0 0 0
/proc/12481/statm: 193975 129936 376 364 0 129893 0
[pid=12483] ppid=12481 vsize=229872 CPUtime=201.34 cores=5,7
/proc/12483/stat : 12483 (lingeling) R 12481 12483 12483 0 -1 4202496 191748 0 0 0 20109 25 0 0 25 0 1 0 881903231 235388928 56632 33554432000 4194304 4352236 140735098756832 18446744073709551615 4235610 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/12483/statm: 57468 56632 129 39 0 56548 0
[pid=12466/tid=12482] ppid=12464 vsize=786144 CPUtime=0 cores=5,7
/proc/12466/task/12482/stat : 12482 (python) S 12464 12466 12396 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 881903231 805011456 131431 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522121137 0 0 16781312 2 18446604460933053248 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 340.73
Current children cumulated vsize (KiB) 1791916

[startup+402.3 s]
/proc/loadavg: 2.99 2.25 1.43 4/193 12490
/proc/meminfo: memFree=454108/32951124 swapFree=67054264/67111528

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

[pid=12507] ppid=12466 vsize=786156 CPUtime=0.51 cores=5,7
/proc/12507/stat : 12507 (python) S 12466 12466 12396 0 -1 4202560 1005 0 0 0 26 25 0 0 15 0 1 0 881952282 805023744 129934 33554432000 4194304 5683644 140734702227728 18446744073709551615 233510317638 0 0 16781312 514 7273243029459140872 0 0 17 7 0 0 0
/proc/12507/statm: 196539 129934 370 364 0 132454 0
[pid=12509] ppid=12507 vsize=858388 CPUtime=370.94 cores=5,7
/proc/12509/stat : 12509 (cryptominisat-2) R 12507 12509 12509 0 -1 4202496 196875 0 0 0 37068 26 0 0 25 0 1 0 881952284 878989312 176464 33554432000 4194304 4677096 140735511918752 18446744073709551615 4502837 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12509/statm: 214597 176464 388 118 0 209556 0
[pid=12466/tid=12482] ppid=12464 vsize=796400 CPUtime=0 cores=5,7
/proc/12466/task/12482/stat : 12482 (python) S 12464 12466 12396 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 881903231 815513600 131438 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522121137 0 0 16781312 2 18446604460933053248 0 0 -1 5 0 0 0
[pid=12466/tid=12508] ppid=12464 vsize=796400 CPUtime=0 cores=5,7
/proc/12466/task/12508/stat : 12508 (python) S 12464 12466 12396 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 881952284 815513600 131438 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522121137 0 0 16781312 2 18446604460933053248 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1001.14
Current children cumulated vsize (KiB) 3452068

[startup+1062.3 s]
/proc/loadavg: 3.04 2.93 2.22 4/205 12520
/proc/meminfo: memFree=223380/32951124 swapFree=67054264/67111528
[pid=12466] ppid=12464 vsize=796400 CPUtime=139.17 cores=5,7
/proc/12466/stat : 12466 (python) S 12464 12466 12396 0 -1 4202496 456467 934 43 0 13840 77 0 0 20 0 3 0 881889160 815513600 131438 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 116
/proc/12466/statm: 199100 131438 1870 364 0 135015 0
[pid=12481] ppid=12466 vsize=786144 CPUtime=0.58 cores=5,7
/proc/12481/stat : 12481 (python) S 12466 12466 12396 0 -1 4202560 1211 0 0 0 30 28 0 0 19 0 2 0 881903230 805011456 129979 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12481/statm: 196536 129979 414 364 0 132454 0
[pid=12483] ppid=12481 vsize=224980 CPUtime=489.94 cores=5,7
/proc/12483/stat : 12483 (lingeling) T 12481 12483 12483 0 -1 4202496 192444 0 0 0 48969 25 0 0 25 0 1 0 881903231 230379520 55411 33554432000 4194304 4352236 140735098756832 18446744073709551615 4328109 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/12483/statm: 56245 55411 129 39 0 55325 0
[pid=12481/tid=12506] ppid=12466 vsize=786144 CPUtime=0 cores=5,7
/proc/12481/task/12506/stat : 12506 (python) S 12466 12466 12396 0 -1 4202560 121 0 0 0 0 0 0 0 19 0 2 0 881952282 805011456 129979 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522121137 0 0 16781312 514 18446604471159509184 0 0 -1 7 0 0 0
[pid=12507] ppid=12466 vsize=786156 CPUtime=0.59 cores=5,7
/proc/12507/stat : 12507 (python) S 12466 12466 12396 0 -1 4202560 1005 0 0 0 30 29 0 0 15 0 1 0 881952282 805023744 129934 33554432000 4194304 5683644 140734702227728 18446744073709551615 233510317638 0 0 16781312 514 7273243029459140872 0 0 17 7 0 0 0
/proc/12507/statm: 196539 129934 370 364 0 132454 0
[pid=12509] ppid=12507 vsize=858388 CPUtime=430.93 cores=5,7
/proc/12509/stat : 12509 (cryptominisat-2) R 12507 12509 12509 0 -1 4202496 205514 0 0 0 43066 27 0 0 25 0 1 0 881952284 878989312 177412 33554432000 4194304 4677096 140735511918752 18446744073709551615 4502837 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12509/statm: 214597 177412 388 118 0 209556 0
[pid=12466/tid=12482] ppid=12464 vsize=796400 CPUtime=0 cores=5,7
/proc/12466/task/12482/stat : 12482 (python) S 12464 12466 12396 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 881903231 815513600 131438 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522121137 0 0 16781312 2 18446604460933053248 0 0 -1 5 0 0 0
[pid=12466/tid=12508] ppid=12464 vsize=796400 CPUtime=0 cores=5,7
/proc/12466/task/12508/stat : 12508 (python) S 12464 12466 12396 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 881952284 815513600 131438 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522121137 0 0 16781312 2 18446604460933053248 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1061.21
Current children cumulated vsize (KiB) 3452068

[startup+1122.3 s]
/proc/loadavg: 3.06 2.95 2.27 4/205 12522
/proc/meminfo: memFree=191204/32951124 swapFree=67054264/67111528
[pid=12466] ppid=12464 vsize=796400 CPUtime=139.17 cores=5,7
/proc/12466/stat : 12466 (python) S 12464 12466 12396 0 -1 4202496 456467 934 43 0 13840 77 0 0 20 0 3 0 881889160 815513600 131438 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 116
/proc/12466/statm: 199100 131438 1870 364 0 135015 0
[pid=12481] ppid=12466 vsize=786144 CPUtime=0.58 cores=5,7
/proc/12481/stat : 12481 (python) S 12466 12466 12396 0 -1 4202560 1211 0 0 0 30 28 0 0 19 0 2 0 881903230 805011456 129979 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12481/statm: 196536 129979 414 364 0 132454 0
[pid=12483] ppid=12481 vsize=224980 CPUtime=489.94 cores=5,7
/proc/12483/stat : 12483 (lingeling) T 12481 12483 12483 0 -1 4202496 192444 0 0 0 48969 25 0 0 25 0 1 0 881903231 230379520 55411 33554432000 4194304 4352236 140735098756832 18446744073709551615 4328109 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/12483/statm: 56245 55411 129 39 0 55325 0
[pid=12481/tid=12506] ppid=12466 vsize=786144 CPUtime=0 cores=5,7
/proc/12481/task/12506/stat : 12506 (python) S 12466 12466 12396 0 -1 4202560 121 0 0 0 0 0 0 0 19 0 2 0 881952282 805011456 129979 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522121137 0 0 16781312 514 18446604471159509184 0 0 -1 7 0 0 0
[pid=12507] ppid=12466 vsize=786156 CPUtime=0.67 cores=5,7
/proc/12507/stat : 12507 (python) S 12466 12466 12396 0 -1 4202560 1005 0 0 0 34 33 0 0 15 0 1 0 881952282 805023744 129934 33554432000 4194304 5683644 140734702227728 18446744073709551615 233510317638 0 0 16781312 514 7273243029459140872 0 0 17 7 0 0 0
/proc/12507/statm: 196539 129934 370 364 0 132454 0
[pid=12509] ppid=12507 vsize=858388 CPUtime=490.94 cores=5,7
/proc/12509/stat : 12509 (cryptominisat-2) R 12507 12509 12509 0 -1 4202496 205514 0 0 0 49067 27 0 0 25 0 1 0 881952284 878989312 177412 33554432000 4194304 4677096 140735511918752 18446744073709551615 4502837 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12509/statm: 214597 177412 388 118 0 209556 0
[pid=12466/tid=12482] ppid=12464 vsize=796400 CPUtime=0 cores=5,7
/proc/12466/task/12482/stat : 12482 (python) S 12464 12466 12396 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 881903231 815513600 131438 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522121137 0 0 16781312 2 18446604460933053248 0 0 -1 5 0 0 0
[pid=12466/tid=12508] ppid=12464 vsize=796400 CPUtime=0 cores=5,7
/proc/12466/task/12508/stat : 12508 (python) S 12464 12466 12396 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 881952284 815513600 131438 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522121137 0 0 16781312 2 18446604460933053248 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1121.3
Current children cumulated vsize (KiB) 3452068

[startup+1182.3 s]
/proc/loadavg: 3.02 2.96 2.31 4/205 12526
/proc/meminfo: memFree=169104/32951124 swapFree=67054264/67111528
[pid=12466] ppid=12464 vsize=796400 CPUtime=139.17 cores=5,7
/proc/12466/stat : 12466 (python) S 12464 12466 12396 0 -1 4202496 456467 934 43 0 13840 77 0 0 20 0 3 0 881889160 815513600 131438 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 116
/proc/12466/statm: 199100 131438 1870 364 0 135015 0
[pid=12481] ppid=12466 vsize=786144 CPUtime=0.58 cores=5,7
/proc/12481/stat : 12481 (python) S 12466 12466 12396 0 -1 4202560 1211 0 0 0 30 28 0 0 19 0 2 0 881903230 805011456 129979 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12481/statm: 196536 129979 414 364 0 132454 0
[pid=12483] ppid=12481 vsize=224980 CPUtime=489.94 cores=5,7
/proc/12483/stat : 12483 (lingeling) T 12481 12483 12483 0 -1 4202496 192444 0 0 0 48969 25 0 0 25 0 1 0 881903231 230379520 55411 33554432000 4194304 4352236 140735098756832 18446744073709551615 4328109 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/12483/statm: 56245 55411 129 39 0 55325 0
[pid=12481/tid=12506] ppid=12466 vsize=786144 CPUtime=0 cores=5,7
/proc/12481/task/12506/stat : 12506 (python) S 12466 12466 12396 0 -1 4202560 121 0 0 0 0 0 0 0 19 0 2 0 881952282 805011456 129979 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522121137 0 0 16781312 514 18446604471159509184 0 0 -1 7 0 0 0
[pid=12507] ppid=12466 vsize=786156 CPUtime=0.75 cores=5,7
/proc/12507/stat : 12507 (python) S 12466 12466 12396 0 -1 4202560 1005 0 0 0 39 36 0 0 15 0 1 0 881952282 805023744 129934 33554432000 4194304 5683644 140734702227728 18446744073709551615 233510317638 0 0 16781312 514 7273243029459140872 0 0 17 7 0 0 0
/proc/12507/statm: 196539 129934 370 364 0 132454 0
[pid=12509] ppid=12507 vsize=858388 CPUtime=550.94 cores=5,7
/proc/12509/stat : 12509 (cryptominisat-2) R 12507 12509 12509 0 -1 4202496 205514 0 0 0 55067 27 0 0 25 0 1 0 881952284 878989312 177412 33554432000 4194304 4677096 140735511918752 18446744073709551615 4502837 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12509/statm: 214597 177412 388 118 0 209556 0
[pid=12466/tid=12482] ppid=12464 vsize=796400 CPUtime=0 cores=5,7
/proc/12466/task/12482/stat : 12482 (python) S 12464 12466 12396 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 881903231 815513600 131438 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522121137 0 0 16781312 2 18446604460933053248 0 0 -1 5 0 0 0
[pid=12466/tid=12508] ppid=12464 vsize=796400 CPUtime=0 cores=5,7
/proc/12466/task/12508/stat : 12508 (python) S 12464 12466 12396 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 881952284 815513600 131438 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522121137 0 0 16781312 2 18446604460933053248 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1181.38
Current children cumulated vsize (KiB) 3452068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.9 s]
/proc/loadavg: 3.01 2.96 2.32 4/205 12527
/proc/meminfo: memFree=149356/32951124 swapFree=67054264/67111528
[pid=12466] ppid=12464 vsize=796400 CPUtime=139.17 cores=5,7
/proc/12466/stat : 12466 (python) S 12464 12466 12396 0 -1 4202496 456467 934 43 0 13840 77 0 0 20 0 3 0 881889160 815513600 131438 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 116
/proc/12466/statm: 199100 131438 1870 364 0 135015 0
[pid=12481] ppid=12466 vsize=786144 CPUtime=0.58 cores=5,7
/proc/12481/stat : 12481 (python) S 12466 12466 12396 0 -1 4202560 1211 0 0 0 30 28 0 0 19 0 2 0 881903230 805011456 129979 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12481/statm: 196536 129979 414 364 0 132454 0
[pid=12483] ppid=12481 vsize=224980 CPUtime=489.94 cores=5,7
/proc/12483/stat : 12483 (lingeling) T 12481 12483 12483 0 -1 4202496 192444 0 0 0 48969 25 0 0 25 0 1 0 881903231 230379520 55411 33554432000 4194304 4352236 140735098756832 18446744073709551615 4328109 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/12483/statm: 56245 55411 129 39 0 55325 0
[pid=12481/tid=12506] ppid=12466 vsize=786144 CPUtime=0 cores=5,7
/proc/12481/task/12506/stat : 12506 (python) S 12466 12466 12396 0 -1 4202560 121 0 0 0 0 0 0 0 19 0 2 0 881952282 805011456 129979 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522121137 0 0 16781312 514 18446604471159509184 0 0 -1 7 0 0 0
[pid=12507] ppid=12466 vsize=786156 CPUtime=0.77 cores=5,7
/proc/12507/stat : 12507 (python) S 12466 12466 12396 0 -1 4202560 1005 0 0 0 40 37 0 0 15 0 1 0 881952282 805023744 129934 33554432000 4194304 5683644 140734702227728 18446744073709551615 233510317638 0 0 16781312 514 7273243029459140872 0 0 17 7 0 0 0
/proc/12507/statm: 196539 129934 370 364 0 132454 0
[pid=12509] ppid=12507 vsize=858388 CPUtime=569.54 cores=5,7
/proc/12509/stat : 12509 (cryptominisat-2) R 12507 12509 12509 0 -1 4202496 205514 0 0 0 56927 27 0 0 25 0 1 0 881952284 878989312 177412 33554432000 4194304 4677096 140735511918752 18446744073709551615 4502837 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12509/statm: 214597 177412 388 118 0 209556 0
[pid=12466/tid=12482] ppid=12464 vsize=796400 CPUtime=0 cores=5,7
/proc/12466/task/12482/stat : 12482 (python) S 12464 12466 12396 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 881903231 815513600 131438 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522121137 0 0 16781312 2 18446604460933053248 0 0 -1 5 0 0 0
[pid=12466/tid=12508] ppid=12464 vsize=796400 CPUtime=0 cores=5,7
/proc/12466/task/12508/stat : 12508 (python) S 12464 12466 12396 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 881952284 815513600 131438 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522121137 0 0 16781312 2 18446604460933053248 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 3452068

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

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

[startup+1200.9 s]
/proc/loadavg: 3.01 2.96 2.32 4/205 12527
/proc/meminfo: memFree=149356/32951124 swapFree=67054264/67111528
[pid=12466] ppid=12464 vsize=796400 CPUtime=139.17 cores=5,7
/proc/12466/stat : 12466 (python) S 12464 12466 12396 0 -1 4202496 456467 934 43 0 13840 77 0 0 20 0 3 0 881889160 815513600 131438 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 116
/proc/12466/statm: 199100 131438 1870 364 0 135015 0
[pid=12481] ppid=12466 vsize=786144 CPUtime=0.58 cores=5,7
/proc/12481/stat : 12481 (python) S 12466 12466 12396 0 -1 4202560 1211 0 0 0 30 28 0 0 19 0 2 0 881903230 805011456 129979 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12481/statm: 196536 129979 414 364 0 132454 0
[pid=12483] ppid=12481 vsize=224980 CPUtime=489.94 cores=5,7
/proc/12483/stat : 12483 (lingeling) T 12481 12483 12483 0 -1 4202496 192444 0 0 0 48969 25 0 0 25 0 1 0 881903231 230379520 55411 33554432000 4194304 4352236 140735098756832 18446744073709551615 4328109 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/12483/statm: 56245 55411 129 39 0 55325 0
[pid=12481/tid=12506] ppid=12466 vsize=786144 CPUtime=0 cores=5,7
/proc/12481/task/12506/stat : 12506 (python) S 12466 12466 12396 0 -1 4202560 121 0 0 0 0 0 0 0 19 0 2 0 881952282 805011456 129979 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522121137 0 0 16781312 514 18446604471159509184 0 0 -1 7 0 0 0
[pid=12507] ppid=12466 vsize=786156 CPUtime=0.77 cores=5,7
/proc/12507/stat : 12507 (python) S 12466 12466 12396 0 -1 4202560 1005 0 0 0 40 37 0 0 15 0 1 0 881952282 805023744 129934 33554432000 4194304 5683644 140734702227728 18446744073709551615 233510317638 0 0 16781312 514 7273243029459140872 0 0 17 7 0 0 0
/proc/12507/statm: 196539 129934 370 364 0 132454 0
[pid=12509] ppid=12507 vsize=858388 CPUtime=569.54 cores=5,7
/proc/12509/stat : 12509 (cryptominisat-2) R 12507 12509 12509 0 -1 4202496 205514 0 0 0 56927 27 0 0 25 0 1 0 881952284 878989312 177412 33554432000 4194304 4677096 140735511918752 18446744073709551615 4502837 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12509/statm: 214597 177412 388 118 0 209556 0
[pid=12466/tid=12482] ppid=12464 vsize=796400 CPUtime=0 cores=5,7
/proc/12466/task/12482/stat : 12482 (python) S 12464 12466 12396 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 881903231 815513600 131438 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522121137 0 0 16781312 2 18446604460933053248 0 0 -1 5 0 0 0
[pid=12466/tid=12508] ppid=12464 vsize=796400 CPUtime=0 cores=5,7
/proc/12466/task/12508/stat : 12508 (python) S 12464 12466 12396 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 881952284 815513600 131438 33554432000 4194304 5683644 140734702227728 18446744073709551615 233522121137 0 0 16781312 2 18446604460933053248 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 3452068

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12466 and gives
#  childrusage.ru_utime.tv_sec=138
#  childrusage.ru_utime.tv_usec=409958
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=801878
# CPU time returned by wait4() is 139.212
# while last known CPU time is 1200
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.95
CPU time (s): 1200
CPU user time (s): 1198.06
CPU system time (s): 1.94
CPU usage (%): 99.9211
Max. virtual memory (cumulated for all children) (KiB): 3452068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 138.41
system time used= 0.801878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 457401
page faults= 43
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11134
involuntary context switches= 416

runsolver used 1.90971 second user time and 4.64429 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-12 18:05:33
IDJOB=3484641
IDBENCH=83463
IDSOLVER=1976
FILE ID=node145/3484641-1307894730
RUNJOBID= node145-1307894730-12417
PBS_JOBID= 13559559
Free space on /var/tmp= 2744 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E00X23.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 /var/tmp/evaluation-result-3484641-1307894730/watcher-3484641-1307894730 -o /var/tmp/evaluation-result-3484641-1307894730/solver-3484641-1307894730 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484641-1307894730.cnf -seed 149862040 -budget 1200

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

MD5SUM BENCH= 9cec6483d4ca03e8555377ba059b61ae
RANDOM SEED=149862040

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:       1380668 kB
Buffers:         52120 kB
Cached:       30510888 kB
SwapCached:       9196 kB
Active:       15813696 kB
Inactive:     14797068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1380668 kB
SwapTotal:    67111528 kB
SwapFree:     67054264 kB
Dirty:          202636 kB
Writeback:           0 kB
AnonPages:       46160 kB
Mapped:          16296 kB
Slab:           892504 kB
PageTables:       5652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   258688 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 /var/tmp at the end= 2712 MiB
End job on node145 at 2011-06-12 18:25:36