Trace number 3483869

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)? (TO) 1200.09 1200.74

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark52.912
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

Solver Data

0.36/1.19	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/1.19	c INFO: solving HOME/instance-3483869-1307748216.cnf
0.36/1.19	c INFO: computing task features
10.73/11.58	c INFO: computed variable-clause graph statistics
11.03/11.89	c INFO: computed clause balance statistics
53.83/54.67	c INFO: computed variable balance statistics
86.33/87.13	c INFO: computed small-clause counts
87.53/88.37	c INFO: computed Horn-clause counts
357.63/358.47	c INFO: computed variable graph statistics
357.63/358.48	c INFO: collected features for HOME/instance-3483869-1307748216.cnf in 356.98 s
357.63/358.49	c INFO: running lingeling-276@0 for 97 with 843 remaining (b = 0.26)
457.84/458.63	c INFO: running cryptominisat-2.9.0@0 for 743 with 743 remaining (b = 0.22)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3483869-1307748216/watcher-3483869-1307748216 -o /tmp/evaluation-result-3483869-1307748216/solver-3483869-1307748216 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483869-1307748216.cnf -seed 1394102490 -budget 1200 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.84 3.91 2.89 4/194 16059
/proc/meminfo: memFree=31078672/32950928 swapFree=67052112/67111528
[pid=16059] ppid=16057 vsize=11804 CPUtime=0 cores=4,6
/proc/16059/stat : 16059 (runsolver) S 16057 16059 15748 0 -1 4202560 42 0 0 0 0 0 0 0 22 0 1 0 886420755 12087296 51 33554432000 4194304 5436572 140733426630080 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699977015 0 0 17 4 0 0 0
/proc/16059/statm: 2951 51 31 304 0 2643 0

[startup+0.067803 s]
/proc/loadavg: 3.84 3.91 2.89 4/194 16059
/proc/meminfo: memFree=31078672/32950928 swapFree=67052112/67111528
[pid=16059] ppid=16057 vsize=15080 CPUtime=0 cores=4,6
/proc/16059/stat : 16059 (python) S 16057 16059 15748 0 -1 4202496 618 0 0 0 0 0 0 0 23 0 1 0 886420755 15441920 513 33554432000 4194304 5683644 140733201868672 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/16059/statm: 3770 513 300 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.100798 s]
/proc/loadavg: 3.84 3.91 2.89 4/194 16059
/proc/meminfo: memFree=31078672/32950928 swapFree=67052112/67111528
[pid=16059] ppid=16057 vsize=15080 CPUtime=0 cores=4,6
/proc/16059/stat : 16059 (python) S 16057 16059 15748 0 -1 4202496 651 0 0 0 0 0 0 0 23 0 1 0 886420755 15441920 545 33554432000 4194304 5683644 140733201868672 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/16059/statm: 3770 545 312 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.300761 s]
/proc/loadavg: 3.84 3.91 2.89 4/194 16059
/proc/meminfo: memFree=31078672/32950928 swapFree=67052112/67111528
[pid=16059] ppid=16057 vsize=15756 CPUtime=0 cores=4,6
/proc/16059/stat : 16059 (python) S 16057 16059 15748 0 -1 4202496 841 0 0 0 0 0 0 0 21 0 1 0 886420755 16134144 723 33554432000 4194304 5683644 140733201868672 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/16059/statm: 3939 723 334 364 0 426 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15756

[startup+0.700695 s]
/proc/loadavg: 3.84 3.91 2.89 4/194 16059
/proc/meminfo: memFree=31078672/32950928 swapFree=67052112/67111528
[pid=16059] ppid=16057 vsize=135752 CPUtime=0.17 cores=4,6
/proc/16059/stat : 16059 (python) S 16057 16059 15748 0 -1 4202496 5974 932 1 0 13 4 0 0 17 0 1 0 886420755 139010048 4148 33554432000 4194304 5683644 140733201868672 18446744073709551615 235594862597 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/16059/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+1.5005 s]
/proc/loadavg: 3.69 3.87 2.89 5/200 16078
/proc/meminfo: memFree=31011648/32950928 swapFree=67052112/67111528
[pid=16059] ppid=16057 vsize=344088 CPUtime=0.73 cores=4,6
/proc/16059/stat : 16059 (python) R 16057 16059 15748 0 -1 4202496 25609 932 1 0 58 15 0 0 16 0 1 0 886420755 352346112 23275 33554432000 4194304 5683644 140733201868672 18446744073709551615 5114655 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16059/statm: 86022 23275 1761 364 0 21946 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 344088

