Trace number 3484606

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.03 1199.43

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top25.cnf
MD5SUM1d36146d5d79c91e0605a19242395228
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark527.919
Satisfiable
(Un)Satisfiability was proved
Number of variables71356
Number of clauses227126
Sum of the clauses size555264
Maximum clause length2747
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2137909
Number of clauses of size 387742
Number of clauses of size 4324
Number of clauses of size 523
Number of clauses of size over 51127

Solver Data

0.53/0.86	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.53/0.86	c INFO: solving HOME/instance-3484606-1307750683.cnf
0.53/0.86	c INFO: computing task features
1.20/1.55	c INFO: computed variable-clause graph statistics
1.20/1.57	c INFO: computed clause balance statistics
4.80/5.12	c INFO: computed variable balance statistics
7.40/7.75	c INFO: computed small-clause counts
7.40/7.78	c INFO: computed Horn-clause counts
13.60/13.97	c INFO: computed variable graph statistics
13.60/13.97	c INFO: collected features for HOME/instance-3484606-1307750683.cnf in 13.06 s
13.60/13.97	c INFO: running lingeling-276@0 for 582 with 1186 remaining (b = 0.60)
600.36/600.65	c INFO: running cryptominisat-2.9.0@0 for 601 with 601 remaining (b = 0.55)

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: 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-3484606-1307750683/watcher-3484606-1307750683 -o /tmp/evaluation-result-3484606-1307750683/solver-3484606-1307750683 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484606-1307750683.cnf -seed 1175485182 -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: 0.95 1.57 2.64 4/184 858
/proc/meminfo: memFree=31454196/32950928 swapFree=67055948/67111528
[pid=858] ppid=856 vsize=15184 CPUtime=0 cores=4,6
/proc/858/stat : 858 (python) R 856 858 31379 0 -1 4202496 674 0 0 0 0 0 0 0 21 0 1 0 886667979 15548416 568 33554432000 4194304 5683644 140733960674560 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/858/statm: 3796 570 316 364 0 283 0

[startup+0.0638271 s]
/proc/loadavg: 0.95 1.57 2.64 4/184 858
/proc/meminfo: memFree=31454196/32950928 swapFree=67055948/67111528
[pid=858] ppid=856 vsize=34428 CPUtime=0.04 cores=4,6
/proc/858/stat : 858 (python) S 856 858 31379 0 -1 4202496 1553 0 0 0 3 1 0 0 18 0 1 0 886667979 35254272 1389 33554432000 4194304 5683644 140733960674560 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/858/statm: 8607 1389 448 364 0 945 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 34428

[startup+0.101814 s]
/proc/loadavg: 0.95 1.57 2.64 4/184 858
/proc/meminfo: memFree=31454196/32950928 swapFree=67055948/67111528
[pid=858] ppid=856 vsize=85368 CPUtime=0.06 cores=4,6
/proc/858/stat : 858 (python) D 856 858 31379 0 -1 4202496 2595 0 0 0 4 2 0 0 17 0 1 0 886667979 87416832 2316 33554432000 4194304 5683644 140733960674560 18446744073709551615 208080228197 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/858/statm: 21342 2316 713 364 0 1559 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85368

[startup+0.300787 s]
/proc/loadavg: 0.95 1.57 2.64 4/184 858
/proc/meminfo: memFree=31454196/32950928 swapFree=67055948/67111528
[pid=858] ppid=856 vsize=135752 CPUtime=0.22 cores=4,6
/proc/858/stat : 858 (python) R 856 858 31379 0 -1 4202496 5974 932 1 0 14 8 0 0 17 0 1 0 886667979 139010048 4149 33554432000 4194304 5683644 140733960674560 18446744073709551615 208080228357 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/858/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 135752

[startup+0.70066 s]
/proc/loadavg: 0.95 1.57 2.64 4/184 858
/proc/meminfo: memFree=31454196/32950928 swapFree=67055948/67111528
[pid=858] ppid=856 vsize=226932 CPUtime=0.44 cores=4,6
/proc/858/stat : 858 (python) R 856 858 31379 0 -1 4202496 7755 932 1 0 23 21 0 0 17 0 1 0 886667979 232378368 5678 33554432000 4194304 5683644 140733960674560 18446744073709551615 208080228197 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/858/statm: 56733 5678 1566 364 0 4271 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 226932

