Trace number 3378018

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)? (TO) 1299.95 1300.09

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.130-NOTKNOWN.cnf
MD5SUMc7a9573eb59580c8d4fc5a3ca880d541
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark454.45
Satisfiable
(Un)Satisfiability was proved
Number of variables559571
Number of clauses10223027
Sum of the clauses size22253097
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29836450
Number of clauses of size 3365560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 519500

Solver Data

0.47/0.90	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.47/0.90	c INFO: solving HOME/instance-3378018-1305454345.cnf
0.47/0.90	c INFO: computing task features
40.70/41.13	c INFO: computed variable-clause graph statistics
41.88/42.36	c INFO: computed clause balance statistics
175.98/176.46	c INFO: computed variable balance statistics
293.19/293.64	c INFO: computed small-clause counts
299.97/300.40	c INFO: computed Horn-clause counts
705.59/706.06	c INFO: computed variable graph statistics
705.59/706.09	c INFO: collected features for HOME/instance-3378018-1305454345.cnf in 703.07 s
705.59/706.10	c INFO: running lingeling-276@0 for 97 with 1696 remaining (b = 0.79)
805.93/806.37	c INFO: running precosat-570@0 for 97 with 1597 remaining (b = 0.65)
906.27/906.65	c INFO: running lingeling-276@99 for 388 with 1497 remaining (b = 0.82)
1298.36/1298.49	c INFO: running lingeling-276@0 for 97 with 1106 remaining (b = 0.75)

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

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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: 4.77 3.62 3.67 5/312 16777
/proc/meminfo: memFree=17008740/32951132 swapFree=67093824/67111528
[pid=16777] ppid=16775 vsize=15380 CPUtime=0 cores=0,2
/proc/16777/stat : 16777 (python) R 16775 16777 15028 0 -1 4202496 791 0 0 0 0 0 0 0 17 0 1 0 657040222 15749120 679 33554432000 4194304 5683644 140735017571936 18446744073709551615 274664806400 0 2147483391 16781312 2 0 0 0 17 0 0 0 0
/proc/16777/statm: 3845 679 322 364 0 332 0

[startup+0.072513 s]
/proc/loadavg: 4.77 3.62 3.67 5/312 16777
/proc/meminfo: memFree=17008740/32951132 swapFree=67093824/67111528
[pid=16777] ppid=16775 vsize=34244 CPUtime=0.05 cores=0,2
/proc/16777/stat : 16777 (python) R 16775 16777 15028 0 -1 4202496 1521 0 0 0 4 1 0 0 17 0 1 0 657040222 35065856 1358 33554432000 4194304 5683644 140735017571936 18446744073709551615 274659845888 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16777/statm: 8561 1359 448 364 0 899 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 34244

[startup+0.100476 s]
/proc/loadavg: 4.77 3.62 3.67 5/312 16777
/proc/meminfo: memFree=17008740/32951132 swapFree=67093824/67111528
[pid=16777] ppid=16775 vsize=84476 CPUtime=0.07 cores=0,2
/proc/16777/stat : 16777 (python) R 16775 16777 15028 0 -1 4202496 2394 0 0 0 5 2 0 0 17 0 1 0 657040222 86503424 2123 33554432000 4194304 5683644 140735017571936 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16777/statm: 21119 2124 707 364 0 1336 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 84476

[startup+0.300457 s]
/proc/loadavg: 4.77 3.62 3.67 5/312 16777
/proc/meminfo: memFree=17008740/32951132 swapFree=67093824/67111528
[pid=16777] ppid=16775 vsize=113216 CPUtime=0.1 cores=0,2
/proc/16777/stat : 16777 (python) R 16775 16777 15028 0 -1 4202496 3555 0 0 0 7 3 0 0 16 0 1 0 657040222 115933184 3201 33554432000 4194304 5683644 140735017571936 18446744073709551615 274664469189 0 0 16781312 2 0 0 0 17 0 0 0 12
/proc/16777/statm: 28304 3201 885 364 0 2326 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 113216

[startup+0.700382 s]
/proc/loadavg: 4.77 3.62 3.67 5/312 16777
/proc/meminfo: memFree=17008740/32951132 swapFree=67093824/67111528
[pid=16777] ppid=16775 vsize=212744 CPUtime=0.31 cores=0,2
/proc/16777/stat : 16777 (python) S 16775 16777 15028 0 -1 4202496 7335 933 1 0 22 9 0 0 15 0 1 0 657040222 217849856 5346 33554432000 4194304 5683644 140735017571936 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 0 0 0 16
/proc/16777/statm: 53186 5346 1510 364 0 4044 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 212744

