Trace number 3484570

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-random (fixed, 1200 s timeout)UNSAT 107.769 108.157

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1825761395-059.UNKNOWN.cnf
MD5SUM0e5f93b3b44a8a3d689954a8a212e867
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.90595
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.58/1.01	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.58/1.01	c INFO: solving HOME/instance-3484570-1307758129.cnf
0.58/1.01	c INFO: computing task features
0.58/1.01	c INFO: computed variable-clause graph statistics
0.58/1.01	c INFO: computed clause balance statistics
0.58/1.05	c INFO: computed variable balance statistics
0.58/1.07	c INFO: computed small-clause counts
0.58/1.07	c INFO: computed Horn-clause counts
0.58/1.07	c INFO: computed variable graph statistics
0.58/1.07	c INFO: collected features for HOME/instance-3484570-1307758129.cnf in 0.07 s
0.58/1.08	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.60)
100.67/101.20	c INFO: running march_hi@0 for 388 with 1099 remaining (b = 0.38)
107.65/108.13	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3484570-1307758129/watcher-3484570-1307758129 -o /tmp/evaluation-result-3484570-1307758129/solver-3484570-1307758129 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484570-1307758129.cnf -seed 83146164 -budget 1200 

running on 2 cores: 5,7

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: 4.07 4.02 3.91 5/181 14895
/proc/meminfo: memFree=31764552/32951124 swapFree=67053960/67111528
[pid=14895] ppid=14890 vsize=15184 CPUtime=0 cores=5,7
/proc/14895/stat : 14895 (python) R 14890 14895 11144 0 -1 4202496 729 0 0 0 0 0 0 0 17 0 1 0 868228399 15548416 617 33554432000 4194304 5683644 140735775983216 18446744073709551615 228095449088 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14895/statm: 3796 617 322 364 0 283 0

[startup+0.0295409 s]
/proc/loadavg: 4.07 4.02 3.91 5/181 14895
/proc/meminfo: memFree=31764552/32951124 swapFree=67053960/67111528
[pid=14895] ppid=14890 vsize=16396 CPUtime=0.01 cores=5,7
/proc/14895/stat : 14895 (python) R 14890 14895 11144 0 -1 4202496 1119 0 0 0 1 0 0 0 17 0 1 0 868228399 16789504 985 33554432000 4194304 5683644 140735775983216 18446744073709551615 228095449088 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14895/statm: 4099 985 409 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.100527 s]
/proc/loadavg: 4.07 4.02 3.91 5/181 14895
/proc/meminfo: memFree=31764552/32951124 swapFree=67053960/67111528
[pid=14895] ppid=14890 vsize=36836 CPUtime=0.05 cores=5,7
/proc/14895/stat : 14895 (python) R 14890 14895 11144 0 -1 4202496 1624 0 0 0 3 2 0 0 17 0 1 0 868228399 37720064 1452 33554432000 4194304 5683644 140735775983216 18446744073709551615 228095449088 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14895/statm: 9209 1452 452 364 0 1026 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 36836

[startup+0.300493 s]
/proc/loadavg: 4.07 4.02 3.91 5/181 14895
/proc/meminfo: memFree=31764552/32951124 swapFree=67053960/67111528
[pid=14895] ppid=14890 vsize=124232 CPUtime=0.18 cores=5,7
/proc/14895/stat : 14895 (python) R 14890 14895 11144 0 -1 4202496 4261 0 1 0 8 10 0 0 17 0 1 0 868228399 127213568 3868 33554432000 4194304 5683644 140735775983216 18446744073709551615 5114072 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14895/statm: 31058 3868 995 364 0 2869 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 124232

