Trace number 3322745

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) 3423.22 1134.91

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq60_a.cnf
MD5SUM1e60a63f1ba68b9b3c423ca413b4fa2b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark718.86
Satisfiable
(Un)Satisfiability was proved
Number of variables651875
Number of clauses9927770
Sum of the clauses size28821360
Maximum clause length195
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28783867
Number of clauses of size 3839934
Number of clauses of size 410777
Number of clauses of size 570916
Number of clauses of size over 5222275

Solver Data

0.37/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.67	c INFO: solving HOME/instance-3322745-1304356033.cnf
0.37/0.67	c INFO: computing task features
44.84/45.18	c INFO: computed variable-clause graph statistics
46.03/46.40	c INFO: computed clause balance statistics
203.35/203.63	c INFO: computed variable balance statistics
309.15/309.40	c INFO: computed small-clause counts
315.74/316.05	c INFO: computed Horn-clause counts
806.46/806.71	c INFO: computed variable graph statistics
806.46/806.74	c INFO: collected features for HOME/instance-3322745-1304356033.cnf in 803.70 s
806.46/806.77	c INFO: running lingeling-276@0 for 97 with 39193 remaining (b = 0.78)
806.56/806.82	c INFO: running lingeling-276@0 for 485 with 39193 remaining (b = 0.92)
806.56/806.86	c INFO: running precosat-570@0 for 97 with 39193 remaining (b = 0.62)
806.66/806.91	c INFO: running lingeling-276@0 for 97 with 39193 remaining (b = 0.43)
806.66/806.95	c INFO: running cryptominisat-2.9.0@0 for 582 with 39193 remaining (b = 0.50)
806.76/807.00	c INFO: running cryptominisat-2.9.0@0 for 1164 with 39193 remaining (b = 0.62)
806.76/807.05	c INFO: running precosat-570@0 for 194 with 39193 remaining (b = 0.26)
806.85/807.10	c INFO: running precosat-570@0 for 97 with 39193 remaining (b = 0.09)
1605.87/907.03	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39093 remaining (b = 0.65)
1606.61/907.13	c INFO: running glucose@0 for 5821 with 39093 remaining (b = 0.86)
1606.61/907.19	c INFO: running glucose@0 for 5821 with 39093 remaining (b = 0.86)
1607.74/907.37	c INFO: running glucose@0 for 5821 with 39093 remaining (b = 0.85)
2376.78/1003.64	c INFO: running lingeling-276@0 for 291 with 38997 remaining (b = 0.13)

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-3322745-1304356033/watcher-3322745-1304356033 -o /tmp/evaluation-result-3322745-1304356033/solver-3322745-1304356033 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3322745-1304356033.cnf -seed 735801369 -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: 7.03 8.05 8.17 1/256 29032
/proc/meminfo: memFree=30177140/32950928 swapFree=65762292/67111528
[pid=29032] ppid=29030 vsize=15760 CPUtime=0 cores=0-7
/proc/29032/stat : 29032 (python) S 29030 29032 28615 0 -1 4202496 844 0 0 0 0 0 0 0 21 0 1 0 625834868 16138240 727 33554432000 4194304 5683644 140736053803472 18446744073709551615 260905392128 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/29032/statm: 3940 727 334 364 0 427 0

[startup+0.050786 s]
/proc/loadavg: 7.03 8.05 8.17 1/256 29032
/proc/meminfo: memFree=30177140/32950928 swapFree=65762292/67111528
[pid=29032] ppid=29030 vsize=18880 CPUtime=0.03 cores=0-7
/proc/29032/stat : 29032 (python) S 29030 29032 28615 0 -1 4202496 1287 0 0 0 3 0 0 0 21 0 1 0 625834868 19333120 1140 33554432000 4194304 5683644 140736053803472 18446744073709551615 260905392128 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/29032/statm: 4720 1140 421 364 0 689 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18880

