Trace number 3483831

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.09 1200.86

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark485.526
Satisfiable
(Un)Satisfiability was proved
Number of variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

Solver Data

0.51/0.91	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.51/0.91	c INFO: solving HOME/instance-3483831-1307747011.cnf
0.51/0.91	c INFO: computing task features
24.41/24.89	c INFO: computed variable-clause graph statistics
25.21/25.65	c INFO: computed clause balance statistics
123.31/123.72	c INFO: computed variable balance statistics
188.62/189.05	c INFO: computed small-clause counts
190.81/191.23	c INFO: computed Horn-clause counts
306.51/306.95	c INFO: computed variable graph statistics
306.51/306.97	c INFO: collected features for HOME/instance-3483831-1307747011.cnf in 304.91 s
306.51/306.98	c INFO: running lingeling-276@0 for 97 with 895 remaining (b = 0.76)
406.22/407.14	c INFO: running lingeling-276@99 for 388 with 795 remaining (b = 0.79)
795.26/796.58	c INFO: running lingeling-276@0 for 97 with 407 remaining (b = 0.75)
894.58/895.74	c INFO: running glucosER@0 for 308 with 308 remaining (b = 0.73)

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

running on 2 cores: 0,2

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: 1.40 1.08 1.07 5/184 24752
/proc/meminfo: memFree=31341940/32950928 swapFree=67055156/67111528
[pid=24752] ppid=24748 vsize=15380 CPUtime=0 cores=0,2
/proc/24752/stat : 24752 (python) S 24748 24752 24692 0 -1 4202496 795 0 0 0 0 0 0 0 20 0 1 0 886301428 15749120 680 33554432000 4194304 5683644 140734084755840 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 0
/proc/24752/statm: 3845 680 322 364 0 332 0

[startup+0.0443639 s]
/proc/loadavg: 1.40 1.08 1.07 5/184 24752
/proc/meminfo: memFree=31341940/32950928 swapFree=67055156/67111528
[pid=24752] ppid=24748 vsize=18880 CPUtime=0.01 cores=0,2
/proc/24752/stat : 24752 (python) R 24748 24752 24692 0 -1 4202496 1235 0 0 0 1 0 0 0 17 0 1 0 886301428 19333120 1090 33554432000 4194304 5683644 140734084755840 18446744073709551615 248084729242 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/24752/statm: 4720 1091 421 364 0 689 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18880

[startup+0.100368 s]
/proc/loadavg: 1.40 1.08 1.07 5/184 24752
/proc/meminfo: memFree=31341940/32950928 swapFree=67055156/67111528
[pid=24752] ppid=24748 vsize=43616 CPUtime=0.05 cores=0,2
/proc/24752/stat : 24752 (python) R 24748 24752 24692 0 -1 4202496 1880 0 0 0 4 1 0 0 17 0 1 0 886301428 44662784 1653 33554432000 4194304 5683644 140734084755840 18446744073709551615 248089694053 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/24752/statm: 10904 1653 467 364 0 1169 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 43616

[startup+0.300287 s]
/proc/loadavg: 1.40 1.08 1.07 5/184 24752
/proc/meminfo: memFree=31341940/32950928 swapFree=67055156/67111528
[pid=24752] ppid=24748 vsize=126292 CPUtime=0.19 cores=0,2
/proc/24752/stat : 24752 (python) R 24748 24752 24692 0 -1 4202496 4711 932 1 0 12 7 0 0 18 0 1 0 886301428 129323008 3894 33554432000 4194304 5683644 140734084755840 18446744073709551615 5158152 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/24752/statm: 31573 3894 1001 364 0 2868 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 126292

[startup+0.700263 s]
/proc/loadavg: 1.40 1.08 1.07 5/184 24752
/proc/meminfo: memFree=31341940/32950928 swapFree=67055156/67111528
[pid=24752] ppid=24748 vsize=202004 CPUtime=0.38 cores=0,2
/proc/24752/stat : 24752 (python) R 24748 24752 24692 0 -1 4202496 7250 932 1 0 22 16 0 0 15 0 1 0 886301428 206852096 5265 33554432000 4194304 5683644 140734084755840 18446744073709551615 4418296 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/24752/statm: 50501 5265 1490 364 0 4010 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 202004