[startup+1.50048 s]
/proc/loadavg: 0.95 1.57 2.64 6/190 885
/proc/meminfo: memFree=31326196/32950928 swapFree=67055948/67111528
[pid=858] ppid=856 vsize=323804 CPUtime=1.2 cores=4,6
/proc/858/stat : 858 (python) R 856 858 31379 0 -1 4202496 25522 932 1 0 91 29 0 0 17 0 1 0 886667979 331575296 17944 33554432000 4194304 5683644 140733960674560 18446744073709551615 47006868866682 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/858/statm: 80951 17945 1812 364 0 16875 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 323804

[startup+3.10017 s]
/proc/loadavg: 0.95 1.57 2.64 5/190 885
/proc/meminfo: memFree=31225824/32950928 swapFree=67055948/67111528
[pid=858] ppid=856 vsize=325580 CPUtime=2.8 cores=4,6
/proc/858/stat : 858 (python) R 856 858 31379 0 -1 4202496 26363 932 1 0 251 29 0 0 20 0 1 0 886667979 333393920 18780 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092069559 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/858/statm: 81395 18780 1826 364 0 17319 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 325580

[startup+6.30064 s]
/proc/loadavg: 1.27 1.62 2.66 5/193 888
/proc/meminfo: memFree=31218128/32950928 swapFree=67055948/67111528
[pid=858] ppid=856 vsize=325580 CPUtime=6 cores=4,6
/proc/858/stat : 858 (python) R 856 858 31379 0 -1 4202496 26364 932 1 0 569 31 0 0 25 0 1 0 886667979 333393920 18781 33554432000 4194304 5683644 140733960674560 18446744073709551615 4602978 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/858/statm: 81395 18781 1827 364 0 17319 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 325580

[startup+12.7004 s]
/proc/loadavg: 1.49 1.66 2.66 5/196 891
/proc/meminfo: memFree=31200908/32950928 swapFree=67055948/67111528
[pid=858] ppid=856 vsize=325580 CPUtime=12.4 cores=4,6
/proc/858/stat : 858 (python) R 856 858 31379 0 -1 4202496 26370 932 1 0 1209 31 0 0 25 0 1 0 886667979 333393920 18787 33554432000 4194304 5683644 140733960674560 18446744073709551615 47006901132199 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/858/statm: 81395 18787 1833 364 0 17319 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 325580

[startup+25.501 s]
/proc/loadavg: 2.04 1.78 2.68 5/202 897
/proc/meminfo: memFree=31141856/32950928 swapFree=67055948/67111528
[pid=858] ppid=856 vsize=332244 CPUtime=13.68 cores=4,6
/proc/858/stat : 858 (python) S 856 858 31379 0 -1 4202496 26650 932 1 0 1337 31 0 0 25 0 2 0 886667979 340217856 17924 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/858/statm: 83061 17924 1867 364 0 18979 0
[pid=892] ppid=858 vsize=322000 CPUtime=0 cores=4,6
/proc/892/stat : 892 (python) S 858 858 31379 0 -1 4202560 875 0 0 0 0 0 0 0 18 0 1 0 886669377 329728000 16429 33554432000 4194304 5683644 140733960674560 18446744073709551615 208080252431 0 0 16781312 514 11576713948388360452 0 0 17 4 0 0 0
/proc/892/statm: 80500 16429 376 364 0 16418 0
[pid=894] ppid=892 vsize=25716 CPUtime=11.49 cores=4,6
/proc/894/stat : 894 (lingeling) R 892 894 894 0 -1 4202496 9471 0 0 0 1148 1 0 0 25 0 1 0 886669377 26333184 5201 33554432000 4194304 4352236 140735345929184 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/894/statm: 6429 5201 129 39 0 5509 0
[pid=858/tid=893] ppid=856 vsize=332244 CPUtime=0 cores=4,6
/proc/858/task/893/stat : 893 (python) S 856 858 31379 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 2 0 886669377 340217856 17924 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092055985 0 0 16781312 2 18446604453655422144 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 679960

