Trace number 3377978

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) 1279.18 1300.06

General information on the benchmark

Namemanol-pipe-c10nidw.cnf
MD5SUM943fd86d922b13236c21a74c4f82b6d0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark144.2
Satisfiable
(Un)Satisfiability was proved
Number of variables433601
Number of clauses1291714
Sum of the clauses size3013998
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2861142
Number of clauses of size 3430571
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.74/21.95	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.74/21.96	c INFO: solving HOME/instance-3377978-1305453039.cnf
0.74/21.96	c INFO: computing task features
5.69/26.98	c INFO: computed variable-clause graph statistics
5.88/27.16	c INFO: computed clause balance statistics
27.10/48.33	c INFO: computed variable balance statistics
42.28/63.55	c INFO: computed small-clause counts
42.88/64.18	c INFO: computed Horn-clause counts
275.70/296.92	c INFO: computed variable graph statistics
275.70/296.92	c INFO: collected features for HOME/instance-3377978-1305453039.cnf in 274.78 s
275.70/296.93	c INFO: running lingeling-276@0 for 194 with 2125 remaining (b = 0.88)
472.24/493.39	c INFO: running lingeling-276@0 for 97 with 1929 remaining (b = 0.75)
572.59/593.65	c INFO: running lingeling-276@196 for 97 with 1829 remaining (b = 0.21)
669.82/690.88	c INFO: running cryptominisat-2.9.0@0 for 1732 with 1732 remaining (b = 0.72)

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-3377978-1305453039/watcher-3377978-1305453039 -o /tmp/evaluation-result-3377978-1305453039/solver-3377978-1305453039 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377978-1305453039.cnf -seed 122734768 -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: 2.25 3.46 3.83 5/290 16446
/proc/meminfo: memFree=18470632/32951132 swapFree=67093824/67111528
[pid=16446] ppid=16441 vsize=15784 CPUtime=0 cores=0,2
/proc/16446/stat : 16446 (python) R 16441 16446 15028 0 -1 4202496 904 0 0 0 0 0 0 0 17 0 1 0 656903957 16162816 785 33554432000 4194304 5683644 140737023906848 18446744073709551615 274664808192 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16446/statm: 3946 790 346 364 0 433 0

[startup+0.114976 s]
/proc/loadavg: 2.25 3.46 3.83 5/290 16446
/proc/meminfo: memFree=18470632/32951132 swapFree=67093824/67111528
[pid=16446] ppid=16441 vsize=16400 CPUtime=0.01 cores=0,2
/proc/16446/stat : 16446 (python) R 16441 16446 15028 0 -1 4202496 1123 0 0 0 1 0 0 0 17 0 1 0 656903957 16793600 990 33554432000 4194304 5683644 140737023906848 18446744073709551615 274664804197 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16446/statm: 4100 990 413 364 0 587 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16400

[startup+0.200953 s]
/proc/loadavg: 2.25 3.46 3.83 5/290 16446
/proc/meminfo: memFree=18470632/32951132 swapFree=67093824/67111528
[pid=16446] ppid=16441 vsize=84608 CPUtime=0.07 cores=0,2
/proc/16446/stat : 16446 (python) S 16441 16446 15028 0 -1 4202496 2409 0 0 0 5 2 0 0 17 0 1 0 656903957 86638592 2136 33554432000 4194304 5683644 140737023906848 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 0 0 0 0
/proc/16446/statm: 21152 2136 707 364 0 1369 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 84608

[startup+0.300952 s]
/proc/loadavg: 2.25 3.46 3.83 5/290 16446
/proc/meminfo: memFree=18470632/32951132 swapFree=67093824/67111528
[pid=16446] ppid=16441 vsize=99352 CPUtime=0.1 cores=0,2
/proc/16446/stat : 16446 (python) R 16441 16446 15028 0 -1 4202496 2849 0 8 0 5 5 0 0 17 0 1 0 656903957 101736448 2558 33554432000 4194304 5683644 140737023906848 18446744073709551615 274664806400 0 0 16781312 2 0 0 0 17 0 0 0 1
/proc/16446/statm: 24838 2558 818 364 0 1689 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 99352

[startup+0.700892 s]
/proc/loadavg: 2.25 3.46 3.83 5/290 16446
/proc/meminfo: memFree=18470632/32951132 swapFree=67093824/67111528
[pid=16446] ppid=16441 vsize=124240 CPUtime=0.24 cores=0,2
/proc/16446/stat : 16446 (python) S 16441 16446 15028 0 -1 4202496 4296 0 16 0 10 14 0 0 16 0 1 0 656903957 127221760 3880 33554432000 4194304 5683644 140737023906848 18446744073709551615 274664808192 0 0 16781312 2 18446744071562362840 0 0 17 0 0 0 8
/proc/16446/statm: 31060 3880 997 364 0 2871 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 124240