[startup+1.50022 s]
/proc/loadavg: 4.77 3.62 3.67 4/313 16782
/proc/meminfo: memFree=16795692/32951132 swapFree=67093824/67111528
[pid=16777] ppid=16775 vsize=498744 CPUtime=1.07 cores=0,2
/proc/16777/stat : 16777 (python) R 16775 16777 15028 0 -1 4202496 64301 933 1 0 84 23 0 0 16 0 1 0 657040222 510713856 61862 33554432000 4194304 5683644 140735017571936 18446744073709551615 274664469189 0 0 16781312 2 0 0 0 17 0 0 0 16
/proc/16777/statm: 124686 61862 1761 364 0 60610 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 498744

[startup+3.10097 s]
/proc/loadavg: 4.77 3.62 3.67 4/313 16782
/proc/meminfo: memFree=16722408/32951132 swapFree=67093824/67111528
[pid=16777] ppid=16775 vsize=605372 CPUtime=2.67 cores=0,2
/proc/16777/stat : 16777 (python) R 16775 16777 15028 0 -1 4202496 89915 933 1 0 241 26 0 0 18 0 1 0 657040222 619900928 87476 33554432000 4194304 5683644 140735017571936 18446744073709551615 274664469189 0 0 16781312 2 0 0 0 17 0 0 0 16
/proc/16777/statm: 151343 87479 1761 364 0 87267 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 605372

[startup+6.30041 s]
/proc/loadavg: 4.71 3.63 3.67 4/313 16782
/proc/meminfo: memFree=16506892/32951132 swapFree=67093824/67111528
[pid=16777] ppid=16775 vsize=807664 CPUtime=5.87 cores=0,2
/proc/16777/stat : 16777 (python) R 16775 16777 15028 0 -1 4202496 140730 933 1 0 554 33 0 0 25 0 1 0 657040222 827047936 138291 33554432000 4194304 5683644 140735017571936 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 0 0 0 16
/proc/16777/statm: 201916 138291 1761 364 0 137840 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 807664

[startup+12.7003 s]
/proc/loadavg: 4.73 3.65 3.68 4/313 16782
/proc/meminfo: memFree=16133188/32951132 swapFree=67093824/67111528
[pid=16777] ppid=16775 vsize=1221636 CPUtime=12.27 cores=0,2
/proc/16777/stat : 16777 (python) R 16775 16777 15028 0 -1 4202496 241749 933 1 0 1181 46 0 0 25 0 1 0 657040222 1250955264 239310 33554432000 4194304 5683644 140735017571936 18446744073709551615 47186545159897 0 0 16781312 2 0 0 0 17 0 0 0 16
/proc/16777/statm: 305409 239311 1761 364 0 241333 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 1221636

[startup+25.5011 s]
/proc/loadavg: 4.35 3.62 3.67 4/313 16782
/proc/meminfo: memFree=15342580/32951132 swapFree=67093824/67111528
[pid=16777] ppid=16775 vsize=1963028 CPUtime=25.08 cores=0,2
/proc/16777/stat : 16777 (python) R 16775 16777 15028 0 -1 4202496 422198 933 1 0 2437 71 0 0 25 0 1 0 657040222 2010140672 419759 33554432000 4194304 5683644 140735017571936 18446744073709551615 47186374375749 0 0 16781312 2 0 0 0 17 0 0 0 16
/proc/16777/statm: 490757 419759 1761 364 0 426681 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 1963028

[startup+51.1007 s]
/proc/loadavg: 3.81 3.55 3.64 4/301 16810
/proc/meminfo: memFree=16154496/32951132 swapFree=67093824/67111528
[pid=16777] ppid=16775 vsize=1780040 CPUtime=50.67 cores=0,2
/proc/16777/stat : 16777 (python) R 16775 16777 15028 0 -1 4202496 1226010 933 1 0 4896 171 0 0 25 0 1 0 657040222 1822760960 382394 33554432000 4194304 5683644 140735017571936 18446744073709551615 47186381709477 0 0 16781312 2 0 0 0 17 0 0 0 16
/proc/16777/statm: 445010 382394 1826 364 0 380934 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 1780040