[startup+3.10028 s]
/proc/loadavg: 3.69 3.87 2.89 5/200 16078
/proc/meminfo: memFree=30812876/32950928 swapFree=67052112/67111528
[pid=16059] ppid=16057 vsize=437268 CPUtime=2.33 cores=4,6
/proc/16059/stat : 16059 (python) R 16057 16059 15748 0 -1 4202496 48356 932 1 0 214 19 0 0 18 0 1 0 886420755 447762432 46022 33554432000 4194304 5683644 140733201868672 18446744073709551615 235594527429 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16059/statm: 109317 46022 1761 364 0 45241 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 437268
heavy processes:

[startup+6.30071 s]
/proc/loadavg: 3.80 3.89 2.90 5/200 16078
/proc/meminfo: memFree=30410180/32950928 swapFree=67052112/67111528
[pid=16059] ppid=16057 vsize=626008 CPUtime=5.53 cores=4,6
/proc/16059/stat : 16059 (python) R 16057 16059 15748 0 -1 4202496 96044 932 1 0 529 24 0 0 25 0 1 0 886420755 641032192 93710 33554432000 4194304 5683644 140733201868672 18446744073709551615 235594527429 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16059/statm: 156502 93711 1761 364 0 92426 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 626008

[startup+12.7005 s]
/proc/loadavg: 3.81 3.89 2.90 5/200 16078
/proc/meminfo: memFree=30278912/32950928 swapFree=67052112/67111528
[pid=16059] ppid=16057 vsize=727168 CPUtime=11.93 cores=4,6
/proc/16059/stat : 16059 (python) R 16057 16059 15748 0 -1 4202496 230203 932 1 0 1153 40 0 0 25 0 1 0 886420755 744620032 119208 33554432000 4194304 5683644 140733201868672 18446744073709551615 235594521681 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16059/statm: 181792 119208 1826 364 0 117716 0
Current children cumulated CPU time (s) 11.93
Current children cumulated vsize (KiB) 727168

[startup+25.5003 s]
/proc/loadavg: 3.85 3.90 2.92 6/200 16079
/proc/meminfo: memFree=30256340/32950928 swapFree=67052112/67111528
[pid=16059] ppid=16057 vsize=727168 CPUtime=24.73 cores=4,6
/proc/16059/stat : 16059 (python) R 16057 16059 15748 0 -1 4202496 230203 932 1 0 2433 40 0 0 25 0 1 0 886420755 744620032 119208 33554432000 4194304 5683644 140733201868672 18446744073709551615 47379187010849 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16059/statm: 181792 119208 1826 364 0 117716 0
Current children cumulated CPU time (s) 24.73
Current children cumulated vsize (KiB) 727168

[startup+51.1008 s]
/proc/loadavg: 3.90 3.91 2.95 5/200 16080
/proc/meminfo: memFree=30098048/32950928 swapFree=67052112/67111528
[pid=16059] ppid=16057 vsize=727168 CPUtime=50.33 cores=4,6
/proc/16059/stat : 16059 (python) R 16057 16059 15748 0 -1 4202496 230203 932 1 0 4993 40 0 0 25 0 1 0 886420755 744620032 119208 33554432000 4194304 5683644 140733201868672 18446744073709551615 235594515570 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16059/statm: 181792 119208 1826 364 0 117716 0
Current children cumulated CPU time (s) 50.33
Current children cumulated vsize (KiB) 727168

[startup+102.307 s]
/proc/loadavg: 3.96 3.92 3.00 5/193 16124
/proc/meminfo: memFree=30697776/32950928 swapFree=67052112/67111528
[pid=16059] ppid=16057 vsize=746360 CPUtime=101.53 cores=4,6
/proc/16059/stat : 16059 (python) R 16057 16059 15748 0 -1 4202496 249371 932 1 0 10111 42 0 0 25 0 1 0 886420755 764272640 124013 33554432000 4194304 5683644 140733201868672 18446744073709551615 47379154356352 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16059/statm: 186590 124013 1833 364 0 122514 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 746360