[startup+1.50075 s]
/proc/loadavg: 2.31 3.46 3.82 5/295 16467
/proc/meminfo: memFree=18410156/32951132 swapFree=67093824/67111528
[pid=16446] ppid=16441 vsize=148964 CPUtime=0.53 cores=0,2
/proc/16446/stat : 16446 (python) R 16441 16446 15028 0 -1 4202496 6272 924 22 10 19 34 0 0 17 0 1 0 656903957 152539136 4407 33554432000 4194304 5683644 140737023906848 18446744073709551615 274659845888 0 0 16781312 2 0 0 0 17 0 0 0 11
/proc/16446/statm: 37241 4413 1211 364 0 3182 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 148964

[startup+3.10047 s]
/proc/loadavg: 2.31 3.46 3.82 2/295 16467
/proc/meminfo: memFree=18389852/32951132 swapFree=67093824/67111528
[pid=16446] ppid=16441 vsize=187744 CPUtime=0.55 cores=0,2
/proc/16446/stat : 16446 (python) D 16441 16446 15028 0 -1 4202496 6739 924 39 10 20 35 0 0 16 0 1 0 656903957 192249856 4830 33554432000 4194304 5683644 140737023906848 18446744073709551615 274659886096 0 0 16781312 2 18446744071562234166 0 0 17 0 0 0 127
/proc/16446/statm: 46936 4830 1350 364 0 3724 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 187744
heavy processes:

[startup+14.0506 s]
/proc/loadavg: 3.50 3.67 3.89 3/295 16468
/proc/meminfo: memFree=18309024/32951132 swapFree=67093824/67111528
[pid=16446] ppid=16441 vsize=275664 CPUtime=0.74 cores=0,2
/proc/16446/stat : 16446 (python) D 16441 16446 15028 0 -1 4202496 8965 924 77 10 32 42 0 0 16 0 1 0 656903957 282279936 6785 33554432000 4194304 5683644 140737023906848 18446744073709551615 274664814135 0 0 16781312 2 18446744071562154983 0 0 17 0 0 0 261
/proc/16446/statm: 68916 6785 1729 364 0 5456 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 275664
heavy processes:

[startup+14.1106 s]
/proc/loadavg: 3.50 3.67 3.89 2/295 16468
/proc/meminfo: memFree=18309272/32951132 swapFree=67093824/67111528
[pid=16446] ppid=16441 vsize=275664 CPUtime=0.74 cores=0,2
/proc/16446/stat : 16446 (python) D 16441 16446 15028 0 -1 4202496 8965 924 77 10 32 42 0 0 16 0 1 0 656903957 282279936 6785 33554432000 4194304 5683644 140737023906848 18446744073709551615 274664814135 0 0 16781312 2 18446744071562154983 0 0 17 0 0 0 261
/proc/16446/statm: 68916 6785 1729 364 0 5456 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 275664
heavy processes:

[startup+25.5006 s]
/proc/loadavg: 4.19 3.81 3.93 5/298 16471
/proc/meminfo: memFree=17843284/32951132 swapFree=67093824/67111528
[pid=16446] ppid=16441 vsize=501228 CPUtime=4.29 cores=0,2
/proc/16446/stat : 16446 (python) R 16441 16446 15028 0 -1 4202496 64086 924 77 10 378 51 0 0 20 0 1 0 656903957 513257472 61832 33554432000 4194304 5683644 140737023906848 18446744073709551615 47068691417413 0 0 16781312 2 0 0 0 17 0 0 0 1826
/proc/16446/statm: 125307 61832 1761 364 0 61231 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 501228
heavy processes:

[startup+51.1012 s]
/proc/loadavg: 5.15 4.07 4.01 5/301 16475
/proc/meminfo: memFree=17778468/32951132 swapFree=67093824/67111528
[pid=16446] ppid=16441 vsize=521620 CPUtime=29.89 cores=0,2
/proc/16446/stat : 16446 (python) R 16441 16446 15028 0 -1 4202496 111993 924 77 10 2931 58 0 0 25 0 1 0 656903957 534138880 67790 33554432000 4194304 5683644 140737023906848 18446744073709551615 274664466653 0 0 16781312 2 0 0 0 17 0 0 0 1826
/proc/16446/statm: 130405 67790 1827 364 0 66329 0
Current children cumulated CPU time (s) 29.89
Current children cumulated vsize (KiB) 521620
heavy processes:

[startup+102.3 s]
/proc/loadavg: 4.87 4.17 4.05 6/304 16514
/proc/meminfo: memFree=17714904/32951132 swapFree=67093824/67111528
[pid=16446] ppid=16441 vsize=531712 CPUtime=81.08 cores=0,2
/proc/16446/stat : 16446 (python) R 16441 16446 15028 0 -1 4202496 114522 924 77 10 8050 58 0 0 25 0 1 0 656903957 544473088 70319 33554432000 4194304 5683644 140737023906848 18446744073709551615 47068691339404 0 0 16781312 2 0 0 0 17 0 0 0 1826
/proc/16446/statm: 132928 70319 1833 364 0 68852 0
Current children cumulated CPU time (s) 81.08
Current children cumulated vsize (KiB) 531712
heavy processes:

[startup+162.301 s]
/proc/loadavg: 4.57 4.23 4.08 6/304 16550
/proc/meminfo: memFree=17662460/32951132 swapFree=67093824/67111528
[pid=16446] ppid=16441 vsize=531712 CPUtime=141.08 cores=0,2
/proc/16446/stat : 16446 (python) R 16441 16446 15028 0 -1 4202496 114522 924 77 10 14048 60 0 0 25 0 1 0 656903957 544473088 70319 33554432000 4194304 5683644 140737023906848 18446744073709551615 47068691339404 0 0 16781312 2 0 0 0 17 0 0 0 1826
/proc/16446/statm: 132928 70319 1833 364 0 68852 0
Current children cumulated CPU time (s) 141.08
Current children cumulated vsize (KiB) 531712

[startup+222.3 s]
/proc/loadavg: 4.21 4.18 4.07 6/304 16552
/proc/meminfo: memFree=17609628/32951132 swapFree=67093824/67111528
[pid=16446] ppid=16441 vsize=531712 CPUtime=201.08 cores=0,2
/proc/16446/stat : 16446 (python) R 16441 16446 15028 0 -1 4202496 114522 924 77 10 20048 60 0 0 25 0 1 0 656903957 544473088 70319 33554432000 4194304 5683644 140737023906848 18446744073709551615 47068691339392 0 0 16781312 2 0 0 0 17 0 0 0 1826
/proc/16446/statm: 132928 70319 1833 364 0 68852 0
Current children cumulated CPU time (s) 201.08
Current children cumulated vsize (KiB) 531712

[startup+282.301 s]
/proc/loadavg: 4.07 4.15 4.07 6/304 16554
/proc/meminfo: memFree=17606772/32951132 swapFree=67093824/67111528
[pid=16446] ppid=16441 vsize=531712 CPUtime=261.09 cores=0,2
/proc/16446/stat : 16446 (python) R 16441 16446 15028 0 -1 4202496 114522 924 77 10 26049 60 0 0 25 0 1 0 656903957 544473088 70319 33554432000 4194304 5683644 140737023906848 18446744073709551615 47068691339404 0 0 16781312 2 0 0 0 17 0 0 0 1826
/proc/16446/statm: 132928 70319 1833 364 0 68852 0
Current children cumulated CPU time (s) 261.09
Current children cumulated vsize (KiB) 531712

[startup+342.301 s]
/proc/loadavg: 4.06 4.13 4.06 7/307 16558
/proc/meminfo: memFree=17503304/32951132 swapFree=67093824/67111528
[pid=16446] ppid=16441 vsize=522212 CPUtime=275.73 cores=0,2
/proc/16446/stat : 16446 (python) S 16441 16446 15028 0 -1 4202496 114817 924 77 10 27512 61 0 0 19 0 2 0 656903957 534745088 65423 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1826
/proc/16446/statm: 130553 65423 1875 364 0 66471 0
[pid=16555] ppid=16446 vsize=511968 CPUtime=0.1 cores=0,2
/proc/16555/stat : 16555 (python) S 16446 16446 15028 0 -1 4202560 899 0 0 0 4 6 0 0 18 0 1 0 656933651 524255232 63920 33554432000 4194304 5683644 140737023906848 18446744073709551615 274664828431 0 0 16781312 514 402825876045005059 0 0 17 0 0 0 0
/proc/16555/statm: 127992 63920 376 364 0 63910 0
[pid=16557] ppid=16555 vsize=150384 CPUtime=45.26 cores=0,2
/proc/16557/stat : 16557 (lingeling) R 16555 16557 16557 0 -1 4202496 58241 0 0 0 4521 5 0 0 25 0 1 0 656933652 153993216 36766 33554432000 4194304 4352236 140735776573440 18446744073709551615 4331588 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16557/statm: 37596 36766 129 39 0 36676 0
[pid=16446/tid=16556] ppid=16441 vsize=522212 CPUtime=0 cores=0,2
/proc/16446/task/16556/stat : 16556 (python) S 16441 16446 15028 0 -1 4202560 30 924 0 10 0 0 0 0 19 0 2 0 656933652 534745088 65423 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676631985 0 0 16781312 2 18446604441481571200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 321.09
Current children cumulated vsize (KiB) 1184564