[startup+0.100466 s]
/proc/loadavg: 7.03 8.05 8.17 1/256 29032
/proc/meminfo: memFree=30177140/32950928 swapFree=65762292/67111528
[pid=29032] ppid=29030 vsize=85620 CPUtime=0.06 cores=0-7
/proc/29032/stat : 29032 (python) S 29030 29032 28615 0 -1 4202496 2630 0 0 0 5 1 0 0 18 0 1 0 625834868 87674880 2348 33554432000 4194304 5683644 140736053803472 18446744073709551615 260905392128 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/29032/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300157 s]
/proc/loadavg: 7.03 8.05 8.17 1/256 29032
/proc/meminfo: memFree=30177140/32950928 swapFree=65762292/67111528
[pid=29032] ppid=29030 vsize=135748 CPUtime=0.19 cores=0-7
/proc/29032/stat : 29032 (python) S 29030 29032 28615 0 -1 4202496 5966 933 1 0 15 4 0 0 18 0 1 0 625834868 139005952 4150 33554432000 4194304 5683644 140736053803472 18446744073709551615 260905390085 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/29032/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.701087 s]
/proc/loadavg: 7.03 8.05 8.17 1/256 29032
/proc/meminfo: memFree=30177140/32950928 swapFree=65762292/67111528
[pid=29032] ppid=29030 vsize=503272 CPUtime=0.43 cores=0-7
/proc/29032/stat : 29032 (python) R 29030 29032 28615 0 -1 4202496 20398 933 1 0 31 12 0 0 17 0 1 0 625834868 515350528 18077 33554432000 4194304 5683644 140736053803472 18446744073709551615 260905393920 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/29032/statm: 125818 18077 1758 364 0 61742 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 503272

[startup+1.50101 s]
/proc/loadavg: 7.03 8.05 8.17 2/257 29037
/proc/meminfo: memFree=29917468/32950928 swapFree=65762292/67111528
[pid=29032] ppid=29030 vsize=549376 CPUtime=1.24 cores=0-7
/proc/29032/stat : 29032 (python) R 29030 29032 28615 0 -1 4202496 76867 933 1 0 101 23 0 0 18 0 1 0 625834868 562561024 74443 33554432000 4194304 5683644 140736053803472 18446744073709551615 260905054917 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29032/statm: 137344 74443 1761 364 0 73268 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 549376

[startup+3.10064 s]
/proc/loadavg: 6.54 7.94 8.13 2/257 29037
/proc/meminfo: memFree=29846788/32950928 swapFree=65762292/67111528
[pid=29032] ppid=29030 vsize=654780 CPUtime=2.83 cores=0-7
/proc/29032/stat : 29032 (python) R 29030 29032 28615 0 -1 4202496 102742 933 1 0 257 26 0 0 21 0 1 0 625834868 670494720 100318 33554432000 4194304 5683644 140736053803472 18446744073709551615 260905054917 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29032/statm: 163695 100319 1761 364 0 99619 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 654780

[startup+6.30105 s]
/proc/loadavg: 6.54 7.94 8.13 2/257 29038
/proc/meminfo: memFree=29636864/32950928 swapFree=65762292/67111528
[pid=29032] ppid=29030 vsize=858828 CPUtime=6.03 cores=0-7
/proc/29032/stat : 29032 (python) R 29030 29032 28615 0 -1 4202496 154116 933 1 0 569 34 0 0 25 0 1 0 625834868 879439872 151692 33554432000 4194304 5683644 140736053803472 18446744073709551615 260905054917 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29032/statm: 214707 151692 1761 364 0 150631 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 858828

[startup+12.7009 s]
/proc/loadavg: 5.69 7.71 8.06 2/257 29038
/proc/meminfo: memFree=29212444/32950928 swapFree=65762292/67111528
[pid=29032] ppid=29030 vsize=1288196 CPUtime=12.44 cores=0-7
/proc/29032/stat : 29032 (python) R 29030 29032 28615 0 -1 4202496 256927 933 1 0 1194 50 0 0 25 0 1 0 625834868 1319112704 254503 33554432000 4194304 5683644 140736053803472 18446744073709551615 260905054917 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29032/statm: 322049 254503 1761 364 0 257973 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 1288196

