Trace number 3484577

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 106.737 106.72

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1431779634-058.UNKNOWN.cnf
MD5SUMd127ce957526b50c62d4f1f191caa738
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.93794
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.30/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.48	c INFO: solving HOME/instance-3484577-1307758133.cnf
0.30/0.48	c INFO: computing task features
0.30/0.49	c INFO: computed variable-clause graph statistics
0.30/0.49	c INFO: computed clause balance statistics
0.38/0.53	c INFO: computed variable balance statistics
0.38/0.55	c INFO: computed small-clause counts
0.38/0.55	c INFO: computed Horn-clause counts
0.38/0.55	c INFO: computed variable graph statistics
0.38/0.55	c INFO: collected features for HOME/instance-3484577-1307758133.cnf in 0.07 s
0.38/0.56	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.61)
99.57/99.68	c INFO: running march_hi@0 for 388 with 1100 remaining (b = 0.38)
106.57/106.70	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-3484577-1307758133/watcher-3484577-1307758133 -o /tmp/evaluation-result-3484577-1307758133/solver-3484577-1307758133 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484577-1307758133.cnf -seed 262646962 -budget 1200 

running on 2 cores: 1,3

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 3/187 15188
/proc/meminfo: memFree=31718412/32951124 swapFree=67053960/67111528
[pid=15188] ppid=15186 vsize=15384 CPUtime=0 cores=1,3
/proc/15188/stat : 15188 (python) S 15186 15188 11144 0 -1 4202496 796 0 0 0 0 0 0 0 18 0 1 0 868228848 15753216 681 33554432000 4194304 5683644 140737128109856 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/15188/statm: 3846 681 322 364 0 333 0

[startup+0.024364 s]
/proc/loadavg: 4.07 4.02 3.91 3/187 15188
/proc/meminfo: memFree=31718412/32951124 swapFree=67053960/67111528
[pid=15188] ppid=15186 vsize=16544 CPUtime=0.01 cores=1,3
/proc/15188/stat : 15188 (python) R 15186 15188 11144 0 -1 4202496 1182 0 0 0 1 0 0 0 17 0 1 0 868228848 16941056 1043 33554432000 4194304 5683644 140737128109856 18446744073709551615 228095450880 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15188/statm: 4135 1042 415 364 0 622 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16544

[startup+0.100365 s]
/proc/loadavg: 4.07 4.02 3.91 3/187 15188
/proc/meminfo: memFree=31718412/32951124 swapFree=67053960/67111528
[pid=15188] ppid=15186 vsize=102012 CPUtime=0.06 cores=1,3
/proc/15188/stat : 15188 (python) S 15186 15188 11144 0 -1 4202496 3009 0 0 0 4 2 0 0 17 0 1 0 868228848 104460288 2700 33554432000 4194304 5683644 140737128109856 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/15188/statm: 25503 2700 841 364 0 1803 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 102012

[startup+0.300485 s]
/proc/loadavg: 4.07 4.02 3.91 3/187 15188
/proc/meminfo: memFree=31718412/32951124 swapFree=67053960/67111528
[pid=15188] ppid=15186 vsize=157384 CPUtime=0.21 cores=1,3
/proc/15188/stat : 15188 (python) R 15186 15188 11144 0 -1 4202496 6608 933 1 0 15 6 0 0 17 0 1 0 868228848 161161216 4695 33554432000 4194304 5683644 140737128109856 18446744073709551615 228095449088 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/15188/statm: 39346 4695 1257 364 0 3454 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 157384

[startup+0.700237 s]
/proc/loadavg: 4.07 4.02 3.91 3/187 15188
/proc/meminfo: memFree=31718412/32951124 swapFree=67053960/67111528
[pid=15188] ppid=15186 vsize=288672 CPUtime=0.44 cores=1,3
/proc/15188/stat : 15188 (python) S 15186 15188 11144 0 -1 4202496 9759 933 1 0 35 9 0 0 19 0 2 0 868228848 295600128 7038 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15188/statm: 72168 7038 1875 364 0 8086 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 288672

