Trace number 3377688

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)UNSAT 105.078 106.527

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S804294807-063.UNKNOWN.cnf
MD5SUMb542abc79e1a870fc4bd1b25791c8222
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.33534
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.43/1.91	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.43/1.91	c INFO: solving HOME/instance-3377688-1307741600.cnf
0.43/1.91	c INFO: computing task features
0.43/1.92	c INFO: computed variable-clause graph statistics
0.43/1.92	c INFO: computed clause balance statistics
0.43/1.94	c INFO: computed variable balance statistics
0.43/1.96	c INFO: computed small-clause counts
0.43/1.96	c INFO: computed Horn-clause counts
0.43/1.97	c INFO: computed variable graph statistics
0.43/1.97	c INFO: collected features for HOME/instance-3377688-1307741600.cnf in 0.06 s
0.43/1.99	c INFO: running TNM@0 for 97 with 2399 remaining (b = 0.56)
100.60/102.10	c INFO: running march_hi@0 for 388 with 2299 remaining (b = 0.41)
105.00/106.50	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-3377688-1307741600/watcher-3377688-1307741600 -o /tmp/evaluation-result-3377688-1307741600/solver-3377688-1307741600 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377688-1307741600.cnf -seed 1907577660 -budget 2400 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 7879
/proc/meminfo: memFree=31644124/32951124 swapFree=67050520/67111528
[pid=7877] ppid=7873 vsize=11804 CPUtime=0 cores=1,3
/proc/7877/stat : 7877 (runsolver) S 7873 7877 7831 0 -1 4202560 47 0 0 0 0 0 0 0 23 0 1 0 885762603 12087296 55 33554432000 4194304 5436572 140733586393936 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699207358 0 0 17 1 0 0 0
/proc/7877/statm: 2951 55 36 304 0 2643 0