[startup+1.50112 s]
/proc/loadavg: 1.40 1.08 1.07 8/188 24772
/proc/meminfo: memFree=31069168/32950928 swapFree=67055156/67111528
[pid=24752] ppid=24748 vsize=443020 CPUtime=1.11 cores=0,2
/proc/24752/stat : 24752 (python) R 24748 24752 24692 0 -1 4202496 50333 932 1 0 83 28 0 0 16 0 1 0 886301428 453652480 48002 33554432000 4194304 5683644 140734084755840 18446744073709551615 248089359045 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/24752/statm: 110755 48002 1761 364 0 46679 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 443020

[startup+3.10079 s]
/proc/loadavg: 1.40 1.08 1.07 7/188 24772
/proc/meminfo: memFree=30846144/32950928 swapFree=67055156/67111528
[pid=24752] ppid=24748 vsize=546776 CPUtime=2.7 cores=0,2
/proc/24752/stat : 24752 (python) R 24748 24752 24692 0 -1 4202496 76011 932 1 0 240 30 0 0 18 0 1 0 886301428 559898624 73680 33554432000 4194304 5683644 140734084755840 18446744073709551615 248089359045 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/24752/statm: 136694 73680 1761 364 0 72618 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 546776

[startup+6.30023 s]
/proc/loadavg: 1.77 1.16 1.10 7/191 24786
/proc/meminfo: memFree=29952668/32950928 swapFree=67055156/67111528
[pid=24752] ppid=24748 vsize=755652 CPUtime=5.91 cores=0,2
/proc/24752/stat : 24752 (python) R 24748 24752 24692 0 -1 4202496 126927 932 1 0 551 40 0 0 25 0 1 0 886301428 773787648 124596 33554432000 4194304 5683644 140734084755840 18446744073709551615 248089359045 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/24752/statm: 188913 124596 1761 364 0 124837 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 755652

[startup+12.7001 s]
/proc/loadavg: 2.11 1.24 1.12 7/194 24789
/proc/meminfo: memFree=29233136/32950928 swapFree=67055156/67111528
[pid=24752] ppid=24748 vsize=1178684 CPUtime=12.3 cores=0,2
/proc/24752/stat : 24752 (python) R 24748 24752 24692 0 -1 4202496 227783 932 1 0 1177 53 0 0 25 0 1 0 886301428 1206972416 225452 33554432000 4194304 5683644 140734084755840 18446744073709551615 4960392 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/24752/statm: 294671 225453 1761 364 0 230595 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 1178684

[startup+25.5009 s]
/proc/loadavg: 2.75 1.43 1.18 7/194 24791
/proc/meminfo: memFree=28032316/32950928 swapFree=67055156/67111528
[pid=24752] ppid=24748 vsize=1435124 CPUtime=25.11 cores=0,2
/proc/24752/stat : 24752 (python) R 24748 24752 24692 0 -1 4202496 723791 932 1 0 2398 113 0 0 25 0 1 0 886301428 1469566976 296160 33554432000 4194304 5683644 140734084755840 18446744073709551615 47996188540568 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/24752/statm: 358781 296160 1820 364 0 294705 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 1435124

[startup+51.1003 s]
/proc/loadavg: 3.51 1.71 1.28 7/194 24793
/proc/meminfo: memFree=26788204/32950928 swapFree=67055156/67111528
[pid=24752] ppid=24748 vsize=1387708 CPUtime=50.71 cores=0,2
/proc/24752/stat : 24752 (python) R 24748 24752 24692 0 -1 4202496 723797 932 1 0 4958 113 0 0 25 0 1 0 886301428 1421012992 284312 33554432000 4194304 5683644 140734084755840 18446744073709551615 4623632 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/24752/statm: 346927 284312 1826 364 0 282851 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 1387708

[startup+102.3 s]
/proc/loadavg: 4.35 2.22 1.48 7/194 24794
/proc/meminfo: memFree=27175208/32950928 swapFree=67055156/67111528
[pid=24752] ppid=24748 vsize=1387708 CPUtime=101.91 cores=0,2
/proc/24752/stat : 24752 (python) R 24748 24752 24692 0 -1 4202496 723797 932 1 0 10078 113 0 0 25 0 1 0 886301428 1421012992 284312 33554432000 4194304 5683644 140734084755840 18446744073709551615 47996186166468 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/24752/statm: 346927 284312 1826 364 0 282851 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 1387708

[startup+162.301 s]
/proc/loadavg: 4.76 2.72 1.69 7/194 24796
/proc/meminfo: memFree=27173340/32950928 swapFree=67055156/67111528
[pid=24752] ppid=24748 vsize=1387708 CPUtime=161.91 cores=0,2
/proc/24752/stat : 24752 (python) R 24748 24752 24692 0 -1 4202496 723798 932 1 0 16078 113 0 0 25 0 1 0 886301428 1421012992 284313 33554432000 4194304 5683644 140734084755840 18446744073709551615 4418247 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/24752/statm: 346927 284313 1827 364 0 282851 0
Current children cumulated CPU time (s) 161.91
Current children cumulated vsize (KiB) 1387708