[startup+162.3 s]
/proc/loadavg: 3.98 3.93 3.06 5/196 16128
/proc/meminfo: memFree=30164020/32950928 swapFree=67052112/67111528
[pid=16059] ppid=16057 vsize=746360 CPUtime=161.53 cores=4,6
/proc/16059/stat : 16059 (python) R 16057 16059 15748 0 -1 4202496 249371 932 1 0 16111 42 0 0 25 0 1 0 886420755 764272640 124013 33554432000 4194304 5683644 140733201868672 18446744073709551615 47379154356364 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16059/statm: 186590 124013 1833 364 0 122514 0
Current children cumulated CPU time (s) 161.53
Current children cumulated vsize (KiB) 746360

[startup+222.301 s]
/proc/loadavg: 3.99 3.94 3.12 5/193 16233
/proc/meminfo: memFree=29854536/32950928 swapFree=67052112/67111528
[pid=16059] ppid=16057 vsize=746360 CPUtime=221.53 cores=4,6
/proc/16059/stat : 16059 (python) R 16057 16059 15748 0 -1 4202496 249371 932 1 0 22111 42 0 0 25 0 1 0 886420755 764272640 124013 33554432000 4194304 5683644 140733201868672 18446744073709551615 47379154356364 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16059/statm: 186590 124013 1833 364 0 122514 0
Current children cumulated CPU time (s) 221.53
Current children cumulated vsize (KiB) 746360

[startup+282.301 s]
/proc/loadavg: 3.99 3.95 3.17 5/196 16270
/proc/meminfo: memFree=29483364/32950928 swapFree=67052112/67111528
[pid=16059] ppid=16057 vsize=746360 CPUtime=281.53 cores=4,6
/proc/16059/stat : 16059 (python) R 16057 16059 15748 0 -1 4202496 249371 932 1 0 28110 43 0 0 25 0 1 0 886420755 764272640 124013 33554432000 4194304 5683644 140733201868672 18446744073709551615 47379154356352 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16059/statm: 186590 124013 1833 364 0 122514 0
Current children cumulated CPU time (s) 281.53
Current children cumulated vsize (KiB) 746360

[startup+342.301 s]
/proc/loadavg: 4.06 3.97 3.22 5/196 16271
/proc/meminfo: memFree=29355664/32950928 swapFree=67052112/67111528
[pid=16059] ppid=16057 vsize=746360 CPUtime=341.53 cores=4,6
/proc/16059/stat : 16059 (python) R 16057 16059 15748 0 -1 4202496 249371 932 1 0 34110 43 0 0 25 0 1 0 886420755 764272640 124013 33554432000 4194304 5683644 140733201868672 18446744073709551615 47379154356364 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16059/statm: 186590 124013 1833 364 0 122514 0
Current children cumulated CPU time (s) 341.53
Current children cumulated vsize (KiB) 746360

[startup+402.301 s]
/proc/loadavg: 4.02 3.97 3.27 5/199 16322
/proc/meminfo: memFree=29279948/32950928 swapFree=67052112/67111528
[pid=16059] ppid=16057 vsize=544608 CPUtime=357.73 cores=4,6
/proc/16059/stat : 16059 (python) S 16057 16059 15748 0 -1 4202496 249654 932 1 0 35728 45 0 0 25 0 2 0 886420755 557678592 71046 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16059/statm: 136152 71046 1867 364 0 72070 0
[pid=16273] ppid=16059 vsize=534364 CPUtime=0.05 cores=4,6
/proc/16273/stat : 16273 (python) S 16059 16059 15748 0 -1 4202560 901 0 0 0 3 2 0 0 18 0 1 0 886456605 547188736 69551 33554432000 4194304 5683644 140733201868672 18446744073709551615 235594886671 0 0 16781312 514 5665757029650628866 0 0 17 4 0 0 0
/proc/16273/statm: 133591 69551 376 364 0 69509 0
[pid=16275] ppid=16273 vsize=153160 CPUtime=43.74 cores=4,6
/proc/16275/stat : 16275 (lingeling) R 16273 16275 16275 0 -1 4202496 79519 0 0 0 4365 9 0 0 25 0 1 0 886456605 156835840 37460 33554432000 4194304 4352236 140736614684560 18446744073709551615 4212087 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16275/statm: 38290 37460 129 39 0 37370 0
[pid=16059/tid=16274] ppid=16057 vsize=544608 CPUtime=0 cores=4,6
/proc/16059/task/16274/stat : 16274 (python) S 16057 16059 15748 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 886456605 557678592 71046 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 401.52
Current children cumulated vsize (KiB) 1232132