[startup+51.107 s]
/proc/loadavg: 2.71 1.95 2.72 5/202 898
/proc/meminfo: memFree=31135328/32950928 swapFree=67055948/67111528
[pid=858] ppid=856 vsize=332244 CPUtime=13.68 cores=4,6
/proc/858/stat : 858 (python) S 856 858 31379 0 -1 4202496 26650 932 1 0 1337 31 0 0 25 0 2 0 886667979 340217856 17924 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/858/statm: 83061 17924 1867 364 0 18979 0
[pid=892] ppid=858 vsize=322000 CPUtime=0.04 cores=4,6
/proc/892/stat : 892 (python) S 858 858 31379 0 -1 4202560 886 0 0 0 2 2 0 0 18 0 1 0 886669377 329728000 16429 33554432000 4194304 5683644 140733960674560 18446744073709551615 208080252431 0 0 16781312 514 11576713948388360452 0 0 17 4 0 0 0
/proc/892/statm: 80500 16429 376 364 0 16418 0
[pid=894] ppid=892 vsize=25700 CPUtime=37.07 cores=4,6
/proc/894/stat : 894 (lingeling) R 892 894 894 0 -1 4202496 10495 0 0 0 3706 1 0 0 25 0 1 0 886669377 26316800 5197 33554432000 4194304 4352236 140735345929184 18446744073709551615 4328059 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/894/statm: 6425 5197 129 39 0 5505 0
[pid=858/tid=893] ppid=856 vsize=332244 CPUtime=0 cores=4,6
/proc/858/task/893/stat : 893 (python) S 856 858 31379 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 2 0 886669377 340217856 17924 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092055985 0 0 16781312 2 18446604453655422144 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 679944

[startup+102.3 s]
/proc/loadavg: 3.49 2.28 2.79 5/202 899
/proc/meminfo: memFree=31121804/32950928 swapFree=67055948/67111528
[pid=858] ppid=856 vsize=332244 CPUtime=13.68 cores=4,6
/proc/858/stat : 858 (python) S 856 858 31379 0 -1 4202496 26650 932 1 0 1337 31 0 0 25 0 2 0 886667979 340217856 17924 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/858/statm: 83061 17924 1867 364 0 18979 0
[pid=892] ppid=858 vsize=322000 CPUtime=0.11 cores=4,6
/proc/892/stat : 892 (python) S 858 858 31379 0 -1 4202560 911 0 0 0 5 6 0 0 18 0 1 0 886669377 329728000 16429 33554432000 4194304 5683644 140733960674560 18446744073709551615 208080252431 0 0 16781312 514 11576713948388360452 0 0 17 4 0 0 0
/proc/892/statm: 80500 16429 376 364 0 16418 0
[pid=894] ppid=892 vsize=29792 CPUtime=88.19 cores=4,6
/proc/894/stat : 894 (lingeling) R 892 894 894 0 -1 4202496 12543 0 0 0 8818 1 0 0 25 0 1 0 886669377 30507008 6220 33554432000 4194304 4352236 140735345929184 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/894/statm: 7448 6220 129 39 0 6528 0
[pid=858/tid=893] ppid=856 vsize=332244 CPUtime=0 cores=4,6
/proc/858/task/893/stat : 893 (python) S 856 858 31379 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 2 0 886669377 340217856 17924 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092055985 0 0 16781312 2 18446604453655422144 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.98
Current children cumulated vsize (KiB) 684036

[startup+162.301 s]
/proc/loadavg: 3.81 2.59 2.86 5/206 905
/proc/meminfo: memFree=30536072/32950928 swapFree=67055948/67111528
[pid=858] ppid=856 vsize=332244 CPUtime=13.68 cores=4,6
/proc/858/stat : 858 (python) S 856 858 31379 0 -1 4202496 26650 932 1 0 1337 31 0 0 25 0 2 0 886667979 340217856 17924 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/858/statm: 83061 17924 1867 364 0 18979 0
[pid=892] ppid=858 vsize=322000 CPUtime=0.18 cores=4,6
/proc/892/stat : 892 (python) S 858 858 31379 0 -1 4202560 930 0 0 0 9 9 0 0 18 0 1 0 886669377 329728000 16429 33554432000 4194304 5683644 140733960674560 18446744073709551615 208080252431 0 0 16781312 514 11576713948388360452 0 0 17 4 0 0 0
/proc/892/statm: 80500 16429 376 364 0 16418 0
[pid=894] ppid=892 vsize=30504 CPUtime=148.12 cores=4,6
/proc/894/stat : 894 (lingeling) R 892 894 894 0 -1 4202496 13120 0 0 0 14811 1 0 0 25 0 1 0 886669377 31236096 6796 33554432000 4194304 4352236 140735345929184 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/894/statm: 7626 6796 129 39 0 6706 0
[pid=858/tid=893] ppid=856 vsize=332244 CPUtime=0 cores=4,6
/proc/858/task/893/stat : 893 (python) S 856 858 31379 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 2 0 886669377 340217856 17924 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092055985 0 0 16781312 2 18446604453655422144 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 161.98
Current children cumulated vsize (KiB) 684748

