Trace number 3381242

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-par-industrial (fixed)? (MO) 4549.97 1074.84

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1144.59
Satisfiable
(Un)Satisfiability was proved
Number of variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

Solver Data

0.36/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.66	c INFO: solving HOME/instance-3381242-1305510298.cnf
0.36/0.66	c INFO: computing task features
40.93/41.28	c INFO: computed variable-clause graph statistics
42.12/42.47	c INFO: computed clause balance statistics
195.54/195.83	c INFO: computed variable balance statistics
297.74/298.05	c INFO: computed small-clause counts
302.93/303.22	c INFO: computed Horn-clause counts
575.64/575.94	c INFO: computed variable graph statistics
575.64/575.97	c INFO: collected features for HOME/instance-3381242-1305510298.cnf in 573.34 s
575.74/576.00	c INFO: running lingeling-276@0 for 97 with 4424 remaining (b = 0.79)
575.74/576.03	c INFO: running precosat-570@0 for 97 with 4424 remaining (b = 0.67)
575.74/576.07	c INFO: running lingeling-276@0 for 485 with 4424 remaining (b = 0.90)
575.84/576.11	c INFO: running glucosER@0 for 291 with 4424 remaining (b = 0.85)
575.84/576.15	c INFO: running lingeling-276@0 for 97 with 4424 remaining (b = 0.49)
575.84/576.18	c INFO: running cryptominisat-2.9.0@0 for 485 with 4424 remaining (b = 0.54)
575.94/576.22	c INFO: running precosat-570@0 for 97 with 4424 remaining (b = 0.24)
575.94/576.26	c INFO: running cryptominisat-2.9.0@0 for 1261 with 4424 remaining (b = 0.59)
1368.05/675.42	c INFO: running lingeling-276@0 for 388 with 4325 remaining (b = 0.25)
1375.96/676.44	c INFO: running precosat-570@0 for 388 with 4324 remaining (b = 0.47)
1376.80/676.55	c INFO: running precosat-570@0 for 97 with 4324 remaining (b = 0.37)
1377.45/676.69	c INFO: running precosat-570@0 for 388 with 4324 remaining (b = 0.41)
2178.16/777.00	c INFO: running glucosER@0 for 291 with 4223 remaining (b = 0.61)
2912.64/869.15	c INFO: running glucosER@0 for 97 with 4131 remaining (b = 0.35)
3721.29/970.52	c INFO: running glucosER@100 for 194 with 4030 remaining (b = 0.52)
4447.80/1061.86	c INFO: running precosat-570@99 for 97 with 3938 remaining (b = 0.31)
4486.85/1066.76	c INFO: running precosat-570@0 for 97 with 3933 remaining (b = 0.39)
4488.51/1067.01	c INFO: running lingeling-276@0 for 97 with 3933 remaining (b = 0.22)
4514.81/1070.24	c INFO: running lingeling-276@0 for 388 with 3930 remaining (b = 0.15)
4542.61/1073.79	c INFO: running glucosER@0 for 291 with 3926 remaining (b = 0.31)

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: 961)

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-3381242-1305510298/watcher-3381242-1305510298 -o /tmp/evaluation-result-3381242-1305510298/solver-3381242-1305510298 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381242-1305510298.cnf -seed 37951799 -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: 6.94 7.84 7.93 2/436 7935
/proc/meminfo: memFree=20696544/32950928 swapFree=60199052/67111528
[pid=7935] ppid=7933 vsize=15764 CPUtime=0 cores=0-7
/proc/7935/stat : 7935 (python) S 7933 7935 7909 0 -1 4202496 845 0 0 0 0 0 0 0 21 0 1 0 662629225 16142336 728 33554432000 4194304 5683644 140736966885120 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/7935/statm: 3941 728 334 364 0 428 0

[startup+0.058567 s]
/proc/loadavg: 6.94 7.84 7.93 2/436 7935
/proc/meminfo: memFree=20696544/32950928 swapFree=60199052/67111528
[pid=7935] ppid=7933 vsize=29792 CPUtime=0.03 cores=0-7
/proc/7935/stat : 7935 (python) R 7933 7935 7909 0 -1 4202496 1423 0 0 0 2 1 0 0 21 0 1 0 662629225 30507008 1267 33554432000 4194304 5683644 140736966885120 18446744073709551615 4989778 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7935/statm: 7448 1267 443 364 0 818 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29792