[startup+402.301 s]
/proc/loadavg: 4.25 4.18 4.09 5/307 16595
/proc/meminfo: memFree=17700620/32951132 swapFree=67093824/67111528
[pid=16446] ppid=16441 vsize=522212 CPUtime=275.73 cores=0,2
/proc/16446/stat : 16446 (python) S 16441 16446 15028 0 -1 4202496 114817 924 77 10 27512 61 0 0 19 0 2 0 656903957 534745088 65423 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1826
/proc/16446/statm: 130553 65423 1875 364 0 66471 0
[pid=16555] ppid=16446 vsize=511968 CPUtime=0.24 cores=0,2
/proc/16555/stat : 16555 (python) S 16446 16446 15028 0 -1 4202560 927 0 0 0 12 12 0 0 18 0 1 0 656933651 524255232 63920 33554432000 4194304 5683644 140737023906848 18446744073709551615 274664828431 0 0 16781312 514 402825876045005059 0 0 17 0 0 0 0
/proc/16555/statm: 127992 63920 376 364 0 63910 0
[pid=16557] ppid=16555 vsize=150368 CPUtime=105.2 cores=0,2
/proc/16557/stat : 16557 (lingeling) R 16555 16557 16557 0 -1 4202496 58241 0 0 0 10514 6 0 0 25 0 1 0 656933652 153976832 36762 33554432000 4194304 4352236 140735776573440 18446744073709551615 4207780 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16557/statm: 37592 36762 129 39 0 36672 0
[pid=16446/tid=16556] ppid=16441 vsize=522212 CPUtime=0 cores=0,2
/proc/16446/task/16556/stat : 16556 (python) S 16441 16446 15028 0 -1 4202560 30 924 0 10 0 0 0 0 19 0 2 0 656933652 534745088 65423 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676631985 0 0 16781312 2 18446604441481571200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 381.17
Current children cumulated vsize (KiB) 1184548

[startup+462.301 s]
/proc/loadavg: 4.31 4.23 4.11 6/311 16636
/proc/meminfo: memFree=17613020/32951132 swapFree=67093824/67111528
[pid=16446] ppid=16441 vsize=522212 CPUtime=275.73 cores=0,2
/proc/16446/stat : 16446 (python) S 16441 16446 15028 0 -1 4202496 114817 924 77 10 27512 61 0 0 19 0 2 0 656903957 534745088 65423 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1826
/proc/16446/statm: 130553 65423 1875 364 0 66471 0

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