[startup+102.301 s]
/proc/loadavg: 4.95 3.89 3.75 4/304 16823
/proc/meminfo: memFree=14563612/32951132 swapFree=67093824/67111528
[pid=16777] ppid=16775 vsize=1780040 CPUtime=101.87 cores=0,2
/proc/16777/stat : 16777 (python) R 16775 16777 15028 0 -1 4202496 1226010 933 1 0 10016 171 0 0 25 0 1 0 657040222 1822760960 382394 33554432000 4194304 5683644 140735017571936 18446744073709551615 5114645 0 0 16781312 2 0 0 0 17 0 0 0 16
/proc/16777/statm: 445010 382394 1826 364 0 380934 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 1780040

[startup+162.3 s]
/proc/loadavg: 3.85 3.78 3.72 4/304 16825
/proc/meminfo: memFree=14628768/32951132 swapFree=67093824/67111528
[pid=16777] ppid=16775 vsize=1780040 CPUtime=161.88 cores=0,2
/proc/16777/stat : 16777 (python) R 16775 16777 15028 0 -1 4202496 1226010 933 1 0 16017 171 0 0 25 0 1 0 657040222 1822760960 382394 33554432000 4194304 5683644 140735017571936 18446744073709551615 47186374671680 0 0 16781312 2 0 0 0 17 0 0 0 16
/proc/16777/statm: 445010 382394 1826 364 0 380934 0
Current children cumulated CPU time (s) 161.88
Current children cumulated vsize (KiB) 1780040

[startup+222.301 s]
/proc/loadavg: 3.38 3.65 3.68 4/304 16826
/proc/meminfo: memFree=14632720/32951132 swapFree=67093824/67111528
[pid=16777] ppid=16775 vsize=1780040 CPUtime=221.88 cores=0,2
/proc/16777/stat : 16777 (python) R 16775 16777 15028 0 -1 4202496 1226011 933 1 0 22016 172 0 0 25 0 1 0 657040222 1822760960 382395 33554432000 4194304 5683644 140735017571936 18446744073709551615 4602993 0 0 16781312 2 0 0 0 17 0 0 0 16
/proc/16777/statm: 445010 382395 1827 364 0 380934 0
Current children cumulated CPU time (s) 221.88
Current children cumulated vsize (KiB) 1780040

[startup+282.301 s]
/proc/loadavg: 3.14 3.53 3.64 4/304 16828
/proc/meminfo: memFree=14628744/32951132 swapFree=67093824/67111528
[pid=16777] ppid=16775 vsize=1780040 CPUtime=281.88 cores=0,2
/proc/16777/stat : 16777 (python) R 16775 16777 15028 0 -1 4202496 1226011 933 1 0 28016 172 0 0 25 0 1 0 657040222 1822760960 382395 33554432000 4194304 5683644 140735017571936 18446744073709551615 274664464547 0 0 16781312 2 0 0 0 17 0 0 0 16
/proc/16777/statm: 445010 382395 1827 364 0 380934 0
Current children cumulated CPU time (s) 281.88
Current children cumulated vsize (KiB) 1780040

[startup+342.3 s]
/proc/loadavg: 3.08 3.45 3.60 4/304 16830
/proc/meminfo: memFree=14630188/32951132 swapFree=67093824/67111528
[pid=16777] ppid=16775 vsize=1780040 CPUtime=341.88 cores=0,2
/proc/16777/stat : 16777 (python) R 16775 16777 15028 0 -1 4202496 1685258 933 1 0 33962 226 0 0 25 0 1 0 657040222 1822760960 382401 33554432000 4194304 5683644 140735017571936 18446744073709551615 47186374297728 0 0 16781312 2 0 0 0 17 0 0 0 16
/proc/16777/statm: 445010 382401 1833 364 0 380934 0
Current children cumulated CPU time (s) 341.88
Current children cumulated vsize (KiB) 1780040

[startup+402.301 s]
/proc/loadavg: 2.49 3.21 3.51 3/289 16849
/proc/meminfo: memFree=14822356/32951132 swapFree=67093824/67111528
[pid=16777] ppid=16775 vsize=1780040 CPUtime=401.88 cores=0,2
/proc/16777/stat : 16777 (python) R 16775 16777 15028 0 -1 4202496 1685258 933 1 0 39962 226 0 0 25 0 1 0 657040222 1822760960 382401 33554432000 4194304 5683644 140735017571936 18446744073709551615 47186374297728 0 0 16781312 2 0 0 0 17 0 0 0 16
/proc/16777/statm: 445010 382401 1833 364 0 380934 0
Current children cumulated CPU time (s) 401.88
Current children cumulated vsize (KiB) 1780040