[startup+25.5006 s]
/proc/loadavg: 4.97 7.49 7.98 2/257 29038
/proc/meminfo: memFree=28490128/32950928 swapFree=65762292/67111528
[pid=29032] ppid=29030 vsize=1959900 CPUtime=25.24 cores=0-7
/proc/29032/stat : 29032 (python) R 29030 29032 28615 0 -1 4202496 426510 933 1 0 2449 75 0 0 25 0 1 0 625834868 2006937600 424086 33554432000 4194304 5683644 140736053803472 18446744073709551615 4295310 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29032/statm: 489975 424086 1761 364 0 425899 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 1959900

[startup+51.1008 s]
/proc/loadavg: 3.61 6.97 7.79 2/257 29039
/proc/meminfo: memFree=28323928/32950928 swapFree=65762292/67111528
[pid=29032] ppid=29030 vsize=2112844 CPUtime=50.84 cores=0-7
/proc/29032/stat : 29032 (python) R 29030 29032 28615 0 -1 4202496 1378918 933 1 0 4894 190 0 0 25 0 1 0 625834868 2163552256 465596 33554432000 4194304 5683644 140736053803472 18446744073709551615 47461979462594 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29032/statm: 528211 465596 1826 364 0 464135 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 2112844

[startup+102.308 s]
/proc/loadavg: 2.10 5.98 7.41 2/257 29040
/proc/meminfo: memFree=28324196/32950928 swapFree=65762292/67111528
[pid=29032] ppid=29030 vsize=2112844 CPUtime=102.05 cores=0-7
/proc/29032/stat : 29032 (python) R 29030 29032 28615 0 -1 4202496 1378918 933 1 0 10015 190 0 0 25 0 1 0 625834868 2163552256 465596 33554432000 4194304 5683644 140736053803472 18446744073709551615 47461982115729 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29032/statm: 528211 465596 1826 364 0 464135 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 2112844

[startup+162.3 s]
/proc/loadavg: 1.40 5.07 7.00 2/257 29042
/proc/meminfo: memFree=28324144/32950928 swapFree=65762292/67111528
[pid=29032] ppid=29030 vsize=2112844 CPUtime=162.05 cores=0-7
/proc/29032/stat : 29032 (python) R 29030 29032 28615 0 -1 4202496 1378918 933 1 0 16015 190 0 0 25 0 1 0 625834868 2163552256 465596 33554432000 4194304 5683644 140736053803472 18446744073709551615 4662589 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29032/statm: 528211 465596 1826 364 0 464135 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 2112844

[startup+222.3 s]
/proc/loadavg: 1.15 4.33 6.62 2/257 29043
/proc/meminfo: memFree=28324080/32950928 swapFree=65762292/67111528
[pid=29032] ppid=29030 vsize=2112844 CPUtime=222.05 cores=0-7
/proc/29032/stat : 29032 (python) R 29030 29032 28615 0 -1 4202496 1378919 933 1 0 22015 190 0 0 25 0 1 0 625834868 2163552256 465597 33554432000 4194304 5683644 140736053803472 18446744073709551615 47461979531765 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29032/statm: 528211 465597 1827 364 0 464135 0
Current children cumulated CPU time (s) 222.05
Current children cumulated vsize (KiB) 2112844

[startup+282.3 s]
/proc/loadavg: 1.05 3.72 6.27 2/257 29045
/proc/meminfo: memFree=28324156/32950928 swapFree=65762292/67111528
[pid=29032] ppid=29030 vsize=2112844 CPUtime=282.05 cores=0-7
/proc/29032/stat : 29032 (python) R 29030 29032 28615 0 -1 4202496 1378919 933 1 0 28015 190 0 0 25 0 1 0 625834868 2163552256 465597 33554432000 4194304 5683644 140736053803472 18446744073709551615 47461982115816 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29032/statm: 528211 465597 1827 364 0 464135 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 2112844