[startup+0.700425 s]
/proc/loadavg: 4.07 4.02 3.91 5/181 14895
/proc/meminfo: memFree=31764552/32951124 swapFree=67053960/67111528
[pid=14895] ppid=14890 vsize=156428 CPUtime=0.37 cores=5,7
/proc/14895/stat : 14895 (python) R 14890 14895 11144 0 -1 4202496 6379 936 1 0 17 20 0 0 16 0 1 0 868228399 160182272 4492 33554432000 4194304 5683644 140735775983216 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14895/statm: 39107 4492 1257 364 0 3215 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 156428

[startup+1.50024 s]
/proc/loadavg: 4.07 4.02 3.91 5/190 14927
/proc/meminfo: memFree=31679164/32951124 swapFree=67053960/67111528
[pid=14895] ppid=14890 vsize=288708 CPUtime=0.65 cores=5,7
/proc/14895/stat : 14895 (python) S 14890 14895 11144 0 -1 4202496 9762 936 1 0 37 28 0 0 17 0 2 0 868228399 295636992 7040 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14895/statm: 72177 7040 1867 364 0 8095 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 288708

[startup+3.10098 s]
/proc/loadavg: 4.07 4.02 3.91 5/189 15055
/proc/meminfo: memFree=31716732/32951124 swapFree=67053960/67111528
[pid=14895] ppid=14890 vsize=288708 CPUtime=0.65 cores=5,7
/proc/14895/stat : 14895 (python) S 14890 14895 11144 0 -1 4202496 9762 936 1 0 37 28 0 0 17 0 2 0 868228399 295636992 7040 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14895/statm: 72177 7040 1867 364 0 8095 0
[pid=14929] ppid=14895 vsize=278464 CPUtime=0 cores=5,7
/proc/14929/stat : 14929 (python) S 14895 14895 11144 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 868228508 285147136 5523 33554432000 4194304 5683644 140735775983216 18446744073709551615 228095471119 0 0 16781312 514 7658857979411661064 0 0 17 5 0 0 0
/proc/14929/statm: 69616 5523 354 364 0 5534 0
[pid=14933] ppid=14929 vsize=1017800 CPUtime=2 cores=5,7
/proc/14933/stat : 14933 (gnovelty+2) R 14929 14933 14933 0 -1 4202496 426 0 0 0 200 0 0 0 25 0 1 0 868228508 1042227200 162 33554432000 134512640 135663704 4290905456 18446744073709551615 134524551 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14933/statm: 254450 162 113 282 0 254166 0
[pid=14895/tid=14932] ppid=14890 vsize=288708 CPUtime=0 cores=5,7
/proc/14895/task/14932/stat : 14932 (python) S 14890 14895 11144 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 2 0 868228508 295636992 7040 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107274673 0 0 16781312 2 18446604458915562624 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 1584972

[startup+6.30039 s]
/proc/loadavg: 4.06 4.02 3.91 5/202 15215
/proc/meminfo: memFree=31660292/32951124 swapFree=67053960/67111528
[pid=14895] ppid=14890 vsize=288708 CPUtime=0.65 cores=5,7
/proc/14895/stat : 14895 (python) S 14890 14895 11144 0 -1 4202496 9762 936 1 0 37 28 0 0 17 0 2 0 868228399 295636992 7040 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14895/statm: 72177 7040 1867 364 0 8095 0
[pid=14929] ppid=14895 vsize=278464 CPUtime=0 cores=5,7
/proc/14929/stat : 14929 (python) S 14895 14895 11144 0 -1 4202560 872 0 0 0 0 0 0 0 18 0 1 0 868228508 285147136 5546 33554432000 4194304 5683644 140735775983216 18446744073709551615 228095471119 0 0 16781312 514 7658857979411661064 0 0 17 5 0 0 0
/proc/14929/statm: 69616 5546 377 364 0 5534 0
[pid=14933] ppid=14929 vsize=1017800 CPUtime=5.19 cores=5,7
/proc/14933/stat : 14933 (gnovelty+2) R 14929 14933 14933 0 -1 4202496 426 0 0 0 519 0 0 0 25 0 1 0 868228508 1042227200 162 33554432000 134512640 135663704 4290905456 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14933/statm: 254450 162 113 282 0 254166 0
[pid=14895/tid=14932] ppid=14890 vsize=288708 CPUtime=0 cores=5,7
/proc/14895/task/14932/stat : 14932 (python) S 14890 14895 11144 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 2 0 868228508 295636992 7040 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107274673 0 0 16781312 2 18446604458915562624 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 1584972