[startup+462.3 s]
/proc/loadavg: 2.18 2.99 3.41 3/289 16851
/proc/meminfo: memFree=14822456/32951132 swapFree=67093824/67111528
[pid=16777] ppid=16775 vsize=1780040 CPUtime=461.88 cores=0,2
/proc/16777/stat : 16777 (python) R 16775 16777 15028 0 -1 4202496 1685258 933 1 0 45962 226 0 0 25 0 1 0 657040222 1822760960 382401 33554432000 4194304 5683644 140735017571936 18446744073709551615 47186374297740 0 0 16781312 2 0 0 0 17 0 0 0 16
/proc/16777/statm: 445010 382401 1833 364 0 380934 0
Current children cumulated CPU time (s) 461.88
Current children cumulated vsize (KiB) 1780040

[startup+522.301 s]
/proc/loadavg: 2.06 2.81 3.32 3/289 16852
/proc/meminfo: memFree=14822936/32951132 swapFree=67093824/67111528
[pid=16777] ppid=16775 vsize=1780040 CPUtime=521.89 cores=0,2
/proc/16777/stat : 16777 (python) R 16775 16777 15028 0 -1 4202496 1685258 933 1 0 51963 226 0 0 25 0 1 0 657040222 1822760960 382401 33554432000 4194304 5683644 140735017571936 18446744073709551615 47186374297740 0 0 16781312 2 0 0 0 17 0 0 0 16
/proc/16777/statm: 445010 382401 1833 364 0 380934 0
Current children cumulated CPU time (s) 521.89
Current children cumulated vsize (KiB) 1780040

[startup+582.301 s]
/proc/loadavg: 2.02 2.66 3.23 3/289 16854
/proc/meminfo: memFree=14823048/32951132 swapFree=67093824/67111528
[pid=16777] ppid=16775 vsize=1780040 CPUtime=581.88 cores=0,2
/proc/16777/stat : 16777 (python) R 16775 16777 15028 0 -1 4202496 1685258 933 1 0 57962 226 0 0 25 0 1 0 657040222 1822760960 382401 33554432000 4194304 5683644 140735017571936 18446744073709551615 47186374297740 0 0 16781312 2 0 0 0 17 0 0 0 16
/proc/16777/statm: 445010 382401 1833 364 0 380934 0
Current children cumulated CPU time (s) 581.88
Current children cumulated vsize (KiB) 1780040

[startup+642.31 s]

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

/proc/16777/statm: 282600 214913 1878 364 0 218515 0
[pid=16858] ppid=16777 vsize=1120144 CPUtime=0.58 cores=0,2
/proc/16858/stat : 16858 (python) S 16777 16777 15028 0 -1 4202560 1215 0 0 0 32 26 0 0 18 0 2 0 657110832 1147027456 213447 33554432000 4194304 5683644 140735017571936 18446744073709551615 274664828486 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16858/statm: 280036 213447 415 364 0 215954 0
[pid=16860] ppid=16858 vsize=204128 CPUtime=255.45 cores=0,2
/proc/16860/stat : 16860 (lingeling) R 16858 16860 16860 0 -1 4202496 103339 0 0 0 25526 19 0 0 25 0 1 0 657110834 209027072 50202 33554432000 4194304 4352236 140734943586176 18446744073709551615 4278712 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16860/statm: 51032 50202 129 39 0 50112 0
[pid=16858/tid=16864] ppid=16777 vsize=1120144 CPUtime=0 cores=0,2
/proc/16858/task/16864/stat : 16864 (python) S 16777 16777 15028 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657120858 1147027456 213447 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676631985 0 0 16781312 514 18446604442127231872 0 0 -1 2 0 0 0
[pid=16865] ppid=16777 vsize=1120156 CPUtime=0.25 cores=0,2
/proc/16865/stat : 16865 (python) S 16777 16777 15028 0 -1 4202560 1088 0 0 0 13 12 0 0 19 0 2 0 657120859 1147039744 213431 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16865/statm: 280039 213431 399 364 0 215954 0
[pid=16867] ppid=16865 vsize=1149856 CPUtime=100.08 cores=0,2
/proc/16867/stat : 16867 (precosat) T 16865 16867 16867 0 -1 4202496 289748 0 0 0 9965 43 0 0 25 0 1 0 657120862 1177452544 280642 33554432000 4194304 4890832 140735654336640 18446744073709551615 4246759 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/16867/statm: 287464 280642 86 171 0 287291 0
[pid=16865/tid=16872] ppid=16777 vsize=1120156 CPUtime=0 cores=0,2
/proc/16865/task/16872/stat : 16872 (python) S 16777 16777 15028 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657130887 1147039744 213431 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676631985 0 0 16781312 514 18446604441289997312 0 0 -1 2 0 0 0
[pid=16777/tid=16859] ppid=16775 vsize=1130400 CPUtime=0 cores=0,2
/proc/16777/task/16859/stat : 16859 (python) S 16775 16777 15028 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 3 0 657110834 1157529600 214913 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676631985 0 0 16781312 2 18446604453713606848 0 0 -1 0 0 0 0
[pid=16777/tid=16866] ppid=16775 vsize=1130400 CPUtime=0 cores=0,2
/proc/16777/task/16866/stat : 16866 (python) S 16775 16777 15028 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 3 0 657120861 1157529600 214913 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676631985 0 0 16781312 2 18446604453713606848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 4724684