[startup+1.50109 s]
/proc/loadavg: 4.06 4.02 3.91 6/202 15215
/proc/meminfo: memFree=31660292/32951124 swapFree=67053960/67111528
[pid=15188] ppid=15186 vsize=288672 CPUtime=0.44 cores=1,3
/proc/15188/stat : 15188 (python) S 15186 15188 11144 0 -1 4202496 9759 933 1 0 35 9 0 0 19 0 2 0 868228848 295600128 7038 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15188/statm: 72168 7038 1875 364 0 8086 0
[pid=15210] ppid=15188 vsize=278428 CPUtime=0 cores=1,3
/proc/15210/stat : 15210 (python) S 15188 15188 11144 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 868228905 285110272 5513 33554432000 4194304 5683644 140737128109856 18446744073709551615 228095471119 0 0 16781312 514 18390541441639120895 0 0 17 3 0 0 0
/proc/15210/statm: 69607 5513 354 364 0 5525 0
[pid=15212] ppid=15210 vsize=1017800 CPUtime=0.93 cores=1,3
/proc/15212/stat : 15212 (gnovelty+2) R 15210 15212 15212 0 -1 4202496 424 0 0 0 93 0 0 0 21 0 1 0 868228905 1042227200 161 33554432000 134512640 135663704 4289367696 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15212/statm: 254450 161 113 282 0 254166 0
[pid=15188/tid=15211] ppid=15186 vsize=288672 CPUtime=0 cores=1,3
/proc/15188/task/15211/stat : 15211 (python) S 15186 15188 11144 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 2 0 868228905 295600128 7038 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107274673 0 0 16781312 2 18446604459591736192 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 1584900

[startup+3.1008 s]
/proc/loadavg: 4.06 4.02 3.91 5/202 15215
/proc/meminfo: memFree=31659556/32951124 swapFree=67053960/67111528
[pid=15188] ppid=15186 vsize=288672 CPUtime=0.44 cores=1,3
/proc/15188/stat : 15188 (python) S 15186 15188 11144 0 -1 4202496 9759 933 1 0 35 9 0 0 19 0 2 0 868228848 295600128 7038 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15188/statm: 72168 7038 1875 364 0 8086 0
[pid=15210] ppid=15188 vsize=278428 CPUtime=0 cores=1,3
/proc/15210/stat : 15210 (python) S 15188 15188 11144 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 868228905 285110272 5513 33554432000 4194304 5683644 140737128109856 18446744073709551615 228095471119 0 0 16781312 514 18390541441639088389 0 0 17 3 0 0 0
/proc/15210/statm: 69607 5513 354 364 0 5525 0
[pid=15212] ppid=15210 vsize=1017800 CPUtime=2.53 cores=1,3
/proc/15212/stat : 15212 (gnovelty+2) R 15210 15212 15212 0 -1 4202496 424 0 0 0 253 0 0 0 25 0 1 0 868228905 1042227200 161 33554432000 134512640 135663704 4289367696 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15212/statm: 254450 161 113 282 0 254166 0
[pid=15188/tid=15211] ppid=15186 vsize=288672 CPUtime=0 cores=1,3
/proc/15188/task/15211/stat : 15211 (python) S 15186 15188 11144 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 2 0 868228905 295600128 7038 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107274673 0 0 16781312 2 18446604459591736192 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 1584900

[startup+6.30621 s]
/proc/loadavg: 4.06 4.01 3.91 6/202 15215
/proc/meminfo: memFree=31658132/32951124 swapFree=67053960/67111528
[pid=15188] ppid=15186 vsize=288672 CPUtime=0.44 cores=1,3
/proc/15188/stat : 15188 (python) S 15186 15188 11144 0 -1 4202496 9759 933 1 0 35 9 0 0 19 0 2 0 868228848 295600128 7038 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15188/statm: 72168 7038 1875 364 0 8086 0
[pid=15210] ppid=15188 vsize=278428 CPUtime=0 cores=1,3
/proc/15210/stat : 15210 (python) S 15188 15188 11144 0 -1 4202560 868 0 0 0 0 0 0 0 18 0 1 0 868228905 285110272 5535 33554432000 4194304 5683644 140737128109856 18446744073709551615 228095471119 0 0 16781312 514 18390541441639088389 0 0 17 3 0 0 0
/proc/15210/statm: 69607 5535 376 364 0 5525 0
[pid=15212] ppid=15210 vsize=1017800 CPUtime=5.73 cores=1,3
/proc/15212/stat : 15212 (gnovelty+2) R 15210 15212 15212 0 -1 4202496 424 0 0 0 572 1 0 0 25 0 1 0 868228905 1042227200 161 33554432000 134512640 135663704 4289367696 18446744073709551615 134525323 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15212/statm: 254450 161 113 282 0 254166 0
[pid=15188/tid=15211] ppid=15186 vsize=288672 CPUtime=0 cores=1,3
/proc/15188/task/15211/stat : 15211 (python) S 15186 15188 11144 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 2 0 868228905 295600128 7038 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107274673 0 0 16781312 2 18446604459591736192 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 1584900