[startup+462.301 s]
/proc/loadavg: 4.00 3.97 3.31 5/206 16330
/proc/meminfo: memFree=28584648/32950928 swapFree=67052112/67111528
[pid=16059] ppid=16057 vsize=554864 CPUtime=357.74 cores=4,6
/proc/16059/stat : 16059 (python) S 16057 16059 15748 0 -1 4202496 250458 932 1 0 35729 45 0 0 20 0 3 0 886420755 568180736 71053 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16059/statm: 138716 71053 1870 364 0 74631 0
[pid=16273] ppid=16059 vsize=544608 CPUtime=0.13 cores=4,6
/proc/16273/stat : 16273 (python) S 16059 16059 15748 0 -1 4202560 1155 0 0 0 7 6 0 0 19 0 2 0 886456605 557678592 69594 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16273/statm: 136152 69594 414 364 0 72070 0
[pid=16275] ppid=16273 vsize=150824 CPUtime=100.01 cores=4,6
/proc/16275/stat : 16275 (lingeling) T 16273 16275 16275 0 -1 4202496 79519 0 0 0 9992 9 0 0 25 0 1 0 886456605 154443776 36876 33554432000 4194304 4352236 140736614684560 18446744073709551615 4235501 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/16275/statm: 37706 36876 129 39 0 36786 0
[pid=16273/tid=16327] ppid=16059 vsize=544608 CPUtime=0 cores=4,6
/proc/16273/task/16327/stat : 16327 (python) S 16059 16059 15748 0 -1 4202560 119 0 0 0 0 0 0 0 19 0 2 0 886466618 557678592 69594 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606690225 0 0 16781312 514 18446604453984906112 0 0 -1 6 0 0 0
[pid=16328] ppid=16059 vsize=544620 CPUtime=0 cores=4,6
/proc/16328/stat : 16328 (python) S 16059 16059 15748 0 -1 4202560 740 0 0 0 0 0 0 0 15 0 1 0 886466619 557690880 69526 33554432000 4194304 5683644 140733201868672 18446744073709551615 235594886726 0 0 16781312 514 3010110997424734468 0 0 17 4 0 0 0
/proc/16328/statm: 136155 69526 347 364 0 72070 0
[pid=16330] ppid=16328 vsize=361464 CPUtime=3.64 cores=4,6
/proc/16330/stat : 16330 (cryptominisat-2) R 16328 16330 16330 0 -1 4202496 88869 0 0 0 353 11 0 0 25 0 1 0 886466619 370139136 79668 33554432000 4194304 4677096 140735200922896 18446744073709551615 235594527429 0 0 16781312 2 0 0 0 17 4 0 0 0

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

[pid=16328] ppid=16059 vsize=544620 CPUtime=0.77 cores=4,6
/proc/16328/stat : 16328 (python) S 16059 16059 15748 0 -1 4202560 1011 0 0 0 40 37 0 0 15 0 1 0 886466619 557690880 69549 33554432000 4194304 5683644 140733201868672 18446744073709551615 235594886726 0 0 16781312 514 5665757029650628868 0 0 17 4 0 0 0
/proc/16328/statm: 136155 69549 370 364 0 72070 0
[pid=16330] ppid=16328 vsize=1295652 CPUtime=543 cores=4,6
/proc/16330/stat : 16330 (cryptominisat-2) R 16328 16330 16330 0 -1 4202496 364391 0 0 0 54251 49 0 0 25 0 1 0 886466619 1326747648 299240 33554432000 4194304 4677096 140735200922896 18446744073709551615 4319403 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16330/statm: 323913 299240 393 118 0 318872 0
[pid=16059/tid=16274] ppid=16057 vsize=554864 CPUtime=0 cores=4,6
/proc/16059/task/16274/stat : 16274 (python) S 16057 16059 15748 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 3 0 886456605 568180736 71053 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
[pid=16059/tid=16329] ppid=16057 vsize=554864 CPUtime=0 cores=4,6
/proc/16059/task/16329/stat : 16329 (python) S 16057 16059 15748 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 3 0 886466619 568180736 71053 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1001.65
Current children cumulated vsize (KiB) 3090568