[startup+1122.3 s]
/proc/loadavg: 3.02 3.26 3.66 4/322 16743
/proc/meminfo: memFree=16039888/32951132 swapFree=67093824/67111528
[pid=16446] ppid=16441 vsize=542724 CPUtime=275.77 cores=0,2
/proc/16446/stat : 16446 (python) S 16441 16446 15028 0 -1 4202496 116447 924 77 10 27514 63 0 0 20 0 4 0 656903957 555749376 65436 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1826
/proc/16446/statm: 135681 65436 1880 364 0 71593 0
[pid=16555] ppid=16446 vsize=522212 CPUtime=0.69 cores=0,2
/proc/16555/stat : 16555 (python) S 16446 16446 15028 0 -1 4202560 1219 0 0 0 36 33 0 0 18 0 2 0 656933651 534745088 63964 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16555/statm: 130553 63964 415 364 0 66471 0
[pid=16557] ppid=16555 vsize=150340 CPUtime=293.18 cores=0,2
/proc/16557/stat : 16557 (lingeling) T 16555 16557 16557 0 -1 4202496 58241 0 0 0 29311 7 0 0 25 0 1 0 656933652 153948160 36755 33554432000 4194304 4352236 140735776573440 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/16557/statm: 37585 36755 129 39 0 36665 0
[pid=16555/tid=16637] ppid=16446 vsize=522212 CPUtime=0 cores=0,2
/proc/16555/task/16637/stat : 16637 (python) S 16446 16446 15028 0 -1 4202560 118 0 0 0 0 0 0 0 18 0 2 0 656953296 534745088 63964 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676631985 0 0 16781312 514 18446604441826052864 0 0 -1 2 0 0 0
[pid=16638] ppid=16446 vsize=522224 CPUtime=0.23 cores=0,2
/proc/16638/stat : 16638 (python) S 16446 16446 15028 0 -1 4202560 1095 0 0 0 13 10 0 0 19 0 2 0 656953297 534757376 63948 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16638/statm: 130556 63948 399 364 0 66471 0
[pid=16640] ppid=16638 vsize=148388 CPUtime=100.04 cores=0,2
/proc/16640/stat : 16640 (lingeling) T 16638 16640 16640 0 -1 4202496 57734 0 0 0 9996 8 0 0 25 0 1 0 656953298 151949312 36267 33554432000 4194304 4352236 140733615900064 18446744073709551615 4328042 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/16640/statm: 37097 36267 129 39 0 36177 0
[pid=16638/tid=16683] ppid=16446 vsize=522224 CPUtime=0 cores=0,2
/proc/16638/task/16683/stat : 16683 (python) S 16446 16446 15028 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656963321 534757376 63948 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676631985 0 0 16781312 514 18446604442280149312 0 0 -1 2 0 0 0
[pid=16715] ppid=16446 vsize=532480 CPUtime=1.08 cores=0,2
/proc/16715/stat : 16715 (python) S 16446 16446 15028 0 -1 4202560 991 0 0 0 61 47 0 0 15 0 1 0 656973045 545259520 63922 33554432000 4194304 5683644 140737023906848 18446744073709551615 274664828486 0 0 16781312 514 402825876045005060 0 0 17 0 0 0 0
/proc/16715/statm: 133120 63922 370 364 0 69032 0
[pid=16717] ppid=16715 vsize=1053896 CPUtime=430.32 cores=0,2
/proc/16717/stat : 16717 (cryptominisat-2) R 16715 16717 16717 0 -1 4202496 296318 0 0 0 42989 43 0 0 25 0 1 0 656973046 1079189504 241390 33554432000 4194304 4677096 140735005542304 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16717/statm: 263474 241390 392 118 0 258433 0
[pid=16446/tid=16556] ppid=16441 vsize=542724 CPUtime=0 cores=0,2
/proc/16446/task/16556/stat : 16556 (python) S 16441 16446 15028 0 -1 4202560 34 924 0 10 0 0 0 0 18 0 4 0 656933652 555749376 65436 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676631985 0 0 16781312 2 18446604441481571200 0 0 -1 2 0 0 0
[pid=16446/tid=16639] ppid=16441 vsize=542724 CPUtime=0 cores=0,2
/proc/16446/task/16639/stat : 16639 (python) S 16441 16446 15028 0 -1 4202560 30 924 0 10 0 0 0 0 20 0 4 0 656953298 555749376 65436 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676631985 0 0 16781312 2 18446604441481571200 0 0 -1 2 0 0 0
[pid=16446/tid=16716] ppid=16441 vsize=542724 CPUtime=0 cores=0,2
/proc/16446/task/16716/stat : 16716 (python) S 16441 16446 15028 0 -1 4202560 28 924 0 10 0 0 0 0 20 0 4 0 656973046 555749376 65436 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676631985 0 0 16781312 2 18446604441481571200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1101.31
Current children cumulated vsize (KiB) 3472264