[startup+222.301 s]
/proc/loadavg: 4.91 3.13 1.90 7/194 24797
/proc/meminfo: memFree=27172684/32950928 swapFree=67055156/67111528
[pid=24752] ppid=24748 vsize=1387708 CPUtime=221.91 cores=0,2
/proc/24752/stat : 24752 (python) R 24748 24752 24692 0 -1 4202496 901614 932 1 0 22057 134 0 0 25 0 1 0 886301428 1421012992 284319 33554432000 4194304 5683644 140734084755840 18446744073709551615 47996183390348 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/24752/statm: 346927 284319 1833 364 0 282851 0
Current children cumulated CPU time (s) 221.91
Current children cumulated vsize (KiB) 1387708

[startup+282.3 s]
/proc/loadavg: 4.96 3.47 2.09 7/197 24802
/proc/meminfo: memFree=27041472/32950928 swapFree=67055156/67111528
[pid=24752] ppid=24748 vsize=1387708 CPUtime=281.91 cores=0,2
/proc/24752/stat : 24752 (python) R 24748 24752 24692 0 -1 4202496 901614 932 1 0 28057 134 0 0 25 0 1 0 886301428 1421012992 284319 33554432000 4194304 5683644 140734084755840 18446744073709551615 47996183390348 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/24752/statm: 346927 284319 1833 364 0 282851 0
Current children cumulated CPU time (s) 281.91
Current children cumulated vsize (KiB) 1387708

[startup+342.301 s]
/proc/loadavg: 5.05 3.76 2.27 7/197 24850
/proc/meminfo: memFree=27388536/32950928 swapFree=67055156/67111528
[pid=24752] ppid=24748 vsize=873676 CPUtime=306.6 cores=0,2
/proc/24752/stat : 24752 (python) S 24748 24752 24692 0 -1 4202496 901897 932 1 0 30523 137 0 0 25 0 2 0 886301428 894644224 153282 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24752/statm: 218419 153282 1867 364 0 154337 0
[pid=24804] ppid=24752 vsize=863432 CPUtime=0.06 cores=0,2
/proc/24804/stat : 24804 (python) S 24752 24752 24692 0 -1 4202560 891 0 0 0 3 3 0 0 18 0 1 0 886332126 884154368 151787 33554432000 4194304 5683644 140734084755840 18446744073709551615 248089718287 0 0 16781312 514 17900876132937335044 0 0 17 0 0 0 0
/proc/24804/statm: 215858 151787 376 364 0 151776 0
[pid=24806] ppid=24804 vsize=205728 CPUtime=35.08 cores=0,2
/proc/24806/stat : 24806 (lingeling) R 24804 24806 24806 0 -1 4202496 103965 0 0 0 3490 18 0 0 25 0 1 0 886332127 210665472 50602 33554432000 4194304 4352236 140734024838368 18446744073709551615 4233914 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/24806/statm: 51432 50602 129 39 0 50512 0
[pid=24752/tid=24805] ppid=24748 vsize=873676 CPUtime=0 cores=0,2
/proc/24752/task/24805/stat : 24805 (python) S 24748 24752 24692 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 886332127 894644224 153282 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101521841 0 0 16781312 2 18446604453870413888 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 341.74
Current children cumulated vsize (KiB) 1942836

[startup+402.3 s]
/proc/loadavg: 5.08 4.00 2.45 7/197 24851
/proc/meminfo: memFree=27265808/32950928 swapFree=67055156/67111528
[pid=24752] ppid=24748 vsize=873676 CPUtime=306.6 cores=0,2
/proc/24752/stat : 24752 (python) S 24748 24752 24692 0 -1 4202496 901897 932 1 0 30523 137 0 0 25 0 2 0 886301428 894644224 153282 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24752/statm: 218419 153282 1867 364 0 154337 0
[pid=24804] ppid=24752 vsize=863432 CPUtime=0.12 cores=0,2
/proc/24804/stat : 24804 (python) S 24752 24752 24692 0 -1 4202560 917 0 0 0 7 5 0 0 18 0 1 0 886332126 884154368 151787 33554432000 4194304 5683644 140734084755840 18446744073709551615 248089718287 0 0 16781312 514 17900876132937335044 0 0 17 0 0 0 0
/proc/24804/statm: 215858 151787 376 364 0 151776 0
[pid=24806] ppid=24804 vsize=241656 CPUtime=94.73 cores=0,2
/proc/24806/stat : 24806 (lingeling) R 24804 24806 24806 0 -1 4202496 126736 0 0 0 9452 21 0 0 25 0 1 0 886332127 247455744 59584 33554432000 4194304 4352236 140734024838368 18446744073709551615 4327867 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/24806/statm: 60414 59584 129 39 0 59494 0
[pid=24752/tid=24805] ppid=24748 vsize=873676 CPUtime=0 cores=0,2
/proc/24752/task/24805/stat : 24805 (python) S 24748 24752 24692 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 886332127 894644224 153282 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101521841 0 0 16781312 2 18446604453870413888 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 401.45
Current children cumulated vsize (KiB) 1978764