[startup+1062.3 s]
/proc/loadavg: 4.07 4.02 3.64 5/210 16396
/proc/meminfo: memFree=23926988/32950928 swapFree=67052112/67111528
[pid=16059] ppid=16057 vsize=554864 CPUtime=357.74 cores=4,6
/proc/16059/stat : 16059 (python) S 16057 16059 15748 0 -1 4202496 250458 932 1 0 35729 45 0 0 20 0 3 0 886420755 568180736 71053 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16059/statm: 138716 71053 1870 364 0 74631 0
[pid=16273] ppid=16059 vsize=544608 CPUtime=0.13 cores=4,6
/proc/16273/stat : 16273 (python) S 16059 16059 15748 0 -1 4202560 1155 0 0 0 7 6 0 0 19 0 2 0 886456605 557678592 69594 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16273/statm: 136152 69594 414 364 0 72070 0
[pid=16275] ppid=16273 vsize=150824 CPUtime=100.01 cores=4,6
/proc/16275/stat : 16275 (lingeling) T 16273 16275 16275 0 -1 4202496 79519 0 0 0 9992 9 0 0 25 0 1 0 886456605 154443776 36876 33554432000 4194304 4352236 140736614684560 18446744073709551615 4235501 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/16275/statm: 37706 36876 129 39 0 36786 0
[pid=16273/tid=16327] ppid=16059 vsize=544608 CPUtime=0 cores=4,6
/proc/16273/task/16327/stat : 16327 (python) S 16059 16059 15748 0 -1 4202560 119 0 0 0 0 0 0 0 19 0 2 0 886466618 557678592 69594 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606690225 0 0 16781312 514 18446604453984906112 0 0 -1 6 0 0 0
[pid=16328] ppid=16059 vsize=544620 CPUtime=0.86 cores=4,6
/proc/16328/stat : 16328 (python) S 16059 16059 15748 0 -1 4202560 1011 0 0 0 45 41 0 0 15 0 1 0 886466619 557690880 69549 33554432000 4194304 5683644 140733201868672 18446744073709551615 235594886726 0 0 16781312 514 5665757029650628868 0 0 17 4 0 0 0
/proc/16328/statm: 136155 69549 370 364 0 72070 0
[pid=16330] ppid=16328 vsize=1318652 CPUtime=602.92 cores=4,6
/proc/16330/stat : 16330 (cryptominisat-2) R 16328 16330 16330 0 -1 4202496 368574 0 0 0 60242 50 0 0 25 0 1 0 886466619 1350299648 303423 33554432000 4194304 4677096 140735200922896 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/16330/statm: 329663 303423 393 118 0 324622 0
[pid=16059/tid=16274] ppid=16057 vsize=554864 CPUtime=0 cores=4,6
/proc/16059/task/16274/stat : 16274 (python) S 16057 16059 15748 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 3 0 886456605 568180736 71053 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
[pid=16059/tid=16329] ppid=16057 vsize=554864 CPUtime=0 cores=4,6
/proc/16059/task/16329/stat : 16329 (python) S 16057 16059 15748 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 3 0 886466619 568180736 71053 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1061.66
Current children cumulated vsize (KiB) 3113568

