Trace number 3322747

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-industrial? (MO) 4601.78 1141.11

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq57_a.cnf
MD5SUM953b9cb99bfd26cff0e1ac65be1241f6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark552.98
Satisfiable
(Un)Satisfiability was proved
Number of variables569795
Number of clauses8562505
Sum of the clauses size24843745
Maximum clause length186
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27567948
Number of clauses of size 3724416
Number of clauses of size 49898
Number of clauses of size 560873
Number of clauses of size over 5199369

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.47	c INFO: solving HOME/instance-3322747-1304356039.cnf
0.31/0.47	c INFO: computing task features
37.90/38.09	c INFO: computed variable-clause graph statistics
39.00/39.13	c INFO: computed clause balance statistics
173.92/174.04	c INFO: computed variable balance statistics
263.71/263.82	c INFO: computed small-clause counts
268.80/268.98	c INFO: computed Horn-clause counts
644.62/644.73	c INFO: computed variable graph statistics
644.62/644.76	c INFO: collected features for HOME/instance-3322747-1304356039.cnf in 642.44 s
644.62/644.80	c INFO: running lingeling-276@0 for 97 with 39355 remaining (b = 0.77)
644.72/644.85	c INFO: running precosat-570@0 for 97 with 39355 remaining (b = 0.59)
644.72/644.90	c INFO: running lingeling-276@0 for 97 with 39355 remaining (b = 0.39)
644.82/644.95	c INFO: running cryptominisat-2.9.0@0 for 582 with 39355 remaining (b = 0.44)
644.82/644.99	c INFO: running cryptominisat-2.9.0@0 for 1067 with 39355 remaining (b = 0.54)
644.92/645.04	c INFO: running lingeling-276@0 for 485 with 39355 remaining (b = 0.37)
644.92/645.09	c INFO: running precosat-570@0 for 194 with 39355 remaining (b = 0.17)
645.01/645.14	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39355 remaining (b = 0.63)
1444.16/745.12	c INFO: running glucose@0 for 5821 with 39255 remaining (b = 0.82)
1444.16/745.18	c INFO: running glucose@0 for 5821 with 39255 remaining (b = 0.82)
1444.88/745.24	c INFO: running lingeling-276@0 for 1164 with 39255 remaining (b = 0.39)
2214.14/841.66	c INFO: running glucosER@0 for 291 with 39158 remaining (b = 0.38)
4597.61/1140.43	c INFO: running glucosER@0 for 291 with 38860 remaining (b = 0.29)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3322747-1304356039/watcher-3322747-1304356039 -o /tmp/evaluation-result-3322747-1304356039/solver-3322747-1304356039 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3322747-1304356039.cnf -seed 1553021215 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 5.99 7.47 7.84 1/294 15704
/proc/meminfo: memFree=19893636/32951124 swapFree=66372068/67111528
[pid=15704] ppid=15702 vsize=15776 CPUtime=0 cores=0-7
/proc/15704/stat : 15704 (python) R 15702 15704 14423 0 -1 4202496 921 0 0 0 0 0 0 0 20 0 1 0 528020384 16154624 801 33554432000 4194304 5683644 140735931879024 18446744073709551615 212039651333 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15704/statm: 3944 801 350 364 0 431 0

