Trace number 3381352

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) 3866.5 1051.42

General information on the benchmark

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

Solver Data

0.34/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.69	c INFO: solving HOME/instance-3381352-1305513094.cnf
0.34/0.69	c INFO: computing task features
37.34/37.62	c INFO: computed variable-clause graph statistics
38.33/38.65	c INFO: computed clause balance statistics
174.42/174.79	c INFO: computed variable balance statistics
266.03/266.38	c INFO: computed small-clause counts
271.23/271.53	c INFO: computed Horn-clause counts
647.14/647.44	c INFO: computed variable graph statistics
647.14/647.46	c INFO: collected features for HOME/instance-3381352-1305513094.cnf in 644.99 s
647.14/647.49	c INFO: running lingeling-276@0 for 97 with 4353 remaining (b = 0.77)
647.24/647.53	c INFO: running precosat-570@0 for 97 with 4353 remaining (b = 0.59)
647.24/647.56	c INFO: running lingeling-276@0 for 97 with 4353 remaining (b = 0.39)
647.24/647.60	c INFO: running cryptominisat-2.9.0@0 for 1261 with 4353 remaining (b = 0.69)
647.34/647.64	c INFO: running lingeling-276@0 for 388 with 4353 remaining (b = 0.35)
647.34/647.67	c INFO: running cryptominisat-2.9.0@0 for 485 with 4353 remaining (b = 0.30)
647.44/647.71	c INFO: running lingeling-276@0 for 388 with 4352 remaining (b = 0.24)
647.44/647.75	c INFO: running precosat-570@0 for 388 with 4352 remaining (b = 0.18)
1446.83/747.89	c INFO: running lingeling-276@0 for 291 with 4252 remaining (b = 0.14)
1447.64/747.92	c INFO: running glucosER@0 for 291 with 4252 remaining (b = 0.32)
1447.64/747.98	c INFO: running precosat-570@0 for 291 with 4252 remaining (b = 0.24)
3791.65/1041.84	c INFO: running precosat-570@0 for 97 with 3958 remaining (b = 0.28)
3792.47/1041.93	c INFO: running precosat-570@0 for 97 with 3958 remaining (b = 0.10)
3800.35/1042.97	c INFO: running cryptominisat-2.9.0@0 for 1940 with 3957 remaining (b = 0.61)
3801.20/1043.08	c INFO: running precosat-570@293 for 97 with 3957 remaining (b = 0.05)
3801.80/1043.16	c INFO: running cryptominisat-2.9.0@0 for 1940 with 3957 remaining (b = 0.49)

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-3381352-1305513094/watcher-3381352-1305513094 -o /tmp/evaluation-result-3381352-1305513094/solver-3381352-1305513094 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381352-1305513094.cnf -seed 1119053007 -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.67 7.99 7.99 1/429 1399
/proc/meminfo: memFree=23114108/32950928 swapFree=38710900/67111528
[pid=1399] ppid=1397 vsize=11796 CPUtime=0 cores=0-7
/proc/1399/stat : 1399 (runsolver) S 1397 1399 1254 0 -1 4202560 41 0 0 0 0 0 0 0 21 0 1 0 741540505 12079104 49 33554432000 4194304 5432360 140737228817856 18446744073709551615 4881623 0 2147483391 4096 24578 18446744071699960631 0 0 17 3 0 0 0
/proc/1399/statm: 2949 49 30 303 0 2643 0

[startup+0.0805389 s]
/proc/loadavg: 7.67 7.99 7.99 1/429 1399
/proc/meminfo: memFree=23114108/32950928 swapFree=38710900/67111528
[pid=1399] ppid=1397 vsize=34240 CPUtime=0.04 cores=0-7
/proc/1399/stat : 1399 (python) R 1397 1399 1254 0 -1 4202496 1521 0 0 0 4 0 0 0 22 0 1 0 741540505 35061760 1359 33554432000 4194304 5683644 140735004690976 18446744073709551615 4617200 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1399/statm: 8560 1359 448 364 0 898 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 34240