[startup+222.301 s]
/proc/loadavg: 3.93 2.85 2.93 5/206 906
/proc/meminfo: memFree=30469952/32950928 swapFree=67055948/67111528
[pid=858] ppid=856 vsize=332244 CPUtime=13.68 cores=4,6
/proc/858/stat : 858 (python) S 856 858 31379 0 -1 4202496 26650 932 1 0 1337 31 0 0 25 0 2 0 886667979 340217856 17924 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/858/statm: 83061 17924 1867 364 0 18979 0
[pid=892] ppid=858 vsize=322000 CPUtime=0.26 cores=4,6
/proc/892/stat : 892 (python) S 858 858 31379 0 -1 4202560 950 0 0 0 13 13 0 0 18 0 1 0 886669377 329728000 16429 33554432000 4194304 5683644 140733960674560 18446744073709551615 208080252431 0 0 16781312 514 11576713948388360452 0 0 17 4 0 0 0
/proc/892/statm: 80500 16429 376 364 0 16418 0
[pid=894] ppid=892 vsize=40072 CPUtime=208.05 cores=4,6
/proc/894/stat : 894 (lingeling) R 892 894 894 0 -1 4202496 17560 0 0 0 20803 2 0 0 25 0 1 0 886669377 41033728 9188 33554432000 4194304 4352236 140735345929184 18446744073709551615 4328429 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/894/statm: 10018 9188 129 39 0 9098 0
[pid=858/tid=893] ppid=856 vsize=332244 CPUtime=0 cores=4,6
/proc/858/task/893/stat : 893 (python) S 856 858 31379 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 2 0 886669377 340217856 17924 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092055985 0 0 16781312 2 18446604453655422144 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 221.99
Current children cumulated vsize (KiB) 694316

[startup+282.301 s]
/proc/loadavg: 3.97 3.05 2.99 5/206 908
/proc/meminfo: memFree=30335628/32950928 swapFree=67055948/67111528
[pid=858] ppid=856 vsize=332244 CPUtime=13.68 cores=4,6
/proc/858/stat : 858 (python) S 856 858 31379 0 -1 4202496 26650 932 1 0 1337 31 0 0 25 0 2 0 886667979 340217856 17924 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/858/statm: 83061 17924 1867 364 0 18979 0
[pid=892] ppid=858 vsize=322000 CPUtime=0.34 cores=4,6
/proc/892/stat : 892 (python) S 858 858 31379 0 -1 4202560 958 0 0 0 17 17 0 0 18 0 1 0 886669377 329728000 16429 33554432000 4194304 5683644 140733960674560 18446744073709551615 208080252431 0 0 16781312 514 11576713948388360452 0 0 17 4 0 0 0
/proc/892/statm: 80500 16429 376 364 0 16418 0
[pid=894] ppid=892 vsize=43300 CPUtime=267.97 cores=4,6
/proc/894/stat : 894 (lingeling) R 892 894 894 0 -1 4202496 22464 0 0 0 26795 2 0 0 25 0 1 0 886669377 44339200 9995 33554432000 4194304 4352236 140735345929184 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/894/statm: 10825 9995 129 39 0 9905 0
[pid=858/tid=893] ppid=856 vsize=332244 CPUtime=0 cores=4,6
/proc/858/task/893/stat : 893 (python) S 856 858 31379 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 2 0 886669377 340217856 17924 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092055985 0 0 16781312 2 18446604453655422144 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 281.99

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

[pid=971] ppid=858 vsize=332256 CPUtime=0.57 cores=4,6
/proc/971/stat : 971 (python) S 858 858 31379 0 -1 4202560 1020 0 0 0 30 27 0 0 15 0 1 0 886728044 340230144 16428 33554432000 4194304 5683644 140733960674560 18446744073709551615 208080252486 0 0 16781312 514 11576713948388360451 0 0 17 6 0 0 0
/proc/971/statm: 83064 16428 371 364 0 18979 0
[pid=974] ppid=971 vsize=822604 CPUtime=401.65 cores=4,6
/proc/974/stat : 974 (cryptominisat-2) R 971 974 974 0 -1 4202496 341181 0 0 0 40110 55 0 0 25 0 1 0 886728045 842346496 177858 33554432000 4194304 4677096 140737093095696 18446744073709551615 4319160 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/974/statm: 205651 177858 393 118 0 200610 0
[pid=858/tid=893] ppid=856 vsize=342500 CPUtime=0 cores=4,6
/proc/858/task/893/stat : 893 (python) S 856 858 31379 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 3 0 886669377 350720000 17931 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092055985 0 0 16781312 2 18446604453655422144 0 0 -1 4 0 0 0
[pid=858/tid=972] ppid=856 vsize=342500 CPUtime=0 cores=4,6
/proc/858/task/972/stat : 972 (python) S 856 858 31379 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 886728045 350720000 17931 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092055985 0 0 16781312 2 18446604453655422144 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1002.64
Current children cumulated vsize (KiB) 1877008