[startup+462.301 s]
/proc/loadavg: 5.03 4.18 2.60 7/201 24857
/proc/meminfo: memFree=27190912/32950928 swapFree=67055156/67111528
[pid=24752] ppid=24748 vsize=873676 CPUtime=306.61 cores=0,2
/proc/24752/stat : 24752 (python) S 24748 24752 24692 0 -1 4202496 902362 932 1 0 30524 137 0 0 18 0 2 0 886301428 894644224 153283 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24752/statm: 218419 153283 1868 364 0 154337 0
[pid=24804] ppid=24752 vsize=873676 CPUtime=0.21 cores=0,2
/proc/24804/stat : 24804 (python) S 24752 24752 24692 0 -1 4202560 1171 0 0 0 12 9 0 0 18 0 2 0 886332126 894644224 151831 33554432000 4194304 5683644 140734084755840 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/24804/statm: 218419 151831 415 364 0 154337 0
[pid=24806] ppid=24804 vsize=246524 CPUtime=154.44 cores=0,2
/proc/24806/stat : 24806 (lingeling) R 24804 24806 24806 0 -1 4202496 148870 0 0 0 15421 23 0 0 25 0 1 0 886332127 252440576 60801 33554432000 4194304 4352236 140734024838368 18446744073709551615 4257381 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/24806/statm: 61631 60801 129 39 0 60711 0

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