[startup+0.100536 s]
/proc/loadavg: 7.67 7.99 7.99 1/429 1399
/proc/meminfo: memFree=23114108/32950928 swapFree=38710900/67111528
[pid=1399] ppid=1397 vsize=54536 CPUtime=0.05 cores=0-7
/proc/1399/stat : 1399 (python) R 1397 1399 1254 0 -1 4202496 2055 0 0 0 4 1 0 0 22 0 1 0 741540505 55844864 1814 33554432000 4194304 5683644 140735004690976 18446744073709551615 251367544832 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1399/statm: 13634 1814 492 364 0 1284 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54536

[startup+0.300528 s]
/proc/loadavg: 7.67 7.99 7.99 1/429 1399
/proc/meminfo: memFree=23114108/32950928 swapFree=38710900/67111528
[pid=1399] ppid=1397 vsize=135748 CPUtime=0.17 cores=0-7
/proc/1399/stat : 1399 (python) S 1397 1399 1254 0 -1 4202496 5959 934 1 0 14 3 0 0 18 0 1 0 741540505 139005952 4150 33554432000 4194304 5683644 140735004690976 18446744073709551615 251367542789 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/1399/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700423 s]
/proc/loadavg: 7.67 7.99 7.99 1/429 1399
/proc/meminfo: memFree=23114108/32950928 swapFree=38710900/67111528
[pid=1399] ppid=1397 vsize=471492 CPUtime=0.42 cores=0-7
/proc/1399/stat : 1399 (python) R 1397 1399 1254 0 -1 4202496 9794 934 1 0 32 10 0 0 17 0 1 0 741540505 482807808 7478 33554432000 4194304 5683644 140735004690976 18446744073709551615 251367546624 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1399/statm: 117873 7502 1758 364 0 53797 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 471492

[startup+2.17515 s]
/proc/loadavg: 7.67 7.99 7.99 1/429 1399
/proc/meminfo: memFree=23114108/32950928 swapFree=38710900/67111528
[pid=1399] ppid=1397 vsize=563572 CPUtime=1.89 cores=0-7
/proc/1399/stat : 1399 (python) R 1397 1399 1254 0 -1 4202496 79773 934 1 0 167 22 0 0 19 0 1 0 741540505 577097728 77457 33554432000 4194304 5683644 140735004690976 18446744073709551615 251367207621 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1399/statm: 140893 77458 1761 364 0 76817 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 563572

[startup+3.10098 s]
/proc/loadavg: 7.45 7.94 7.97 2/430 1404
/proc/meminfo: memFree=22798404/32950928 swapFree=38710900/67111528
[pid=1399] ppid=1397 vsize=623268 CPUtime=2.82 cores=0-7
/proc/1399/stat : 1399 (python) R 1397 1399 1254 0 -1 4202496 94792 934 1 0 256 26 0 0 20 0 1 0 741540505 638226432 92476 33554432000 4194304 5683644 140735004690976 18446744073709551615 46972131091762 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1399/statm: 155817 92477 1761 364 0 91741 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 623268

[startup+6.3004 s]
/proc/loadavg: 7.45 7.94 7.97 2/430 1404
/proc/meminfo: memFree=22591564/32950928 swapFree=38710900/67111528
[pid=1399] ppid=1397 vsize=827844 CPUtime=6.02 cores=0-7
/proc/1399/stat : 1399 (python) R 1397 1399 1254 0 -1 4202496 146367 934 1 0 568 34 0 0 25 0 1 0 741540505 847712256 144051 33554432000 4194304 5683644 140735004690976 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1399/statm: 206961 144051 1761 364 0 142885 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 827844

[startup+12.7012 s]
/proc/loadavg: 6.46 7.71 7.90 2/430 1405
/proc/meminfo: memFree=22164416/32950928 swapFree=38710900/67111528
[pid=1399] ppid=1397 vsize=1259060 CPUtime=12.41 cores=0-7
/proc/1399/stat : 1399 (python) R 1397 1399 1254 0 -1 4202496 249919 934 1 0 1194 47 0 0 25 0 1 0 741540505 1289277440 247603 33554432000 4194304 5683644 140735004690976 18446744073709551615 251367207621 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1399/statm: 314765 247603 1761 364 0 250689 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 1259060