[startup+342.3 s]
/proc/loadavg: 1.02 3.22 5.94 2/257 29047
/proc/meminfo: memFree=28324084/32950928 swapFree=65762292/67111528
[pid=29032] ppid=29030 vsize=2112844 CPUtime=342.05 cores=0-7
/proc/29032/stat : 29032 (python) R 29030 29032 28615 0 -1 4202496 1863700 933 1 0 33959 246 0 0 25 0 1 0 625834868 2163552256 465603 33554432000 4194304 5683644 140736053803472 18446744073709551615 47461979351180 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29032/statm: 528211 465603 1833 364 0 464135 0
Current children cumulated CPU time (s) 342.05
Current children cumulated vsize (KiB) 2112844

[startup+402.3 s]
/proc/loadavg: 1.00 2.81 5.63 2/257 29048
/proc/meminfo: memFree=28324156/32950928 swapFree=65762292/67111528
[pid=29032] ppid=29030 vsize=2112844 CPUtime=402.05 cores=0-7
/proc/29032/stat : 29032 (python) R 29030 29032 28615 0 -1 4202496 1863700 933 1 0 39959 246 0 0 25 0 1 0 625834868 2163552256 465603 33554432000 4194304 5683644 140736053803472 18446744073709551615 47461979351180 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29032/statm: 528211 465603 1833 364 0 464135 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 2112844

[startup+462.3 s]
/proc/loadavg: 1.00 2.48 5.33 2/257 29050
/proc/meminfo: memFree=28324216/32950928 swapFree=65762292/67111528
[pid=29032] ppid=29030 vsize=2112844 CPUtime=462.05 cores=0-7
/proc/29032/stat : 29032 (python) R 29030 29032 28615 0 -1 4202496 1863700 933 1 0 45959 246 0 0 25 0 1 0 625834868 2163552256 465603 33554432000 4194304 5683644 140736053803472 18446744073709551615 47461979351180 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29032/statm: 528211 465603 1833 364 0 464135 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 2112844

[startup+522.3 s]
/proc/loadavg: 1.00 2.21 5.06 2/257 29051
/proc/meminfo: memFree=28324052/32950928 swapFree=65762292/67111528
[pid=29032] ppid=29030 vsize=2112844 CPUtime=522.05 cores=0-7
/proc/29032/stat : 29032 (python) R 29030 29032 28615 0 -1 4202496 1863700 933 1 0 51959 246 0 0 25 0 1 0 625834868 2163552256 465603 33554432000 4194304 5683644 140736053803472 18446744073709551615 47461979351180 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29032/statm: 528211 465603 1833 364 0 464135 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 2112844

[startup+582.3 s]
/proc/loadavg: 1.00 1.99 4.80 2/257 29053
/proc/meminfo: memFree=28324000/32950928 swapFree=65762292/67111528
[pid=29032] ppid=29030 vsize=2112844 CPUtime=582.06 cores=0-7
/proc/29032/stat : 29032 (python) R 29030 29032 28615 0 -1 4202496 1863700 933 1 0 57960 246 0 0 25 0 1 0 625834868 2163552256 465603 33554432000 4194304 5683644 140736053803472 18446744073709551615 47461979351180 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29032/statm: 528211 465603 1833 364 0 464135 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 2112844

[startup+642.3 s]

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

/proc/29088/stat : 29088 (python) Z 29032 29032 28615 0 -1 4203612 1027 0 0 0 25 24 0 0 15 0 1 0 625925572 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29088/statm: 0 0 0 0 0 0 0
[pid=29090] ppid=1 vsize=0 CPUtime=227.78 cores=0-7
/proc/29090/stat : 29090 (cryptominisat-2) R 1 29090 29090 0 -1 4203524 509477 0 0 0 22674 104 0 0 25 0 1 0 625925575 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29090/statm: 0 0 0 0 0 0 0
[pid=29092] ppid=29032 vsize=0 CPUtime=0.48 cores=0-7
/proc/29092/stat : 29092 (python) Z 29032 29032 28615 0 -1 4203612 1014 0 0 0 22 26 0 0 16 0 1 0 625925582 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/29092/statm: 0 0 0 0 0 0 0
[pid=29096] ppid=29032 vsize=0 CPUtime=0.48 cores=0-7
/proc/29096/stat : 29096 (python) Z 29032 29032 28615 0 -1 4203612 1003 0 0 0 23 25 0 0 17 0 1 0 625925587 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29096/statm: 0 0 0 0 0 0 0
[pid=29100] ppid=29032 vsize=0 CPUtime=0.48 cores=0-7
/proc/29100/stat : 29100 (python) Z 29032 29032 28615 0 -1 4203612 1011 0 0 0 25 23 0 0 18 0 1 0 625925606 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29100/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1862.36
Current children cumulated vsize (KiB) 4242488
#
############


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