[startup+12.7002 s]
/proc/loadavg: 4.06 4.01 3.91 5/202 15215
/proc/meminfo: memFree=31658016/32951124 swapFree=67053960/67111528
[pid=14895] ppid=14890 vsize=288708 CPUtime=0.65 cores=5,7
/proc/14895/stat : 14895 (python) S 14890 14895 11144 0 -1 4202496 9762 936 1 0 37 28 0 0 17 0 2 0 868228399 295636992 7040 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14895/statm: 72177 7040 1867 364 0 8095 0
[pid=14929] ppid=14895 vsize=278464 CPUtime=0 cores=5,7
/proc/14929/stat : 14929 (python) S 14895 14895 11144 0 -1 4202560 875 0 0 0 0 0 0 0 18 0 1 0 868228508 285147136 5546 33554432000 4194304 5683644 140735775983216 18446744073709551615 228095471119 0 0 16781312 514 2346621696464617736 0 0 17 5 0 0 0
/proc/14929/statm: 69616 5546 377 364 0 5534 0
[pid=14933] ppid=14929 vsize=1017800 CPUtime=11.59 cores=5,7
/proc/14933/stat : 14933 (gnovelty+2) R 14929 14933 14933 0 -1 4202496 426 0 0 0 1159 0 0 0 25 0 1 0 868228508 1042227200 162 33554432000 134512640 135663704 4290905456 18446744073709551615 134544419 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14933/statm: 254450 162 113 282 0 254166 0
[pid=14895/tid=14932] ppid=14890 vsize=288708 CPUtime=0 cores=5,7
/proc/14895/task/14932/stat : 14932 (python) S 14890 14895 11144 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 2 0 868228508 295636992 7040 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107274673 0 0 16781312 2 18446604458915562624 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 1584972

[startup+25.5009 s]
/proc/loadavg: 4.05 4.01 3.91 5/202 15215
/proc/meminfo: memFree=31658908/32951124 swapFree=67053960/67111528
[pid=14895] ppid=14890 vsize=288708 CPUtime=0.65 cores=5,7
/proc/14895/stat : 14895 (python) S 14890 14895 11144 0 -1 4202496 9762 936 1 0 37 28 0 0 17 0 2 0 868228399 295636992 7040 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14895/statm: 72177 7040 1867 364 0 8095 0
[pid=14929] ppid=14895 vsize=278464 CPUtime=0.02 cores=5,7
/proc/14929/stat : 14929 (python) S 14895 14895 11144 0 -1 4202560 881 0 0 0 1 1 0 0 18 0 1 0 868228508 285147136 5546 33554432000 4194304 5683644 140735775983216 18446744073709551615 228095471119 0 0 16781312 514 2346621696464617736 0 0 17 5 0 0 0
/proc/14929/statm: 69616 5546 377 364 0 5534 0
[pid=14933] ppid=14929 vsize=1017800 CPUtime=24.38 cores=5,7
/proc/14933/stat : 14933 (gnovelty+2) R 14929 14933 14933 0 -1 4202496 426 0 0 0 2438 0 0 0 25 0 1 0 868228508 1042227200 162 33554432000 134512640 135663704 4290905456 18446744073709551615 134545640 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14933/statm: 254450 162 113 282 0 254166 0
[pid=14895/tid=14932] ppid=14890 vsize=288708 CPUtime=0 cores=5,7
/proc/14895/task/14932/stat : 14932 (python) S 14890 14895 11144 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 2 0 868228508 295636992 7040 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107274673 0 0 16781312 2 18446604458915562624 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 1584972