[startup+12.701 s]
/proc/loadavg: 4.05 4.01 3.91 6/202 15215
/proc/meminfo: memFree=31658172/32951124 swapFree=67053960/67111528
[pid=15188] ppid=15186 vsize=288672 CPUtime=0.44 cores=1,3
/proc/15188/stat : 15188 (python) S 15186 15188 11144 0 -1 4202496 9759 933 1 0 35 9 0 0 19 0 2 0 868228848 295600128 7038 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15188/statm: 72168 7038 1875 364 0 8086 0
[pid=15210] ppid=15188 vsize=278428 CPUtime=0.01 cores=1,3
/proc/15210/stat : 15210 (python) S 15188 15188 11144 0 -1 4202560 871 0 0 0 1 0 0 0 18 0 1 0 868228905 285110272 5535 33554432000 4194304 5683644 140737128109856 18446744073709551615 228095471119 0 0 16781312 514 10765432696764072197 0 0 17 3 0 0 0
/proc/15210/statm: 69607 5535 376 364 0 5525 0
[pid=15212] ppid=15210 vsize=1017800 CPUtime=12.13 cores=1,3
/proc/15212/stat : 15212 (gnovelty+2) R 15210 15212 15212 0 -1 4202496 424 0 0 0 1212 1 0 0 25 0 1 0 868228905 1042227200 161 33554432000 134512640 135663704 4289367696 18446744073709551615 134545776 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15212/statm: 254450 161 113 282 0 254166 0
[pid=15188/tid=15211] ppid=15186 vsize=288672 CPUtime=0 cores=1,3
/proc/15188/task/15211/stat : 15211 (python) S 15186 15188 11144 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 2 0 868228905 295600128 7038 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107274673 0 0 16781312 2 18446604459591736192 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 1584900

[startup+25.5007 s]
/proc/loadavg: 4.04 4.01 3.91 6/202 15215
/proc/meminfo: memFree=31659412/32951124 swapFree=67053960/67111528
[pid=15188] ppid=15186 vsize=288672 CPUtime=0.44 cores=1,3
/proc/15188/stat : 15188 (python) S 15186 15188 11144 0 -1 4202496 9759 933 1 0 35 9 0 0 19 0 2 0 868228848 295600128 7038 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15188/statm: 72168 7038 1875 364 0 8086 0
[pid=15210] ppid=15188 vsize=278428 CPUtime=0.01 cores=1,3
/proc/15210/stat : 15210 (python) S 15188 15188 11144 0 -1 4202560 876 0 0 0 1 0 0 0 18 0 1 0 868228905 285110272 5536 33554432000 4194304 5683644 140737128109856 18446744073709551615 228095471119 0 0 16781312 514 10765432696764072197 0 0 17 3 0 0 0
/proc/15210/statm: 69607 5536 377 364 0 5525 0
[pid=15212] ppid=15210 vsize=1017800 CPUtime=24.93 cores=1,3
/proc/15212/stat : 15212 (gnovelty+2) R 15210 15212 15212 0 -1 4202496 424 0 0 0 2492 1 0 0 25 0 1 0 868228905 1042227200 161 33554432000 134512640 135663704 4289367696 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15212/statm: 254450 161 113 282 0 254166 0
[pid=15188/tid=15211] ppid=15186 vsize=288672 CPUtime=0 cores=1,3
/proc/15188/task/15211/stat : 15211 (python) S 15186 15188 11144 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 2 0 868228905 295600128 7038 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107274673 0 0 16781312 2 18446604459591736192 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 1584900