[startup+1062.3 s]
/proc/loadavg: 4.08 3.95 3.56 5/218 990
/proc/meminfo: memFree=28902100/32950928 swapFree=67055948/67111528
[pid=858] ppid=856 vsize=342500 CPUtime=13.7 cores=4,6
/proc/858/stat : 858 (python) S 856 858 31379 0 -1 4202496 27453 932 1 0 1338 32 0 0 20 0 3 0 886667979 350720000 17931 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/858/statm: 85625 17931 1870 364 0 21540 0
[pid=892] ppid=858 vsize=332244 CPUtime=0.76 cores=4,6
/proc/892/stat : 892 (python) S 858 858 31379 0 -1 4202560 1190 0 0 0 38 38 0 0 19 0 2 0 886669377 340217856 16472 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/892/statm: 83061 16472 414 364 0 18979 0
[pid=894] ppid=892 vsize=47404 CPUtime=585.96 cores=4,6
/proc/894/stat : 894 (lingeling) T 892 894 894 0 -1 4202496 49090 0 0 0 58590 6 0 0 25 0 1 0 886669377 48541696 11021 33554432000 4194304 4352236 140735345929184 18446744073709551615 4329328 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/894/statm: 11851 11021 129 39 0 10931 0
[pid=892/tid=970] ppid=858 vsize=332244 CPUtime=0 cores=4,6
/proc/892/task/970/stat : 970 (python) S 858 858 31379 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886728044 340217856 16472 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092055985 0 0 16781312 514 18446604453870745664 0 0 -1 6 0 0 0
[pid=971] ppid=858 vsize=332256 CPUtime=0.64 cores=4,6
/proc/971/stat : 971 (python) S 858 858 31379 0 -1 4202560 1020 0 0 0 34 30 0 0 15 0 1 0 886728044 340230144 16428 33554432000 4194304 5683644 140733960674560 18446744073709551615 208080252486 0 0 16781312 514 11576713948388360451 0 0 17 6 0 0 0
/proc/971/statm: 83064 16428 371 364 0 18979 0
[pid=974] ppid=971 vsize=823460 CPUtime=461.65 cores=4,6
/proc/974/stat : 974 (cryptominisat-2) R 971 974 974 0 -1 4202496 364103 0 0 0 46104 61 0 0 25 0 1 0 886728045 843223040 178094 33554432000 4194304 4677096 140737093095696 18446744073709551615 208079928977 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/974/statm: 205865 178094 393 118 0 200824 0
[pid=858/tid=893] ppid=856 vsize=342500 CPUtime=0 cores=4,6
/proc/858/task/893/stat : 893 (python) S 856 858 31379 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 3 0 886669377 350720000 17931 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092055985 0 0 16781312 2 18446604453655422144 0 0 -1 4 0 0 0
[pid=858/tid=972] ppid=856 vsize=342500 CPUtime=0 cores=4,6
/proc/858/task/972/stat : 972 (python) S 856 858 31379 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 886728045 350720000 17931 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092055985 0 0 16781312 2 18446604453655422144 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1062.71
Current children cumulated vsize (KiB) 1877864