[startup+51.1012 s]
/proc/loadavg: 4.03 4.01 3.91 5/202 15216
/proc/meminfo: memFree=31659880/32951124 swapFree=67053960/67111528
[pid=14895] ppid=14890 vsize=288708 CPUtime=0.65 cores=5,7
/proc/14895/stat : 14895 (python) S 14890 14895 11144 0 -1 4202496 9762 936 1 0 37 28 0 0 17 0 2 0 868228399 295636992 7040 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14895/statm: 72177 7040 1867 364 0 8095 0
[pid=14929] ppid=14895 vsize=278464 CPUtime=0.05 cores=5,7
/proc/14929/stat : 14929 (python) S 14895 14895 11144 0 -1 4202560 892 0 0 0 3 2 0 0 18 0 1 0 868228508 285147136 5546 33554432000 4194304 5683644 140735775983216 18446744073709551615 228095471119 0 0 16781312 514 2346621696464617736 0 0 17 5 0 0 0
/proc/14929/statm: 69616 5546 377 364 0 5534 0
[pid=14933] ppid=14929 vsize=1017800 CPUtime=49.96 cores=5,7
/proc/14933/stat : 14933 (gnovelty+2) R 14929 14933 14933 0 -1 4202496 426 0 0 0 4996 0 0 0 25 0 1 0 868228508 1042227200 162 33554432000 134512640 135663704 4290905456 18446744073709551615 134524923 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14933/statm: 254450 162 113 282 0 254166 0
[pid=14895/tid=14932] ppid=14890 vsize=288708 CPUtime=0 cores=5,7
/proc/14895/task/14932/stat : 14932 (python) S 14890 14895 11144 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 2 0 868228508 295636992 7040 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107274673 0 0 16781312 2 18446604458915562624 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 1584972

[startup+102.307 s]
/proc/loadavg: 4.01 4.01 3.91 5/206 15221
/proc/meminfo: memFree=31654760/32951124 swapFree=67053960/67111528
[pid=14895] ppid=14890 vsize=299468 CPUtime=0.66 cores=5,7
/proc/14895/stat : 14895 (python) S 14890 14895 11144 0 -1 4202496 10619 936 1 0 38 28 0 0 19 0 3 0 868228399 306655232 7190 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14895/statm: 74867 7190 1870 364 0 10782 0
[pid=14929] ppid=14895 vsize=288708 CPUtime=0.11 cores=5,7
/proc/14929/stat : 14929 (python) S 14895 14895 11144 0 -1 4202560 1149 0 0 0 6 5 0 0 19 0 2 0 868228508 295636992 5590 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14929/statm: 72177 5590 416 364 0 8095 0
[pid=14933] ppid=14929 vsize=1017800 CPUtime=100 cores=5,7
/proc/14933/stat : 14933 (gnovelty+2) T 14929 14933 14933 0 -1 4202496 426 0 0 0 10000 0 0 0 25 0 1 0 868228508 1042227200 162 33554432000 134512640 135663704 4290905456 18446744073709551615 134525093 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14933/statm: 254450 162 113 282 0 254166 0
[pid=14929/tid=15218] ppid=14895 vsize=288708 CPUtime=0 cores=5,7
/proc/14929/task/15218/stat : 15218 (python) S 14895 14895 11144 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 868238518 295636992 5590 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107274673 0 0 16781312 514 18446604458990877376 0 0 -1 7 0 0 0
[pid=15219] ppid=14895 vsize=289224 CPUtime=0 cores=5,7
/proc/15219/stat : 15219 (python) S 14895 14895 11144 0 -1 4202560 742 0 0 0 0 0 0 0 15 0 1 0 868238519 296165376 5664 33554432000 4194304 5683644 140735775983216 18446744073709551615 228095471174 0 0 16781312 514 4613779492861608200 0 0 17 5 0 0 0
/proc/15219/statm: 72306 5664 348 364 0 8221 0
[pid=15221] ppid=15219 vsize=1420 CPUtime=1.09 cores=5,7
/proc/15221/stat : 15221 (march_hi) R 15219 15221 15221 0 -1 4202496 474 0 0 0 109 0 0 0 19 0 1 0 868238520 1454080 209 33554432000 4194304 4955518 140734218823872 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15221/statm: 355 209 106 186 0 168 0
[pid=14895/tid=14932] ppid=14890 vsize=299468 CPUtime=0 cores=5,7
/proc/14895/task/14932/stat : 14932 (python) S 14890 14895 11144 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 3 0 868228508 306655232 7190 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107274673 0 0 16781312 2 18446604458915562624 0 0 -1 5 0 0 0
[pid=14895/tid=15220] ppid=14890 vsize=299468 CPUtime=0 cores=5,7
/proc/14895/task/15220/stat : 15220 (python) S 14890 14895 11144 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 3 0 868238519 306655232 7190 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107274673 0 0 16781312 2 18446604458915562624 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 1896620

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