[startup+51.101 s]
/proc/loadavg: 4.03 4.01 3.91 6/202 15216
/proc/meminfo: memFree=31659996/32951124 swapFree=67053960/67111528
[pid=15188] ppid=15186 vsize=288672 CPUtime=0.44 cores=1,3
/proc/15188/stat : 15188 (python) S 15186 15188 11144 0 -1 4202496 9759 933 1 0 35 9 0 0 19 0 2 0 868228848 295600128 7038 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15188/statm: 72168 7038 1875 364 0 8086 0
[pid=15210] ppid=15188 vsize=278428 CPUtime=0.04 cores=1,3
/proc/15210/stat : 15210 (python) S 15188 15188 11144 0 -1 4202560 889 0 0 0 3 1 0 0 18 0 1 0 868228905 285110272 5536 33554432000 4194304 5683644 140737128109856 18446744073709551615 228095471119 0 0 16781312 514 10765432696764072197 0 0 17 3 0 0 0
/proc/15210/statm: 69607 5536 377 364 0 5525 0
[pid=15212] ppid=15210 vsize=1017800 CPUtime=50.53 cores=1,3
/proc/15212/stat : 15212 (gnovelty+2) R 15210 15212 15212 0 -1 4202496 424 0 0 0 5052 1 0 0 25 0 1 0 868228905 1042227200 161 33554432000 134512640 135663704 4289367696 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15212/statm: 254450 161 113 282 0 254166 0
[pid=15188/tid=15211] ppid=15186 vsize=288672 CPUtime=0 cores=1,3
/proc/15188/task/15211/stat : 15211 (python) S 15186 15188 11144 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 2 0 868228905 295600128 7038 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107274673 0 0 16781312 2 18446604459591736192 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 1584900

[startup+102.301 s]
/proc/loadavg: 4.01 4.01 3.91 6/218 15234
/proc/meminfo: memFree=31641024/32951124 swapFree=67053960/67111528
[pid=15188] ppid=15186 vsize=299472 CPUtime=0.45 cores=1,3
/proc/15188/stat : 15188 (python) S 15186 15188 11144 0 -1 4202496 10598 933 1 0 35 10 0 0 20 0 3 0 868228848 306659328 7198 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15188/statm: 74868 7198 1878 364 0 10783 0
[pid=15210] ppid=15188 vsize=288672 CPUtime=0.12 cores=1,3
/proc/15210/stat : 15210 (python) S 15188 15188 11144 0 -1 4202560 1142 0 0 0 7 5 0 0 19 0 2 0 868228905 295600128 5580 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15210/statm: 72168 5580 416 364 0 8086 0
[pid=15212] ppid=15210 vsize=1017800 CPUtime=99.1 cores=1,3
/proc/15212/stat : 15212 (gnovelty+2) T 15210 15212 15212 0 -1 4202496 424 0 0 0 9909 1 0 0 25 0 1 0 868228905 1042227200 161 33554432000 134512640 135663704 4289367696 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15212/statm: 254450 161 113 282 0 254166 0
[pid=15210/tid=15222] ppid=15188 vsize=288672 CPUtime=0 cores=1,3
/proc/15210/task/15222/stat : 15222 (python) S 15188 15188 11144 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 868238816 295600128 5580 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107274673 0 0 16781312 514 18446604457194574848 0 0 -1 1 0 0 0
[pid=15223] ppid=15188 vsize=289228 CPUtime=0 cores=1,3
/proc/15223/stat : 15223 (python) S 15188 15188 11144 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 868238817 296169472 5664 33554432000 4194304 5683644 140737128109856 18446744073709551615 228095471174 0 0 16781312 514 4431370513813569800 0 0 17 1 0 0 0
/proc/15223/statm: 72307 5664 348 364 0 8222 0
[pid=15225] ppid=15223 vsize=1416 CPUtime=2.6 cores=1,3
/proc/15225/stat : 15225 (march_hi) R 15223 15225 15225 0 -1 4202496 472 0 0 0 260 0 0 0 25 0 1 0 868238817 1449984 210 33554432000 4194304 4955518 140735771131088 18446744073709551615 4235634 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15225/statm: 354 210 106 186 0 167 0
[pid=15188/tid=15211] ppid=15186 vsize=299472 CPUtime=0 cores=1,3
/proc/15188/task/15211/stat : 15211 (python) S 15186 15188 11144 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 3 0 868228905 306659328 7198 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107274673 0 0 16781312 2 18446604459591736192 0 0 -1 3 0 0 0
[pid=15188/tid=15224] ppid=15186 vsize=299472 CPUtime=0 cores=1,3
/proc/15188/task/15224/stat : 15224 (python) S 15186 15188 11144 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 868238817 306659328 7198 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107274673 0 0 16781312 2 18446604459591736192 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1896588

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