[startup+1122.3 s]
/proc/loadavg: 2.00 2.12 2.69 3/297 16877
/proc/meminfo: memFree=14150268/32951132 swapFree=67093824/67111528
[pid=16777] ppid=16775 vsize=1130400 CPUtime=705.74 cores=0,2
/proc/16777/stat : 16777 (python) S 16775 16777 15028 0 -1 4202496 1686853 933 1 0 70341 233 0 0 18 0 3 0 657040222 1157529600 214913 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 16
/proc/16777/statm: 282600 214913 1878 364 0 218515 0
[pid=16858] ppid=16777 vsize=1120144 CPUtime=0.72 cores=0,2
/proc/16858/stat : 16858 (python) S 16777 16777 15028 0 -1 4202560 1215 0 0 0 40 32 0 0 18 0 2 0 657110832 1147027456 213447 33554432000 4194304 5683644 140735017571936 18446744073709551615 274664828486 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16858/statm: 280036 213447 415 364 0 215954 0
[pid=16860] ppid=16858 vsize=211228 CPUtime=315.37 cores=0,2
/proc/16860/stat : 16860 (lingeling) R 16858 16860 16860 0 -1 4202496 105779 0 0 0 31518 19 0 0 25 0 1 0 657110834 216297472 51977 33554432000 4194304 4352236 140734943586176 18446744073709551615 4280960 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16860/statm: 52807 51977 129 39 0 51887 0
[pid=16858/tid=16864] ppid=16777 vsize=1120144 CPUtime=0 cores=0,2
/proc/16858/task/16864/stat : 16864 (python) S 16777 16777 15028 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657120858 1147027456 213447 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676631985 0 0 16781312 514 18446604442127231872 0 0 -1 2 0 0 0
[pid=16865] ppid=16777 vsize=1120156 CPUtime=0.25 cores=0,2
/proc/16865/stat : 16865 (python) S 16777 16777 15028 0 -1 4202560 1088 0 0 0 13 12 0 0 19 0 2 0 657120859 1147039744 213431 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16865/statm: 280039 213431 399 364 0 215954 0
[pid=16867] ppid=16865 vsize=1149856 CPUtime=100.08 cores=0,2
/proc/16867/stat : 16867 (precosat) T 16865 16867 16867 0 -1 4202496 289748 0 0 0 9965 43 0 0 25 0 1 0 657120862 1177452544 280642 33554432000 4194304 4890832 140735654336640 18446744073709551615 4246759 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/16867/statm: 287464 280642 86 171 0 287291 0
[pid=16865/tid=16872] ppid=16777 vsize=1120156 CPUtime=0 cores=0,2
/proc/16865/task/16872/stat : 16872 (python) S 16777 16777 15028 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657130887 1147039744 213431 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676631985 0 0 16781312 514 18446604441289997312 0 0 -1 2 0 0 0
[pid=16777/tid=16859] ppid=16775 vsize=1130400 CPUtime=0 cores=0,2
/proc/16777/task/16859/stat : 16859 (python) S 16775 16777 15028 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 3 0 657110834 1157529600 214913 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676631985 0 0 16781312 2 18446604453713606848 0 0 -1 0 0 0 0
[pid=16777/tid=16866] ppid=16775 vsize=1130400 CPUtime=0 cores=0,2
/proc/16777/task/16866/stat : 16866 (python) S 16775 16777 15028 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 3 0 657120861 1157529600 214913 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676631985 0 0 16781312 2 18446604453713606848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1122.16
Current children cumulated vsize (KiB) 4731784