[startup+105.501 s]
/proc/loadavg: 4.01 4.01 3.91 6/214 15229
/proc/meminfo: memFree=31645892/32951124 swapFree=67053960/67111528
[pid=14895] ppid=14890 vsize=299468 CPUtime=0.66 cores=5,7
/proc/14895/stat : 14895 (python) S 14890 14895 11144 0 -1 4202496 10619 936 1 0 38 28 0 0 19 0 3 0 868228399 306655232 7190 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14895/statm: 74867 7190 1870 364 0 10782 0
[pid=14929] ppid=14895 vsize=288708 CPUtime=0.11 cores=5,7
/proc/14929/stat : 14929 (python) S 14895 14895 11144 0 -1 4202560 1149 0 0 0 6 5 0 0 19 0 2 0 868228508 295636992 5590 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14929/statm: 72177 5590 416 364 0 8095 0
[pid=14933] ppid=14929 vsize=1017800 CPUtime=100 cores=5,7
/proc/14933/stat : 14933 (gnovelty+2) T 14929 14933 14933 0 -1 4202496 426 0 0 0 10000 0 0 0 25 0 1 0 868228508 1042227200 162 33554432000 134512640 135663704 4290905456 18446744073709551615 134525093 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14933/statm: 254450 162 113 282 0 254166 0
[pid=14929/tid=15218] ppid=14895 vsize=288708 CPUtime=0 cores=5,7
/proc/14929/task/15218/stat : 15218 (python) S 14895 14895 11144 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 868238518 295636992 5590 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107274673 0 0 16781312 514 18446604458990877376 0 0 -1 7 0 0 0
[pid=15219] ppid=14895 vsize=289224 CPUtime=0.01 cores=5,7
/proc/15219/stat : 15219 (python) S 14895 14895 11144 0 -1 4202560 898 0 0 0 1 0 0 0 15 0 1 0 868238519 296165376 5687 33554432000 4194304 5683644 140735775983216 18446744073709551615 228095471174 0 0 16781312 514 4613779492861608200 0 0 17 5 0 0 0
/proc/15219/statm: 72306 5687 371 364 0 8221 0
[pid=15221] ppid=15219 vsize=1420 CPUtime=4.29 cores=5,7
/proc/15221/stat : 15221 (march_hi) R 15219 15221 15221 0 -1 4202496 479 0 0 0 429 0 0 0 25 0 1 0 868238520 1454080 214 33554432000 4194304 4955518 140734218823872 18446744073709551615 4297568 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15221/statm: 355 214 106 186 0 168 0
[pid=14895/tid=14932] ppid=14890 vsize=299468 CPUtime=0 cores=5,7
/proc/14895/task/14932/stat : 14932 (python) S 14890 14895 11144 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 3 0 868228508 306655232 7190 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107274673 0 0 16781312 2 18446604458915562624 0 0 -1 5 0 0 0
[pid=14895/tid=15220] ppid=14890 vsize=299468 CPUtime=0 cores=5,7
/proc/14895/task/15220/stat : 15220 (python) S 14890 14895 11144 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 3 0 868238519 306655232 7190 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107274673 0 0 16781312 2 18446604458915562624 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 105.07
Current children cumulated vsize (KiB) 1896620