[startup+0.100559 s]
/proc/loadavg: 6.94 7.84 7.93 2/436 7935
/proc/meminfo: memFree=20696544/32950928 swapFree=60199052/67111528
[pid=7935] ppid=7933 vsize=89768 CPUtime=0.06 cores=0-7
/proc/7935/stat : 7935 (python) R 7933 7935 7909 0 -1 4202496 2654 0 0 0 4 2 0 0 21 0 1 0 662629225 91922432 2370 33554432000 4194304 5683644 140736966885120 18446744073709551615 268276215779 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7935/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.300523 s]
/proc/loadavg: 6.94 7.84 7.93 2/436 7935
/proc/meminfo: memFree=20696544/32950928 swapFree=60199052/67111528
[pid=7935] ppid=7933 vsize=135752 CPUtime=0.19 cores=0-7
/proc/7935/stat : 7935 (python) S 7933 7935 7909 0 -1 4202496 5961 938 1 0 13 6 0 0 21 0 1 0 662629225 139010048 4151 33554432000 4194304 5683644 140736966885120 18446744073709551615 268272685061 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/7935/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700453 s]
/proc/loadavg: 6.94 7.84 7.93 2/436 7935
/proc/meminfo: memFree=20696544/32950928 swapFree=60199052/67111528
[pid=7935] ppid=7933 vsize=491340 CPUtime=0.43 cores=0-7
/proc/7935/stat : 7935 (python) R 7933 7935 7909 0 -1 4202496 25722 938 1 0 28 15 0 0 20 0 1 0 662629225 503132160 23403 33554432000 4194304 5683644 140736966885120 18446744073709551615 268272688896 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7935/statm: 122835 23421 1758 364 0 58759 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 491340

[startup+1.50031 s]
/proc/loadavg: 6.46 7.72 7.89 2/437 7940
/proc/meminfo: memFree=20453248/32950928 swapFree=60199052/67111528
[pid=7935] ppid=7933 vsize=537744 CPUtime=1.23 cores=0-7
/proc/7935/stat : 7935 (python) R 7933 7935 7909 0 -1 4202496 74013 938 1 0 99 24 0 0 23 0 1 0 662629225 550649856 71694 33554432000 4194304 5683644 140736966885120 18446744073709551615 4539738 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7935/statm: 134436 71695 1761 364 0 70360 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 537744

[startup+3.10103 s]
/proc/loadavg: 6.46 7.72 7.89 2/437 7940
/proc/meminfo: memFree=20382328/32950928 swapFree=60199052/67111528
[pid=7935] ppid=7933 vsize=641564 CPUtime=2.83 cores=0-7
/proc/7935/stat : 7935 (python) R 7933 7935 7909 0 -1 4202496 99478 938 1 0 257 26 0 0 25 0 1 0 662629225 656961536 97159 33554432000 4194304 5683644 140736966885120 18446744073709551615 268272349893 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7935/statm: 160391 97159 1761 364 0 96315 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 641564

[startup+6.30054 s]
/proc/loadavg: 6.46 7.72 7.89 2/437 7940
/proc/meminfo: memFree=20174260/32950928 swapFree=60199052/67111528
[pid=7935] ppid=7933 vsize=842048 CPUtime=6.02 cores=0-7
/proc/7935/stat : 7935 (python) R 7933 7935 7909 0 -1 4202496 149944 938 1 0 570 32 0 0 25 0 1 0 662629225 862257152 147625 33554432000 4194304 5683644 140736966885120 18446744073709551615 268272349893 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7935/statm: 210512 147625 1761 364 0 146436 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 842048

[startup+12.7004 s]
/proc/loadavg: 5.62 7.50 7.82 2/437 7940
/proc/meminfo: memFree=19757632/32950928 swapFree=60199052/67111528
[pid=7935] ppid=7933 vsize=1265344 CPUtime=12.43 cores=0-7
/proc/7935/stat : 7935 (python) R 7933 7935 7909 0 -1 4202496 251001 938 1 0 1197 46 0 0 25 0 1 0 662629225 1295712256 248682 33554432000 4194304 5683644 140736966885120 18446744073709551615 268272349893 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7935/statm: 316336 248682 1761 364 0 252260 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 1265344