[startup+0.047841 s]
/proc/loadavg: 5.99 7.47 7.84 1/294 15704
/proc/meminfo: memFree=19893636/32951124 swapFree=66372068/67111528
[pid=15704] ppid=15702 vsize=29788 CPUtime=0.03 cores=0-7
/proc/15704/stat : 15704 (python) R 15702 15704 14423 0 -1 4202496 1414 0 0 0 3 0 0 0 20 0 1 0 528020384 30502912 1258 33554432000 4194304 5683644 140735931879024 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/15704/statm: 7447 1258 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+0.100827 s]
/proc/loadavg: 5.99 7.47 7.84 1/294 15704
/proc/meminfo: memFree=19893636/32951124 swapFree=66372068/67111528
[pid=15704] ppid=15702 vsize=104228 CPUtime=0.07 cores=0-7
/proc/15704/stat : 15704 (python) R 15702 15704 14423 0 -1 4202496 3065 0 0 0 6 1 0 0 20 0 1 0 528020384 106729472 2747 33554432000 4194304 5683644 140735931879024 18446744073709551615 4596500 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15704/statm: 26057 2748 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300809 s]
/proc/loadavg: 5.99 7.47 7.84 1/294 15704
/proc/meminfo: memFree=19893636/32951124 swapFree=66372068/67111528
[pid=15704] ppid=15702 vsize=170756 CPUtime=0.22 cores=0-7
/proc/15704/stat : 15704 (python) S 15702 15704 14423 0 -1 4202496 6735 935 1 0 18 4 0 0 17 0 1 0 528020384 174854144 4807 33554432000 4194304 5683644 140735931879024 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/15704/statm: 42689 4807 1336 364 0 3454 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 170756

[startup+0.700708 s]
/proc/loadavg: 5.99 7.47 7.84 1/294 15704
/proc/meminfo: memFree=19893636/32951124 swapFree=66372068/67111528
[pid=15704] ppid=15702 vsize=479752 CPUtime=0.6 cores=0-7
/proc/15704/stat : 15704 (python) R 15702 15704 14423 0 -1 4202496 59519 935 1 0 43 17 0 0 17 0 1 0 528020384 491266048 57204 33554432000 4194304 5683644 140735931879024 18446744073709551615 47912709219639 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15704/statm: 119938 57204 1761 364 0 55862 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 479752

[startup+2.2864 s]
/proc/loadavg: 5.99 7.47 7.84 1/294 15704
/proc/meminfo: memFree=19893636/32951124 swapFree=66372068/67111528
[pid=15704] ppid=15702 vsize=579692 CPUtime=2.19 cores=0-7
/proc/15704/stat : 15704 (python) R 15702 15704 14423 0 -1 4202496 84373 935 1 0 199 20 0 0 20 0 1 0 528020384 593604608 82058 33554432000 4194304 5683644 140735931879024 18446744073709551615 4602978 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15704/statm: 144923 82058 1761 364 0 80847 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 579692

[startup+3.10026 s]
/proc/loadavg: 5.83 7.41 7.82 2/295 15709
/proc/meminfo: memFree=19562272/32951124 swapFree=66372068/67111528
[pid=15704] ppid=15702 vsize=636424 CPUtime=3 cores=0-7
/proc/15704/stat : 15704 (python) R 15702 15704 14423 0 -1 4202496 97171 935 1 0 278 22 0 0 22 0 1 0 528020384 651698176 94856 33554432000 4194304 5683644 140735931879024 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15704/statm: 159106 94856 1761 364 0 95030 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 636424

[startup+6.30069 s]
/proc/loadavg: 5.83 7.41 7.82 2/295 15709
/proc/meminfo: memFree=19363648/32951124 swapFree=66372068/67111528
[pid=15704] ppid=15702 vsize=843408 CPUtime=6.2 cores=0-7
/proc/15704/stat : 15704 (python) R 15702 15704 14423 0 -1 4202496 146995 935 1 0 590 30 0 0 25 0 1 0 528020384 863649792 144680 33554432000 4194304 5683644 140735931879024 18446744073709551615 47912709231229 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15704/statm: 210852 144680 1761 364 0 146776 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 843408

[startup+12.7006 s]
/proc/loadavg: 5.09 7.20 7.75 2/295 15709
/proc/meminfo: memFree=18950876/32951124 swapFree=66372068/67111528
[pid=15704] ppid=15702 vsize=1251540 CPUtime=12.59 cores=0-7
/proc/15704/stat : 15704 (python) R 15702 15704 14423 0 -1 4202496 246970 935 1 0 1215 44 0 0 25 0 1 0 528020384 1281576960 244655 33554432000 4194304 5683644 140735931879024 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15704/statm: 312885 244656 1761 364 0 248809 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 1251540