[startup+103.107 s]
/proc/loadavg: 4.01 4.01 3.91 6/218 15234
/proc/meminfo: memFree=31641024/32951124 swapFree=67053960/67111528
[pid=15188] ppid=15186 vsize=299472 CPUtime=0.45 cores=1,3
/proc/15188/stat : 15188 (python) S 15186 15188 11144 0 -1 4202496 10598 933 1 0 35 10 0 0 20 0 3 0 868228848 306659328 7198 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15188/statm: 74868 7198 1878 364 0 10783 0
[pid=15210] ppid=15188 vsize=288672 CPUtime=0.12 cores=1,3
/proc/15210/stat : 15210 (python) S 15188 15188 11144 0 -1 4202560 1142 0 0 0 7 5 0 0 19 0 2 0 868228905 295600128 5580 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15210/statm: 72168 5580 416 364 0 8086 0
[pid=15212] ppid=15210 vsize=1017800 CPUtime=99.1 cores=1,3
/proc/15212/stat : 15212 (gnovelty+2) T 15210 15212 15212 0 -1 4202496 424 0 0 0 9909 1 0 0 25 0 1 0 868228905 1042227200 161 33554432000 134512640 135663704 4289367696 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15212/statm: 254450 161 113 282 0 254166 0
[pid=15210/tid=15222] ppid=15188 vsize=288672 CPUtime=0 cores=1,3
/proc/15210/task/15222/stat : 15222 (python) S 15188 15188 11144 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 868238816 295600128 5580 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107274673 0 0 16781312 514 18446604457194574848 0 0 -1 1 0 0 0
[pid=15223] ppid=15188 vsize=289228 CPUtime=0 cores=1,3
/proc/15223/stat : 15223 (python) S 15188 15188 11144 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 868238817 296169472 5664 33554432000 4194304 5683644 140737128109856 18446744073709551615 228095471174 0 0 16781312 514 4431370513813569800 0 0 17 1 0 0 0
/proc/15223/statm: 72307 5664 348 364 0 8222 0
[pid=15225] ppid=15223 vsize=1416 CPUtime=3.41 cores=1,3
/proc/15225/stat : 15225 (march_hi) R 15223 15225 15225 0 -1 4202496 473 0 0 0 341 0 0 0 25 0 1 0 868238817 1449984 211 33554432000 4194304 4955518 140735771131088 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15225/statm: 354 211 106 186 0 167 0
[pid=15188/tid=15211] ppid=15186 vsize=299472 CPUtime=0 cores=1,3
/proc/15188/task/15211/stat : 15211 (python) S 15186 15188 11144 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 3 0 868228905 306659328 7198 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107274673 0 0 16781312 2 18446604459591736192 0 0 -1 3 0 0 0
[pid=15188/tid=15224] ppid=15186 vsize=299472 CPUtime=0 cores=1,3
/proc/15188/task/15224/stat : 15224 (python) S 15186 15188 11144 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 868238817 306659328 7198 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107274673 0 0 16781312 2 18446604459591736192 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 103.08
Current children cumulated vsize (KiB) 1896588