[startup+25.501 s]
/proc/loadavg: 4.91 7.29 7.75 2/437 7940
/proc/meminfo: memFree=19071520/32950928 swapFree=60199052/67111528
[pid=7935] ppid=7933 vsize=2129208 CPUtime=25.22 cores=0-7
/proc/7935/stat : 7935 (python) R 7933 7935 7909 0 -1 4202496 421007 938 1 0 2452 70 0 0 25 0 1 0 662629225 2180308992 418688 33554432000 4194304 5683644 140736966885120 18446744073709551615 47238685182661 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7935/statm: 532302 418689 1761 364 0 468226 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 2129208

[startup+51.1006 s]
/proc/loadavg: 3.37 6.68 7.53 2/437 7941
/proc/meminfo: memFree=18913360/32950928 swapFree=60199052/67111528
[pid=7935] ppid=7933 vsize=2045140 CPUtime=50.82 cores=0-7
/proc/7935/stat : 7935 (python) R 7933 7935 7909 0 -1 4202496 1262296 938 1 0 4920 162 0 0 25 0 1 0 662629225 2094223360 448670 33554432000 4194304 5683644 140736966885120 18446744073709551615 4324482 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7935/statm: 511285 448670 1826 364 0 447209 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 2045140

[startup+102.315 s]
/proc/loadavg: 2.03 5.81 7.19 2/437 7942
/proc/meminfo: memFree=18912868/32950928 swapFree=60199052/67111528
[pid=7935] ppid=7933 vsize=2045140 CPUtime=102.04 cores=0-7
/proc/7935/stat : 7935 (python) R 7933 7935 7909 0 -1 4202496 1262296 938 1 0 10042 162 0 0 25 0 1 0 662629225 2094223360 448670 33554432000 4194304 5683644 140736966885120 18446744073709551615 47238685152638 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7935/statm: 511285 448670 1826 364 0 447209 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 2045140

[startup+162.301 s]
/proc/loadavg: 1.38 4.93 6.80 2/437 7944
/proc/meminfo: memFree=18912440/32950928 swapFree=60199052/67111528
[pid=7935] ppid=7933 vsize=2045140 CPUtime=162.02 cores=0-7
/proc/7935/stat : 7935 (python) R 7933 7935 7909 0 -1 4202496 1262296 938 1 0 16040 162 0 0 25 0 1 0 662629225 2094223360 448670 33554432000 4194304 5683644 140736966885120 18446744073709551615 47238685337444 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7935/statm: 511285 448670 1826 364 0 447209 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 2045140

[startup+222.301 s]
/proc/loadavg: 1.14 4.21 6.43 2/437 7946
/proc/meminfo: memFree=18912880/32950928 swapFree=60199052/67111528
[pid=7935] ppid=7933 vsize=2045140 CPUtime=222.03 cores=0-7
/proc/7935/stat : 7935 (python) R 7933 7935 7909 0 -1 4202496 1262297 938 1 0 22041 162 0 0 25 0 1 0 662629225 2094223360 448671 33554432000 4194304 5683644 140736966885120 18446744073709551615 4500664 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7935/statm: 511285 448671 1827 364 0 447209 0
Current children cumulated CPU time (s) 222.03
Current children cumulated vsize (KiB) 2045140

[startup+282.3 s]
/proc/loadavg: 1.21 3.66 6.10 2/437 7947
/proc/meminfo: memFree=18913840/32950928 swapFree=60199052/67111528
[pid=7935] ppid=7933 vsize=2045140 CPUtime=282.03 cores=0-7
/proc/7935/stat : 7935 (python) R 7933 7935 7909 0 -1 4202496 1262297 938 1 0 28041 162 0 0 25 0 1 0 662629225 2094223360 448671 33554432000 4194304 5683644 140736966885120 18446744073709551615 4623607 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7935/statm: 511285 448671 1827 364 0 447209 0
Current children cumulated CPU time (s) 282.03
Current children cumulated vsize (KiB) 2045140

[startup+342.301 s]
/proc/loadavg: 1.15 3.19 5.78 2/437 7949
/proc/meminfo: memFree=18913800/32950928 swapFree=60199052/67111528
[pid=7935] ppid=7933 vsize=2045140 CPUtime=342.04 cores=0-7
/proc/7935/stat : 7935 (python) R 7933 7935 7909 0 -1 4202496 1659203 938 1 0 33997 207 0 0 25 0 1 0 662629225 2094223360 448677 33554432000 4194304 5683644 140736966885120 18446744073709551615 47238685001868 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7935/statm: 511285 448677 1833 364 0 447209 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 2045140