[startup+1134.88 s]
/proc/loadavg: 8.04 5.84 5.18 9/298 29109
/proc/meminfo: memFree=16003916/32950928 swapFree=65762292/67111528
[pid=29032] ppid=29030 vsize=0 CPUtime=807.22 cores=0-7
/proc/29032/stat : 29032 (python) R 29030 29032 28615 0 -1 4203524 1873299 933 1 0 80442 280 0 0 18 0 1 0 625834868 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29032/statm: 0 0 0 0 0 0 0
[pid=29060] ppid=29032 vsize=0 CPUtime=0.49 cores=0-7
/proc/29060/stat : 29060 (python) Z 29032 29032 28615 0 -1 4203612 1130 0 0 0 21 28 0 0 18 0 1 0 625915546 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29060/statm: 0 0 0 0 0 0 0
[pid=29063] ppid=29032 vsize=0 CPUtime=0.68 cores=0-7
/proc/29063/stat : 29063 (python) Z 29032 29032 28615 0 -1 4203612 972 0 0 0 35 33 0 0 15 0 1 0 625915551 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29063/statm: 0 0 0 0 0 0 0
[pid=29066] ppid=29032 vsize=0 CPUtime=0.23 cores=0-7
/proc/29066/stat : 29066 (python) Z 29032 29032 28615 0 -1 4203612 1094 0 0 0 10 13 0 0 18 0 1 0 625915555 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29066/statm: 0 0 0 0 0 0 0
[pid=29068] ppid=1 vsize=1264120 CPUtime=100.19 cores=0-7
/proc/29068/stat : 29068 (precosat) T 1 29068 29068 0 -1 4202496 317660 0 0 0 9959 60 0 0 25 0 1 0 625915557 1294458880 306902 33554432000 4194304 4890832 140736279777856 18446744073709551615 4238592 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/29068/statm: 316030 306902 86 171 0 315857 0
[pid=29069] ppid=29032 vsize=0 CPUtime=0.22 cores=0-7
/proc/29069/stat : 29069 (python) Z 29032 29032 28615 0 -1 4203612 1129 0 0 0 9 13 0 0 18 0 1 0 625915560 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29069/statm: 0 0 0 0 0 0 0
[pid=29071] ppid=1 vsize=378580 CPUtime=99.07 cores=0-7
/proc/29071/stat : 29071 (lingeling) T 1 29071 29071 0 -1 4202496 168858 0 0 0 9872 35 0 0 25 0 1 0 625915562 387665920 93814 33554432000 4194304 4352236 140734154350800 18446744073709551615 4207882 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/29071/statm: 94645 93814 129 39 0 93725 0
[pid=29072] ppid=29032 vsize=0 CPUtime=0.71 cores=0-7
/proc/29072/stat : 29072 (python) Z 29032 29032 28615 0 -1 4203612 1016 0 0 0 37 34 0 0 15 0 1 0 625915564 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29072/statm: 0 0 0 0 0 0 0
[pid=29075] ppid=29032 vsize=0 CPUtime=0.71 cores=0-7
/proc/29075/stat : 29075 (python) Z 29032 29032 28615 0 -1 4203612 1022 0 0 0 39 32 0 0 15 0 1 0 625915569 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29075/statm: 0 0 0 0 0 0 0
[pid=29077] ppid=1 vsize=0 CPUtime=326.65 cores=0-7
/proc/29077/stat : 29077 (cryptominisat-2) R 1 29077 29077 0 -1 4203524 616395 0 0 0 32552 113 0 0 25 0 1 0 625915571 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29077/statm: 0 0 0 0 0 0 0
[pid=29078] ppid=29032 vsize=0 CPUtime=0.42 cores=0-7
/proc/29078/stat : 29078 (python) Z 29032 29032 28615 0 -1 4203612 1162 0 0 0 22 20 0 0 18 0 1 0 625915574 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29078/statm: 0 0 0 0 0 0 0
[pid=29080] ppid=1 vsize=1326012 CPUtime=195.85 cores=0-7
/proc/29080/stat : 29080 (precosat) T 1 29080 29080 0 -1 4202496 318613 0 0 0 19528 57 0 0 25 0 1 0 625915576 1357836288 307830 33554432000 4194304 4890832 140736087171456 18446744073709551615 4229338 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/29080/statm: 331503 307830 86 171 0 331330 0
[pid=29081] ppid=29032 vsize=0 CPUtime=0.23 cores=0-7
/proc/29081/stat : 29081 (python) Z 29032 29032 28615 0 -1 4203612 1191 0 0 0 10 13 0 0 18 0 1 0 625915579 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29081/statm: 0 0 0 0 0 0 0
[pid=29083] ppid=1 vsize=1273776 CPUtime=99.98 cores=0-7
/proc/29083/stat : 29083 (precosat) T 1 29083 29083 0 -1 4202496 320382 0 0 0 9942 56 0 0 25 0 1 0 625915580 1304346624 309370 33554432000 4194304 4890832 140734431236608 18446744073709551615 4246719 0 0 16781312 17442 18446744071562691360 0 0 17 6 0 0 0
/proc/29083/statm: 318444 309370 86 171 0 318271 0
[pid=29088] ppid=29032 vsize=0 CPUtime=0.49 cores=0-7
/proc/29088/stat : 29088 (python) Z 29032 29032 28615 0 -1 4203612 1027 0 0 0 25 24 0 0 15 0 1 0 625925572 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29088/statm: 0 0 0 0 0 0 0
[pid=29090] ppid=1 vsize=0 CPUtime=227.78 cores=0-7
/proc/29090/stat : 29090 (cryptominisat-2) R 1 29090 29090 0 -1 4203524 509477 0 0 0 22674 104 0 0 25 0 1 0 625925575 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29090/statm: 0 0 0 0 0 0 0
[pid=29092] ppid=29032 vsize=0 CPUtime=0.48 cores=0-7
/proc/29092/stat : 29092 (python) Z 29032 29032 28615 0 -1 4203612 1014 0 0 0 22 26 0 0 16 0 1 0 625925582 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/29092/statm: 0 0 0 0 0 0 0
[pid=29096] ppid=29032 vsize=0 CPUtime=0.48 cores=0-7
/proc/29096/stat : 29096 (python) Z 29032 29032 28615 0 -1 4203612 1003 0 0 0 23 25 0 0 17 0 1 0 625925587 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29096/statm: 0 0 0 0 0 0 0
[pid=29100] ppid=29032 vsize=0 CPUtime=0.48 cores=0-7
/proc/29100/stat : 29100 (python) Z 29032 29032 28615 0 -1 4203612 1011 0 0 0 25 23 0 0 18 0 1 0 625925606 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29100/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1862.36
Current children cumulated vsize (KiB) 4242488