[startup+1182.31 s]
/proc/loadavg: 3.00 3.21 3.61 5/322 16745
/proc/meminfo: memFree=16021888/32951132 swapFree=67093824/67111528
[pid=16446] ppid=16441 vsize=542724 CPUtime=275.77 cores=0,2
/proc/16446/stat : 16446 (python) S 16441 16446 15028 0 -1 4202496 116447 924 77 10 27514 63 0 0 20 0 4 0 656903957 555749376 65436 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1826
/proc/16446/statm: 135681 65436 1880 364 0 71593 0
[pid=16555] ppid=16446 vsize=522212 CPUtime=0.69 cores=0,2
/proc/16555/stat : 16555 (python) S 16446 16446 15028 0 -1 4202560 1219 0 0 0 36 33 0 0 18 0 2 0 656933651 534745088 63964 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16555/statm: 130553 63964 415 364 0 66471 0
[pid=16557] ppid=16555 vsize=150340 CPUtime=293.18 cores=0,2
/proc/16557/stat : 16557 (lingeling) T 16555 16557 16557 0 -1 4202496 58241 0 0 0 29311 7 0 0 25 0 1 0 656933652 153948160 36755 33554432000 4194304 4352236 140735776573440 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/16557/statm: 37585 36755 129 39 0 36665 0
[pid=16555/tid=16637] ppid=16446 vsize=522212 CPUtime=0 cores=0,2
/proc/16555/task/16637/stat : 16637 (python) S 16446 16446 15028 0 -1 4202560 118 0 0 0 0 0 0 0 18 0 2 0 656953296 534745088 63964 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676631985 0 0 16781312 514 18446604441826052864 0 0 -1 2 0 0 0
[pid=16638] ppid=16446 vsize=522224 CPUtime=0.23 cores=0,2
/proc/16638/stat : 16638 (python) S 16446 16446 15028 0 -1 4202560 1095 0 0 0 13 10 0 0 19 0 2 0 656953297 534757376 63948 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16638/statm: 130556 63948 399 364 0 66471 0
[pid=16640] ppid=16638 vsize=148388 CPUtime=100.04 cores=0,2
/proc/16640/stat : 16640 (lingeling) T 16638 16640 16640 0 -1 4202496 57734 0 0 0 9996 8 0 0 25 0 1 0 656953298 151949312 36267 33554432000 4194304 4352236 140733615900064 18446744073709551615 4328042 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/16640/statm: 37097 36267 129 39 0 36177 0
[pid=16638/tid=16683] ppid=16446 vsize=522224 CPUtime=0 cores=0,2
/proc/16638/task/16683/stat : 16683 (python) S 16446 16446 15028 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656963321 534757376 63948 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676631985 0 0 16781312 514 18446604442280149312 0 0 -1 2 0 0 0
[pid=16715] ppid=16446 vsize=532480 CPUtime=1.24 cores=0,2
/proc/16715/stat : 16715 (python) S 16446 16446 15028 0 -1 4202560 992 0 0 0 70 54 0 0 15 0 1 0 656973045 545259520 63922 33554432000 4194304 5683644 140737023906848 18446744073709551615 274664828486 0 0 16781312 514 10619338392053186820 0 0 17 0 0 0 0
/proc/16715/statm: 133120 63922 370 364 0 69032 0
[pid=16717] ppid=16715 vsize=1058588 CPUtime=490.22 cores=0,2
/proc/16717/stat : 16717 (cryptominisat-2) R 16715 16717 16717 0 -1 4202496 302813 0 0 0 48977 45 0 0 25 0 1 0 656973046 1083994112 242250 33554432000 4194304 4677096 140735005542304 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16717/statm: 264647 242250 392 118 0 259606 0
[pid=16446/tid=16556] ppid=16441 vsize=542724 CPUtime=0 cores=0,2
/proc/16446/task/16556/stat : 16556 (python) S 16441 16446 15028 0 -1 4202560 34 924 0 10 0 0 0 0 18 0 4 0 656933652 555749376 65436 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676631985 0 0 16781312 2 18446604441481571200 0 0 -1 2 0 0 0
[pid=16446/tid=16639] ppid=16441 vsize=542724 CPUtime=0 cores=0,2
/proc/16446/task/16639/stat : 16639 (python) S 16441 16446 15028 0 -1 4202560 30 924 0 10 0 0 0 0 20 0 4 0 656953298 555749376 65436 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676631985 0 0 16781312 2 18446604441481571200 0 0 -1 2 0 0 0
[pid=16446/tid=16716] ppid=16441 vsize=542724 CPUtime=0 cores=0,2
/proc/16446/task/16716/stat : 16716 (python) S 16441 16446 15028 0 -1 4202560 28 924 0 10 0 0 0 0 20 0 4 0 656973046 555749376 65436 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676631985 0 0 16781312 2 18446604441481571200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1161.37
Current children cumulated vsize (KiB) 3476956