[startup+25.5003 s]
/proc/loadavg: 4.46 7.00 7.67 2/295 15709
/proc/meminfo: memFree=18173208/32951124 swapFree=66372068/67111528
[pid=15704] ppid=15702 vsize=2026564 CPUtime=25.41 cores=0-7
/proc/15704/stat : 15704 (python) R 15702 15704 14423 0 -1 4202496 435321 935 1 0 2473 68 0 0 25 0 1 0 528020384 2075201536 433006 33554432000 4194304 5683644 140735931879024 18446744073709551615 47912538446149 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15704/statm: 506641 433006 1761 364 0 442565 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 2026564

[startup+51.1007 s]
/proc/loadavg: 3.28 6.51 7.49 2/295 15710
/proc/meminfo: memFree=18296408/32951124 swapFree=66372068/67111528
[pid=15704] ppid=15702 vsize=1859724 CPUtime=51 cores=0-7
/proc/15704/stat : 15704 (python) R 15702 15704 14423 0 -1 4202496 1156513 935 1 0 4950 150 0 0 25 0 1 0 528020384 1904357376 402316 33554432000 4194304 5683644 140735931879024 18446744073709551615 47912541144392 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15704/statm: 464931 402316 1826 364 0 400855 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 1859724

[startup+102.301 s]
/proc/loadavg: 2.03 5.68 7.16 2/295 15711
/proc/meminfo: memFree=18295528/32951124 swapFree=66372068/67111528
[pid=15704] ppid=15702 vsize=1859724 CPUtime=102.21 cores=0-7
/proc/15704/stat : 15704 (python) R 15702 15704 14423 0 -1 4202496 1156513 935 1 0 10071 150 0 0 25 0 1 0 528020384 1904357376 402316 33554432000 4194304 5683644 140735931879024 18446744073709551615 4523423 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15704/statm: 464931 402316 1826 364 0 400855 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 1859724

[startup+162.301 s]
/proc/loadavg: 1.35 4.76 6.74 2/295 15713
/proc/meminfo: memFree=18295992/32951124 swapFree=66372068/67111528
[pid=15704] ppid=15702 vsize=1859724 CPUtime=162.21 cores=0-7
/proc/15704/stat : 15704 (python) R 15702 15704 14423 0 -1 4202496 1156513 935 1 0 16071 150 0 0 25 0 1 0 528020384 1904357376 402316 33554432000 4194304 5683644 140735931879024 18446744073709551615 4457120 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15704/statm: 464931 402316 1826 364 0 400855 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 1859724

[startup+222.301 s]
/proc/loadavg: 1.14 4.12 6.40 2/295 15714
/proc/meminfo: memFree=18296440/32951124 swapFree=66372068/67111528
[pid=15704] ppid=15702 vsize=1859724 CPUtime=222.21 cores=0-7
/proc/15704/stat : 15704 (python) R 15702 15704 14423 0 -1 4202496 1156514 935 1 0 22071 150 0 0 25 0 1 0 528020384 1904357376 402317 33554432000 4194304 5683644 140735931879024 18446744073709551615 212039314859 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15704/statm: 464931 402317 1827 364 0 400855 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 1859724

[startup+282.3 s]
/proc/loadavg: 1.04 3.51 6.04 2/295 15716
/proc/meminfo: memFree=18296508/32951124 swapFree=66372068/67111528
[pid=15704] ppid=15702 vsize=1859724 CPUtime=282.21 cores=0-7
/proc/15704/stat : 15704 (python) R 15702 15704 14423 0 -1 4202496 1541172 935 1 0 28030 191 0 0 25 0 1 0 528020384 1904357376 402323 33554432000 4194304 5683644 140735931879024 18446744073709551615 47912538368140 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15704/statm: 464931 402323 1833 364 0 400855 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 1859724

[startup+342.301 s]
/proc/loadavg: 1.01 3.05 5.72 2/295 15718
/proc/meminfo: memFree=18296464/32951124 swapFree=66372068/67111528
[pid=15704] ppid=15702 vsize=1859724 CPUtime=342.22 cores=0-7
/proc/15704/stat : 15704 (python) R 15702 15704 14423 0 -1 4202496 1541172 935 1 0 34031 191 0 0 25 0 1 0 528020384 1904357376 402323 33554432000 4194304 5683644 140735931879024 18446744073709551615 47912538368140 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15704/statm: 464931 402323 1833 364 0 400855 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 1859724