[startup+107.101 s]
/proc/loadavg: 4.01 4.01 3.91 5/218 15234
/proc/meminfo: memFree=31641024/32951124 swapFree=67053960/67111528
[pid=14895] ppid=14890 vsize=299468 CPUtime=0.66 cores=5,7
/proc/14895/stat : 14895 (python) S 14890 14895 11144 0 -1 4202496 10619 936 1 0 38 28 0 0 19 0 3 0 868228399 306655232 7190 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14895/statm: 74867 7190 1870 364 0 10782 0
[pid=14929] ppid=14895 vsize=288708 CPUtime=0.11 cores=5,7
/proc/14929/stat : 14929 (python) S 14895 14895 11144 0 -1 4202560 1149 0 0 0 6 5 0 0 19 0 2 0 868228508 295636992 5590 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14929/statm: 72177 5590 416 364 0 8095 0
[pid=14933] ppid=14929 vsize=1017800 CPUtime=100 cores=5,7
/proc/14933/stat : 14933 (gnovelty+2) T 14929 14933 14933 0 -1 4202496 426 0 0 0 10000 0 0 0 25 0 1 0 868228508 1042227200 162 33554432000 134512640 135663704 4290905456 18446744073709551615 134525093 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14933/statm: 254450 162 113 282 0 254166 0
[pid=14929/tid=15218] ppid=14895 vsize=288708 CPUtime=0 cores=5,7
/proc/14929/task/15218/stat : 15218 (python) S 14895 14895 11144 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 868238518 295636992 5590 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107274673 0 0 16781312 514 18446604458990877376 0 0 -1 7 0 0 0
[pid=15219] ppid=14895 vsize=289224 CPUtime=0.01 cores=5,7
/proc/15219/stat : 15219 (python) S 14895 14895 11144 0 -1 4202560 899 0 0 0 1 0 0 0 15 0 1 0 868238519 296165376 5687 33554432000 4194304 5683644 140735775983216 18446744073709551615 228095471174 0 0 16781312 514 4613779492861608200 0 0 17 5 0 0 0
/proc/15219/statm: 72306 5687 371 364 0 8221 0
[pid=15221] ppid=15219 vsize=1420 CPUtime=5.88 cores=5,7
/proc/15221/stat : 15221 (march_hi) R 15219 15221 15221 0 -1 4202496 485 0 0 0 588 0 0 0 25 0 1 0 868238520 1454080 220 33554432000 4194304 4955518 140734218823872 18446744073709551615 4237772 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15221/statm: 355 220 106 186 0 168 0
[pid=14895/tid=14932] ppid=14890 vsize=299468 CPUtime=0 cores=5,7
/proc/14895/task/14932/stat : 14932 (python) S 14890 14895 11144 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 3 0 868228508 306655232 7190 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107274673 0 0 16781312 2 18446604458915562624 0 0 -1 5 0 0 0
[pid=14895/tid=15220] ppid=14890 vsize=299468 CPUtime=0 cores=5,7
/proc/14895/task/15220/stat : 15220 (python) S 14890 14895 11144 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 3 0 868238519 306655232 7190 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107274673 0 0 16781312 2 18446604458915562624 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 106.66
Current children cumulated vsize (KiB) 1896620