[startup+402.301 s]
/proc/loadavg: 1.05 2.79 5.48 2/437 7950
/proc/meminfo: memFree=18913752/32950928 swapFree=60199052/67111528
[pid=7935] ppid=7933 vsize=2045140 CPUtime=402.04 cores=0-7
/proc/7935/stat : 7935 (python) R 7933 7935 7909 0 -1 4202496 1659203 938 1 0 39997 207 0 0 25 0 1 0 662629225 2094223360 448677 33554432000 4194304 5683644 140736966885120 18446744073709551615 47238685001868 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7935/statm: 511285 448677 1833 364 0 447209 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 2045140

[startup+462.3 s]
/proc/loadavg: 1.02 2.46 5.20 2/437 7952
/proc/meminfo: memFree=18913712/32950928 swapFree=60199052/67111528
[pid=7935] ppid=7933 vsize=2045140 CPUtime=462.04 cores=0-7
/proc/7935/stat : 7935 (python) R 7933 7935 7909 0 -1 4202496 1659203 938 1 0 45997 207 0 0 25 0 1 0 662629225 2094223360 448677 33554432000 4194304 5683644 140736966885120 18446744073709551615 47238685001856 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7935/statm: 511285 448677 1833 364 0 447209 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 2045140

[startup+522.301 s]
/proc/loadavg: 1.00 2.19 4.93 2/437 7954
/proc/meminfo: memFree=18913800/32950928 swapFree=60199052/67111528
[pid=7935] ppid=7933 vsize=2045140 CPUtime=522.04 cores=0-7
/proc/7935/stat : 7935 (python) R 7933 7935 7909 0 -1 4202496 1659203 938 1 0 51997 207 0 0 25 0 1 0 662629225 2094223360 448677 33554432000 4194304 5683644 140736966885120 18446744073709551615 47238685001856 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7935/statm: 511285 448677 1833 364 0 447209 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 2045140

[startup+582.301 s]
/proc/loadavg: 1.56 2.09 4.72 9/461 7979
/proc/meminfo: memFree=16437500/32950928 swapFree=60199052/67111528
[pid=7935] ppid=7933 vsize=1290892 CPUtime=576.01 cores=0-7
/proc/7935/stat : 7935 (python) S 7933 7935 7909 0 -1 4202496 1664997 938 1 0 57377 224 0 0 24 0 9 0 662629225 1321873408 239688 33554432000 4194304 5683644 140736966885120 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7935/statm: 322723 239688 1889 364 0 258620 0
[pid=7956] ppid=7935 vsize=1208856 CPUtime=0.03 cores=0-7
/proc/7956/stat : 7956 (python) S 7935 7935 7909 0 -1 4202560 971 0 0 0 0 3 0 0 18 0 1 0 662686825 1237868544 238148 33554432000 4194304 5683644 140736966885120 18446744073709551615 268272709135 0 0 16781312 514 9413801682644467971 0 0 17 7 0 0 0
/proc/7956/statm: 302214 238148 381 364 0 238132 0
[pid=7958] ppid=7956 vsize=206420 CPUtime=6.25 cores=0-7

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