[startup+1134.9 s]
/proc/loadavg: 8.04 5.84 5.18 9/298 29109
/proc/meminfo: memFree=16003916/32950928 swapFree=65762292/67111528
[pid=29032] ppid=29030 vsize=0 CPUtime=807.24 cores=0-7
/proc/29032/stat : 29032 (python) R 29030 29032 28615 0 -1 4203524 1873299 933 1 0 80442 282 0 0 18 0 1 0 625834868 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29032/statm: 0 0 0 0 0 0 0
[pid=29060] ppid=29032 vsize=0 CPUtime=0.49 cores=0-7
/proc/29060/stat : 29060 (python) Z 29032 29032 28615 0 -1 4203612 1130 0 0 0 21 28 0 0 18 0 1 0 625915546 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29060/statm: 0 0 0 0 0 0 0
[pid=29063] ppid=29032 vsize=0 CPUtime=0.68 cores=0-7
/proc/29063/stat : 29063 (python) Z 29032 29032 28615 0 -1 4203612 972 0 0 0 35 33 0 0 15 0 1 0 625915551 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29063/statm: 0 0 0 0 0 0 0
[pid=29066] ppid=29032 vsize=0 CPUtime=0.23 cores=0-7
/proc/29066/stat : 29066 (python) Z 29032 29032 28615 0 -1 4203612 1094 0 0 0 10 13 0 0 18 0 1 0 625915555 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29066/statm: 0 0 0 0 0 0 0
[pid=29068] ppid=1 vsize=1264120 CPUtime=100.19 cores=0-7
/proc/29068/stat : 29068 (precosat) T 1 29068 29068 0 -1 4202496 317660 0 0 0 9959 60 0 0 25 0 1 0 625915557 1294458880 306902 33554432000 4194304 4890832 140736279777856 18446744073709551615 4238592 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/29068/statm: 316030 306902 86 171 0 315857 0
[pid=29069] ppid=29032 vsize=0 CPUtime=0.22 cores=0-7
/proc/29069/stat : 29069 (python) Z 29032 29032 28615 0 -1 4203612 1129 0 0 0 9 13 0 0 18 0 1 0 625915560 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29069/statm: 0 0 0 0 0 0 0
[pid=29071] ppid=1 vsize=378580 CPUtime=99.07 cores=0-7
/proc/29071/stat : 29071 (lingeling) T 1 29071 29071 0 -1 4202496 168858 0 0 0 9872 35 0 0 25 0 1 0 625915562 387665920 93814 33554432000 4194304 4352236 140734154350800 18446744073709551615 4207882 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/29071/statm: 94645 93814 129 39 0 93725 0
[pid=29072] ppid=29032 vsize=0 CPUtime=0.71 cores=0-7
/proc/29072/stat : 29072 (python) Z 29032 29032 28615 0 -1 4203612 1016 0 0 0 37 34 0 0 15 0 1 0 625915564 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29072/statm: 0 0 0 0 0 0 0
[pid=29075] ppid=29032 vsize=0 CPUtime=0.71 cores=0-7
/proc/29075/stat : 29075 (python) Z 29032 29032 28615 0 -1 4203612 1022 0 0 0 39 32 0 0 15 0 1 0 625915569 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29075/statm: 0 0 0 0 0 0 0
[pid=29077] ppid=1 vsize=0 CPUtime=326.67 cores=0-7
/proc/29077/stat : 29077 (cryptominisat-2) R 1 29077 29077 0 -1 4203524 616395 0 0 0 32552 115 0 0 25 0 1 0 625915571 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29077/statm: 0 0 0 0 0 0 0
[pid=29078] ppid=29032 vsize=0 CPUtime=0.42 cores=0-7
/proc/29078/stat : 29078 (python) Z 29032 29032 28615 0 -1 4203612 1162 0 0 0 22 20 0 0 18 0 1 0 625915574 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29078/statm: 0 0 0 0 0 0 0
[pid=29080] ppid=1 vsize=1326012 CPUtime=195.85 cores=0-7
/proc/29080/stat : 29080 (precosat) T 1 29080 29080 0 -1 4202496 318613 0 0 0 19528 57 0 0 25 0 1 0 625915576 1357836288 307830 33554432000 4194304 4890832 140736087171456 18446744073709551615 4229338 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/29080/statm: 331503 307830 86 171 0 331330 0
[pid=29081] ppid=29032 vsize=0 CPUtime=0.23 cores=0-7
/proc/29081/stat : 29081 (python) Z 29032 29032 28615 0 -1 4203612 1191 0 0 0 10 13 0 0 18 0 1 0 625915579 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29081/statm: 0 0 0 0 0 0 0
[pid=29083] ppid=1 vsize=1273776 CPUtime=99.98 cores=0-7
/proc/29083/stat : 29083 (precosat) T 1 29083 29083 0 -1 4202496 320382 0 0 0 9942 56 0 0 25 0 1 0 625915580 1304346624 309370 33554432000 4194304 4890832 140734431236608 18446744073709551615 4246719 0 0 16781312 17442 18446744071562691360 0 0 17 6 0 0 0
/proc/29083/statm: 318444 309370 86 171 0 318271 0
[pid=29088] ppid=29032 vsize=0 CPUtime=0.49 cores=0-7
/proc/29088/stat : 29088 (python) Z 29032 29032 28615 0 -1 4203612 1027 0 0 0 25 24 0 0 15 0 1 0 625925572 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29088/statm: 0 0 0 0 0 0 0
[pid=29090] ppid=1 vsize=0 CPUtime=227.8 cores=0-7
/proc/29090/stat : 29090 (cryptominisat-2) R 1 29090 29090 0 -1 4203524 509477 0 0 0 22674 106 0 0 25 0 1 0 625925575 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29090/statm: 0 0 0 0 0 0 0
[pid=29092] ppid=29032 vsize=0 CPUtime=0.48 cores=0-7
/proc/29092/stat : 29092 (python) Z 29032 29032 28615 0 -1 4203612 1014 0 0 0 22 26 0 0 16 0 1 0 625925582 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/29092/statm: 0 0 0 0 0 0 0
[pid=29096] ppid=29032 vsize=0 CPUtime=0.48 cores=0-7
/proc/29096/stat : 29096 (python) Z 29032 29032 28615 0 -1 4203612 1003 0 0 0 23 25 0 0 17 0 1 0 625925587 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29096/statm: 0 0 0 0 0 0 0
[pid=29100] ppid=29032 vsize=0 CPUtime=0.48 cores=0-7
/proc/29100/stat : 29100 (python) Z 29032 29032 28615 0 -1 4203612 1011 0 0 0 25 23 0 0 18 0 1 0 625925606 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29100/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1862.42
Current children cumulated vsize (KiB) 4242488

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29032 and gives
#  childrusage.ru_utime.tv_sec=804
#  childrusage.ru_utime.tv_usec=423709
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=840568
# CPU time returned by wait4() is 807.264
# while last known CPU time is 1862.42
#
# 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): 1560.8
#  lost CPU user time (s): 1558.55
#  lost CPU system time (s): 2.25