[startup+1182.3 s]
/proc/loadavg: 2.00 2.10 2.64 4/297 16880
/proc/meminfo: memFree=14150372/32951132 swapFree=67093824/67111528
[pid=16777] ppid=16775 vsize=1130400 CPUtime=705.74 cores=0,2
/proc/16777/stat : 16777 (python) S 16775 16777 15028 0 -1 4202496 1686853 933 1 0 70341 233 0 0 18 0 3 0 657040222 1157529600 214913 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 16
/proc/16777/statm: 282600 214913 1878 364 0 218515 0
[pid=16858] ppid=16777 vsize=1120144 CPUtime=0.86 cores=0,2
/proc/16858/stat : 16858 (python) S 16777 16777 15028 0 -1 4202560 1215 0 0 0 49 37 0 0 18 0 2 0 657110832 1147027456 213447 33554432000 4194304 5683644 140735017571936 18446744073709551615 274664828486 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16858/statm: 280036 213447 415 364 0 215954 0
[pid=16860] ppid=16858 vsize=211480 CPUtime=375.27 cores=0,2
/proc/16860/stat : 16860 (lingeling) R 16858 16860 16860 0 -1 4202496 105844 0 0 0 37508 19 0 0 25 0 1 0 657110834 216555520 52040 33554432000 4194304 4352236 140734943586176 18446744073709551615 4281023 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16860/statm: 52870 52040 129 39 0 51950 0
[pid=16858/tid=16864] ppid=16777 vsize=1120144 CPUtime=0 cores=0,2
/proc/16858/task/16864/stat : 16864 (python) S 16777 16777 15028 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657120858 1147027456 213447 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676631985 0 0 16781312 514 18446604442127231872 0 0 -1 2 0 0 0
[pid=16865] ppid=16777 vsize=1120156 CPUtime=0.25 cores=0,2
/proc/16865/stat : 16865 (python) S 16777 16777 15028 0 -1 4202560 1088 0 0 0 13 12 0 0 19 0 2 0 657120859 1147039744 213431 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16865/statm: 280039 213431 399 364 0 215954 0
[pid=16867] ppid=16865 vsize=1149856 CPUtime=100.08 cores=0,2
/proc/16867/stat : 16867 (precosat) T 16865 16867 16867 0 -1 4202496 289748 0 0 0 9965 43 0 0 25 0 1 0 657120862 1177452544 280642 33554432000 4194304 4890832 140735654336640 18446744073709551615 4246759 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/16867/statm: 287464 280642 86 171 0 287291 0
[pid=16865/tid=16872] ppid=16777 vsize=1120156 CPUtime=0 cores=0,2
/proc/16865/task/16872/stat : 16872 (python) S 16777 16777 15028 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657130887 1147039744 213431 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676631985 0 0 16781312 514 18446604441289997312 0 0 -1 2 0 0 0
[pid=16777/tid=16859] ppid=16775 vsize=1130400 CPUtime=0 cores=0,2
/proc/16777/task/16859/stat : 16859 (python) S 16775 16777 15028 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 3 0 657110834 1157529600 214913 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676631985 0 0 16781312 2 18446604453713606848 0 0 -1 0 0 0 0
[pid=16777/tid=16866] ppid=16775 vsize=1130400 CPUtime=0 cores=0,2
/proc/16777/task/16866/stat : 16866 (python) S 16775 16777 15028 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 3 0 657120861 1157529600 214913 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676631985 0 0 16781312 2 18446604453713606848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1182.2
Current children cumulated vsize (KiB) 4732036