[startup+1122.3 s]
/proc/loadavg: 4.02 4.01 3.66 5/210 16398
/proc/meminfo: memFree=20875260/32950928 swapFree=67052112/67111528
[pid=16059] ppid=16057 vsize=554864 CPUtime=357.74 cores=4,6
/proc/16059/stat : 16059 (python) S 16057 16059 15748 0 -1 4202496 250458 932 1 0 35729 45 0 0 20 0 3 0 886420755 568180736 71053 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16059/statm: 138716 71053 1870 364 0 74631 0
[pid=16273] ppid=16059 vsize=544608 CPUtime=0.13 cores=4,6
/proc/16273/stat : 16273 (python) S 16059 16059 15748 0 -1 4202560 1155 0 0 0 7 6 0 0 19 0 2 0 886456605 557678592 69594 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16273/statm: 136152 69594 414 364 0 72070 0
[pid=16275] ppid=16273 vsize=150824 CPUtime=100.01 cores=4,6
/proc/16275/stat : 16275 (lingeling) T 16273 16275 16275 0 -1 4202496 79519 0 0 0 9992 9 0 0 25 0 1 0 886456605 154443776 36876 33554432000 4194304 4352236 140736614684560 18446744073709551615 4235501 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/16275/statm: 37706 36876 129 39 0 36786 0
[pid=16273/tid=16327] ppid=16059 vsize=544608 CPUtime=0 cores=4,6
/proc/16273/task/16327/stat : 16327 (python) S 16059 16059 15748 0 -1 4202560 119 0 0 0 0 0 0 0 19 0 2 0 886466618 557678592 69594 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606690225 0 0 16781312 514 18446604453984906112 0 0 -1 6 0 0 0
[pid=16328] ppid=16059 vsize=544620 CPUtime=0.94 cores=4,6
/proc/16328/stat : 16328 (python) S 16059 16059 15748 0 -1 4202560 1011 0 0 0 50 44 0 0 15 0 1 0 886466619 557690880 69549 33554432000 4194304 5683644 140733201868672 18446744073709551615 235594886726 0 0 16781312 514 5665757029650628868 0 0 17 4 0 0 0
/proc/16328/statm: 136155 69549 370 364 0 72070 0
[pid=16330] ppid=16328 vsize=1318652 CPUtime=662.84 cores=4,6
/proc/16330/stat : 16330 (cryptominisat-2) R 16328 16330 16330 0 -1 4202496 370597 0 0 0 66234 50 0 0 25 0 1 0 886466619 1350299648 305446 33554432000 4194304 4677096 140735200922896 18446744073709551615 4319573 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16330/statm: 329663 305446 393 118 0 324622 0
[pid=16059/tid=16274] ppid=16057 vsize=554864 CPUtime=0 cores=4,6
/proc/16059/task/16274/stat : 16274 (python) S 16057 16059 15748 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 3 0 886456605 568180736 71053 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
[pid=16059/tid=16329] ppid=16057 vsize=554864 CPUtime=0 cores=4,6
/proc/16059/task/16329/stat : 16329 (python) S 16057 16059 15748 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 3 0 886466619 568180736 71053 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1121.66
Current children cumulated vsize (KiB) 3113568