[startup+402.301 s]
/proc/loadavg: 1.00 2.70 5.44 2/295 15719
/proc/meminfo: memFree=18296548/32951124 swapFree=66372068/67111528
[pid=15704] ppid=15702 vsize=1859724 CPUtime=402.21 cores=0-7
/proc/15704/stat : 15704 (python) R 15702 15704 14423 0 -1 4202496 1541172 935 1 0 40030 191 0 0 25 0 1 0 528020384 1904357376 402323 33554432000 4194304 5683644 140735931879024 18446744073709551615 47912538368140 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15704/statm: 464931 402323 1833 364 0 400855 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 1859724

[startup+462.31 s]
/proc/loadavg: 1.00 2.37 5.14 2/295 15721
/proc/meminfo: memFree=18296476/32951124 swapFree=66372068/67111528
[pid=15704] ppid=15702 vsize=1859724 CPUtime=462.22 cores=0-7
/proc/15704/stat : 15704 (python) R 15702 15704 14423 0 -1 4202496 1541172 935 1 0 46031 191 0 0 25 0 1 0 528020384 1904357376 402323 33554432000 4194304 5683644 140735931879024 18446744073709551615 47912538368128 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15704/statm: 464931 402323 1833 364 0 400855 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1859724

[startup+522.301 s]
/proc/loadavg: 1.00 2.13 4.90 2/295 15722
/proc/meminfo: memFree=18296576/32951124 swapFree=66372068/67111528
[pid=15704] ppid=15702 vsize=1859724 CPUtime=522.21 cores=0-7
/proc/15704/stat : 15704 (python) R 15702 15704 14423 0 -1 4202496 1541172 935 1 0 52030 191 0 0 25 0 1 0 528020384 1904357376 402323 33554432000 4194304 5683644 140735931879024 18446744073709551615 47912538368140 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15704/statm: 464931 402323 1833 364 0 400855 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1859724

[startup+582.301 s]
/proc/loadavg: 1.00 1.91 4.63 2/295 15724
/proc/meminfo: memFree=18296656/32951124 swapFree=66372068/67111528
[pid=15704] ppid=15702 vsize=1859724 CPUtime=582.21 cores=0-7
/proc/15704/stat : 15704 (python) R 15702 15704 14423 0 -1 4202496 1541172 935 1 0 58030 191 0 0 25 0 1 0 528020384 1904357376 402323 33554432000 4194304 5683644 140735931879024 18446744073709551615 47912538368140 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15704/statm: 464931 402323 1833 364 0 400855 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 1859724

[startup+642.301 s]

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

/proc/15766/stat : 15766 (python) Z 15704 15704 14423 0 -1 4203612 1033 0 0 0 34 40 0 0 18 0 1 0 528104550 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15766/statm: 0 0 0 0 0 0 0
[pid=15768] ppid=1 vsize=632096 CPUtime=295.8 cores=0-7
/proc/15768/stat : 15768 (glucoser_static) T 1 15768 15768 0 -1 4202496 145645 0 0 0 29549 31 0 0 25 0 1 0 528104553 647266304 145372 33554432000 134512640 134580299 4289245296 18446744073709551615 134552879 0 0 16781312 8388611 18446744071562691360 0 0 17 1 0 0 0
/proc/15768/statm: 158024 145372 243 17 0 157352 0
[pid=15781] ppid=15704 vsize=0 CPUtime=0.03 cores=0-7
/proc/15781/stat : 15781 (python) Z 15704 15704 14423 0 -1 4203612 754 0 0 0 0 3 0 0 15 0 1 0 528134427 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15781/statm: 0 0 0 0 0 0 0
[pid=15704/tid=15746] ppid=15702 vsize=0 CPUtime=0.08 cores=0-7
/proc/15704/task/15746/stat : 15746 (python) R 15702 15704 14423 0 -1 4203588 32 935 0 0 0 8 0 0 18 0 2 0 528084895 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2336.46
Current children cumulated vsize (KiB) 3169552
#
############


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