[startup+107.901 s]
/proc/loadavg: 4.01 4.01 3.91 5/218 15234
/proc/meminfo: memFree=31641024/32951124 swapFree=67053960/67111528
[pid=14895] ppid=14890 vsize=299468 CPUtime=0.66 cores=5,7
/proc/14895/stat : 14895 (python) S 14890 14895 11144 0 -1 4202496 10619 936 1 0 38 28 0 0 19 0 3 0 868228399 306655232 7190 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14895/statm: 74867 7190 1870 364 0 10782 0
[pid=14929] ppid=14895 vsize=288708 CPUtime=0.11 cores=5,7
/proc/14929/stat : 14929 (python) S 14895 14895 11144 0 -1 4202560 1149 0 0 0 6 5 0 0 19 0 2 0 868228508 295636992 5590 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14929/statm: 72177 5590 416 364 0 8095 0
[pid=14933] ppid=14929 vsize=1017800 CPUtime=100 cores=5,7
/proc/14933/stat : 14933 (gnovelty+2) T 14929 14933 14933 0 -1 4202496 426 0 0 0 10000 0 0 0 25 0 1 0 868228508 1042227200 162 33554432000 134512640 135663704 4290905456 18446744073709551615 134525093 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14933/statm: 254450 162 113 282 0 254166 0
[pid=14929/tid=15218] ppid=14895 vsize=288708 CPUtime=0 cores=5,7
/proc/14929/task/15218/stat : 15218 (python) S 14895 14895 11144 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 868238518 295636992 5590 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107274673 0 0 16781312 514 18446604458990877376 0 0 -1 7 0 0 0
[pid=15219] ppid=14895 vsize=289224 CPUtime=0.01 cores=5,7
/proc/15219/stat : 15219 (python) S 14895 14895 11144 0 -1 4202560 903 0 0 0 1 0 0 0 15 0 1 0 868238519 296165376 5687 33554432000 4194304 5683644 140735775983216 18446744073709551615 228095471174 0 0 16781312 514 5616778863284551944 0 0 17 5 0 0 0
/proc/15219/statm: 72306 5687 371 364 0 8221 0
[pid=15221] ppid=15219 vsize=1556 CPUtime=6.68 cores=5,7
/proc/15221/stat : 15221 (march_hi) R 15219 15221 15221 0 -1 4202496 510 0 0 0 668 0 0 0 25 0 1 0 868238520 1593344 245 33554432000 4194304 4955518 140734218823872 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15221/statm: 389 245 106 186 0 202 0
[pid=14895/tid=14932] ppid=14890 vsize=299468 CPUtime=0 cores=5,7
/proc/14895/task/14932/stat : 14932 (python) S 14890 14895 11144 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 3 0 868228508 306655232 7190 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107274673 0 0 16781312 2 18446604458915562624 0 0 -1 5 0 0 0
[pid=14895/tid=15220] ppid=14890 vsize=299468 CPUtime=0 cores=5,7
/proc/14895/task/15220/stat : 15220 (python) S 14890 14895 11144 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 3 0 868238519 306655232 7190 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107274673 0 0 16781312 2 18446604458915562624 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 107.46
Current children cumulated vsize (KiB) 1896756