/proc/7935/statm: 0 0 0 0 0 0 0
[pid=7956] ppid=7935 vsize=0 CPUtime=1.76 cores=0-7
/proc/7956/stat : 7956 (python) Z 7935 7935 7909 0 -1 4203612 1217 0 0 0 83 93 0 0 18 0 1 0 662686825 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7956/statm: 0 0 0 0 0 0 0
[pid=7958] ppid=1 vsize=314752 CPUtime=485.68 cores=0-7
/proc/7958/stat : 7958 (lingeling) T 1 7958 7958 0 -1 4202496 278368 0 0 0 48522 46 0 0 25 0 1 0 662686827 322306048 77858 33554432000 4194304 4352236 140736638133328 18446744073709551615 4267888 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/7958/statm: 78688 77858 129 39 0 77768 0
[pid=7959] ppid=7935 vsize=0 CPUtime=1.75 cores=0-7
/proc/7959/stat : 7959 (python) Z 7935 7935 7909 0 -1 4203612 1111 0 0 0 90 85 0 0 18 0 1 0 662686829 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7959/statm: 0 0 0 0 0 0 0
[pid=7961] ppid=1 vsize=1145852 CPUtime=487.83 cores=0-7
/proc/7961/stat : 7961 (precosat) T 1 7961 7961 0 -1 4202496 300315 0 0 0 48720 63 0 0 25 0 1 0 662686831 1173352448 277120 33554432000 4194304 4890832 140736582057792 18446744073709551615 4236394 0 0 16781312 17442 18446744071562691360 0 0 17 6 0 0 0
/proc/7961/statm: 286463 277120 86 171 0 286290 0
[pid=7962] ppid=7935 vsize=0 CPUtime=1.77 cores=0-7
/proc/7962/stat : 7962 (python) Z 7935 7935 7909 0 -1 4203612 1142 0 0 0 89 88 0 0 18 0 1 0 662686832 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7962/statm: 0 0 0 0 0 0 0
[pid=7964] ppid=1 vsize=284244 CPUtime=488.14 cores=0-7
/proc/7964/stat : 7964 (lingeling) T 1 7964 7964 0 -1 4202496 296730 0 0 0 48764 50 0 0 25 0 1 0 662686834 291065856 70231 33554432000 4194304 4352236 140737363334224 18446744073709551615 4207905 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/7964/statm: 71061 70231 129 39 0 70141 0
[pid=7965] ppid=7935 vsize=0 CPUtime=1.76 cores=0-7
/proc/7965/stat : 7965 (python) Z 7935 7935 7909 0 -1 4203612 1162 0 0 0 88 88 0 0 15 0 1 0 662686836 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7965/statm: 0 0 0 0 0 0 0
[pid=7968] ppid=7935 vsize=0 CPUtime=0.4 cores=0-7
/proc/7968/stat : 7968 (python) Z 7935 7935 7909 0 -1 4203612 1125 0 0 0 18 22 0 0 15 0 1 0 662686840 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7968/statm: 0 0 0 0 0 0 0
[pid=7971] ppid=7935 vsize=0 CPUtime=1.91 cores=0-7
/proc/7971/stat : 7971 (python) Z 7935 7935 7909 0 -1 4203612 1176 0 0 0 94 97 0 0 16 0 1 0 662686844 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7971/statm: 0 0 0 0 0 0 0
[pid=7973] ppid=1 vsize=3797144 CPUtime=488.2 cores=0-7
/proc/7973/stat : 7973 (cryptominisat-2) T 1 7973 7973 0 -1 4202496 936255 0 0 0 48676 144 0 0 25 0 1 0 662686846 3888275456 786567 33554432000 4194304 4677096 140736736007040 18446744073709551615 4319726 0 0 16781312 2 18446744071562691360 0 0 17 7 0 0 0
/proc/7973/statm: 949286 786567 393 118 0 944245 0
[pid=7974] ppid=7935 vsize=0 CPUtime=1.74 cores=0-7
/proc/7974/stat : 7974 (python) Z 7935 7935 7909 0 -1 4203612 1159 0 0 0 87 87 0 0 18 0 1 0 662686848 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7974/statm: 0 0 0 0 0 0 0
[pid=7976] ppid=1 vsize=1061472 CPUtime=488.71 cores=0-7
/proc/7976/stat : 7976 (precosat) T 1 7976 7976 0 -1 4202496 285058 0 0 0 48817 54 0 0 25 0 1 0 662686850 1086947328 261395 33554432000 4194304 4890832 140734710032208 18446744073709551615 4229338 0 0 16781312 17442 18446744071562691360 0 0 17 6 0 0 0
/proc/7976/statm: 265368 261395 86 171 0 265195 0
[pid=7977] ppid=7935 vsize=0 CPUtime=1.89 cores=0-7
/proc/7977/stat : 7977 (python) Z 7935 7935 7909 0 -1 4203612 1072 0 0 0 96 93 0 0 15 0 1 0 662686852 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7977/statm: 0 0 0 0 0 0 0
[pid=7979] ppid=1 vsize=0 CPUtime=496.04 cores=0-7
/proc/7979/stat : 7979 (cryptominisat-2) R 1 7979 7979 0 -1 4203524 888029 0 0 0 49459 145 0 0 25 0 1 0 662686854 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7979/statm: 0 0 0 0 0 0 0
[pid=7986] ppid=7935 vsize=0 CPUtime=0.45 cores=0-7
/proc/7986/stat : 7986 (python) Z 7935 7935 7909 0 -1 4203612 1151 0 0 0 22 23 0 0 15 0 1 0 662696881 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7986/statm: 0 0 0 0 0 0 0
[pid=7993] ppid=7935 vsize=0 CPUtime=1.05 cores=0-7
/proc/7993/stat : 7993 (python) Z 7935 7935 7909 0 -1 4203612 1012 0 0 0 53 52 0 0 15 0 1 0 662706926 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7993/statm: 0 0 0 0 0 0 0
[pid=7995] ppid=1 vsize=0 CPUtime=296.28 cores=0-7
/proc/7995/stat : 7995 (glucoser_static) R 1 7995 7995 0 -1 4203524 159686 0 0 0 29580 48 0 0 25 0 1 0 662706928 0 0 33554432000 0 0 0 0 0 0 0 16781312 8388611 18446744073709551615 0 0 17 4 0 0 0
/proc/7995/statm: 0 0 0 0 0 0 0
[pid=8486] ppid=7935 vsize=0 CPUtime=0.05 cores=0-7
/proc/8486/stat : 8486 (python) Z 7935 7935 7909 0 -1 4203612 841 0 0 0 1 4 0 0 15 0 1 0 662735902 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/8486/statm: 0 0 0 0 0 0 0
[pid=8488] ppid=1 vsize=0 CPUtime=7.89 cores=0-7
/proc/8488/stat : 8488 (precosat) R 1 8488 8488 0 -1 4203524 173140 0 0 0 742 47 0 0 25 0 1 0 662735904 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/8488/statm: 0 0 0 0 0 0 0
[pid=8489] ppid=7935 vsize=0 CPUtime=0.05 cores=0-7
/proc/8489/stat : 8489 (python) Z 7935 7935 7909 0 -1 4203612 856 0 0 0 0 5 0 0 15 0 1 0 662735927 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/8489/statm: 0 0 0 0 0 0 0
[pid=8494] ppid=7935 vsize=0 CPUtime=0.03 cores=0-7
/proc/8494/stat : 8494 (python) Z 7935 7935 7909 0 -1 4203612 781 0 0 0 0 3 0 0 18 0 1 0 662736605 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/8494/statm: 0 0 0 0 0 0 0
[pid=7935/tid=8495] ppid=7933 vsize=0 CPUtime=0.08 cores=0-7
/proc/7935/task/8495/stat : 8495 (python) R 7933 7935 7909 0 -1 4203588 28 938 0 0 0 8 0 0 18 0 2 0 662736607 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3829.86
Current children cumulated vsize (KiB) 6603464
#
############


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