[startup+104.701 s]
/proc/loadavg: 4.01 4.01 3.91 6/211 15273
/proc/meminfo: memFree=31666336/32951124 swapFree=67053960/67111528
[pid=15188] ppid=15186 vsize=299472 CPUtime=0.45 cores=1,3
/proc/15188/stat : 15188 (python) S 15186 15188 11144 0 -1 4202496 10598 933 1 0 35 10 0 0 20 0 3 0 868228848 306659328 7198 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15188/statm: 74868 7198 1878 364 0 10783 0
[pid=15210] ppid=15188 vsize=288672 CPUtime=0.12 cores=1,3
/proc/15210/stat : 15210 (python) S 15188 15188 11144 0 -1 4202560 1142 0 0 0 7 5 0 0 19 0 2 0 868228905 295600128 5580 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15210/statm: 72168 5580 416 364 0 8086 0
[pid=15212] ppid=15210 vsize=1017800 CPUtime=99.1 cores=1,3
/proc/15212/stat : 15212 (gnovelty+2) T 15210 15212 15212 0 -1 4202496 424 0 0 0 9909 1 0 0 25 0 1 0 868228905 1042227200 161 33554432000 134512640 135663704 4289367696 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15212/statm: 254450 161 113 282 0 254166 0
[pid=15210/tid=15222] ppid=15188 vsize=288672 CPUtime=0 cores=1,3
/proc/15210/task/15222/stat : 15222 (python) S 15188 15188 11144 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 868238816 295600128 5580 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107274673 0 0 16781312 514 18446604457194574848 0 0 -1 1 0 0 0
[pid=15223] ppid=15188 vsize=289228 CPUtime=0 cores=1,3
/proc/15223/stat : 15223 (python) S 15188 15188 11144 0 -1 4202560 899 0 0 0 0 0 0 0 15 0 1 0 868238817 296169472 5696 33554432000 4194304 5683644 140737128109856 18446744073709551615 228095471174 0 0 16781312 514 4431370513813569800 0 0 17 1 0 0 0
/proc/15223/statm: 72307 5696 380 364 0 8222 0
[pid=15225] ppid=15223 vsize=1416 CPUtime=4.99 cores=1,3
/proc/15225/stat : 15225 (march_hi) R 15223 15225 15225 0 -1 4202496 478 0 0 0 499 0 0 0 25 0 1 0 868238817 1449984 216 33554432000 4194304 4955518 140735771131088 18446744073709551615 4315007 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15225/statm: 354 216 106 186 0 167 0
[pid=15188/tid=15211] ppid=15186 vsize=299472 CPUtime=0 cores=1,3
/proc/15188/task/15211/stat : 15211 (python) S 15186 15188 11144 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 3 0 868228905 306659328 7198 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107274673 0 0 16781312 2 18446604459591736192 0 0 -1 3 0 0 0
[pid=15188/tid=15224] ppid=15186 vsize=299472 CPUtime=0 cores=1,3
/proc/15188/task/15224/stat : 15224 (python) S 15186 15188 11144 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 868238817 306659328 7198 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107274673 0 0 16781312 2 18446604459591736192 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 104.66
Current children cumulated vsize (KiB) 1896588