[startup+1122.3 s]
/proc/loadavg: 5.03 4.95 3.84 7/227 24996
/proc/meminfo: memFree=26789552/32950928 swapFree=67055156/67111528
[pid=24752] ppid=24748 vsize=894188 CPUtime=306.64 cores=0,2
/proc/24752/stat : 24752 (python) S 24748 24752 24692 0 -1 4202496 903505 932 1 0 30524 140 0 0 20 0 4 0 886301428 915648512 153295 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/24752/statm: 223547 153295 1872 364 0 159459 0
[pid=24804] ppid=24752 vsize=873676 CPUtime=0.64 cores=0,2
/proc/24804/stat : 24804 (python) S 24752 24752 24692 0 -1 4202560 1196 0 0 0 36 28 0 0 18 0 2 0 886332126 894644224 151831 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/24804/statm: 218419 151831 415 364 0 154337 0
[pid=24806] ppid=24804 vsize=236988 CPUtime=488.1 cores=0,2
/proc/24806/stat : 24806 (lingeling) T 24804 24806 24806 0 -1 4202496 218281 0 0 0 48776 34 0 0 25 0 1 0 886332127 242675712 58417 33554432000 4194304 4352236 140734024838368 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/24806/statm: 59247 58417 129 39 0 58327 0
[pid=24804/tid=24855] ppid=24752 vsize=873676 CPUtime=0 cores=0,2
/proc/24804/task/24855/stat : 24855 (python) S 24752 24752 24692 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 886342141 894644224 151831 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101521841 0 0 16781312 514 18446604447593749248 0 0 -1 0 0 0 0
[pid=24921] ppid=24752 vsize=873688 CPUtime=0.14 cores=0,2
/proc/24921/stat : 24921 (python) S 24752 24752 24692 0 -1 4202560 1086 0 0 0 7 7 0 0 19 0 2 0 886381086 894656512 151815 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/24921/statm: 218422 151815 399 364 0 154337 0
[pid=24923] ppid=24921 vsize=277224 CPUtime=99.13 cores=0,2
/proc/24923/stat : 24923 (lingeling) T 24921 24923 24923 0 -1 4202496 140098 0 0 0 9893 20 0 0 25 0 1 0 886381087 283877376 68476 33554432000 4194304 4352236 140735322459104 18446744073709551615 4243842 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/24923/statm: 69306 68476 129 39 0 68386 0
[pid=24921/tid=24983] ppid=24752 vsize=873688 CPUtime=0 cores=0,2
/proc/24921/task/24983/stat : 24983 (python) S 24752 24752 24692 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 886391002 894656512 151815 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101521841 0 0 16781312 514 18446604442267564864 0 0 -1 0 0 0 0
[pid=24984] ppid=24752 vsize=883944 CPUtime=0.31 cores=0,2
/proc/24984/stat : 24984 (python) S 24752 24752 24692 0 -1 4202560 969 0 0 0 15 16 0 0 18 0 1 0 886391003 905158656 151789 33554432000 4194304 5683644 140734084755840 18446744073709551615 248089718342 0 0 16781312 514 17900876132937335043 0 0 17 2 0 0 0
/proc/24984/statm: 220986 151789 370 364 0 156898 0
[pid=24986] ppid=24984 vsize=426512 CPUtime=226.52 cores=0,2
/proc/24986/stat : 24986 (glucoser_static) R 24984 24986 24986 0 -1 4202496 102133 0 0 0 22635 17 0 0 25 0 1 0 886391004 436748288 101862 33554432000 134512640 134580299 4289414208 18446744073709551615 134530091 0 0 16781312 8388611 0 0 0 17 0 0 0 0
/proc/24986/statm: 106628 101862 243 17 0 105956 0
[pid=24752/tid=24805] ppid=24748 vsize=894188 CPUtime=0 cores=0,2
/proc/24752/task/24805/stat : 24805 (python) S 24748 24752 24692 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 4 0 886332127 915648512 153295 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101521841 0 0 16781312 2 18446604453870413888 0 0 -1 2 0 0 0
[pid=24752/tid=24922] ppid=24748 vsize=894188 CPUtime=0 cores=0,2
/proc/24752/task/24922/stat : 24922 (python) S 24748 24752 24692 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 4 0 886381087 915648512 153295 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101521841 0 0 16781312 2 18446604453870413888 0 0 -1 0 0 0 0
[pid=24752/tid=24985] ppid=24748 vsize=894188 CPUtime=0 cores=0,2
/proc/24752/task/24985/stat : 24985 (python) S 24748 24752 24692 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 4 0 886391004 915648512 153295 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101521841 0 0 16781312 2 18446604453870413888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1121.48
Current children cumulated vsize (KiB) 4466220