[startup+1141.09 s]
/proc/loadavg: 8.24 6.97 5.95 10/336 15783
/proc/meminfo: memFree=4995216/32951124 swapFree=66372068/67111528
[pid=15704] ppid=15702 vsize=0 CPUtime=645.44 cores=0-7
/proc/15704/stat : 15704 (python) Z 15702 15704 14423 0 -1 4203548 1549358 935 1 0 64314 230 0 0 18 0 2 0 528020384 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15704/statm: 0 0 0 0 0 0 0
[pid=15727] ppid=15704 vsize=0 CPUtime=1.2 cores=0-7
/proc/15727/stat : 15727 (python) Z 15704 15704 14423 0 -1 4203612 1136 0 0 0 57 63 0 0 18 0 1 0 528084864 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15727/statm: 0 0 0 0 0 0 0
[pid=15730] ppid=15704 vsize=0 CPUtime=0.27 cores=0-7
/proc/15730/stat : 15730 (python) Z 15704 15704 14423 0 -1 4203612 1097 0 0 0 11 16 0 0 18 0 1 0 528084869 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15730/statm: 0 0 0 0 0 0 0
[pid=15732] ppid=1 vsize=1188472 CPUtime=100.23 cores=0-7
/proc/15732/stat : 15732 (precosat) T 1 15732 15732 0 -1 4202496 291446 0 0 0 9967 56 0 0 25 0 1 0 528084871 1216995328 281923 33554432000 4194304 4890832 140733470423088 18446744073709551615 4449552 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/15732/statm: 297118 281923 86 171 0 296945 0
[pid=15733] ppid=15704 vsize=0 CPUtime=0.26 cores=0-7
/proc/15733/stat : 15733 (python) Z 15704 15704 14423 0 -1 4203612 976 0 0 0 11 15 0 0 18 0 1 0 528084874 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15733/statm: 0 0 0 0 0 0 0
[pid=15735] ppid=1 vsize=244048 CPUtime=100.23 cores=0-7
/proc/15735/stat : 15735 (lingeling) T 1 15735 15735 0 -1 4202496 133193 0 0 0 9996 27 0 0 25 0 1 0 528084876 249905152 60182 33554432000 4194304 4352236 140737372816672 18446744073709551615 4207827 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/15735/statm: 61012 60182 129 39 0 60092 0
[pid=15736] ppid=15704 vsize=0 CPUtime=1.28 cores=0-7
/proc/15736/stat : 15736 (python) Z 15704 15704 14423 0 -1 4203612 805 0 0 0 64 64 0 0 15 0 1 0 528084879 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15736/statm: 0 0 0 0 0 0 0
[pid=15738] ppid=1 vsize=0 CPUtime=494.16 cores=0-7
/proc/15738/stat : 15738 (cryptominisat-2) R 1 15738 15738 0 -1 4203524 895533 0 0 0 49270 146 0 0 25 0 1 0 528084881 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15738/statm: 0 0 0 0 0 0 0
[pid=15739] ppid=15704 vsize=0 CPUtime=1.27 cores=0-7
/proc/15739/stat : 15739 (python) Z 15704 15704 14423 0 -1 4203612 813 0 0 0 65 62 0 0 15 0 1 0 528084884 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15739/statm: 0 0 0 0 0 0 0
[pid=15741] ppid=1 vsize=0 CPUtime=494.68 cores=0-7
/proc/15741/stat : 15741 (cryptominisat-2) R 1 15741 15741 0 -1 4203524 933697 0 0 0 49320 148 0 0 25 0 1 0 528084886 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15741/statm: 0 0 0 0 0 0 0
[pid=15742] ppid=15704 vsize=0 CPUtime=1.19 cores=0-7
/proc/15742/stat : 15742 (python) Z 15704 15704 14423 0 -1 4203612 806 0 0 0 55 64 0 0 15 0 1 0 528084889 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15742/statm: 0 0 0 0 0 0 0
[pid=15745] ppid=15704 vsize=0 CPUtime=0.5 cores=0-7
/proc/15745/stat : 15745 (python) Z 15704 15704 14423 0 -1 4203612 993 0 0 0 22 28 0 0 18 0 1 0 528084893 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15745/statm: 0 0 0 0 0 0 0
[pid=15747] ppid=1 vsize=1104936 CPUtime=195.96 cores=0-7
/proc/15747/stat : 15747 (precosat) T 1 15747 15747 0 -1 4202496 278089 0 0 0 19547 49 0 0 25 0 1 0 528084897 1131454464 268606 33554432000 4194304 4890832 140733365297168 18446744073709551615 4232386 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/15747/statm: 276234 268606 86 171 0 276061 0
[pid=15748] ppid=15704 vsize=0 CPUtime=1.3 cores=0-7
/proc/15748/stat : 15748 (python) Z 15704 15704 14423 0 -1 4203612 871 0 0 0 65 65 0 0 15 0 1 0 528084898 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15748/statm: 0 0 0 0 0 0 0
[pid=15754] ppid=15704 vsize=0 CPUtime=0.96 cores=0-7
/proc/15754/stat : 15754 (python) Z 15704 15704 14423 0 -1 4203612 830 0 0 0 45 51 0 0 18 0 1 0 528094896 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15754/statm: 0 0 0 0 0 0 0
[pid=15759] ppid=15704 vsize=0 CPUtime=0.96 cores=0-7
/proc/15759/stat : 15759 (python) Z 15704 15704 14423 0 -1 4203612 836 0 0 0 42 54 0 0 18 0 1 0 528094902 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15759/statm: 0 0 0 0 0 0 0
[pid=15766] ppid=15704 vsize=0 CPUtime=0.74 cores=0-7
/proc/15766/stat : 15766 (python) Z 15704 15704 14423 0 -1 4203612 1033 0 0 0 34 40 0 0 18 0 1 0 528104550 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15766/statm: 0 0 0 0 0 0 0
[pid=15768] ppid=1 vsize=632096 CPUtime=295.8 cores=0-7
/proc/15768/stat : 15768 (glucoser_static) T 1 15768 15768 0 -1 4202496 145645 0 0 0 29549 31 0 0 25 0 1 0 528104553 647266304 145372 33554432000 134512640 134580299 4289245296 18446744073709551615 134552879 0 0 16781312 8388611 18446744071562691360 0 0 17 1 0 0 0
/proc/15768/statm: 158024 145372 243 17 0 157352 0
[pid=15781] ppid=15704 vsize=0 CPUtime=0.03 cores=0-7
/proc/15781/stat : 15781 (python) Z 15704 15704 14423 0 -1 4203612 754 0 0 0 0 3 0 0 15 0 1 0 528134427 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15781/statm: 0 0 0 0 0 0 0
[pid=15704/tid=15746] ppid=15702 vsize=0 CPUtime=0.08 cores=0-7
/proc/15704/task/15746/stat : 15746 (python) R 15702 15704 14423 0 -1 4203588 32 935 0 0 0 8 0 0 18 0 2 0 528084895 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2336.46
Current children cumulated vsize (KiB) 3169552