[startup+25.5148 s]
/proc/loadavg: 5.62 7.49 7.82 2/430 1405
/proc/meminfo: memFree=21385436/32950928 swapFree=38710900/67111528
[pid=1399] ppid=1397 vsize=2026560 CPUtime=25.23 cores=0-7
/proc/1399/stat : 1399 (python) R 1397 1399 1254 0 -1 4202496 437356 934 1 0 2451 72 0 0 25 0 1 0 741540505 2075197440 435040 33554432000 4194304 5683644 140735004690976 18446744073709551615 46971960318277 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1399/statm: 506640 435040 1761 364 0 442564 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 2026560

[startup+51.1011 s]
/proc/loadavg: 4.04 6.97 7.64 2/430 1406
/proc/meminfo: memFree=21514640/32950928 swapFree=38710900/67111528
[pid=1399] ppid=1397 vsize=1859720 CPUtime=50.82 cores=0-7
/proc/1399/stat : 1399 (python) R 1397 1399 1254 0 -1 4202496 1156513 934 1 0 4932 150 0 0 25 0 1 0 741540505 1904353280 402315 33554432000 4194304 5683644 140735004690976 18446744073709551615 251367207451 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1399/statm: 464930 402315 1826 364 0 400854 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 1859720

[startup+102.301 s]
/proc/loadavg: 2.32 6.05 7.29 2/430 1407
/proc/meminfo: memFree=21514456/32950928 swapFree=38710900/67111528
[pid=1399] ppid=1397 vsize=1859720 CPUtime=102.02 cores=0-7
/proc/1399/stat : 1399 (python) R 1397 1399 1254 0 -1 4202496 1156513 934 1 0 10052 150 0 0 25 0 1 0 741540505 1904353280 402315 33554432000 4194304 5683644 140735004690976 18446744073709551615 46971963014099 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1399/statm: 464930 402315 1826 364 0 400854 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 1859720

[startup+162.301 s]
/proc/loadavg: 1.44 5.06 6.86 2/430 1409
/proc/meminfo: memFree=21514296/32950928 swapFree=38710900/67111528
[pid=1399] ppid=1397 vsize=1859720 CPUtime=162.02 cores=0-7
/proc/1399/stat : 1399 (python) R 1397 1399 1254 0 -1 4202496 1156513 934 1 0 16052 150 0 0 25 0 1 0 741540505 1904353280 402315 33554432000 4194304 5683644 140735004690976 18446744073709551615 251379370376 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1399/statm: 464930 402315 1826 364 0 400854 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 1859720

[startup+222.3 s]
/proc/loadavg: 1.16 4.32 6.49 2/430 1410
/proc/meminfo: memFree=21514640/32950928 swapFree=38710900/67111528
[pid=1399] ppid=1397 vsize=1859720 CPUtime=222.03 cores=0-7
/proc/1399/stat : 1399 (python) R 1397 1399 1254 0 -1 4202496 1156514 934 1 0 22053 150 0 0 25 0 1 0 741540505 1904353280 402316 33554432000 4194304 5683644 140735004690976 18446744073709551615 46971960179080 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1399/statm: 464930 402316 1827 364 0 400854 0
Current children cumulated CPU time (s) 222.03
Current children cumulated vsize (KiB) 1859720

[startup+282.3 s]
/proc/loadavg: 1.12 3.74 6.16 2/430 1412
/proc/meminfo: memFree=21514716/32950928 swapFree=38710900/67111528
[pid=1399] ppid=1397 vsize=1859720 CPUtime=282.02 cores=0-7
/proc/1399/stat : 1399 (python) R 1397 1399 1254 0 -1 4202496 1541172 934 1 0 28016 186 0 0 25 0 1 0 741540505 1904353280 402322 33554432000 4194304 5683644 140735004690976 18446744073709551615 46971960240268 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1399/statm: 464930 402322 1833 364 0 400854 0
Current children cumulated CPU time (s) 282.02
Current children cumulated vsize (KiB) 1859720