[startup+105.501 s]
/proc/loadavg: 4.01 4.01 3.91 6/214 15280
/proc/meminfo: memFree=31644488/32951124 swapFree=67053960/67111528
[pid=15188] ppid=15186 vsize=299472 CPUtime=0.45 cores=1,3
/proc/15188/stat : 15188 (python) S 15186 15188 11144 0 -1 4202496 10598 933 1 0 35 10 0 0 20 0 3 0 868228848 306659328 7198 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15188/statm: 74868 7198 1878 364 0 10783 0
[pid=15210] ppid=15188 vsize=288672 CPUtime=0.12 cores=1,3
/proc/15210/stat : 15210 (python) S 15188 15188 11144 0 -1 4202560 1142 0 0 0 7 5 0 0 19 0 2 0 868228905 295600128 5580 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15210/statm: 72168 5580 416 364 0 8086 0
[pid=15212] ppid=15210 vsize=1017800 CPUtime=99.1 cores=1,3
/proc/15212/stat : 15212 (gnovelty+2) T 15210 15212 15212 0 -1 4202496 424 0 0 0 9909 1 0 0 25 0 1 0 868228905 1042227200 161 33554432000 134512640 135663704 4289367696 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15212/statm: 254450 161 113 282 0 254166 0
[pid=15210/tid=15222] ppid=15188 vsize=288672 CPUtime=0 cores=1,3
/proc/15210/task/15222/stat : 15222 (python) S 15188 15188 11144 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 868238816 295600128 5580 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107274673 0 0 16781312 514 18446604457194574848 0 0 -1 1 0 0 0
[pid=15223] ppid=15188 vsize=289228 CPUtime=0 cores=1,3
/proc/15223/stat : 15223 (python) S 15188 15188 11144 0 -1 4202560 900 0 0 0 0 0 0 0 15 0 1 0 868238817 296169472 5696 33554432000 4194304 5683644 140737128109856 18446744073709551615 228095471174 0 0 16781312 514 4431370513813569800 0 0 17 1 0 0 0
/proc/15223/statm: 72307 5696 380 364 0 8222 0
[pid=15225] ppid=15223 vsize=1416 CPUtime=5.79 cores=1,3
/proc/15225/stat : 15225 (march_hi) R 15223 15225 15225 0 -1 4202496 481 0 0 0 579 0 0 0 25 0 1 0 868238817 1449984 219 33554432000 4194304 4955518 140735771131088 18446744073709551615 4208710 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15225/statm: 354 219 106 186 0 167 0
[pid=15188/tid=15211] ppid=15186 vsize=299472 CPUtime=0 cores=1,3
/proc/15188/task/15211/stat : 15211 (python) S 15186 15188 11144 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 3 0 868228905 306659328 7198 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107274673 0 0 16781312 2 18446604459591736192 0 0 -1 3 0 0 0
[pid=15188/tid=15224] ppid=15186 vsize=299472 CPUtime=0 cores=1,3
/proc/15188/task/15224/stat : 15224 (python) S 15186 15188 11144 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 868238817 306659328 7198 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107274673 0 0 16781312 2 18446604459591736192 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 105.46
Current children cumulated vsize (KiB) 1896588

[startup+106.301 s]
/proc/loadavg: 4.01 4.00 3.91 6/214 15280
/proc/meminfo: memFree=31644488/32951124 swapFree=67053960/67111528
[pid=15188] ppid=15186 vsize=299472 CPUtime=0.45 cores=1,3
/proc/15188/stat : 15188 (python) S 15186 15188 11144 0 -1 4202496 10598 933 1 0 35 10 0 0 20 0 3 0 868228848 306659328 7198 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15188/statm: 74868 7198 1878 364 0 10783 0
[pid=15210] ppid=15188 vsize=288672 CPUtime=0.12 cores=1,3
/proc/15210/stat : 15210 (python) S 15188 15188 11144 0 -1 4202560 1142 0 0 0 7 5 0 0 19 0 2 0 868228905 295600128 5580 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15210/statm: 72168 5580 416 364 0 8086 0
[pid=15212] ppid=15210 vsize=1017800 CPUtime=99.1 cores=1,3
/proc/15212/stat : 15212 (gnovelty+2) T 15210 15212 15212 0 -1 4202496 424 0 0 0 9909 1 0 0 25 0 1 0 868228905 1042227200 161 33554432000 134512640 135663704 4289367696 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15212/statm: 254450 161 113 282 0 254166 0
[pid=15210/tid=15222] ppid=15188 vsize=288672 CPUtime=0 cores=1,3
/proc/15210/task/15222/stat : 15222 (python) S 15188 15188 11144 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 868238816 295600128 5580 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107274673 0 0 16781312 514 18446604457194574848 0 0 -1 1 0 0 0
[pid=15223] ppid=15188 vsize=289228 CPUtime=0.01 cores=1,3
/proc/15223/stat : 15223 (python) S 15188 15188 11144 0 -1 4202560 904 0 0 0 1 0 0 0 15 0 1 0 868238817 296169472 5696 33554432000 4194304 5683644 140737128109856 18446744073709551615 228095471174 0 0 16781312 514 4421321802169417992 0 0 17 1 0 0 0
/proc/15223/statm: 72307 5696 380 364 0 8222 0
[pid=15225] ppid=15223 vsize=1416 CPUtime=6.59 cores=1,3
/proc/15225/stat : 15225 (march_hi) R 15223 15225 15225 0 -1 4202496 484 0 0 0 659 0 0 0 25 0 1 0 868238817 1449984 222 33554432000 4194304 4955518 140735771131088 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15225/statm: 354 222 106 186 0 167 0
[pid=15188/tid=15211] ppid=15186 vsize=299472 CPUtime=0 cores=1,3
/proc/15188/task/15211/stat : 15211 (python) S 15186 15188 11144 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 3 0 868228905 306659328 7198 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107274673 0 0 16781312 2 18446604459591736192 0 0 -1 3 0 0 0
[pid=15188/tid=15224] ppid=15186 vsize=299472 CPUtime=0 cores=1,3
/proc/15188/task/15224/stat : 15224 (python) S 15186 15188 11144 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 868238817 306659328 7198 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107274673 0 0 16781312 2 18446604459591736192 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 106.27
Current children cumulated vsize (KiB) 1896588