[startup+1141.1 s]
/proc/loadavg: 8.24 6.97 5.95 10/336 15783
/proc/meminfo: memFree=4995216/32951124 swapFree=66372068/67111528
[pid=15704] ppid=15702 vsize=0 CPUtime=645.45 cores=0-7
/proc/15704/stat : 15704 (python) Z 15702 15704 14423 0 -1 4203548 1549358 935 1 0 64314 231 0 0 18 0 2 0 528020384 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15704/statm: 0 0 0 0 0 0 0
[pid=15727] ppid=15704 vsize=0 CPUtime=1.2 cores=0-7
/proc/15727/stat : 15727 (python) Z 15704 15704 14423 0 -1 4203612 1136 0 0 0 57 63 0 0 18 0 1 0 528084864 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15727/statm: 0 0 0 0 0 0 0
[pid=15730] ppid=15704 vsize=0 CPUtime=0.27 cores=0-7
/proc/15730/stat : 15730 (python) Z 15704 15704 14423 0 -1 4203612 1097 0 0 0 11 16 0 0 18 0 1 0 528084869 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15730/statm: 0 0 0 0 0 0 0
[pid=15732] ppid=1 vsize=1188472 CPUtime=100.23 cores=0-7
/proc/15732/stat : 15732 (precosat) T 1 15732 15732 0 -1 4202496 291446 0 0 0 9967 56 0 0 25 0 1 0 528084871 1216995328 281923 33554432000 4194304 4890832 140733470423088 18446744073709551615 4449552 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/15732/statm: 297118 281923 86 171 0 296945 0
[pid=15733] ppid=15704 vsize=0 CPUtime=0.26 cores=0-7
/proc/15733/stat : 15733 (python) Z 15704 15704 14423 0 -1 4203612 976 0 0 0 11 15 0 0 18 0 1 0 528084874 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15733/statm: 0 0 0 0 0 0 0
[pid=15735] ppid=1 vsize=244048 CPUtime=100.23 cores=0-7
/proc/15735/stat : 15735 (lingeling) T 1 15735 15735 0 -1 4202496 133193 0 0 0 9996 27 0 0 25 0 1 0 528084876 249905152 60182 33554432000 4194304 4352236 140737372816672 18446744073709551615 4207827 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/15735/statm: 61012 60182 129 39 0 60092 0
[pid=15736] ppid=15704 vsize=0 CPUtime=1.28 cores=0-7
/proc/15736/stat : 15736 (python) Z 15704 15704 14423 0 -1 4203612 805 0 0 0 64 64 0 0 15 0 1 0 528084879 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15736/statm: 0 0 0 0 0 0 0
[pid=15738] ppid=1 vsize=0 CPUtime=494.18 cores=0-7
/proc/15738/stat : 15738 (cryptominisat-2) R 1 15738 15738 0 -1 4203524 895533 0 0 0 49270 148 0 0 25 0 1 0 528084881 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15738/statm: 0 0 0 0 0 0 0
[pid=15739] ppid=15704 vsize=0 CPUtime=1.27 cores=0-7
/proc/15739/stat : 15739 (python) Z 15704 15704 14423 0 -1 4203612 813 0 0 0 65 62 0 0 15 0 1 0 528084884 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15739/statm: 0 0 0 0 0 0 0
[pid=15741] ppid=1 vsize=0 CPUtime=494.69 cores=0-7
/proc/15741/stat : 15741 (cryptominisat-2) R 1 15741 15741 0 -1 4203524 933697 0 0 0 49320 149 0 0 25 0 1 0 528084886 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15741/statm: 0 0 0 0 0 0 0
[pid=15742] ppid=15704 vsize=0 CPUtime=1.19 cores=0-7
/proc/15742/stat : 15742 (python) Z 15704 15704 14423 0 -1 4203612 806 0 0 0 55 64 0 0 15 0 1 0 528084889 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15742/statm: 0 0 0 0 0 0 0
[pid=15745] ppid=15704 vsize=0 CPUtime=0.5 cores=0-7
/proc/15745/stat : 15745 (python) Z 15704 15704 14423 0 -1 4203612 993 0 0 0 22 28 0 0 18 0 1 0 528084893 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15745/statm: 0 0 0 0 0 0 0
[pid=15747] ppid=1 vsize=1104936 CPUtime=195.96 cores=0-7
/proc/15747/stat : 15747 (precosat) T 1 15747 15747 0 -1 4202496 278089 0 0 0 19547 49 0 0 25 0 1 0 528084897 1131454464 268606 33554432000 4194304 4890832 140733365297168 18446744073709551615 4232386 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/15747/statm: 276234 268606 86 171 0 276061 0
[pid=15748] ppid=15704 vsize=0 CPUtime=1.3 cores=0-7
/proc/15748/stat : 15748 (python) Z 15704 15704 14423 0 -1 4203612 871 0 0 0 65 65 0 0 15 0 1 0 528084898 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15748/statm: 0 0 0 0 0 0 0
[pid=15754] ppid=15704 vsize=0 CPUtime=0.96 cores=0-7
/proc/15754/stat : 15754 (python) Z 15704 15704 14423 0 -1 4203612 830 0 0 0 45 51 0 0 18 0 1 0 528094896 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15754/statm: 0 0 0 0 0 0 0
[pid=15759] ppid=15704 vsize=0 CPUtime=0.96 cores=0-7
/proc/15759/stat : 15759 (python) Z 15704 15704 14423 0 -1 4203612 836 0 0 0 42 54 0 0 18 0 1 0 528094902 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/15759/statm: 0 0 0 0 0 0 0
[pid=15766] ppid=15704 vsize=0 CPUtime=0.74 cores=0-7
/proc/15766/stat : 15766 (python) Z 15704 15704 14423 0 -1 4203612 1033 0 0 0 34 40 0 0 18 0 1 0 528104550 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15766/statm: 0 0 0 0 0 0 0
[pid=15768] ppid=1 vsize=632096 CPUtime=295.8 cores=0-7
/proc/15768/stat : 15768 (glucoser_static) T 1 15768 15768 0 -1 4202496 145645 0 0 0 29549 31 0 0 25 0 1 0 528104553 647266304 145372 33554432000 134512640 134580299 4289245296 18446744073709551615 134552879 0 0 16781312 8388611 18446744071562691360 0 0 17 1 0 0 0
/proc/15768/statm: 158024 145372 243 17 0 157352 0
[pid=15781] ppid=15704 vsize=0 CPUtime=0.03 cores=0-7
/proc/15781/stat : 15781 (python) Z 15704 15704 14423 0 -1 4203612 754 0 0 0 0 3 0 0 15 0 1 0 528134427 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/15781/statm: 0 0 0 0 0 0 0
[pid=15704/tid=15746] ppid=15702 vsize=0 CPUtime=0.09 cores=0-7
/proc/15704/task/15746/stat : 15746 (python) R 15702 15704 14423 0 -1 4203588 32 935 0 0 0 9 0 0 18 0 2 0 528084895 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2336.5
Current children cumulated vsize (KiB) 3169552

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15704 and gives
#  childrusage.ru_utime.tv_sec=643
#  childrusage.ru_utime.tv_usec=146226
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=329645
# CPU time returned by wait4() is 645.476
# while last known CPU time is 2336.5
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 2265.28
#  lost CPU user time (s): 2262.78
#  lost CPU system time (s): 2.5