[startup+1182.3 s]
/proc/loadavg: 4.06 4.02 3.68 5/207 16443
/proc/meminfo: memFree=25748280/32950928 swapFree=67052112/67111528
[pid=16059] ppid=16057 vsize=554864 CPUtime=357.74 cores=4,6
/proc/16059/stat : 16059 (python) S 16057 16059 15748 0 -1 4202496 250458 932 1 0 35729 45 0 0 20 0 3 0 886420755 568180736 71053 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16059/statm: 138716 71053 1870 364 0 74631 0
[pid=16273] ppid=16059 vsize=544608 CPUtime=0.13 cores=4,6
/proc/16273/stat : 16273 (python) S 16059 16059 15748 0 -1 4202560 1155 0 0 0 7 6 0 0 19 0 2 0 886456605 557678592 69594 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16273/statm: 136152 69594 414 364 0 72070 0
[pid=16275] ppid=16273 vsize=150824 CPUtime=100.01 cores=4,6
/proc/16275/stat : 16275 (lingeling) T 16273 16275 16275 0 -1 4202496 79519 0 0 0 9992 9 0 0 25 0 1 0 886456605 154443776 36876 33554432000 4194304 4352236 140736614684560 18446744073709551615 4235501 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/16275/statm: 37706 36876 129 39 0 36786 0
[pid=16273/tid=16327] ppid=16059 vsize=544608 CPUtime=0 cores=4,6
/proc/16273/task/16327/stat : 16327 (python) S 16059 16059 15748 0 -1 4202560 119 0 0 0 0 0 0 0 19 0 2 0 886466618 557678592 69594 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606690225 0 0 16781312 514 18446604453984906112 0 0 -1 6 0 0 0
[pid=16328] ppid=16059 vsize=544620 CPUtime=1.02 cores=4,6
/proc/16328/stat : 16328 (python) S 16059 16059 15748 0 -1 4202560 1011 0 0 0 55 47 0 0 15 0 1 0 886466619 557690880 69549 33554432000 4194304 5683644 140733201868672 18446744073709551615 235594886726 0 0 16781312 514 3010110997424734468 0 0 17 4 0 0 0
/proc/16328/statm: 136155 69549 370 364 0 72070 0
[pid=16330] ppid=16328 vsize=1318652 CPUtime=722.77 cores=4,6
/proc/16330/stat : 16330 (cryptominisat-2) R 16328 16330 16330 0 -1 4202496 371207 0 0 0 72226 51 0 0 25 0 1 0 886466619 1350299648 306056 33554432000 4194304 4677096 140735200922896 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16330/statm: 329663 306056 393 118 0 324622 0
[pid=16059/tid=16274] ppid=16057 vsize=554864 CPUtime=0 cores=4,6
/proc/16059/task/16274/stat : 16274 (python) S 16057 16059 15748 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 3 0 886456605 568180736 71053 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
[pid=16059/tid=16329] ppid=16057 vsize=554864 CPUtime=0 cores=4,6
/proc/16059/task/16329/stat : 16329 (python) S 16057 16059 15748 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 3 0 886466619 568180736 71053 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1181.67
Current children cumulated vsize (KiB) 3113568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 4.04 4.02 3.68 4/206 16447
/proc/meminfo: memFree=27645920/32950928 swapFree=67052112/67111528
[pid=16059] ppid=16057 vsize=554864 CPUtime=357.74 cores=4,6
/proc/16059/stat : 16059 (python) S 16057 16059 15748 0 -1 4202496 250458 932 1 0 35729 45 0 0 20 0 3 0 886420755 568180736 71053 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16059/statm: 138716 71053 1870 364 0 74631 0
[pid=16273] ppid=16059 vsize=544608 CPUtime=0.13 cores=4,6
/proc/16273/stat : 16273 (python) S 16059 16059 15748 0 -1 4202560 1155 0 0 0 7 6 0 0 19 0 2 0 886456605 557678592 69594 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16273/statm: 136152 69594 414 364 0 72070 0
[pid=16275] ppid=16273 vsize=150824 CPUtime=100.01 cores=4,6
/proc/16275/stat : 16275 (lingeling) T 16273 16275 16275 0 -1 4202496 79519 0 0 0 9992 9 0 0 25 0 1 0 886456605 154443776 36876 33554432000 4194304 4352236 140736614684560 18446744073709551615 4235501 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/16275/statm: 37706 36876 129 39 0 36786 0
[pid=16273/tid=16327] ppid=16059 vsize=544608 CPUtime=0 cores=4,6
/proc/16273/task/16327/stat : 16327 (python) S 16059 16059 15748 0 -1 4202560 119 0 0 0 0 0 0 0 19 0 2 0 886466618 557678592 69594 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606690225 0 0 16781312 514 18446604453984906112 0 0 -1 6 0 0 0
[pid=16328] ppid=16059 vsize=544620 CPUtime=1.05 cores=4,6
/proc/16328/stat : 16328 (python) S 16059 16059 15748 0 -1 4202560 1011 0 0 0 56 49 0 0 15 0 1 0 886466619 557690880 69549 33554432000 4194304 5683644 140733201868672 18446744073709551615 235594886726 0 0 16781312 514 5665757029650628868 0 0 17 4 0 0 0
/proc/16328/statm: 136155 69549 370 364 0 72070 0
[pid=16330] ppid=16328 vsize=1318652 CPUtime=741.16 cores=4,6
/proc/16330/stat : 16330 (cryptominisat-2) R 16328 16330 16330 0 -1 4202496 371207 0 0 0 74065 51 0 0 25 0 1 0 886466619 1350299648 306056 33554432000 4194304 4677096 140735200922896 18446744073709551615 4310230 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16330/statm: 329663 306056 393 118 0 324622 0
[pid=16059/tid=16274] ppid=16057 vsize=554864 CPUtime=0 cores=4,6
/proc/16059/task/16274/stat : 16274 (python) S 16057 16059 15748 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 3 0 886456605 568180736 71053 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
[pid=16059/tid=16329] ppid=16057 vsize=554864 CPUtime=0 cores=4,6
/proc/16059/task/16329/stat : 16329 (python) S 16057 16059 15748 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 3 0 886466619 568180736 71053 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 3113568

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

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