[startup+1122.3 s]
/proc/loadavg: 4.03 3.96 3.58 5/218 991
/proc/meminfo: memFree=28867220/32950928 swapFree=67055948/67111528
[pid=858] ppid=856 vsize=342500 CPUtime=13.7 cores=4,6
/proc/858/stat : 858 (python) S 856 858 31379 0 -1 4202496 27453 932 1 0 1338 32 0 0 20 0 3 0 886667979 350720000 17931 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/858/statm: 85625 17931 1870 364 0 21540 0
[pid=892] ppid=858 vsize=332244 CPUtime=0.76 cores=4,6
/proc/892/stat : 892 (python) S 858 858 31379 0 -1 4202560 1190 0 0 0 38 38 0 0 19 0 2 0 886669377 340217856 16472 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/892/statm: 83061 16472 414 364 0 18979 0
[pid=894] ppid=892 vsize=47404 CPUtime=585.96 cores=4,6
/proc/894/stat : 894 (lingeling) T 892 894 894 0 -1 4202496 49090 0 0 0 58590 6 0 0 25 0 1 0 886669377 48541696 11021 33554432000 4194304 4352236 140735345929184 18446744073709551615 4329328 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/894/statm: 11851 11021 129 39 0 10931 0
[pid=892/tid=970] ppid=858 vsize=332244 CPUtime=0 cores=4,6
/proc/892/task/970/stat : 970 (python) S 858 858 31379 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886728044 340217856 16472 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092055985 0 0 16781312 514 18446604453870745664 0 0 -1 6 0 0 0
[pid=971] ppid=858 vsize=332256 CPUtime=0.73 cores=4,6
/proc/971/stat : 971 (python) S 858 858 31379 0 -1 4202560 1023 0 0 0 39 34 0 0 15 0 1 0 886728044 340230144 16428 33554432000 4194304 5683644 140733960674560 18446744073709551615 208080252486 0 0 16781312 514 11576713948388360451 0 0 17 6 0 0 0
/proc/971/statm: 83064 16428 371 364 0 18979 0
[pid=974] ppid=971 vsize=892392 CPUtime=521.65 cores=4,6
/proc/974/stat : 974 (cryptominisat-2) R 971 974 974 0 -1 4202496 380126 0 0 0 52100 65 0 0 25 0 1 0 886728045 913809408 179908 33554432000 4194304 4677096 140737093095696 18446744073709551615 4319839 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/974/statm: 223098 179908 393 118 0 218057 0
[pid=858/tid=893] ppid=856 vsize=342500 CPUtime=0 cores=4,6
/proc/858/task/893/stat : 893 (python) S 856 858 31379 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 3 0 886669377 350720000 17931 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092055985 0 0 16781312 2 18446604453655422144 0 0 -1 4 0 0 0
[pid=858/tid=972] ppid=856 vsize=342500 CPUtime=0 cores=4,6
/proc/858/task/972/stat : 972 (python) S 856 858 31379 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 886728045 350720000 17931 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092055985 0 0 16781312 2 18446604453655422144 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1122.8
Current children cumulated vsize (KiB) 1946796