[startup+1242.3 s]
/proc/loadavg: 3.00 3.17 3.57 4/322 16746
/proc/meminfo: memFree=16007360/32951132 swapFree=67093824/67111528
[pid=16446] ppid=16441 vsize=542724 CPUtime=275.77 cores=0,2
/proc/16446/stat : 16446 (python) S 16441 16446 15028 0 -1 4202496 116447 924 77 10 27514 63 0 0 20 0 4 0 656903957 555749376 65436 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1826
/proc/16446/statm: 135681 65436 1880 364 0 71593 0
[pid=16555] ppid=16446 vsize=522212 CPUtime=0.69 cores=0,2
/proc/16555/stat : 16555 (python) S 16446 16446 15028 0 -1 4202560 1219 0 0 0 36 33 0 0 18 0 2 0 656933651 534745088 63964 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16555/statm: 130553 63964 415 364 0 66471 0
[pid=16557] ppid=16555 vsize=150340 CPUtime=293.18 cores=0,2
/proc/16557/stat : 16557 (lingeling) T 16555 16557 16557 0 -1 4202496 58241 0 0 0 29311 7 0 0 25 0 1 0 656933652 153948160 36755 33554432000 4194304 4352236 140735776573440 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/16557/statm: 37585 36755 129 39 0 36665 0
[pid=16555/tid=16637] ppid=16446 vsize=522212 CPUtime=0 cores=0,2
/proc/16555/task/16637/stat : 16637 (python) S 16446 16446 15028 0 -1 4202560 118 0 0 0 0 0 0 0 18 0 2 0 656953296 534745088 63964 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676631985 0 0 16781312 514 18446604441826052864 0 0 -1 2 0 0 0
[pid=16638] ppid=16446 vsize=522224 CPUtime=0.23 cores=0,2
/proc/16638/stat : 16638 (python) S 16446 16446 15028 0 -1 4202560 1095 0 0 0 13 10 0 0 19 0 2 0 656953297 534757376 63948 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16638/statm: 130556 63948 399 364 0 66471 0
[pid=16640] ppid=16638 vsize=148388 CPUtime=100.04 cores=0,2
/proc/16640/stat : 16640 (lingeling) T 16638 16640 16640 0 -1 4202496 57734 0 0 0 9996 8 0 0 25 0 1 0 656953298 151949312 36267 33554432000 4194304 4352236 140733615900064 18446744073709551615 4328042 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/16640/statm: 37097 36267 129 39 0 36177 0
[pid=16638/tid=16683] ppid=16446 vsize=522224 CPUtime=0 cores=0,2
/proc/16638/task/16683/stat : 16683 (python) S 16446 16446 15028 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656963321 534757376 63948 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676631985 0 0 16781312 514 18446604442280149312 0 0 -1 2 0 0 0
[pid=16715] ppid=16446 vsize=532480 CPUtime=1.4 cores=0,2
/proc/16715/stat : 16715 (python) S 16446 16446 15028 0 -1 4202560 993 0 0 0 79 61 0 0 15 0 1 0 656973045 545259520 63922 33554432000 4194304 5683644 140737023906848 18446744073709551615 274664828486 0 0 16781312 514 402825876045005060 0 0 17 0 0 0 0
/proc/16715/statm: 133120 63922 370 364 0 69032 0
[pid=16717] ppid=16715 vsize=1058988 CPUtime=550.11 cores=0,2
/proc/16717/stat : 16717 (cryptominisat-2) R 16715 16717 16717 0 -1 4202496 308781 0 0 0 54965 46 0 0 25 0 1 0 656973046 1084403712 242786 33554432000 4194304 4677096 140735005542304 18446744073709551615 4319802 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/16717/statm: 264747 242786 392 118 0 259706 0
[pid=16446/tid=16556] ppid=16441 vsize=542724 CPUtime=0 cores=0,2
/proc/16446/task/16556/stat : 16556 (python) S 16441 16446 15028 0 -1 4202560 34 924 0 10 0 0 0 0 18 0 4 0 656933652 555749376 65436 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676631985 0 0 16781312 2 18446604441481571200 0 0 -1 2 0 0 0
[pid=16446/tid=16639] ppid=16441 vsize=542724 CPUtime=0 cores=0,2
/proc/16446/task/16639/stat : 16639 (python) S 16441 16446 15028 0 -1 4202560 30 924 0 10 0 0 0 0 20 0 4 0 656953298 555749376 65436 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676631985 0 0 16781312 2 18446604441481571200 0 0 -1 2 0 0 0
[pid=16446/tid=16716] ppid=16441 vsize=542724 CPUtime=0 cores=0,2
/proc/16446/task/16716/stat : 16716 (python) S 16441 16446 15028 0 -1 4202560 28 924 0 10 0 0 0 0 20 0 4 0 656973046 555749376 65436 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676631985 0 0 16781312 2 18446604441481571200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1221.42
Current children cumulated vsize (KiB) 3477356



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.01 s]
/proc/loadavg: 3.10 3.17 3.55 4/322 16748
/proc/meminfo: memFree=16001388/32951132 swapFree=67093824/67111528
[pid=16446] ppid=16441 vsize=542724 CPUtime=275.77 cores=0,2
/proc/16446/stat : 16446 (python) S 16441 16446 15028 0 -1 4202496 116447 924 77 10 27514 63 0 0 20 0 4 0 656903957 555749376 65436 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 1826
/proc/16446/statm: 135681 65436 1880 364 0 71593 0
[pid=16555] ppid=16446 vsize=522212 CPUtime=0.69 cores=0,2
/proc/16555/stat : 16555 (python) S 16446 16446 15028 0 -1 4202560 1219 0 0 0 36 33 0 0 18 0 2 0 656933651 534745088 63964 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16555/statm: 130553 63964 415 364 0 66471 0
[pid=16557] ppid=16555 vsize=150340 CPUtime=293.18 cores=0,2
/proc/16557/stat : 16557 (lingeling) T 16555 16557 16557 0 -1 4202496 58241 0 0 0 29311 7 0 0 25 0 1 0 656933652 153948160 36755 33554432000 4194304 4352236 140735776573440 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/16557/statm: 37585 36755 129 39 0 36665 0
[pid=16555/tid=16637] ppid=16446 vsize=522212 CPUtime=0 cores=0,2
/proc/16555/task/16637/stat : 16637 (python) S 16446 16446 15028 0 -1 4202560 118 0 0 0 0 0 0 0 18 0 2 0 656953296 534745088 63964 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676631985 0 0 16781312 514 18446604441826052864 0 0 -1 2 0 0 0
[pid=16638] ppid=16446 vsize=522224 CPUtime=0.23 cores=0,2
/proc/16638/stat : 16638 (python) S 16446 16446 15028 0 -1 4202560 1095 0 0 0 13 10 0 0 19 0 2 0 656953297 534757376 63948 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16638/statm: 130556 63948 399 364 0 66471 0
[pid=16640] ppid=16638 vsize=148388 CPUtime=100.04 cores=0,2
/proc/16640/stat : 16640 (lingeling) T 16638 16640 16640 0 -1 4202496 57734 0 0 0 9996 8 0 0 25 0 1 0 656953298 151949312 36267 33554432000 4194304 4352236 140733615900064 18446744073709551615 4328042 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/16640/statm: 37097 36267 129 39 0 36177 0
[pid=16638/tid=16683] ppid=16446 vsize=522224 CPUtime=0 cores=0,2
/proc/16638/task/16683/stat : 16683 (python) S 16446 16446 15028 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656963321 534757376 63948 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676631985 0 0 16781312 514 18446604442280149312 0 0 -1 2 0 0 0
[pid=16715] ppid=16446 vsize=532480 CPUtime=1.52 cores=0,2
/proc/16715/stat : 16715 (python) S 16446 16446 15028 0 -1 4202560 993 0 0 0 86 66 0 0 15 0 1 0 656973045 545259520 63922 33554432000 4194304 5683644 140737023906848 18446744073709551615 274664828486 0 0 16781312 514 402825876045005060 0 0 17 0 0 0 0
/proc/16715/statm: 133120 63922 370 364 0 69032 0
[pid=16717] ppid=16715 vsize=1059496 CPUtime=607.75 cores=0,2
/proc/16717/stat : 16717 (cryptominisat-2) R 16715 16717 16717 0 -1 4202496 314610 0 0 0 60727 48 0 0 25 0 1 0 656973046 1084923904 243049 33554432000 4194304 4677096 140735005542304 18446744073709551615 4320065 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16717/statm: 264874 243049 392 118 0 259833 0
[pid=16446/tid=16556] ppid=16441 vsize=542724 CPUtime=0 cores=0,2
/proc/16446/task/16556/stat : 16556 (python) S 16441 16446 15028 0 -1 4202560 34 924 0 10 0 0 0 0 18 0 4 0 656933652 555749376 65436 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676631985 0 0 16781312 2 18446604441481571200 0 0 -1 2 0 0 0
[pid=16446/tid=16639] ppid=16441 vsize=542724 CPUtime=0 cores=0,2
/proc/16446/task/16639/stat : 16639 (python) S 16441 16446 15028 0 -1 4202560 30 924 0 10 0 0 0 0 20 0 4 0 656953298 555749376 65436 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676631985 0 0 16781312 2 18446604441481571200 0 0 -1 2 0 0 0
[pid=16446/tid=16716] ppid=16441 vsize=542724 CPUtime=0 cores=0,2
/proc/16446/task/16716/stat : 16716 (python) S 16441 16446 15028 0 -1 4202560 28 924 0 10 0 0 0 0 20 0 4 0 656973046 555749376 65436 33554432000 4194304 5683644 140737023906848 18446744073709551615 274676631985 0 0 16781312 2 18446604441481571200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1279.18
Current children cumulated vsize (KiB) 3477864

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 16446 and gives
#  childrusage.ru_utime.tv_sec=275
#  childrusage.ru_utime.tv_usec=147171
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=651900
# CPU time returned by wait4() is 275.799
# while last known CPU time is 1279.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.06
CPU time (s): 1279.18
CPU user time (s): 1276.83
CPU system time (s): 2.35
CPU usage (%): 98.3939
Max. virtual memory (cumulated for all children) (KiB): 3518940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 275.147
system time used= 0.6519
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117372
page faults= 87
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39989
involuntary context switches= 633

runsolver used 5.85811 second user time and 13.293 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-15 11:50:41
IDJOB=3377978
IDBENCH=69591
IDSOLVER=1858
FILE ID=node131/3377978-1305453039
RUNJOBID= node131-1305453039-16408
PBS_JOBID= 13324857
Free space on /tmp= 73644 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nidw.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-3377978-1305453039/watcher-3377978-1305453039 -o /tmp/evaluation-result-3377978-1305453039/solver-3377978-1305453039 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377978-1305453039.cnf -seed 122734768 -budget 2400

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

MD5SUM BENCH= 943fd86d922b13236c21a74c4f82b6d0
RANDOM SEED=122734768

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:      18474796 kB
Buffers:        286776 kB
Cached:        4201712 kB
SwapCached:       1504 kB
Active:       10979068 kB
Inactive:      3230588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18474796 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:          175712 kB
Writeback:           0 kB
AnonPages:     9719036 kB
Mapped:          27996 kB
Slab:           171816 kB
PageTables:      31384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 28021460 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= 73584 MiB
End job on node131 at 2011-05-15 12:12:25