[startup+108.101 s]
/proc/loadavg: 4.01 4.01 3.91 5/218 15234
/proc/meminfo: memFree=31641024/32951124 swapFree=67053960/67111528
[pid=14895] ppid=14890 vsize=299468 CPUtime=0.66 cores=5,7
/proc/14895/stat : 14895 (python) S 14890 14895 11144 0 -1 4202496 10619 936 1 0 38 28 0 0 19 0 3 0 868228399 306655232 7190 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14895/statm: 74867 7190 1870 364 0 10782 0
[pid=14929] ppid=14895 vsize=288708 CPUtime=0.11 cores=5,7
/proc/14929/stat : 14929 (python) S 14895 14895 11144 0 -1 4202560 1149 0 0 0 6 5 0 0 19 0 2 0 868228508 295636992 5590 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14929/statm: 72177 5590 416 364 0 8095 0
[pid=14933] ppid=14929 vsize=1017800 CPUtime=100 cores=5,7
/proc/14933/stat : 14933 (gnovelty+2) T 14929 14933 14933 0 -1 4202496 426 0 0 0 10000 0 0 0 25 0 1 0 868228508 1042227200 162 33554432000 134512640 135663704 4290905456 18446744073709551615 134525093 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14933/statm: 254450 162 113 282 0 254166 0
[pid=14929/tid=15218] ppid=14895 vsize=288708 CPUtime=0 cores=5,7
/proc/14929/task/15218/stat : 15218 (python) S 14895 14895 11144 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 868238518 295636992 5590 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107274673 0 0 16781312 514 18446604458990877376 0 0 -1 7 0 0 0
[pid=15219] ppid=14895 vsize=289224 CPUtime=0.01 cores=5,7
/proc/15219/stat : 15219 (python) S 14895 14895 11144 0 -1 4202560 907 0 0 0 1 0 0 0 15 0 1 0 868238519 296165376 5687 33554432000 4194304 5683644 140735775983216 18446744073709551615 228095471174 0 0 16781312 514 5616778863284551944 0 0 17 5 0 0 0
/proc/15219/statm: 72306 5687 371 364 0 8221 0
[pid=15221] ppid=15219 vsize=1556 CPUtime=6.87 cores=5,7
/proc/15221/stat : 15221 (march_hi) R 15219 15221 15221 0 -1 4202496 512 0 0 0 687 0 0 0 25 0 1 0 868238520 1593344 247 33554432000 4194304 4955518 140734218823872 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15221/statm: 389 247 106 186 0 202 0
[pid=14895/tid=14932] ppid=14890 vsize=299468 CPUtime=0 cores=5,7
/proc/14895/task/14932/stat : 14932 (python) S 14890 14895 11144 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 3 0 868228508 306655232 7190 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107274673 0 0 16781312 2 18446604458915562624 0 0 -1 5 0 0 0
[pid=14895/tid=15220] ppid=14890 vsize=299468 CPUtime=0 cores=5,7
/proc/14895/task/15220/stat : 15220 (python) S 14890 14895 11144 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 3 0 868238519 306655232 7190 33554432000 4194304 5683644 140735775983216 18446744073709551615 228107274673 0 0 16781312 2 18446604458915562624 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 107.65
Current children cumulated vsize (KiB) 1896756

Child status: 0
Real time (s): 108.157
CPU time (s): 107.769
CPU user time (s): 107.404
CPU system time (s): 0.364944
CPU usage (%): 99.6406
Max. virtual memory (cumulated for all children) (KiB): 1896756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 107.404
system time used= 0.364944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19142
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= 31663
involuntary context switches= 977

runsolver used 0.19397 second user time and 0.395939 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-11 04:08:49
IDJOB=3484570
IDBENCH=83081
IDSOLVER=1975
FILE ID=node142/3484570-1307758129
RUNJOBID= node142-1307758129-14855
PBS_JOBID= 13550818
Free space on /tmp= 74108 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1825761395-059.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3484570-1307758129/watcher-3484570-1307758129 -o /tmp/evaluation-result-3484570-1307758129/solver-3484570-1307758129 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484570-1307758129.cnf -seed 83146164 -budget 1200

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

MD5SUM BENCH= 0e5f93b3b44a8a3d689954a8a212e867
RANDOM SEED=83146164

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31766192 kB
Buffers:        177952 kB
Cached:         810952 kB
SwapCached:      11412 kB
Active:         539396 kB
Inactive:       469200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31766192 kB
SwapTotal:    67111528 kB
SwapFree:     67053960 kB
Dirty:          127116 kB
Writeback:           0 kB
AnonPages:       16652 kB
Mapped:          11748 kB
Slab:           110456 kB
PageTables:       4924 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   192140 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= 73980 MiB
End job on node142 at 2011-06-11 04:10:38