[startup+342.315 s]
/proc/loadavg: 1.04 3.24 5.83 2/430 1414
/proc/meminfo: memFree=21514808/32950928 swapFree=38710900/67111528
[pid=1399] ppid=1397 vsize=1859720 CPUtime=342.04 cores=0-7
/proc/1399/stat : 1399 (python) R 1397 1399 1254 0 -1 4202496 1541172 934 1 0 34018 186 0 0 25 0 1 0 741540505 1904353280 402322 33554432000 4194304 5683644 140735004690976 18446744073709551615 46971960240268 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1399/statm: 464930 402322 1833 364 0 400854 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 1859720

[startup+402.3 s]
/proc/loadavg: 1.02 2.86 5.55 2/430 1415
/proc/meminfo: memFree=21515152/32950928 swapFree=38710900/67111528
[pid=1399] ppid=1397 vsize=1859720 CPUtime=402.03 cores=0-7
/proc/1399/stat : 1399 (python) R 1397 1399 1254 0 -1 4202496 1541172 934 1 0 40017 186 0 0 25 0 1 0 741540505 1904353280 402322 33554432000 4194304 5683644 140735004690976 18446744073709551615 46971960240256 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1399/statm: 464930 402322 1833 364 0 400854 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 1859720

[startup+462.301 s]
/proc/loadavg: 1.00 2.49 5.24 2/430 1420
/proc/meminfo: memFree=21514860/32950928 swapFree=38710900/67111528
[pid=1399] ppid=1397 vsize=1859720 CPUtime=462.03 cores=0-7
/proc/1399/stat : 1399 (python) R 1397 1399 1254 0 -1 4202496 1541172 934 1 0 46017 186 0 0 25 0 1 0 741540505 1904353280 402322 33554432000 4194304 5683644 140735004690976 18446744073709551615 46971960240268 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1399/statm: 464930 402322 1833 364 0 400854 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 1859720

[startup+522.301 s]
/proc/loadavg: 1.00 2.24 4.99 2/430 1421
/proc/meminfo: memFree=21514976/32950928 swapFree=38710900/67111528
[pid=1399] ppid=1397 vsize=1859720 CPUtime=522.04 cores=0-7
/proc/1399/stat : 1399 (python) R 1397 1399 1254 0 -1 4202496 1541172 934 1 0 52017 187 0 0 25 0 1 0 741540505 1904353280 402322 33554432000 4194304 5683644 140735004690976 18446744073709551615 46971960240268 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1399/statm: 464930 402322 1833 364 0 400854 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 1859720

[startup+582.301 s]
/proc/loadavg: 1.00 1.99 4.72 2/430 1423
/proc/meminfo: memFree=21515064/32950928 swapFree=38710900/67111528
[pid=1399] ppid=1397 vsize=1859720 CPUtime=582.04 cores=0-7
/proc/1399/stat : 1399 (python) R 1397 1399 1254 0 -1 4202496 1541172 934 1 0 58017 187 0 0 25 0 1 0 741540505 1904353280 402322 33554432000 4194304 5683644 140735004690976 18446744073709551615 46971960240256 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1399/statm: 464930 402322 1833 364 0 400854 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 1859720

[startup+642.301 s]

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

/proc/1399/task/1467/stat : 1467 (python) R 1397 1399 1254 0 -1 4203588 37 934 0 0 0 9 0 0 18 0 2 0 741644691 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) 2734.91
Current children cumulated vsize (KiB) 2653756
#
############


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