Real time (s): 1134.91
CPU time (s): 3423.22
CPU user time (s): 3411.02
CPU system time (s): 12.2
CPU usage (%): 301.63
Max. virtual memory (cumulated for all children) (KiB): 31759540

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

runsolver used 3.13252 second user time and 8.16376 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-02 19:07:22
IDJOB=3322745
IDBENCH=88158
IDSOLVER=1710
FILE ID=node116/3322745-1304356033
RUNJOBID= node116-1304349884-28629
PBS_JOBID= 13178675
Free space on /tmp= 73532 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq60_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-3322745-1304356033/watcher-3322745-1304356033 -o /tmp/evaluation-result-3322745-1304356033/solver-3322745-1304356033 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3322745-1304356033.cnf -seed 735801369 -budget 40000 -cores 8

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

MD5SUM BENCH= 1e60a63f1ba68b9b3c423ca413b4fa2b
RANDOM SEED=735801369

node116.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.826
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.65
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.826
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	: 5226.15
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.826
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.826
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.75
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.826
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.77
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.826
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.826
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.826
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:     32950928 kB
MemFree:      30177792 kB
Buffers:         55156 kB
Cached:        1063756 kB
SwapCached:      25644 kB
Active:        1922552 kB
Inactive:       674976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30177792 kB
SwapTotal:    67111528 kB
SwapFree:     65762292 kB
Dirty:          257072 kB
Writeback:           0 kB
AnonPages:     1462672 kB
Mapped:           9988 kB
Slab:            93208 kB
PageTables:      17540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 36583104 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= 73500 MiB
End job on node116 at 2011-05-02 19:26:19