[startup+1182.31 s]
/proc/loadavg: 5.06 4.97 3.91 7/227 24998
/proc/meminfo: memFree=26718688/32950928 swapFree=67055156/67111528
[pid=24752] ppid=24748 vsize=894188 CPUtime=306.64 cores=0,2
/proc/24752/stat : 24752 (python) S 24748 24752 24692 0 -1 4202496 903505 932 1 0 30524 140 0 0 20 0 4 0 886301428 915648512 153295 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/24752/statm: 223547 153295 1872 364 0 159459 0
[pid=24804] ppid=24752 vsize=873676 CPUtime=0.64 cores=0,2
/proc/24804/stat : 24804 (python) S 24752 24752 24692 0 -1 4202560 1196 0 0 0 36 28 0 0 18 0 2 0 886332126 894644224 151831 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/24804/statm: 218419 151831 415 364 0 154337 0
[pid=24806] ppid=24804 vsize=236988 CPUtime=488.1 cores=0,2
/proc/24806/stat : 24806 (lingeling) T 24804 24806 24806 0 -1 4202496 218281 0 0 0 48776 34 0 0 25 0 1 0 886332127 242675712 58417 33554432000 4194304 4352236 140734024838368 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/24806/statm: 59247 58417 129 39 0 58327 0
[pid=24804/tid=24855] ppid=24752 vsize=873676 CPUtime=0 cores=0,2
/proc/24804/task/24855/stat : 24855 (python) S 24752 24752 24692 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 886342141 894644224 151831 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101521841 0 0 16781312 514 18446604447593749248 0 0 -1 0 0 0 0
[pid=24921] ppid=24752 vsize=873688 CPUtime=0.14 cores=0,2
/proc/24921/stat : 24921 (python) S 24752 24752 24692 0 -1 4202560 1086 0 0 0 7 7 0 0 19 0 2 0 886381086 894656512 151815 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/24921/statm: 218422 151815 399 364 0 154337 0
[pid=24923] ppid=24921 vsize=277224 CPUtime=99.13 cores=0,2
/proc/24923/stat : 24923 (lingeling) T 24921 24923 24923 0 -1 4202496 140098 0 0 0 9893 20 0 0 25 0 1 0 886381087 283877376 68476 33554432000 4194304 4352236 140735322459104 18446744073709551615 4243842 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/24923/statm: 69306 68476 129 39 0 68386 0
[pid=24921/tid=24983] ppid=24752 vsize=873688 CPUtime=0 cores=0,2
/proc/24921/task/24983/stat : 24983 (python) S 24752 24752 24692 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 886391002 894656512 151815 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101521841 0 0 16781312 514 18446604442267564864 0 0 -1 0 0 0 0
[pid=24984] ppid=24752 vsize=883944 CPUtime=0.4 cores=0,2
/proc/24984/stat : 24984 (python) S 24752 24752 24692 0 -1 4202560 975 0 0 0 19 21 0 0 18 0 1 0 886391003 905158656 151789 33554432000 4194304 5683644 140734084755840 18446744073709551615 248089718342 0 0 16781312 514 17900876132937335043 0 0 17 2 0 0 0
/proc/24984/statm: 220986 151789 370 364 0 156898 0
[pid=24986] ppid=24984 vsize=433028 CPUtime=286.52 cores=0,2
/proc/24986/stat : 24986 (glucoser_static) R 24984 24986 24986 0 -1 4202496 103777 0 0 0 28635 17 0 0 25 0 1 0 886391004 443420672 103506 33554432000 134512640 134580299 4289414208 18446744073709551615 134553218 0 0 16781312 8388611 0 0 0 17 0 0 0 0
/proc/24986/statm: 108257 103506 243 17 0 107585 0
[pid=24752/tid=24805] ppid=24748 vsize=894188 CPUtime=0 cores=0,2
/proc/24752/task/24805/stat : 24805 (python) S 24748 24752 24692 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 4 0 886332127 915648512 153295 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101521841 0 0 16781312 2 18446604453870413888 0 0 -1 2 0 0 0
[pid=24752/tid=24922] ppid=24748 vsize=894188 CPUtime=0 cores=0,2
/proc/24752/task/24922/stat : 24922 (python) S 24748 24752 24692 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 4 0 886381087 915648512 153295 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101521841 0 0 16781312 2 18446604453870413888 0 0 -1 0 0 0 0
[pid=24752/tid=24985] ppid=24748 vsize=894188 CPUtime=0 cores=0,2
/proc/24752/task/24985/stat : 24985 (python) S 24748 24752 24692 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 4 0 886391004 915648512 153295 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101521841 0 0 16781312 2 18446604453870413888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1181.57
Current children cumulated vsize (KiB) 4472736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.8 s]
/proc/loadavg: 5.04 4.97 3.93 6/227 24999
/proc/meminfo: memFree=26670180/32950928 swapFree=67055156/67111528
[pid=24752] ppid=24748 vsize=894188 CPUtime=306.64 cores=0,2
/proc/24752/stat : 24752 (python) S 24748 24752 24692 0 -1 4202496 903505 932 1 0 30524 140 0 0 20 0 4 0 886301428 915648512 153295 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/24752/statm: 223547 153295 1872 364 0 159459 0
[pid=24804] ppid=24752 vsize=873676 CPUtime=0.64 cores=0,2
/proc/24804/stat : 24804 (python) S 24752 24752 24692 0 -1 4202560 1196 0 0 0 36 28 0 0 18 0 2 0 886332126 894644224 151831 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/24804/statm: 218419 151831 415 364 0 154337 0
[pid=24806] ppid=24804 vsize=236988 CPUtime=488.1 cores=0,2
/proc/24806/stat : 24806 (lingeling) T 24804 24806 24806 0 -1 4202496 218281 0 0 0 48776 34 0 0 25 0 1 0 886332127 242675712 58417 33554432000 4194304 4352236 140734024838368 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/24806/statm: 59247 58417 129 39 0 58327 0
[pid=24804/tid=24855] ppid=24752 vsize=873676 CPUtime=0 cores=0,2
/proc/24804/task/24855/stat : 24855 (python) S 24752 24752 24692 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 886342141 894644224 151831 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101521841 0 0 16781312 514 18446604447593749248 0 0 -1 0 0 0 0
[pid=24921] ppid=24752 vsize=873688 CPUtime=0.14 cores=0,2
/proc/24921/stat : 24921 (python) S 24752 24752 24692 0 -1 4202560 1086 0 0 0 7 7 0 0 19 0 2 0 886381086 894656512 151815 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/24921/statm: 218422 151815 399 364 0 154337 0
[pid=24923] ppid=24921 vsize=277224 CPUtime=99.13 cores=0,2
/proc/24923/stat : 24923 (lingeling) T 24921 24923 24923 0 -1 4202496 140098 0 0 0 9893 20 0 0 25 0 1 0 886381087 283877376 68476 33554432000 4194304 4352236 140735322459104 18446744073709551615 4243842 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/24923/statm: 69306 68476 129 39 0 68386 0
[pid=24921/tid=24983] ppid=24752 vsize=873688 CPUtime=0 cores=0,2
/proc/24921/task/24983/stat : 24983 (python) S 24752 24752 24692 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 886391002 894656512 151815 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101521841 0 0 16781312 514 18446604442267564864 0 0 -1 0 0 0 0
[pid=24984] ppid=24752 vsize=883944 CPUtime=0.42 cores=0,2
/proc/24984/stat : 24984 (python) S 24752 24752 24692 0 -1 4202560 975 0 0 0 20 22 0 0 18 0 1 0 886391003 905158656 151789 33554432000 4194304 5683644 140734084755840 18446744073709551615 248089718342 0 0 16781312 514 17900876132937335043 0 0 17 2 0 0 0
/proc/24984/statm: 220986 151789 370 364 0 156898 0
[pid=24986] ppid=24984 vsize=433028 CPUtime=305.02 cores=0,2
/proc/24986/stat : 24986 (glucoser_static) R 24984 24986 24986 0 -1 4202496 103788 0 0 0 30485 17 0 0 25 0 1 0 886391004 443420672 103517 33554432000 134512640 134580299 4289414208 18446744073709551615 134553416 0 0 16781312 8388611 0 0 0 17 0 0 0 0
/proc/24986/statm: 108257 103517 243 17 0 107585 0
[pid=24752/tid=24805] ppid=24748 vsize=894188 CPUtime=0 cores=0,2
/proc/24752/task/24805/stat : 24805 (python) S 24748 24752 24692 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 4 0 886332127 915648512 153295 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101521841 0 0 16781312 2 18446604453870413888 0 0 -1 2 0 0 0
[pid=24752/tid=24922] ppid=24748 vsize=894188 CPUtime=0 cores=0,2
/proc/24752/task/24922/stat : 24922 (python) S 24748 24752 24692 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 4 0 886381087 915648512 153295 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101521841 0 0 16781312 2 18446604453870413888 0 0 -1 0 0 0 0
[pid=24752/tid=24985] ppid=24748 vsize=894188 CPUtime=0 cores=0,2
/proc/24752/task/24985/stat : 24985 (python) S 24748 24752 24692 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 4 0 886391004 915648512 153295 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101521841 0 0 16781312 2 18446604453870413888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 4472736

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

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