[startup+1051.39 s]
/proc/loadavg: 8.04 6.46 5.74 9/475 1480
/proc/meminfo: memFree=9481156/32950928 swapFree=38710900/67111528
[pid=1399] ppid=1397 vsize=0 CPUtime=647.88 cores=0-7
/proc/1399/stat : 1399 (python) Z 1397 1399 1254 0 -1 4203548 1550737 934 1 0 64565 223 0 0 18 0 2 0 741540505 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/1399/statm: 0 0 0 0 0 0 0
[pid=1426] ppid=1399 vsize=0 CPUtime=1.35 cores=0-7
/proc/1426/stat : 1426 (python) Z 1399 1399 1254 0 -1 4203612 1207 0 0 0 61 74 0 0 18 0 1 0 741605254 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1426/statm: 0 0 0 0 0 0 0
[pid=1428] ppid=1 vsize=394404 CPUtime=394.26 cores=0-7
/proc/1428/stat : 1428 (lingeling) T 1 1428 1428 0 -1 4202496 271683 0 0 0 39382 44 0 0 25 0 1 0 741605256 403869696 95723 33554432000 4194304 4352236 140735077745184 18446744073709551615 4308368 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/1428/statm: 98601 95723 129 39 0 97681 0
[pid=1429] ppid=1399 vsize=0 CPUtime=1.36 cores=0-7
/proc/1429/stat : 1429 (python) Z 1399 1399 1254 0 -1 4203612 1166 0 0 0 65 71 0 0 16 0 1 0 741605258 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/1429/statm: 0 0 0 0 0 0 0
[pid=1432] ppid=1399 vsize=0 CPUtime=0.38 cores=0-7
/proc/1432/stat : 1432 (python) Z 1399 1399 1254 0 -1 4203612 1122 0 0 0 16 22 0 0 18 0 1 0 741605261 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/1432/statm: 0 0 0 0 0 0 0
[pid=1434] ppid=1 vsize=367332 CPUtime=100.34 cores=0-7
/proc/1434/stat : 1434 (lingeling) T 1 1434 1434 0 -1 4202496 173386 0 0 0 9999 35 0 0 25 0 1 0 741605263 376147968 91003 33554432000 4194304 4352236 140734267783552 18446744073709551615 4329339 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/1434/statm: 91833 91003 129 39 0 90913 0
[pid=1435] ppid=1399 vsize=0 CPUtime=1.46 cores=0-7
/proc/1435/stat : 1435 (python) Z 1399 1399 1254 0 -1 4203612 1023 0 0 0 75 71 0 0 15 0 1 0 741605265 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1435/statm: 0 0 0 0 0 0 0
[pid=1437] ppid=1 vsize=0 CPUtime=402.39 cores=0-7
/proc/1437/stat : 1437 (cryptominisat-2) R 1 1437 1437 0 -1 4203524 758217 0 0 0 40120 119 0 0 25 0 1 0 741605267 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/1437/statm: 0 0 0 0 0 0 0
[pid=1438] ppid=1399 vsize=0 CPUtime=1.36 cores=0-7
/proc/1438/stat : 1438 (python) Z 1399 1399 1254 0 -1 4203612 1162 0 0 0 65 71 0 0 18 0 1 0 741605269 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1438/statm: 0 0 0 0 0 0 0
[pid=1440] ppid=1 vsize=390076 CPUtime=390.92 cores=0-7
/proc/1440/stat : 1440 (lingeling) T 1 1440 1440 0 -1 4202496 222955 0 0 0 39055 37 0 0 25 0 1 0 741605271 399437824 96688 33554432000 4194304 4352236 140735692328960 18446744073709551615 4268014 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/1440/statm: 97519 96688 129 39 0 96599 0
[pid=1441] ppid=1399 vsize=0 CPUtime=1.48 cores=0-7
/proc/1441/stat : 1441 (python) Z 1399 1399 1254 0 -1 4203612 1016 0 0 0 70 78 0 0 15 0 1 0 741605272 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1441/statm: 0 0 0 0 0 0 0
[pid=1444] ppid=1399 vsize=0 CPUtime=1.35 cores=0-7
/proc/1444/stat : 1444 (python) Z 1399 1399 1254 0 -1 4203612 1017 0 0 0 67 68 0 0 18 0 1 0 741605276 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1444/statm: 0 0 0 0 0 0 0
[pid=1448] ppid=1 vsize=387360 CPUtime=393.75 cores=0-7
/proc/1448/stat : 1448 (lingeling) T 1 1448 1448 0 -1 4202496 245841 0 0 0 39333 42 0 0 25 0 1 0 741605282 396656640 96010 33554432000 4194304 4352236 140733532497568 18446744073709551615 4207623 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/1448/statm: 96840 96010 129 39 0 95920 0
[pid=1446] ppid=1399 vsize=0 CPUtime=1.34 cores=0-7
/proc/1446/stat : 1446 (python) Z 1399 1399 1254 0 -1 4203612 1047 0 0 0 66 68 0 0 18 0 1 0 741605280 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1446/statm: 0 0 0 0 0 0 0
[pid=1449] ppid=1 vsize=1114584 CPUtime=394.02 cores=0-7
/proc/1449/stat : 1449 (precosat) T 1 1449 1449 0 -1 4202496 280054 0 0 0 39347 55 0 0 25 0 1 0 741605283 1141334016 270391 33554432000 4194304 4890832 140733951320144 18446744073709551615 4452645 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/1449/statm: 278646 270391 86 171 0 278473 0
[pid=1454] ppid=1399 vsize=0 CPUtime=1.02 cores=0-7
/proc/1454/stat : 1454 (python) Z 1399 1399 1254 0 -1 4203612 833 0 0 0 47 55 0 0 15 0 1 0 741615297 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1454/statm: 0 0 0 0 0 0 0
[pid=1466] ppid=1399 vsize=0 CPUtime=0.04 cores=0-7
/proc/1466/stat : 1466 (python) Z 1399 1399 1254 0 -1 4203612 836 0 0 0 0 4 0 0 15 0 1 0 741644689 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1466/statm: 0 0 0 0 0 0 0
[pid=1469] ppid=1399 vsize=0 CPUtime=0.07 cores=0-7
/proc/1469/stat : 1469 (python) Z 1399 1399 1254 0 -1 4203612 840 0 0 0 1 6 0 0 15 0 1 0 741644698 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/1469/statm: 0 0 0 0 0 0 0
[pid=1473] ppid=1399 vsize=0 CPUtime=0.06 cores=0-7
/proc/1473/stat : 1473 (python) Z 1399 1399 1254 0 -1 4203612 857 0 0 0 1 5 0 0 15 0 1 0 741644802 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1473/statm: 0 0 0 0 0 0 0
[pid=1478] ppid=1399 vsize=0 CPUtime=0.05 cores=0-7
/proc/1478/stat : 1478 (python) Z 1399 1399 1254 0 -1 4203612 863 0 0 0 1 4 0 0 15 0 1 0 741644822 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1478/statm: 0 0 0 0 0 0 0
[pid=1480] ppid=1 vsize=0 CPUtime=8.01 cores=0-7
/proc/1480/stat : 1480 (cryptominisat-2) R 1 1480 1480 0 -1 4203524 145602 0 0 0 763 38 0 0 25 0 1 0 741644824 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1480/statm: 0 0 0 0 0 0 0
[pid=1399/tid=1467] ppid=1397 vsize=0 CPUtime=0.08 cores=0-7
/proc/1399/task/1467/stat : 1467 (python) R 1397 1399 1254 0 -1 4203588 37 934 0 0 0 8 0 0 18 0 2 0 741644691 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) 2742.89
Current children cumulated vsize (KiB) 2653756