[startup+1074.81 s]
/proc/loadavg: 8.18 7.00 6.12 10/484 8496
/proc/meminfo: memFree=7038032/32950928 swapFree=60199052/67111528
[pid=7935] ppid=7933 vsize=0 CPUtime=576.48 cores=0-7
/proc/7935/stat : 7935 (python) Z 7933 7935 7909 0 -1 4203548 1669296 938 1 0 57405 243 0 0 18 0 2 0 662629225 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7935/statm: 0 0 0 0 0 0 0
[pid=7956] ppid=7935 vsize=0 CPUtime=1.76 cores=0-7
/proc/7956/stat : 7956 (python) Z 7935 7935 7909 0 -1 4203612 1217 0 0 0 83 93 0 0 18 0 1 0 662686825 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7956/statm: 0 0 0 0 0 0 0
[pid=7958] ppid=1 vsize=314752 CPUtime=485.68 cores=0-7
/proc/7958/stat : 7958 (lingeling) T 1 7958 7958 0 -1 4202496 278368 0 0 0 48522 46 0 0 25 0 1 0 662686827 322306048 77858 33554432000 4194304 4352236 140736638133328 18446744073709551615 4267888 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/7958/statm: 78688 77858 129 39 0 77768 0
[pid=7959] ppid=7935 vsize=0 CPUtime=1.75 cores=0-7
/proc/7959/stat : 7959 (python) Z 7935 7935 7909 0 -1 4203612 1111 0 0 0 90 85 0 0 18 0 1 0 662686829 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7959/statm: 0 0 0 0 0 0 0
[pid=7961] ppid=1 vsize=1145852 CPUtime=487.83 cores=0-7
/proc/7961/stat : 7961 (precosat) T 1 7961 7961 0 -1 4202496 300315 0 0 0 48720 63 0 0 25 0 1 0 662686831 1173352448 277120 33554432000 4194304 4890832 140736582057792 18446744073709551615 4236394 0 0 16781312 17442 18446744071562691360 0 0 17 6 0 0 0
/proc/7961/statm: 286463 277120 86 171 0 286290 0
[pid=7962] ppid=7935 vsize=0 CPUtime=1.77 cores=0-7
/proc/7962/stat : 7962 (python) Z 7935 7935 7909 0 -1 4203612 1142 0 0 0 89 88 0 0 18 0 1 0 662686832 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7962/statm: 0 0 0 0 0 0 0
[pid=7964] ppid=1 vsize=284244 CPUtime=488.14 cores=0-7
/proc/7964/stat : 7964 (lingeling) T 1 7964 7964 0 -1 4202496 296730 0 0 0 48764 50 0 0 25 0 1 0 662686834 291065856 70231 33554432000 4194304 4352236 140737363334224 18446744073709551615 4207905 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/7964/statm: 71061 70231 129 39 0 70141 0
[pid=7965] ppid=7935 vsize=0 CPUtime=1.76 cores=0-7
/proc/7965/stat : 7965 (python) Z 7935 7935 7909 0 -1 4203612 1162 0 0 0 88 88 0 0 15 0 1 0 662686836 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7965/statm: 0 0 0 0 0 0 0
[pid=7968] ppid=7935 vsize=0 CPUtime=0.4 cores=0-7
/proc/7968/stat : 7968 (python) Z 7935 7935 7909 0 -1 4203612 1125 0 0 0 18 22 0 0 15 0 1 0 662686840 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7968/statm: 0 0 0 0 0 0 0
[pid=7971] ppid=7935 vsize=0 CPUtime=1.91 cores=0-7
/proc/7971/stat : 7971 (python) Z 7935 7935 7909 0 -1 4203612 1176 0 0 0 94 97 0 0 16 0 1 0 662686844 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7971/statm: 0 0 0 0 0 0 0
[pid=7973] ppid=1 vsize=3797144 CPUtime=488.2 cores=0-7
/proc/7973/stat : 7973 (cryptominisat-2) T 1 7973 7973 0 -1 4202496 936255 0 0 0 48676 144 0 0 25 0 1 0 662686846 3888275456 786567 33554432000 4194304 4677096 140736736007040 18446744073709551615 4319726 0 0 16781312 2 18446744071562691360 0 0 17 7 0 0 0
/proc/7973/statm: 949286 786567 393 118 0 944245 0
[pid=7974] ppid=7935 vsize=0 CPUtime=1.74 cores=0-7
/proc/7974/stat : 7974 (python) Z 7935 7935 7909 0 -1 4203612 1159 0 0 0 87 87 0 0 18 0 1 0 662686848 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7974/statm: 0 0 0 0 0 0 0
[pid=7976] ppid=1 vsize=1061472 CPUtime=488.71 cores=0-7
/proc/7976/stat : 7976 (precosat) T 1 7976 7976 0 -1 4202496 285058 0 0 0 48817 54 0 0 25 0 1 0 662686850 1086947328 261395 33554432000 4194304 4890832 140734710032208 18446744073709551615 4229338 0 0 16781312 17442 18446744071562691360 0 0 17 6 0 0 0
/proc/7976/statm: 265368 261395 86 171 0 265195 0
[pid=7977] ppid=7935 vsize=0 CPUtime=1.89 cores=0-7
/proc/7977/stat : 7977 (python) Z 7935 7935 7909 0 -1 4203612 1072 0 0 0 96 93 0 0 15 0 1 0 662686852 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7977/statm: 0 0 0 0 0 0 0
[pid=7979] ppid=1 vsize=0 CPUtime=496.04 cores=0-7
/proc/7979/stat : 7979 (cryptominisat-2) R 1 7979 7979 0 -1 4203524 888029 0 0 0 49459 145 0 0 25 0 1 0 662686854 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7979/statm: 0 0 0 0 0 0 0
[pid=7986] ppid=7935 vsize=0 CPUtime=0.45 cores=0-7
/proc/7986/stat : 7986 (python) Z 7935 7935 7909 0 -1 4203612 1151 0 0 0 22 23 0 0 15 0 1 0 662696881 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7986/statm: 0 0 0 0 0 0 0
[pid=7993] ppid=7935 vsize=0 CPUtime=1.05 cores=0-7
/proc/7993/stat : 7993 (python) Z 7935 7935 7909 0 -1 4203612 1012 0 0 0 53 52 0 0 15 0 1 0 662706926 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7993/statm: 0 0 0 0 0 0 0
[pid=7995] ppid=1 vsize=0 CPUtime=296.28 cores=0-7
/proc/7995/stat : 7995 (glucoser_static) R 1 7995 7995 0 -1 4203524 159686 0 0 0 29580 48 0 0 25 0 1 0 662706928 0 0 33554432000 0 0 0 0 0 0 0 16781312 8388611 18446744073709551615 0 0 17 4 0 0 0
/proc/7995/statm: 0 0 0 0 0 0 0
[pid=8486] ppid=7935 vsize=0 CPUtime=0.05 cores=0-7
/proc/8486/stat : 8486 (python) Z 7935 7935 7909 0 -1 4203612 841 0 0 0 1 4 0 0 15 0 1 0 662735902 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/8486/statm: 0 0 0 0 0 0 0
[pid=8488] ppid=1 vsize=0 CPUtime=7.89 cores=0-7
/proc/8488/stat : 8488 (precosat) R 1 8488 8488 0 -1 4203524 173140 0 0 0 742 47 0 0 25 0 1 0 662735904 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/8488/statm: 0 0 0 0 0 0 0
[pid=8489] ppid=7935 vsize=0 CPUtime=0.05 cores=0-7
/proc/8489/stat : 8489 (python) Z 7935 7935 7909 0 -1 4203612 856 0 0 0 0 5 0 0 15 0 1 0 662735927 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/8489/statm: 0 0 0 0 0 0 0
[pid=8494] ppid=7935 vsize=0 CPUtime=0.03 cores=0-7
/proc/8494/stat : 8494 (python) Z 7935 7935 7909 0 -1 4203612 781 0 0 0 0 3 0 0 18 0 1 0 662736605 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/8494/statm: 0 0 0 0 0 0 0
[pid=7935/tid=8495] ppid=7933 vsize=0 CPUtime=0.08 cores=0-7
/proc/7935/task/8495/stat : 8495 (python) R 7933 7935 7909 0 -1 4203588 28 938 0 0 0 8 0 0 18 0 2 0 662736607 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3829.86
Current children cumulated vsize (KiB) 6603464

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7935 and gives
#  childrusage.ru_utime.tv_sec=574
#  childrusage.ru_utime.tv_usec=53730
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=472624
# CPU time returned by wait4() is 576.526
# while last known CPU time is 3829.86
#
# 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): 720.11
#  lost CPU user time (s): 719.12
#  lost CPU system time (s): 0.990004