[startup+1200.8 s]
/proc/loadavg: 5.04 4.97 3.93 6/227 24999
/proc/meminfo: memFree=26670180/32950928 swapFree=67055156/67111528
[pid=24752] ppid=24748 vsize=894188 CPUtime=306.64 cores=0,2
/proc/24752/stat : 24752 (python) S 24748 24752 24692 0 -1 4202496 903505 932 1 0 30524 140 0 0 20 0 4 0 886301428 915648512 153295 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/24752/statm: 223547 153295 1872 364 0 159459 0
[pid=24804] ppid=24752 vsize=873676 CPUtime=0.64 cores=0,2
/proc/24804/stat : 24804 (python) S 24752 24752 24692 0 -1 4202560 1196 0 0 0 36 28 0 0 18 0 2 0 886332126 894644224 151831 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/24804/statm: 218419 151831 415 364 0 154337 0
[pid=24806] ppid=24804 vsize=236988 CPUtime=488.1 cores=0,2
/proc/24806/stat : 24806 (lingeling) T 24804 24806 24806 0 -1 4202496 218281 0 0 0 48776 34 0 0 25 0 1 0 886332127 242675712 58417 33554432000 4194304 4352236 140734024838368 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/24806/statm: 59247 58417 129 39 0 58327 0
[pid=24804/tid=24855] ppid=24752 vsize=873676 CPUtime=0 cores=0,2
/proc/24804/task/24855/stat : 24855 (python) S 24752 24752 24692 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 886342141 894644224 151831 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101521841 0 0 16781312 514 18446604447593749248 0 0 -1 0 0 0 0
[pid=24921] ppid=24752 vsize=873688 CPUtime=0.14 cores=0,2
/proc/24921/stat : 24921 (python) S 24752 24752 24692 0 -1 4202560 1086 0 0 0 7 7 0 0 19 0 2 0 886381086 894656512 151815 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/24921/statm: 218422 151815 399 364 0 154337 0
[pid=24923] ppid=24921 vsize=277224 CPUtime=99.13 cores=0,2
/proc/24923/stat : 24923 (lingeling) T 24921 24923 24923 0 -1 4202496 140098 0 0 0 9893 20 0 0 25 0 1 0 886381087 283877376 68476 33554432000 4194304 4352236 140735322459104 18446744073709551615 4243842 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/24923/statm: 69306 68476 129 39 0 68386 0
[pid=24921/tid=24983] ppid=24752 vsize=873688 CPUtime=0 cores=0,2
/proc/24921/task/24983/stat : 24983 (python) S 24752 24752 24692 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 886391002 894656512 151815 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101521841 0 0 16781312 514 18446604442267564864 0 0 -1 0 0 0 0
[pid=24984] ppid=24752 vsize=883944 CPUtime=0.42 cores=0,2
/proc/24984/stat : 24984 (python) S 24752 24752 24692 0 -1 4202560 975 0 0 0 20 22 0 0 18 0 1 0 886391003 905158656 151789 33554432000 4194304 5683644 140734084755840 18446744073709551615 248089718342 0 0 16781312 514 17900876132937335043 0 0 17 2 0 0 0
/proc/24984/statm: 220986 151789 370 364 0 156898 0
[pid=24986] ppid=24984 vsize=433028 CPUtime=305.02 cores=0,2
/proc/24986/stat : 24986 (glucoser_static) R 24984 24986 24986 0 -1 4202496 103788 0 0 0 30485 17 0 0 25 0 1 0 886391004 443420672 103517 33554432000 134512640 134580299 4289414208 18446744073709551615 134553416 0 0 16781312 8388611 0 0 0 17 0 0 0 0
/proc/24986/statm: 108257 103517 243 17 0 107585 0
[pid=24752/tid=24805] ppid=24748 vsize=894188 CPUtime=0 cores=0,2
/proc/24752/task/24805/stat : 24805 (python) S 24748 24752 24692 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 4 0 886332127 915648512 153295 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101521841 0 0 16781312 2 18446604453870413888 0 0 -1 2 0 0 0
[pid=24752/tid=24922] ppid=24748 vsize=894188 CPUtime=0 cores=0,2
/proc/24752/task/24922/stat : 24922 (python) S 24748 24752 24692 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 4 0 886381087 915648512 153295 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101521841 0 0 16781312 2 18446604453870413888 0 0 -1 0 0 0 0
[pid=24752/tid=24985] ppid=24748 vsize=894188 CPUtime=0 cores=0,2
/proc/24752/task/24985/stat : 24985 (python) S 24748 24752 24692 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 4 0 886391004 915648512 153295 33554432000 4194304 5683644 140734084755840 18446744073709551615 248101521841 0 0 16781312 2 18446604453870413888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 4472736

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24752 and gives
#  childrusage.ru_utime.tv_sec=305
#  childrusage.ru_utime.tv_usec=248595
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=435781
# CPU time returned by wait4() is 306.684
# while last known CPU time is 1200.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.86
CPU time (s): 1200.09
CPU user time (s): 1197.41
CPU system time (s): 2.68
CPU usage (%): 99.9357
Max. virtual memory (cumulated for all children) (KiB): 4472736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 305.249
system time used= 1.43578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 904437
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= 17209
involuntary context switches= 1051

runsolver used 2.03669 second user time and 4.84726 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-11 01:03:35
IDJOB=3483831
IDBENCH=20580
IDSOLVER=1976
FILE ID=node123/3483831-1307747011
RUNJOBID= node123-1307747010-24710
PBS_JOBID= 13550834
Free space on /tmp= 73872 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq7.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-3483831-1307747011/watcher-3483831-1307747011 -o /tmp/evaluation-result-3483831-1307747011/solver-3483831-1307747011 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483831-1307747011.cnf -seed 1543104379 -budget 1200

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

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=1543104379

node123.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.838
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.67
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.838
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.838
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.74
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.838
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:      31344192 kB
Buffers:        235496 kB
Cached:        1126316 kB
SwapCached:      10356 kB
Active:         681312 kB
Inactive:       727272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31344192 kB
SwapTotal:    67111528 kB
SwapFree:     67055156 kB
Dirty:          428724 kB
Writeback:           0 kB
AnonPages:       43936 kB
Mapped:          12512 kB
Slab:           133296 kB
PageTables:       5304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   627484 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= 73896 MiB
End job on node123 at 2011-06-11 01:23:39