Real time (s): 1141.11
CPU time (s): 4601.78
CPU user time (s): 4587.12
CPU system time (s): 14.66
CPU usage (%): 403.273
Max. virtual memory (cumulated for all children) (KiB): 32099916

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

runsolver used 4.23136 second user time and 10.4914 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-02 19:07:20
IDJOB=3322747
IDBENCH=88159
IDSOLVER=1710
FILE ID=node146/3322747-1304356039
RUNJOBID= node146-1304337556-14437
PBS_JOBID= 13178039
Free space on /tmp= 73260 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq57_a.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3322747-1304356039/watcher-3322747-1304356039 -o /tmp/evaluation-result-3322747-1304356039/solver-3322747-1304356039 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3322747-1304356039.cnf -seed 1553021215 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 953b9cb99bfd26cff0e1ac65be1241f6
RANDOM SEED=1553021215

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.830
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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19893916 kB
Buffers:         26800 kB
Cached:         727036 kB
SwapCached:      15480 kB
Active:       11343536 kB
Inactive:      1467984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19893916 kB
SwapTotal:    67111528 kB
SwapFree:     66372068 kB
Dirty:          225088 kB
Writeback:           0 kB
AnonPages:    12048536 kB
Mapped:          20744 kB
Slab:           132556 kB
PageTables:      43720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 56251972 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= 73228 MiB
End job on node146 at 2011-05-02 19:26:24