[startup+0.0349831 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 7879
/proc/meminfo: memFree=31644124/32951124 swapFree=67050520/67111528
[pid=7877] ppid=7873 vsize=15184 CPUtime=0 cores=1,3
/proc/7877/stat : 7877 (python) S 7873 7877 7831 0 -1 4202496 729 0 0 0 0 0 0 0 17 0 1 0 885762603 15548416 617 33554432000 4194304 5683644 140733840678560 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/7877/statm: 3796 617 322 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.100918 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 7879
/proc/meminfo: memFree=31644124/32951124 swapFree=67050520/67111528
[pid=7877] ppid=7873 vsize=16396 CPUtime=0.01 cores=1,3
/proc/7877/stat : 7877 (python) S 7873 7877 7831 0 -1 4202496 1081 0 0 0 1 0 0 0 17 0 1 0 885762603 16789504 950 33554432000 4194304 5683644 140733840678560 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/7877/statm: 4099 950 385 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.300902 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 7879
/proc/meminfo: memFree=31644124/32951124 swapFree=67050520/67111528
[pid=7877] ppid=7873 vsize=93960 CPUtime=0.07 cores=1,3
/proc/7877/stat : 7877 (python) D 7873 7877 7831 0 -1 4202496 2694 0 0 0 5 2 0 0 16 0 1 0 885762603 96215040 2407 33554432000 4194304 5683644 140733840678560 18446744073709551615 212436015104 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/7877/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 93960

[startup+0.700861 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 7879
/proc/meminfo: memFree=31644124/32951124 swapFree=67050520/67111528
[pid=7877] ppid=7873 vsize=135752 CPUtime=0.21 cores=1,3
/proc/7877/stat : 7877 (python) S 7873 7877 7831 0 -1 4202496 5976 934 1 0 14 7 0 0 17 0 1 0 885762603 139010048 4150 33554432000 4194304 5683644 140733840678560 18446744073709551615 212436013061 0 2147483391 16781312 2 18446744071699953811 0 0 17 3 0 0 0
/proc/7877/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 135752

[startup+1.50076 s]
/proc/loadavg: 0.00 0.00 0.00 1/178 7889
/proc/meminfo: memFree=31617324/32951124 swapFree=67050520/67111528
[pid=7877] ppid=7873 vsize=214912 CPUtime=0.32 cores=1,3
/proc/7877/stat : 7877 (python) S 7873 7877 7831 0 -1 4202496 7387 934 1 0 20 12 0 0 15 0 1 0 885762603 220069888 5393 33554432000 4194304 5683644 140733840678560 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/7877/statm: 53728 5393 1515 364 0 4044 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 214912

[startup+3.1004 s]
/proc/loadavg: 0.00 0.00 0.00 2/179 7896
/proc/meminfo: memFree=31617564/32951124 swapFree=67050520/67111528
[pid=7877] ppid=7873 vsize=288680 CPUtime=0.5 cores=1,3
/proc/7877/stat : 7877 (python) S 7873 7877 7831 0 -1 4202496 9775 934 1 0 35 15 0 0 16 0 2 0 885762603 295608320 7050 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7877/statm: 72170 7050 1867 364 0 8088 0
[pid=7890] ppid=7877 vsize=278436 CPUtime=0 cores=1,3
/proc/7890/stat : 7890 (python) S 7877 7877 7831 0 -1 4202560 737 0 0 0 0 0 0 0 15 0 1 0 885762803 285118464 5533 33554432000 4194304 5683644 140733840678560 18446744073709551615 212436037135 0 0 16781312 514 5786413866564976639 0 0 17 1 0 0 0
/proc/7890/statm: 69609 5533 354 364 0 5527 0
[pid=7892] ppid=7890 vsize=454900 CPUtime=1.09 cores=1,3
/proc/7892/stat : 7892 (TNM) R 7890 7892 7892 0 -1 4202496 415 0 0 0 109 0 0 0 20 0 1 0 885762803 465817600 151 33554432000 134512640 135008748 4291212928 18446744073709551615 134529284 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7892/statm: 113725 151 46 122 0 112625 0
[pid=7877/tid=7891] ppid=7873 vsize=288680 CPUtime=0 cores=1,3
/proc/7877/task/7891/stat : 7891 (python) S 7873 7877 7831 0 -1 4202560 32 934 0 0 0 0 0 0 17 0 2 0 885762803 295608320 7050 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447840689 0 0 16781312 2 18446604469003641792 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 1022016
heavy processes:

[startup+6.30074 s]
/proc/loadavg: 0.00 0.00 0.00 2/175 7920
/proc/meminfo: memFree=31651828/32951124 swapFree=67050520/67111528
[pid=7877] ppid=7873 vsize=288680 CPUtime=0.5 cores=1,3
/proc/7877/stat : 7877 (python) S 7873 7877 7831 0 -1 4202496 9775 934 1 0 35 15 0 0 16 0 2 0 885762603 295608320 7050 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7877/statm: 72170 7050 1867 364 0 8088 0
[pid=7890] ppid=7877 vsize=278436 CPUtime=0 cores=1,3
/proc/7890/stat : 7890 (python) S 7877 7877 7831 0 -1 4202560 876 0 0 0 0 0 0 0 15 0 1 0 885762803 285118464 5555 33554432000 4194304 5683644 140733840678560 18446744073709551615 212436037135 0 0 16781312 514 5786413866564944136 0 0 17 1 0 0 0
/proc/7890/statm: 69609 5555 376 364 0 5527 0
[pid=7892] ppid=7890 vsize=454900 CPUtime=4.28 cores=1,3
/proc/7892/stat : 7892 (TNM) R 7890 7892 7892 0 -1 4202496 415 0 0 0 428 0 0 0 25 0 1 0 885762803 465817600 151 33554432000 134512640 135008748 4291212928 18446744073709551615 134527640 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7892/statm: 113725 151 46 122 0 112625 0
[pid=7877/tid=7891] ppid=7873 vsize=288680 CPUtime=0 cores=1,3
/proc/7877/task/7891/stat : 7891 (python) S 7873 7877 7831 0 -1 4202560 32 934 0 0 0 0 0 0 17 0 2 0 885762803 295608320 7050 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447840689 0 0 16781312 2 18446604469003641792 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 1022016
heavy processes:

[startup+12.7005 s]
/proc/loadavg: 0.15 0.03 0.01 2/175 7920
/proc/meminfo: memFree=31651864/32951124 swapFree=67050520/67111528
[pid=7877] ppid=7873 vsize=288680 CPUtime=0.5 cores=1,3
/proc/7877/stat : 7877 (python) S 7873 7877 7831 0 -1 4202496 9775 934 1 0 35 15 0 0 16 0 2 0 885762603 295608320 7050 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7877/statm: 72170 7050 1867 364 0 8088 0
[pid=7890] ppid=7877 vsize=278436 CPUtime=0.01 cores=1,3
/proc/7890/stat : 7890 (python) S 7877 7877 7831 0 -1 4202560 977 0 0 0 0 1 0 0 15 0 1 0 885762803 285118464 5561 33554432000 4194304 5683644 140733840678560 18446744073709551615 212436037135 0 0 16781312 514 15260728812321603848 0 0 17 1 0 0 0
/proc/7890/statm: 69609 5561 382 364 0 5527 0
[pid=7892] ppid=7890 vsize=454900 CPUtime=10.68 cores=1,3
/proc/7892/stat : 7892 (TNM) R 7890 7892 7892 0 -1 4202496 415 0 0 0 1068 0 0 0 25 0 1 0 885762803 465817600 151 33554432000 134512640 135008748 4291212928 18446744073709551615 134529485 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7892/statm: 113725 151 46 122 0 112625 0
[pid=7877/tid=7891] ppid=7873 vsize=288680 CPUtime=0 cores=1,3
/proc/7877/task/7891/stat : 7891 (python) S 7873 7877 7831 0 -1 4202560 32 934 0 0 0 0 0 0 17 0 2 0 885762803 295608320 7050 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447840689 0 0 16781312 2 18446604469003641792 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.19
Current children cumulated vsize (KiB) 1022016

[startup+25.5012 s]
/proc/loadavg: 0.28 0.06 0.02 2/175 7920
/proc/meminfo: memFree=31653264/32951124 swapFree=67050520/67111528
[pid=7877] ppid=7873 vsize=288680 CPUtime=0.5 cores=1,3
/proc/7877/stat : 7877 (python) S 7873 7877 7831 0 -1 4202496 9775 934 1 0 35 15 0 0 16 0 2 0 885762603 295608320 7050 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7877/statm: 72170 7050 1867 364 0 8088 0
[pid=7890] ppid=7877 vsize=278436 CPUtime=0.01 cores=1,3
/proc/7890/stat : 7890 (python) S 7877 7877 7831 0 -1 4202560 981 0 0 0 0 1 0 0 15 0 1 0 885762803 285118464 5561 33554432000 4194304 5683644 140733840678560 18446744073709551615 212436037135 0 0 16781312 514 15260728812321603848 0 0 17 1 0 0 0
/proc/7890/statm: 69609 5561 382 364 0 5527 0
[pid=7892] ppid=7890 vsize=454900 CPUtime=23.47 cores=1,3
/proc/7892/stat : 7892 (TNM) R 7890 7892 7892 0 -1 4202496 415 0 0 0 2347 0 0 0 25 0 1 0 885762803 465817600 151 33554432000 134512640 135008748 4291212928 18446744073709551615 134529155 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7892/statm: 113725 151 46 122 0 112625 0
[pid=7877/tid=7891] ppid=7873 vsize=288680 CPUtime=0 cores=1,3
/proc/7877/task/7891/stat : 7891 (python) S 7873 7877 7831 0 -1 4202560 32 934 0 0 0 0 0 0 17 0 2 0 885762803 295608320 7050 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447840689 0 0 16781312 2 18446604469003641792 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.98
Current children cumulated vsize (KiB) 1022016

[startup+51.1003 s]
/proc/loadavg: 0.56 0.15 0.05 2/175 7921
/proc/meminfo: memFree=31653400/32951124 swapFree=67050520/67111528
[pid=7877] ppid=7873 vsize=288680 CPUtime=0.5 cores=1,3
/proc/7877/stat : 7877 (python) S 7873 7877 7831 0 -1 4202496 9775 934 1 0 35 15 0 0 16 0 2 0 885762603 295608320 7050 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7877/statm: 72170 7050 1867 364 0 8088 0
[pid=7890] ppid=7877 vsize=278436 CPUtime=0.04 cores=1,3
/proc/7890/stat : 7890 (python) S 7877 7877 7831 0 -1 4202560 994 0 0 0 2 2 0 0 15 0 1 0 885762803 285118464 5561 33554432000 4194304 5683644 140733840678560 18446744073709551615 212436037135 0 0 16781312 514 15260728812321603848 0 0 17 1 0 0 0
/proc/7890/statm: 69609 5561 382 364 0 5527 0
[pid=7892] ppid=7890 vsize=454900 CPUtime=49.04 cores=1,3
/proc/7892/stat : 7892 (TNM) R 7890 7892 7892 0 -1 4202496 415 0 0 0 4904 0 0 0 25 0 1 0 885762803 465817600 151 33554432000 134512640 135008748 4291212928 18446744073709551615 134529195 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7892/statm: 113725 151 46 122 0 112625 0
[pid=7877/tid=7891] ppid=7873 vsize=288680 CPUtime=0 cores=1,3
/proc/7877/task/7891/stat : 7891 (python) S 7873 7877 7831 0 -1 4202560 32 934 0 0 0 0 0 0 17 0 2 0 885762803 295608320 7050 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447840689 0 0 16781312 2 18446604469003641792 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.58
Current children cumulated vsize (KiB) 1022016

[startup+102.307 s]
/proc/loadavg: 0.81 0.28 0.10 2/179 7926
/proc/meminfo: memFree=31649000/32951124 swapFree=67050520/67111528
[pid=7877] ppid=7873 vsize=299508 CPUtime=0.52 cores=1,3
/proc/7877/stat : 7877 (python) S 7873 7877 7831 0 -1 4202496 10620 934 1 0 37 15 0 0 19 0 3 0 885762603 306696192 7208 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7877/statm: 74877 7208 1878 364 0 10792 0
[pid=7890] ppid=7877 vsize=288680 CPUtime=0.09 cores=1,3
/proc/7890/stat : 7890 (python) S 7877 7877 7831 0 -1 4202560 1152 0 0 0 5 4 0 0 16 0 2 0 885762803 295608320 5599 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7890/statm: 72170 5599 415 364 0 8088 0
[pid=7892] ppid=7890 vsize=454900 CPUtime=100 cores=1,3
/proc/7892/stat : 7892 (TNM) T 7890 7892 7892 0 -1 4202496 415 0 0 0 10000 0 0 0 25 0 1 0 885762803 465817600 151 33554432000 134512640 135008748 4291212928 18446744073709551615 134529409 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7892/statm: 113725 151 46 122 0 112625 0
[pid=7890/tid=7923] ppid=7877 vsize=288680 CPUtime=0 cores=1,3
/proc/7890/task/7923/stat : 7923 (python) S 7877 7877 7831 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 885772812 295608320 5599 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447840689 0 0 16781312 514 18446604458554915008 0 0 -1 1 0 0 0
[pid=7924] ppid=7877 vsize=289264 CPUtime=0 cores=1,3
/proc/7924/stat : 7924 (python) S 7877 7877 7831 0 -1 4202560 744 0 0 0 0 0 0 0 17 0 1 0 885772813 296206336 5674 33554432000 4194304 5683644 140733840678560 18446744073709551615 212436037190 0 0 16781312 514 4523826247569998088 0 0 17 3 0 0 0
/proc/7924/statm: 72316 5674 348 364 0 8231 0
[pid=7926] ppid=7924 vsize=1808 CPUtime=0.19 cores=1,3
/proc/7926/stat : 7926 (march_hi) R 7924 7926 7926 0 -1 4202496 532 0 0 0 19 0 0 0 20 0 1 0 885772814 1851392 270 33554432000 4194304 4955518 140733550614720 18446744073709551615 4238749 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7926/statm: 452 270 104 186 0 265 0
[pid=7877/tid=7891] ppid=7873 vsize=299508 CPUtime=0 cores=1,3
/proc/7877/task/7891/stat : 7891 (python) S 7873 7877 7831 0 -1 4202560 32 934 0 0 0 0 0 0 17 0 3 0 885762803 306696192 7208 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447840689 0 0 16781312 2 18446604469003641792 0 0 -1 3 0 0 0
[pid=7877/tid=7925] ppid=7873 vsize=299508 CPUtime=0 cores=1,3
/proc/7877/task/7925/stat : 7925 (python) S 7873 7877 7831 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 3 0 885772813 306696192 7208 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447840689 0 0 16781312 2 18446604469003641792 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 100.8
Current children cumulated vsize (KiB) 1334160

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

[startup+103.9 s]
/proc/loadavg: 0.81 0.28 0.10 2/179 7926
/proc/meminfo: memFree=31649000/32951124 swapFree=67050520/67111528
[pid=7877] ppid=7873 vsize=299508 CPUtime=0.52 cores=1,3
/proc/7877/stat : 7877 (python) S 7873 7877 7831 0 -1 4202496 10620 934 1 0 37 15 0 0 19 0 3 0 885762603 306696192 7208 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7877/statm: 74877 7208 1878 364 0 10792 0
[pid=7890] ppid=7877 vsize=288680 CPUtime=0.09 cores=1,3
/proc/7890/stat : 7890 (python) S 7877 7877 7831 0 -1 4202560 1152 0 0 0 5 4 0 0 16 0 2 0 885762803 295608320 5599 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7890/statm: 72170 5599 415 364 0 8088 0
[pid=7892] ppid=7890 vsize=454900 CPUtime=100 cores=1,3
/proc/7892/stat : 7892 (TNM) T 7890 7892 7892 0 -1 4202496 415 0 0 0 10000 0 0 0 25 0 1 0 885762803 465817600 151 33554432000 134512640 135008748 4291212928 18446744073709551615 134529409 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7892/statm: 113725 151 46 122 0 112625 0
[pid=7890/tid=7923] ppid=7877 vsize=288680 CPUtime=0 cores=1,3
/proc/7890/task/7923/stat : 7923 (python) S 7877 7877 7831 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 885772812 295608320 5599 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447840689 0 0 16781312 514 18446604458554915008 0 0 -1 1 0 0 0
[pid=7924] ppid=7877 vsize=289264 CPUtime=0 cores=1,3
/proc/7924/stat : 7924 (python) S 7877 7877 7831 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 885772813 296206336 5674 33554432000 4194304 5683644 140733840678560 18446744073709551615 212436037190 0 0 16781312 514 4523826247569998088 0 0 17 3 0 0 0
/proc/7924/statm: 72316 5674 348 364 0 8231 0
[pid=7926] ppid=7924 vsize=1808 CPUtime=1.78 cores=1,3
/proc/7926/stat : 7926 (march_hi) R 7924 7926 7926 0 -1 4202496 552 0 0 0 178 0 0 0 25 0 1 0 885772814 1851392 290 33554432000 4194304 4955518 140733550614720 18446744073709551615 4286784 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7926/statm: 452 290 104 186 0 265 0
[pid=7877/tid=7891] ppid=7873 vsize=299508 CPUtime=0 cores=1,3
/proc/7877/task/7891/stat : 7891 (python) S 7873 7877 7831 0 -1 4202560 32 934 0 0 0 0 0 0 17 0 3 0 885762803 306696192 7208 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447840689 0 0 16781312 2 18446604469003641792 0 0 -1 3 0 0 0
[pid=7877/tid=7925] ppid=7873 vsize=299508 CPUtime=0 cores=1,3
/proc/7877/task/7925/stat : 7925 (python) S 7873 7877 7831 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 3 0 885772813 306696192 7208 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447840689 0 0 16781312 2 18446604469003641792 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.39
Current children cumulated vsize (KiB) 1334160

[startup+105.501 s]
/proc/loadavg: 0.82 0.29 0.10 2/179 7926
/proc/meminfo: memFree=31648752/32951124 swapFree=67050520/67111528
[pid=7877] ppid=7873 vsize=299508 CPUtime=0.52 cores=1,3
/proc/7877/stat : 7877 (python) S 7873 7877 7831 0 -1 4202496 10620 934 1 0 37 15 0 0 19 0 3 0 885762603 306696192 7208 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7877/statm: 74877 7208 1878 364 0 10792 0
[pid=7890] ppid=7877 vsize=288680 CPUtime=0.09 cores=1,3
/proc/7890/stat : 7890 (python) S 7877 7877 7831 0 -1 4202560 1152 0 0 0 5 4 0 0 16 0 2 0 885762803 295608320 5599 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7890/statm: 72170 5599 415 364 0 8088 0
[pid=7892] ppid=7890 vsize=454900 CPUtime=100 cores=1,3
/proc/7892/stat : 7892 (TNM) T 7890 7892 7892 0 -1 4202496 415 0 0 0 10000 0 0 0 25 0 1 0 885762803 465817600 151 33554432000 134512640 135008748 4291212928 18446744073709551615 134529409 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7892/statm: 113725 151 46 122 0 112625 0
[pid=7890/tid=7923] ppid=7877 vsize=288680 CPUtime=0 cores=1,3
/proc/7890/task/7923/stat : 7923 (python) S 7877 7877 7831 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 885772812 295608320 5599 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447840689 0 0 16781312 514 18446604458554915008 0 0 -1 1 0 0 0
[pid=7924] ppid=7877 vsize=289264 CPUtime=0 cores=1,3
/proc/7924/stat : 7924 (python) S 7877 7877 7831 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 885772813 296206336 5674 33554432000 4194304 5683644 140733840678560 18446744073709551615 212436037190 0 0 16781312 514 4523826247569998088 0 0 17 3 0 0 0
/proc/7924/statm: 72316 5674 348 364 0 8231 0
[pid=7926] ppid=7924 vsize=1972 CPUtime=3.39 cores=1,3
/proc/7926/stat : 7926 (march_hi) R 7924 7926 7926 0 -1 4202496 566 0 0 0 339 0 0 0 25 0 1 0 885772814 2019328 304 33554432000 4194304 4955518 140733550614720 18446744073709551615 4289750 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7926/statm: 493 304 104 186 0 306 0
[pid=7877/tid=7891] ppid=7873 vsize=299508 CPUtime=0 cores=1,3
/proc/7877/task/7891/stat : 7891 (python) S 7873 7877 7831 0 -1 4202560 32 934 0 0 0 0 0 0 17 0 3 0 885762803 306696192 7208 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447840689 0 0 16781312 2 18446604469003641792 0 0 -1 3 0 0 0
[pid=7877/tid=7925] ppid=7873 vsize=299508 CPUtime=0 cores=1,3
/proc/7877/task/7925/stat : 7925 (python) S 7873 7877 7831 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 3 0 885772813 306696192 7208 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447840689 0 0 16781312 2 18446604469003641792 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 104
Current children cumulated vsize (KiB) 1334324

[startup+106.301 s]
/proc/loadavg: 0.82 0.29 0.10 2/179 7926
/proc/meminfo: memFree=31648752/32951124 swapFree=67050520/67111528
[pid=7877] ppid=7873 vsize=299508 CPUtime=0.52 cores=1,3
/proc/7877/stat : 7877 (python) S 7873 7877 7831 0 -1 4202496 10620 934 1 0 37 15 0 0 19 0 3 0 885762603 306696192 7208 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7877/statm: 74877 7208 1878 364 0 10792 0
[pid=7890] ppid=7877 vsize=288680 CPUtime=0.09 cores=1,3
/proc/7890/stat : 7890 (python) S 7877 7877 7831 0 -1 4202560 1152 0 0 0 5 4 0 0 16 0 2 0 885762803 295608320 5599 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7890/statm: 72170 5599 415 364 0 8088 0
[pid=7892] ppid=7890 vsize=454900 CPUtime=100 cores=1,3
/proc/7892/stat : 7892 (TNM) T 7890 7892 7892 0 -1 4202496 415 0 0 0 10000 0 0 0 25 0 1 0 885762803 465817600 151 33554432000 134512640 135008748 4291212928 18446744073709551615 134529409 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7892/statm: 113725 151 46 122 0 112625 0
[pid=7890/tid=7923] ppid=7877 vsize=288680 CPUtime=0 cores=1,3
/proc/7890/task/7923/stat : 7923 (python) S 7877 7877 7831 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 885772812 295608320 5599 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447840689 0 0 16781312 514 18446604458554915008 0 0 -1 1 0 0 0
[pid=7924] ppid=7877 vsize=289264 CPUtime=0.01 cores=1,3
/proc/7924/stat : 7924 (python) S 7877 7877 7831 0 -1 4202560 899 0 0 0 0 1 0 0 15 0 1 0 885772813 296206336 5696 33554432000 4194304 5683644 140733840678560 18446744073709551615 212436037190 0 0 16781312 514 4523826247569998088 0 0 17 3 0 0 0
/proc/7924/statm: 72316 5696 370 364 0 8231 0
[pid=7926] ppid=7924 vsize=1972 CPUtime=4.18 cores=1,3
/proc/7926/stat : 7926 (march_hi) R 7924 7926 7926 0 -1 4202496 571 0 0 0 418 0 0 0 25 0 1 0 885772814 2019328 309 33554432000 4194304 4955518 140733550614720 18446744073709551615 4291016 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7926/statm: 493 309 104 186 0 306 0
[pid=7877/tid=7891] ppid=7873 vsize=299508 CPUtime=0 cores=1,3
/proc/7877/task/7891/stat : 7891 (python) S 7873 7877 7831 0 -1 4202560 32 934 0 0 0 0 0 0 17 0 3 0 885762803 306696192 7208 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447840689 0 0 16781312 2 18446604469003641792 0 0 -1 3 0 0 0
[pid=7877/tid=7925] ppid=7873 vsize=299508 CPUtime=0 cores=1,3
/proc/7877/task/7925/stat : 7925 (python) S 7873 7877 7831 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 3 0 885772813 306696192 7208 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447840689 0 0 16781312 2 18446604469003641792 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 104.8
Current children cumulated vsize (KiB) 1334324

[startup+106.501 s]
/proc/loadavg: 0.82 0.29 0.10 2/179 7926
/proc/meminfo: memFree=31648752/32951124 swapFree=67050520/67111528
[pid=7877] ppid=7873 vsize=299508 CPUtime=0.52 cores=1,3
/proc/7877/stat : 7877 (python) S 7873 7877 7831 0 -1 4202496 10620 934 1 0 37 15 0 0 19 0 3 0 885762603 306696192 7208 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7877/statm: 74877 7208 1878 364 0 10792 0
[pid=7890] ppid=7877 vsize=288680 CPUtime=0.09 cores=1,3
/proc/7890/stat : 7890 (python) S 7877 7877 7831 0 -1 4202560 1152 0 0 0 5 4 0 0 16 0 2 0 885762803 295608320 5599 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7890/statm: 72170 5599 415 364 0 8088 0
[pid=7892] ppid=7890 vsize=454900 CPUtime=100 cores=1,3
/proc/7892/stat : 7892 (TNM) T 7890 7892 7892 0 -1 4202496 415 0 0 0 10000 0 0 0 25 0 1 0 885762803 465817600 151 33554432000 134512640 135008748 4291212928 18446744073709551615 134529409 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7892/statm: 113725 151 46 122 0 112625 0
[pid=7890/tid=7923] ppid=7877 vsize=288680 CPUtime=0 cores=1,3
/proc/7890/task/7923/stat : 7923 (python) S 7877 7877 7831 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 885772812 295608320 5599 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447840689 0 0 16781312 514 18446604458554915008 0 0 -1 1 0 0 0
[pid=7924] ppid=7877 vsize=289264 CPUtime=0.01 cores=1,3
/proc/7924/stat : 7924 (python) S 7877 7877 7831 0 -1 4202560 902 0 0 0 0 1 0 0 15 0 1 0 885772813 296206336 5696 33554432000 4194304 5683644 140733840678560 18446744073709551615 212436037190 0 0 16781312 514 5616707876065083656 0 0 17 3 0 0 0
/proc/7924/statm: 72316 5696 370 364 0 8231 0
[pid=7926] ppid=7924 vsize=1972 CPUtime=4.38 cores=1,3
/proc/7926/stat : 7926 (march_hi) R 7924 7926 7926 0 -1 4202496 573 0 0 0 438 0 0 0 25 0 1 0 885772814 2019328 311 33554432000 4194304 4955518 140733550614720 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7926/statm: 493 311 104 186 0 306 0
[pid=7877/tid=7891] ppid=7873 vsize=299508 CPUtime=0 cores=1,3
/proc/7877/task/7891/stat : 7891 (python) S 7873 7877 7831 0 -1 4202560 32 934 0 0 0 0 0 0 17 0 3 0 885762803 306696192 7208 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447840689 0 0 16781312 2 18446604469003641792 0 0 -1 3 0 0 0
[pid=7877/tid=7925] ppid=7873 vsize=299508 CPUtime=0 cores=1,3
/proc/7877/task/7925/stat : 7925 (python) S 7873 7877 7831 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 3 0 885772813 306696192 7208 33554432000 4194304 5683644 140733840678560 18446744073709551615 212447840689 0 0 16781312 2 18446604469003641792 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 105
Current children cumulated vsize (KiB) 1334324

Child status: 0
Real time (s): 106.527
CPU time (s): 105.078
CPU user time (s): 104.844
CPU system time (s): 0.233964
CPU usage (%): 98.6402
Max. virtual memory (cumulated for all children) (KiB): 1334324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 104.844
system time used= 0.233964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19191
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= 10011
involuntary context switches= 561

runsolver used 0.133979 second user time and 0.371943 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-10 23:33:21
IDJOB=3377688
IDBENCH=82997
IDSOLVER=1857
FILE ID=node102/3377688-1307741600
RUNJOBID= node102-1307741600-7851
PBS_JOBID= 13550810
Free space on /tmp= 74144 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S804294807-063.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-3377688-1307741600/watcher-3377688-1307741600 -o /tmp/evaluation-result-3377688-1307741600/solver-3377688-1307741600 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377688-1307741600.cnf -seed 1907577660 -budget 2400

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

MD5SUM BENCH= b542abc79e1a870fc4bd1b25791c8222
RANDOM SEED=1907577660

node102.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.828
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.65
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.828
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.15
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.828
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.828
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.828
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.82
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.828
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.828
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.828
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:      31646752 kB
Buffers:        248660 kB
Cached:         817128 kB
SwapCached:      25172 kB
Active:         508920 kB
Inactive:       586744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31646752 kB
SwapTotal:    67111528 kB
SwapFree:     67050520 kB
Dirty:           63864 kB
Writeback:           0 kB
AnonPages:       27656 kB
Mapped:           8652 kB
Slab:           143080 kB
PageTables:       4628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189480 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= 74112 MiB
End job on node102 at 2011-06-10 23:35:09