[startup+1051.4 s]
/proc/loadavg: 8.04 6.46 5.74 9/475 1480
/proc/meminfo: memFree=9481156/32950928 swapFree=38710900/67111528
[pid=1399] ppid=1397 vsize=0 CPUtime=647.9 cores=0-7
/proc/1399/stat : 1399 (python) Z 1397 1399 1254 0 -1 4203548 1550737 934 1 0 64565 225 0 0 18 0 2 0 741540505 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/1399/statm: 0 0 0 0 0 0 0
[pid=1426] ppid=1399 vsize=0 CPUtime=1.35 cores=0-7
/proc/1426/stat : 1426 (python) Z 1399 1399 1254 0 -1 4203612 1207 0 0 0 61 74 0 0 18 0 1 0 741605254 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1426/statm: 0 0 0 0 0 0 0
[pid=1428] ppid=1 vsize=394404 CPUtime=394.26 cores=0-7
/proc/1428/stat : 1428 (lingeling) T 1 1428 1428 0 -1 4202496 271683 0 0 0 39382 44 0 0 25 0 1 0 741605256 403869696 95723 33554432000 4194304 4352236 140735077745184 18446744073709551615 4308368 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/1428/statm: 98601 95723 129 39 0 97681 0
[pid=1429] ppid=1399 vsize=0 CPUtime=1.36 cores=0-7
/proc/1429/stat : 1429 (python) Z 1399 1399 1254 0 -1 4203612 1166 0 0 0 65 71 0 0 16 0 1 0 741605258 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/1429/statm: 0 0 0 0 0 0 0
[pid=1432] ppid=1399 vsize=0 CPUtime=0.38 cores=0-7
/proc/1432/stat : 1432 (python) Z 1399 1399 1254 0 -1 4203612 1122 0 0 0 16 22 0 0 18 0 1 0 741605261 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/1432/statm: 0 0 0 0 0 0 0
[pid=1434] ppid=1 vsize=367332 CPUtime=100.34 cores=0-7
/proc/1434/stat : 1434 (lingeling) T 1 1434 1434 0 -1 4202496 173386 0 0 0 9999 35 0 0 25 0 1 0 741605263 376147968 91003 33554432000 4194304 4352236 140734267783552 18446744073709551615 4329339 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/1434/statm: 91833 91003 129 39 0 90913 0
[pid=1435] ppid=1399 vsize=0 CPUtime=1.46 cores=0-7
/proc/1435/stat : 1435 (python) Z 1399 1399 1254 0 -1 4203612 1023 0 0 0 75 71 0 0 15 0 1 0 741605265 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1435/statm: 0 0 0 0 0 0 0
[pid=1437] ppid=1 vsize=0 CPUtime=402.4 cores=0-7
/proc/1437/stat : 1437 (cryptominisat-2) R 1 1437 1437 0 -1 4203524 758217 0 0 0 40120 120 0 0 25 0 1 0 741605267 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/1437/statm: 0 0 0 0 0 0 0
[pid=1438] ppid=1399 vsize=0 CPUtime=1.36 cores=0-7
/proc/1438/stat : 1438 (python) Z 1399 1399 1254 0 -1 4203612 1162 0 0 0 65 71 0 0 18 0 1 0 741605269 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1438/statm: 0 0 0 0 0 0 0
[pid=1440] ppid=1 vsize=390076 CPUtime=390.92 cores=0-7
/proc/1440/stat : 1440 (lingeling) T 1 1440 1440 0 -1 4202496 222955 0 0 0 39055 37 0 0 25 0 1 0 741605271 399437824 96688 33554432000 4194304 4352236 140735692328960 18446744073709551615 4268014 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/1440/statm: 97519 96688 129 39 0 96599 0
[pid=1441] ppid=1399 vsize=0 CPUtime=1.48 cores=0-7
/proc/1441/stat : 1441 (python) Z 1399 1399 1254 0 -1 4203612 1016 0 0 0 70 78 0 0 15 0 1 0 741605272 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1441/statm: 0 0 0 0 0 0 0
[pid=1444] ppid=1399 vsize=0 CPUtime=1.35 cores=0-7
/proc/1444/stat : 1444 (python) Z 1399 1399 1254 0 -1 4203612 1017 0 0 0 67 68 0 0 18 0 1 0 741605276 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1444/statm: 0 0 0 0 0 0 0
[pid=1448] ppid=1 vsize=387360 CPUtime=393.75 cores=0-7
/proc/1448/stat : 1448 (lingeling) T 1 1448 1448 0 -1 4202496 245841 0 0 0 39333 42 0 0 25 0 1 0 741605282 396656640 96010 33554432000 4194304 4352236 140733532497568 18446744073709551615 4207623 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/1448/statm: 96840 96010 129 39 0 95920 0
[pid=1446] ppid=1399 vsize=0 CPUtime=1.34 cores=0-7
/proc/1446/stat : 1446 (python) Z 1399 1399 1254 0 -1 4203612 1047 0 0 0 66 68 0 0 18 0 1 0 741605280 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1446/statm: 0 0 0 0 0 0 0
[pid=1449] ppid=1 vsize=1114584 CPUtime=394.02 cores=0-7
/proc/1449/stat : 1449 (precosat) T 1 1449 1449 0 -1 4202496 280054 0 0 0 39347 55 0 0 25 0 1 0 741605283 1141334016 270391 33554432000 4194304 4890832 140733951320144 18446744073709551615 4452645 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/1449/statm: 278646 270391 86 171 0 278473 0
[pid=1454] ppid=1399 vsize=0 CPUtime=1.02 cores=0-7
/proc/1454/stat : 1454 (python) Z 1399 1399 1254 0 -1 4203612 833 0 0 0 47 55 0 0 15 0 1 0 741615297 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1454/statm: 0 0 0 0 0 0 0
[pid=1466] ppid=1399 vsize=0 CPUtime=0.04 cores=0-7
/proc/1466/stat : 1466 (python) Z 1399 1399 1254 0 -1 4203612 836 0 0 0 0 4 0 0 15 0 1 0 741644689 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1466/statm: 0 0 0 0 0 0 0
[pid=1469] ppid=1399 vsize=0 CPUtime=0.07 cores=0-7
/proc/1469/stat : 1469 (python) Z 1399 1399 1254 0 -1 4203612 840 0 0 0 1 6 0 0 15 0 1 0 741644698 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/1469/statm: 0 0 0 0 0 0 0
[pid=1473] ppid=1399 vsize=0 CPUtime=0.06 cores=0-7
/proc/1473/stat : 1473 (python) Z 1399 1399 1254 0 -1 4203612 857 0 0 0 1 5 0 0 15 0 1 0 741644802 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1473/statm: 0 0 0 0 0 0 0
[pid=1478] ppid=1399 vsize=0 CPUtime=0.05 cores=0-7
/proc/1478/stat : 1478 (python) Z 1399 1399 1254 0 -1 4203612 863 0 0 0 1 4 0 0 15 0 1 0 741644822 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1478/statm: 0 0 0 0 0 0 0
[pid=1399/tid=1467] ppid=1397 vsize=0 CPUtime=0.09 cores=0-7
/proc/1399/task/1467/stat : 1467 (python) R 1397 1399 1254 0 -1 4203588 37 934 0 0 0 9 0 0 18 0 2 0 741644691 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) 2734.91
Current children cumulated vsize (KiB) 2653756

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1399 and gives
#  childrusage.ru_utime.tv_sec=645
#  childrusage.ru_utime.tv_usec=654845
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=272654
# CPU time returned by wait4() is 647.927
# while last known CPU time is 2734.91
#
# 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): 1131.59
#  lost CPU user time (s): 1128.3
#  lost CPU system time (s): 3.29