[startup+106.701 s]
/proc/loadavg: 4.01 4.00 3.91 6/214 15280
/proc/meminfo: memFree=31644488/32951124 swapFree=67053960/67111528
[pid=15188] ppid=15186 vsize=299444 CPUtime=106.7 cores=1,3
/proc/15188/stat : 15188 (python) R 15186 15188 11144 0 -1 4202496 11093 4167 1 0 35 10 10617 8 18 0 3 0 868228848 306630656 7194 33554432000 4194304 5683644 140737128109856 18446744073709551615 4633744 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/15188/statm: 74861 7194 1874 364 0 10783 0
[pid=15188/tid=15211] ppid=15186 vsize=299444 CPUtime=106.25 cores=1,3
/proc/15188/task/15211/stat : 15211 (python) R 15186 15188 11144 0 -1 4202560 29 4167 0 0 0 0 10617 8 18 0 3 0 868228905 306630656 7194 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107274673 0 0 16781312 0 0 0 0 -1 3 0 0 0
[pid=15188/tid=15224] ppid=15186 vsize=299444 CPUtime=106.25 cores=1,3
/proc/15188/task/15224/stat : 15224 (python) S 15186 15188 11144 0 -1 4202560 29 4167 0 0 0 0 10617 8 18 0 3 0 868238817 306630656 7194 33554432000 4194304 5683644 140737128109856 18446744073709551615 228107274673 0 0 16781312 0 18446604459591736192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 106.7
Current children cumulated vsize (KiB) 299444

Child status: 0
Real time (s): 106.72
CPU time (s): 106.737
CPU user time (s): 106.551
CPU system time (s): 0.185971
CPU usage (%): 100.016
Max. virtual memory (cumulated for all children) (KiB): 1896724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 106.551
system time used= 0.185971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19109
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= 4185
involuntary context switches= 663

runsolver used 0.175973 second user time and 0.405938 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-11 04:08:54
IDJOB=3484577
IDBENCH=83088
IDSOLVER=1975
FILE ID=node142/3484577-1307758133
RUNJOBID= node142-1307758129-14854
PBS_JOBID= 13550818
Free space on /tmp= 74044 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-S1431779634-058.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-3484577-1307758133/watcher-3484577-1307758133 -o /tmp/evaluation-result-3484577-1307758133/solver-3484577-1307758133 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484577-1307758133.cnf -seed 262646962 -budget 1200

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

MD5SUM BENCH= d127ce957526b50c62d4f1f191caa738
RANDOM SEED=262646962

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:      31723800 kB
Buffers:        179804 kB
Cached:         808320 kB
SwapCached:      11412 kB
Active:         556708 kB
Inactive:       490576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31723800 kB
SwapTotal:    67111528 kB
SwapFree:     67053960 kB
Dirty:          124788 kB
Writeback:           0 kB
AnonPages:       56864 kB
Mapped:          18744 kB
Slab:           112472 kB
PageTables:       6808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1323608 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:41