[startup+1182.3 s]
/proc/loadavg: 4.01 3.96 3.61 5/218 993
/proc/meminfo: memFree=28826388/32950928 swapFree=67055948/67111528
[pid=858] ppid=856 vsize=342500 CPUtime=13.7 cores=4,6
/proc/858/stat : 858 (python) S 856 858 31379 0 -1 4202496 27453 932 1 0 1338 32 0 0 20 0 3 0 886667979 350720000 17931 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/858/statm: 85625 17931 1870 364 0 21540 0
[pid=892] ppid=858 vsize=332244 CPUtime=0.76 cores=4,6
/proc/892/stat : 892 (python) S 858 858 31379 0 -1 4202560 1190 0 0 0 38 38 0 0 19 0 2 0 886669377 340217856 16472 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/892/statm: 83061 16472 414 364 0 18979 0
[pid=894] ppid=892 vsize=47404 CPUtime=585.96 cores=4,6
/proc/894/stat : 894 (lingeling) T 892 894 894 0 -1 4202496 49090 0 0 0 58590 6 0 0 25 0 1 0 886669377 48541696 11021 33554432000 4194304 4352236 140735345929184 18446744073709551615 4329328 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/894/statm: 11851 11021 129 39 0 10931 0
[pid=892/tid=970] ppid=858 vsize=332244 CPUtime=0 cores=4,6
/proc/892/task/970/stat : 970 (python) S 858 858 31379 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886728044 340217856 16472 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092055985 0 0 16781312 514 18446604453870745664 0 0 -1 6 0 0 0
[pid=971] ppid=858 vsize=332256 CPUtime=0.82 cores=4,6
/proc/971/stat : 971 (python) S 858 858 31379 0 -1 4202560 1024 0 0 0 44 38 0 0 15 0 1 0 886728044 340230144 16428 33554432000 4194304 5683644 140733960674560 18446744073709551615 208080252486 0 0 16781312 514 11576713948388360451 0 0 17 6 0 0 0
/proc/971/statm: 83064 16428 371 364 0 18979 0
[pid=974] ppid=971 vsize=819264 CPUtime=581.66 cores=4,6
/proc/974/stat : 974 (cryptominisat-2) R 971 974 974 0 -1 4202496 394564 0 0 0 58097 69 0 0 25 0 1 0 886728045 838926336 178903 33554432000 4194304 4677096 140737093095696 18446744073709551615 4502821 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/974/statm: 204816 178903 393 118 0 199775 0
[pid=858/tid=893] ppid=856 vsize=342500 CPUtime=0 cores=4,6
/proc/858/task/893/stat : 893 (python) S 856 858 31379 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 3 0 886669377 350720000 17931 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092055985 0 0 16781312 2 18446604453655422144 0 0 -1 4 0 0 0
[pid=858/tid=972] ppid=856 vsize=342500 CPUtime=0 cores=4,6
/proc/858/task/972/stat : 972 (python) S 856 858 31379 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 886728045 350720000 17931 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092055985 0 0 16781312 2 18446604453655422144 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1182.9
Current children cumulated vsize (KiB) 1873668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.4 s]
/proc/loadavg: 4.01 3.96 3.61 5/218 994
/proc/meminfo: memFree=28808272/32950928 swapFree=67055948/67111528
[pid=858] ppid=856 vsize=342500 CPUtime=13.7 cores=4,6
/proc/858/stat : 858 (python) S 856 858 31379 0 -1 4202496 27453 932 1 0 1338 32 0 0 20 0 3 0 886667979 350720000 17931 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/858/statm: 85625 17931 1870 364 0 21540 0
[pid=892] ppid=858 vsize=332244 CPUtime=0.76 cores=4,6
/proc/892/stat : 892 (python) S 858 858 31379 0 -1 4202560 1190 0 0 0 38 38 0 0 19 0 2 0 886669377 340217856 16472 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/892/statm: 83061 16472 414 364 0 18979 0
[pid=894] ppid=892 vsize=47404 CPUtime=585.96 cores=4,6
/proc/894/stat : 894 (lingeling) T 892 894 894 0 -1 4202496 49090 0 0 0 58590 6 0 0 25 0 1 0 886669377 48541696 11021 33554432000 4194304 4352236 140735345929184 18446744073709551615 4329328 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/894/statm: 11851 11021 129 39 0 10931 0
[pid=892/tid=970] ppid=858 vsize=332244 CPUtime=0 cores=4,6
/proc/892/task/970/stat : 970 (python) S 858 858 31379 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886728044 340217856 16472 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092055985 0 0 16781312 514 18446604453870745664 0 0 -1 6 0 0 0
[pid=971] ppid=858 vsize=332256 CPUtime=0.84 cores=4,6
/proc/971/stat : 971 (python) S 858 858 31379 0 -1 4202560 1026 0 0 0 45 39 0 0 15 0 1 0 886728044 340230144 16428 33554432000 4194304 5683644 140733960674560 18446744073709551615 208080252486 0 0 16781312 514 11576713948388360451 0 0 17 6 0 0 0
/proc/971/statm: 83064 16428 371 364 0 18979 0
[pid=974] ppid=971 vsize=837728 CPUtime=598.77 cores=4,6
/proc/974/stat : 974 (cryptominisat-2) R 971 974 974 0 -1 4202496 399655 0 0 0 59807 70 0 0 25 0 1 0 886728045 857833472 181252 33554432000 4194304 4677096 140737093095696 18446744073709551615 4334301 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/974/statm: 209432 181252 393 118 0 204391 0
[pid=858/tid=893] ppid=856 vsize=342500 CPUtime=0 cores=4,6
/proc/858/task/893/stat : 893 (python) S 856 858 31379 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 3 0 886669377 350720000 17931 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092055985 0 0 16781312 2 18446604453655422144 0 0 -1 4 0 0 0
[pid=858/tid=972] ppid=856 vsize=342500 CPUtime=0 cores=4,6
/proc/858/task/972/stat : 972 (python) S 856 858 31379 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 886728045 350720000 17931 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092055985 0 0 16781312 2 18446604453655422144 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 1892132

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

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