[startup+1200.7 s]
/proc/loadavg: 4.04 4.02 3.68 4/206 16447
/proc/meminfo: memFree=27645920/32950928 swapFree=67052112/67111528
[pid=16059] ppid=16057 vsize=554864 CPUtime=357.74 cores=4,6
/proc/16059/stat : 16059 (python) S 16057 16059 15748 0 -1 4202496 250458 932 1 0 35729 45 0 0 20 0 3 0 886420755 568180736 71053 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16059/statm: 138716 71053 1870 364 0 74631 0
[pid=16273] ppid=16059 vsize=544608 CPUtime=0.13 cores=4,6
/proc/16273/stat : 16273 (python) S 16059 16059 15748 0 -1 4202560 1155 0 0 0 7 6 0 0 19 0 2 0 886456605 557678592 69594 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16273/statm: 136152 69594 414 364 0 72070 0
[pid=16275] ppid=16273 vsize=150824 CPUtime=100.01 cores=4,6
/proc/16275/stat : 16275 (lingeling) T 16273 16275 16275 0 -1 4202496 79519 0 0 0 9992 9 0 0 25 0 1 0 886456605 154443776 36876 33554432000 4194304 4352236 140736614684560 18446744073709551615 4235501 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/16275/statm: 37706 36876 129 39 0 36786 0
[pid=16273/tid=16327] ppid=16059 vsize=544608 CPUtime=0 cores=4,6
/proc/16273/task/16327/stat : 16327 (python) S 16059 16059 15748 0 -1 4202560 119 0 0 0 0 0 0 0 19 0 2 0 886466618 557678592 69594 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606690225 0 0 16781312 514 18446604453984906112 0 0 -1 6 0 0 0
[pid=16328] ppid=16059 vsize=544620 CPUtime=1.05 cores=4,6
/proc/16328/stat : 16328 (python) S 16059 16059 15748 0 -1 4202560 1011 0 0 0 56 49 0 0 15 0 1 0 886466619 557690880 69549 33554432000 4194304 5683644 140733201868672 18446744073709551615 235594886726 0 0 16781312 514 5665757029650628868 0 0 17 4 0 0 0
/proc/16328/statm: 136155 69549 370 364 0 72070 0
[pid=16330] ppid=16328 vsize=1318652 CPUtime=741.16 cores=4,6
/proc/16330/stat : 16330 (cryptominisat-2) R 16328 16330 16330 0 -1 4202496 371207 0 0 0 74065 51 0 0 25 0 1 0 886466619 1350299648 306056 33554432000 4194304 4677096 140735200922896 18446744073709551615 4310230 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16330/statm: 329663 306056 393 118 0 324622 0
[pid=16059/tid=16274] ppid=16057 vsize=554864 CPUtime=0 cores=4,6
/proc/16059/task/16274/stat : 16274 (python) S 16057 16059 15748 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 3 0 886456605 568180736 71053 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
[pid=16059/tid=16329] ppid=16057 vsize=554864 CPUtime=0 cores=4,6
/proc/16059/task/16329/stat : 16329 (python) S 16057 16059 15748 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 3 0 886466619 568180736 71053 33554432000 4194304 5683644 140733201868672 18446744073709551615 235606690225 0 0 16781312 2 18446604453908043904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 3113568

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16059 and gives
#  childrusage.ru_utime.tv_sec=357
#  childrusage.ru_utime.tv_usec=294682
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=468928
# CPU time returned by wait4() is 357.764
# while last known CPU time is 1200.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.74
CPU time (s): 1200.09
CPU user time (s): 1198.49
CPU system time (s): 1.6
CPU usage (%): 99.9462
Max. virtual memory (cumulated for all children) (KiB): 3113572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 357.295
system time used= 0.468928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251390
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= 7445
involuntary context switches= 929

runsolver used 1.91571 second user time and 4.44732 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-11 01:23:39
IDJOB=3483869
IDBENCH=70961
IDSOLVER=1976
FILE ID=node120/3483869-1307748216
RUNJOBID= node120-1307747010-15767
PBS_JOBID= 13550837
Free space on /tmp= 73812 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L150_coli.sat.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-3483869-1307748216/watcher-3483869-1307748216 -o /tmp/evaluation-result-3483869-1307748216/solver-3483869-1307748216 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483869-1307748216.cnf -seed 1394102490 -budget 1200

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=1394102490

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31079324 kB
Buffers:         96032 kB
Cached:         798480 kB
SwapCached:      11420 kB
Active:        1228808 kB
Inactive:       476668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31079324 kB
SwapTotal:    67111528 kB
SwapFree:     67052112 kB
Dirty:          107016 kB
Writeback:           0 kB
AnonPages:      808300 kB
Mapped:          15816 kB
Slab:            95500 kB
PageTables:       9868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1408720 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= 73692 MiB
End job on node120 at 2011-06-11 01:43:43