Real time (s): 1051.42
CPU time (s): 3866.5
CPU user time (s): 3851.66
CPU system time (s): 14.84
CPU usage (%): 367.741
Max. virtual memory (cumulated for all children) (KiB): 31748528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 645.655
system time used= 2.27265
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1551671
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= 3042
involuntary context switches= 1622

runsolver used 4.91925 second user time and 12.4971 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-16 04:31:36
IDJOB=3381352
IDBENCH=88159
IDSOLVER=1864
FILE ID=node113/3381352-1305513094
RUNJOBID= node113-1305512483-1268
PBS_JOBID= 13325536
Free space on /tmp= 73272 MiB

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

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

MD5SUM BENCH= 953b9cb99bfd26cff0e1ac65be1241f6
RANDOM SEED=1119053007

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23114264 kB
Buffers:        300424 kB
Cached:        3682024 kB
SwapCached:      93704 kB
Active:        2357900 kB
Inactive:      7170880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23114264 kB
SwapTotal:    67111528 kB
SwapFree:     38710900 kB
Dirty:          225112 kB
Writeback:           0 kB
AnonPages:     5464536 kB
Mapped:          22220 kB
Slab:           136516 kB
PageTables:     101780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 129959324 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= 73240 MiB
End job on node113 at 2011-05-16 04:49:12