Real time (s): 1074.84
CPU time (s): 4549.97
CPU user time (s): 4533.18
CPU system time (s): 16.79
CPU usage (%): 423.315
Max. virtual memory (cumulated for all children) (KiB): 32591356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 574.054
system time used= 2.47262
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1670234
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= 3014
involuntary context switches= 6619

runsolver used 5.44317 second user time and 13.7119 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-16 03:45:04
IDJOB=3381242
IDBENCH=85008
IDSOLVER=1864
FILE ID=node122/3381242-1305510298
RUNJOBID= node122-1305510298-7923
PBS_JOBID= 13325521
Free space on /tmp= 73196 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq9.used-as.sat04-719.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-3381242-1305510298/watcher-3381242-1305510298 -o /tmp/evaluation-result-3381242-1305510298/solver-3381242-1305510298 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381242-1305510298.cnf -seed 37951799 -budget 40000 -cores 8

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

MD5SUM BENCH= 9a43349587a435e7109b46b3aceb156e
RANDOM SEED=37951799

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20697072 kB
Buffers:        328212 kB
Cached:        4480472 kB
SwapCached:      50128 kB
Active:        7559924 kB
Inactive:      4419236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20697072 kB
SwapTotal:    67111528 kB
SwapFree:     60199052 kB
Dirty:          245248 kB
Writeback:           0 kB
AnonPages:     7131400 kB
Mapped:          26616 kB
Slab:           146980 kB
PageTables:      58592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 123285636 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= 73200 MiB
End job on node122 at 2011-05-16 04:03:01