[startup+1199.4 s]
/proc/loadavg: 4.01 3.96 3.61 5/218 994
/proc/meminfo: memFree=28808272/32950928 swapFree=67055948/67111528
[pid=858] ppid=856 vsize=342500 CPUtime=13.7 cores=4,6
/proc/858/stat : 858 (python) S 856 858 31379 0 -1 4202496 27453 932 1 0 1338 32 0 0 20 0 3 0 886667979 350720000 17931 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/858/statm: 85625 17931 1870 364 0 21540 0
[pid=892] ppid=858 vsize=332244 CPUtime=0.76 cores=4,6
/proc/892/stat : 892 (python) S 858 858 31379 0 -1 4202560 1190 0 0 0 38 38 0 0 19 0 2 0 886669377 340217856 16472 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/892/statm: 83061 16472 414 364 0 18979 0
[pid=894] ppid=892 vsize=47404 CPUtime=585.96 cores=4,6
/proc/894/stat : 894 (lingeling) T 892 894 894 0 -1 4202496 49090 0 0 0 58590 6 0 0 25 0 1 0 886669377 48541696 11021 33554432000 4194304 4352236 140735345929184 18446744073709551615 4329328 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/894/statm: 11851 11021 129 39 0 10931 0
[pid=892/tid=970] ppid=858 vsize=332244 CPUtime=0 cores=4,6
/proc/892/task/970/stat : 970 (python) S 858 858 31379 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886728044 340217856 16472 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092055985 0 0 16781312 514 18446604453870745664 0 0 -1 6 0 0 0
[pid=971] ppid=858 vsize=332256 CPUtime=0.84 cores=4,6
/proc/971/stat : 971 (python) S 858 858 31379 0 -1 4202560 1026 0 0 0 45 39 0 0 15 0 1 0 886728044 340230144 16428 33554432000 4194304 5683644 140733960674560 18446744073709551615 208080252486 0 0 16781312 514 11576713948388360451 0 0 17 6 0 0 0
/proc/971/statm: 83064 16428 371 364 0 18979 0
[pid=974] ppid=971 vsize=837728 CPUtime=598.77 cores=4,6
/proc/974/stat : 974 (cryptominisat-2) R 971 974 974 0 -1 4202496 399655 0 0 0 59807 70 0 0 25 0 1 0 886728045 857833472 181252 33554432000 4194304 4677096 140737093095696 18446744073709551615 4334301 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/974/statm: 209432 181252 393 118 0 204391 0
[pid=858/tid=893] ppid=856 vsize=342500 CPUtime=0 cores=4,6
/proc/858/task/893/stat : 893 (python) S 856 858 31379 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 3 0 886669377 350720000 17931 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092055985 0 0 16781312 2 18446604453655422144 0 0 -1 4 0 0 0
[pid=858/tid=972] ppid=856 vsize=342500 CPUtime=0 cores=4,6
/proc/858/task/972/stat : 972 (python) S 856 858 31379 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 886728045 350720000 17931 33554432000 4194304 5683644 140733960674560 18446744073709551615 208092055985 0 0 16781312 2 18446604453655422144 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 1892132

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 858 and gives
#  childrusage.ru_utime.tv_sec=13
#  childrusage.ru_utime.tv_usec=383965
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=326950
# CPU time returned by wait4() is 13.7109
# while last known CPU time is 1200.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.43
CPU time (s): 1200.03
CPU user time (s): 1198.18
CPU system time (s): 1.85
CPU usage (%): 100.05
Max. virtual memory (cumulated for all children) (KiB): 1965056

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

runsolver used 2.03569 second user time and 4.5913 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-11 02:04:43
IDJOB=3484606
IDBENCH=83121
IDSOLVER=1976
FILE ID=node127/3484606-1307750683
RUNJOBID= node127-1307750682-795
PBS_JOBID= 13550830
Free space on /tmp= 74080 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top25.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-3484606-1307750683/watcher-3484606-1307750683 -o /tmp/evaluation-result-3484606-1307750683/solver-3484606-1307750683 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484606-1307750683.cnf -seed 1175485182 -budget 1200

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

MD5SUM BENCH= 1d36146d5d79c91e0605a19242395228
RANDOM SEED=1175485182

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:      31456840 kB
Buffers:        280544 kB
Cached:         991156 kB
SwapCached:       9372 kB
Active:         621696 kB
Inactive:       673304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31456840 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:          140816 kB
Writeback:           0 kB
AnonPages:       20272 kB
Mapped:          14244 kB
Slab:           134520 kB
PageTables:       5184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   234628 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:24:45