[startup+1242.3 s]
/proc/loadavg: 2.00 2.08 2.60 3/297 16882
/proc/meminfo: memFree=14158544/32951132 swapFree=67093824/67111528
[pid=16777] ppid=16775 vsize=1130400 CPUtime=705.74 cores=0,2
/proc/16777/stat : 16777 (python) S 16775 16777 15028 0 -1 4202496 1686853 933 1 0 70341 233 0 0 18 0 3 0 657040222 1157529600 214913 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 16
/proc/16777/statm: 282600 214913 1878 364 0 218515 0
[pid=16858] ppid=16777 vsize=1120144 CPUtime=1 cores=0,2
/proc/16858/stat : 16858 (python) S 16777 16777 15028 0 -1 4202560 1215 0 0 0 56 44 0 0 18 0 2 0 657110832 1147027456 213447 33554432000 4194304 5683644 140735017571936 18446744073709551615 274664828486 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16858/statm: 280036 213447 415 364 0 215954 0
[pid=16860] ppid=16858 vsize=203216 CPUtime=435.15 cores=0,2
/proc/16860/stat : 16860 (lingeling) R 16858 16860 16860 0 -1 4202496 138567 0 0 0 43493 22 0 0 25 0 1 0 657110834 208093184 49974 33554432000 4194304 4352236 140734943586176 18446744073709551615 4278822 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16860/statm: 50804 49974 129 39 0 49884 0
[pid=16858/tid=16864] ppid=16777 vsize=1120144 CPUtime=0 cores=0,2
/proc/16858/task/16864/stat : 16864 (python) S 16777 16777 15028 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657120858 1147027456 213447 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676631985 0 0 16781312 514 18446604442127231872 0 0 -1 2 0 0 0
[pid=16865] ppid=16777 vsize=1120156 CPUtime=0.25 cores=0,2
/proc/16865/stat : 16865 (python) S 16777 16777 15028 0 -1 4202560 1088 0 0 0 13 12 0 0 19 0 2 0 657120859 1147039744 213431 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16865/statm: 280039 213431 399 364 0 215954 0
[pid=16867] ppid=16865 vsize=1149856 CPUtime=100.08 cores=0,2
/proc/16867/stat : 16867 (precosat) T 16865 16867 16867 0 -1 4202496 289748 0 0 0 9965 43 0 0 25 0 1 0 657120862 1177452544 280642 33554432000 4194304 4890832 140735654336640 18446744073709551615 4246759 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/16867/statm: 287464 280642 86 171 0 287291 0
[pid=16865/tid=16872] ppid=16777 vsize=1120156 CPUtime=0 cores=0,2
/proc/16865/task/16872/stat : 16872 (python) S 16777 16777 15028 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657130887 1147039744 213431 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676631985 0 0 16781312 514 18446604441289997312 0 0 -1 2 0 0 0
[pid=16777/tid=16859] ppid=16775 vsize=1130400 CPUtime=0 cores=0,2
/proc/16777/task/16859/stat : 16859 (python) S 16775 16777 15028 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 3 0 657110834 1157529600 214913 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676631985 0 0 16781312 2 18446604453713606848 0 0 -1 0 0 0 0
[pid=16777/tid=16866] ppid=16775 vsize=1130400 CPUtime=0 cores=0,2
/proc/16777/task/16866/stat : 16866 (python) S 16775 16777 15028 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 3 0 657120861 1157529600 214913 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676631985 0 0 16781312 2 18446604453713606848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1242.22
Current children cumulated vsize (KiB) 4723772



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.06 2.56 4/300 16886
/proc/meminfo: memFree=14069588/32951132 swapFree=67093824/67111528
[pid=16777] ppid=16775 vsize=1140656 CPUtime=705.77 cores=0,2
/proc/16777/stat : 16777 (python) S 16775 16777 15028 0 -1 4202496 1687172 933 1 0 70342 235 0 0 20 0 4 0 657040222 1168031744 214919 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 16
/proc/16777/statm: 285164 214919 1880 364 0 221076 0
[pid=16858] ppid=16777 vsize=1120144 CPUtime=1.13 cores=0,2
/proc/16858/stat : 16858 (python) S 16777 16777 15028 0 -1 4202560 1215 0 0 0 63 50 0 0 18 0 2 0 657110832 1147027456 213447 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16858/statm: 280036 213447 415 364 0 215954 0
[pid=16860] ppid=16858 vsize=203212 CPUtime=491.24 cores=0,2
/proc/16860/stat : 16860 (lingeling) T 16858 16860 16860 0 -1 4202496 138567 0 0 0 49102 22 0 0 25 0 1 0 657110834 208089088 49973 33554432000 4194304 4352236 140734943586176 18446744073709551615 4280960 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/16860/statm: 50803 49973 129 39 0 49883 0
[pid=16858/tid=16864] ppid=16777 vsize=1120144 CPUtime=0 cores=0,2
/proc/16858/task/16864/stat : 16864 (python) S 16777 16777 15028 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 657120858 1147027456 213447 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676631985 0 0 16781312 514 18446604442127231872 0 0 -1 2 0 0 0
[pid=16865] ppid=16777 vsize=1120156 CPUtime=0.25 cores=0,2
/proc/16865/stat : 16865 (python) S 16777 16777 15028 0 -1 4202560 1088 0 0 0 13 12 0 0 19 0 2 0 657120859 1147039744 213431 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16865/statm: 280039 213431 399 364 0 215954 0
[pid=16867] ppid=16865 vsize=1149856 CPUtime=100.08 cores=0,2
/proc/16867/stat : 16867 (precosat) T 16865 16867 16867 0 -1 4202496 289748 0 0 0 9965 43 0 0 25 0 1 0 657120862 1177452544 280642 33554432000 4194304 4890832 140735654336640 18446744073709551615 4246759 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/16867/statm: 287464 280642 86 171 0 287291 0
[pid=16865/tid=16872] ppid=16777 vsize=1120156 CPUtime=0 cores=0,2
/proc/16865/task/16872/stat : 16872 (python) S 16777 16777 15028 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657130887 1147039744 213431 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676631985 0 0 16781312 514 18446604441289997312 0 0 -1 2 0 0 0
[pid=16884] ppid=16777 vsize=1130412 CPUtime=0.01 cores=0,2
/proc/16884/stat : 16884 (python) S 16777 16777 15028 0 -1 4202560 746 0 0 0 0 1 0 0 18 0 1 0 657170072 1157541888 213382 33554432000 4194304 5683644 140735017571936 18446744073709551615 274664828486 0 0 16781312 514 7237736504758370303 0 0 17 2 0 0 0
/proc/16884/statm: 282603 213382 347 364 0 218515 0
[pid=16886] ppid=16884 vsize=87436 CPUtime=1.47 cores=0,2
/proc/16886/stat : 16886 (lingeling) R 16884 16886 16886 0 -1 4202496 21394 0 0 0 141 6 0 0 25 0 1 0 657170074 89534464 21029 33554432000 4194304 4352236 140734367562944 18446744073709551615 274664808192 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16886/statm: 21859 21029 103 39 0 20939 0
[pid=16777/tid=16859] ppid=16775 vsize=1140656 CPUtime=0 cores=0,2
/proc/16777/task/16859/stat : 16859 (python) S 16775 16777 15028 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 4 0 657110834 1168031744 214919 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676631985 0 0 16781312 2 18446604453713606848 0 0 -1 0 0 0 0
[pid=16777/tid=16866] ppid=16775 vsize=1140656 CPUtime=0 cores=0,2
/proc/16777/task/16866/stat : 16866 (python) S 16775 16777 15028 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 4 0 657120861 1168031744 214919 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676631985 0 0 16781312 2 18446604453713606848 0 0 -1 0 0 0 0
[pid=16777/tid=16885] ppid=16775 vsize=1140656 CPUtime=0 cores=0,2
/proc/16777/task/16885/stat : 16885 (python) S 16775 16777 15028 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 4 0 657170073 1168031744 214919 33554432000 4194304 5683644 140735017571936 18446744073709551615 274676631985 0 0 16781312 2 18446604453713606848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1299.95
Current children cumulated vsize (KiB) 5951872

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16777 and gives
#  childrusage.ru_utime.tv_sec=703
#  childrusage.ru_utime.tv_usec=423063
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=398635
# CPU time returned by wait4() is 705.822
# while last known CPU time is 1299.95
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.09
CPU time (s): 1299.95
CPU user time (s): 1296.26
CPU system time (s): 3.69
CPU usage (%): 99.9891
Max. virtual memory (cumulated for all children) (KiB): 5951872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 703.423
system time used= 2.39864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1688106
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= 2865
involuntary context switches= 1525

runsolver used 5.12722 second user time and 10.5344 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-15 12:12:33
IDJOB=3378018
IDBENCH=82399
IDSOLVER=1858
FILE ID=node131/3378018-1305454345
RUNJOBID= node131-1305453039-16408
PBS_JOBID= 13324857
Free space on /tmp= 73456 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.130-NOTKNOWN.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-3378018-1305454345/watcher-3378018-1305454345 -o /tmp/evaluation-result-3378018-1305454345/solver-3378018-1305454345 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378018-1305454345.cnf -seed 1986013431 -budget 2400

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

MD5SUM BENCH= c7a9573eb59580c8d4fc5a3ca880d541
RANDOM SEED=1986013431

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      17008532 kB
Buffers:        289236 kB
Cached:        4382484 kB
SwapCached:       1504 kB
Active:       12388024 kB
Inactive:      3281164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      17008532 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:          213572 kB
Writeback:           4 kB
AnonPages:    10995632 kB
Mapped:          33904 kB
Slab:           170112 kB
PageTables:      39128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 29977408 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73304 MiB
End job on node131 at 2011-05-15 12:35:08