Trace number 3308348

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
SAT09 reference solver:glucose 1.0? (TO) 1300.05 1300.01

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-7-ipc5-h15-unsat.cnf
MD5SUM0683489092a5eb0c881dd17c2c45d08e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables105623
Number of clauses374254
Sum of the clauses size911890
Maximum clause length43
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 2269133
Number of clauses of size 399944
Number of clauses of size 4407
Number of clauses of size 5309
Number of clauses of size over 54333

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.17	c ==============================================================================
0.00/0.17	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.17	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.17	c ==============================================================================
0.00/0.17	c |         0 |  373870   911122 |  112160       0        0     nan |  0.000 % |
2.19/2.29	c |         0 |  183363   759436 |      --       0       --      -- |     --   | -190507/-151686
2.19/2.29	c ==============================================================================
2.19/2.29	c Result  :   #vars: 14569   #clauses: 183363   #literals: 759436
2.19/2.29	c CPU time:   2.22966 s
2.19/2.29	c ==============================================================================
2.39/2.45	c
2.39/2.45	c Starting glucose
2.39/2.45	c
2.39/2.45	
2.39/2.45	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
2.39/2.45	
2.39/2.45	c ============================[ Problem Statistics ]=============================
2.39/2.45	c |                                                                             |
2.39/2.45	c |  Number of variables:  14569                                                |
2.39/2.45	c |  Number of clauses:    183363                                               |
2.45/2.52	c |  Parsing time:         0.07         s                                       |
1300.03/1300.01	HOME/glucose.sh: line 55: 32062 Terminated              $RS $TMP.cnf -verbosity=0 $TMP.result "$@"

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3308348-1303983197/watcher-3308348-1303983197 -o /tmp/evaluation-result-3308348-1303983197/solver-3308348-1303983197 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308348-1303983197.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 1/178 32048
/proc/meminfo: memFree=21249888/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=0 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 334 0 0 0 0 0 0 0 19 0 1 0 509918027 8912896 253 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 253 211 178 0 69 0

[startup+0.0656129 s]
/proc/loadavg: 0.00 0.00 0.00 1/178 32048
/proc/meminfo: memFree=21249888/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=0 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 334 0 0 0 0 0 0 0 19 0 1 0 509918027 8912896 253 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100605 s]
/proc/loadavg: 0.00 0.00 0.00 1/178 32048
/proc/meminfo: memFree=21249888/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=0 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 334 0 0 0 0 0 0 0 19 0 1 0 509918027 8912896 253 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300567 s]
/proc/loadavg: 0.00 0.00 0.00 1/178 32048
/proc/meminfo: memFree=21249888/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=0 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 334 0 0 0 0 0 0 0 19 0 1 0 509918027 8912896 253 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700437 s]
/proc/loadavg: 0.00 0.00 0.00 1/178 32048
/proc/meminfo: memFree=21249888/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=0 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 334 0 0 0 0 0 0 0 19 0 1 0 509918027 8912896 253 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50035 s]
/proc/loadavg: 0.00 0.00 0.00 2/180 32050
/proc/meminfo: memFree=21188740/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=0 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 334 0 0 0 0 0 0 0 19 0 1 0 509918027 8912896 253 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 253 211 178 0 69 0
[pid=32049] ppid=32048 vsize=59480 CPUtime=1.49 cores=0,2
/proc/32049/stat : 32049 (SatELite_releas) R 32048 32048 32018 0 -1 4202496 13895 0 0 0 143 6 0 0 25 0 1 0 509918027 60907520 13381 33554432000 134512640 135225430 4289634544 18446744073709551615 134549065 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/32049/statm: 14870 13381 78 175 0 14693 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68184

[startup+3.10097 s]
/proc/loadavg: 0.16 0.03 0.01 3/182 32054
/proc/meminfo: memFree=21177464/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=2.45 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 361 15233 0 0 0 0 237 8 18 0 1 0 509918027 8912896 255 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 8704
heavy processes:

[startup+6.30041 s]
/proc/loadavg: 0.16 0.03 0.01 6/198 32086
/proc/meminfo: memFree=20963540/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=2.45 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 361 15233 0 0 0 0 237 8 18 0 1 0 509918027 8912896 255 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 255 211 178 0 69 0
[pid=32062] ppid=32048 vsize=19036 CPUtime=3.83 cores=0,2
/proc/32062/stat : 32062 (glucose_static) R 32048 32048 32018 0 -1 4202496 4598 0 0 0 383 0 0 0 25 0 1 0 509918272 19492864 4548 33554432000 134512640 135217611 4288651824 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32062/statm: 4759 4548 77 173 0 4584 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 27740

[startup+12.7003 s]
/proc/loadavg: 0.47 0.10 0.03 6/198 32087
/proc/meminfo: memFree=21024544/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=2.45 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 361 15233 0 0 0 0 237 8 18 0 1 0 509918027 8912896 255 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 255 211 178 0 69 0
[pid=32062] ppid=32048 vsize=20928 CPUtime=10.23 cores=0,2
/proc/32062/stat : 32062 (glucose_static) R 32048 32048 32018 0 -1 4202496 5054 0 0 0 1023 0 0 0 25 0 1 0 509918272 21430272 5004 33554432000 134512640 135217611 4288651824 18446744073709551615 134542240 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32062/statm: 5232 5004 77 173 0 5057 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 29632

[startup+25.5009 s]
/proc/loadavg: 1.25 0.29 0.09 6/198 32087
/proc/meminfo: memFree=21009752/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=2.45 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 361 15233 0 0 0 0 237 8 18 0 1 0 509918027 8912896 255 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 255 211 178 0 69 0
[pid=32062] ppid=32048 vsize=22872 CPUtime=23.04 cores=0,2
/proc/32062/stat : 32062 (glucose_static) R 32048 32048 32018 0 -1 4202496 5540 0 0 0 2303 1 0 0 25 0 1 0 509918272 23420928 5490 33554432000 134512640 135217611 4288651824 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32062/statm: 5718 5490 77 173 0 5543 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31576

[startup+51.1003 s]
/proc/loadavg: 2.19 0.59 0.20 6/198 32088
/proc/meminfo: memFree=20994276/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=2.45 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 361 15233 0 0 0 0 237 8 18 0 1 0 509918027 8912896 255 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 255 211 178 0 69 0
[pid=32062] ppid=32048 vsize=24600 CPUtime=48.64 cores=0,2
/proc/32062/stat : 32062 (glucose_static) R 32048 32048 32018 0 -1 4202496 5965 0 0 0 4863 1 0 0 25 0 1 0 509918272 25190400 5915 33554432000 134512640 135217611 4288651824 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32062/statm: 6150 5915 77 173 0 5975 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 33304

[startup+102.307 s]
/proc/loadavg: 3.27 1.16 0.41 6/198 32089
/proc/meminfo: memFree=20963752/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=2.45 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 361 15233 0 0 0 0 237 8 18 0 1 0 509918027 8912896 255 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 255 211 178 0 69 0
[pid=32062] ppid=32048 vsize=28064 CPUtime=99.84 cores=0,2
/proc/32062/stat : 32062 (glucose_static) R 32048 32048 32018 0 -1 4202496 6848 0 0 0 9983 1 0 0 25 0 1 0 509918272 28737536 6798 33554432000 134512640 135217611 4288651824 18446744073709551615 134537707 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32062/statm: 7016 6798 77 173 0 6841 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 36768

[startup+162.301 s]
/proc/loadavg: 3.71 1.63 0.62 6/198 32091
/proc/meminfo: memFree=20951944/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=2.45 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 361 15233 0 0 0 0 237 8 18 0 1 0 509918027 8912896 255 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 255 211 178 0 69 0
[pid=32062] ppid=32048 vsize=31088 CPUtime=159.84 cores=0,2
/proc/32062/stat : 32062 (glucose_static) R 32048 32048 32018 0 -1 4202496 7564 0 0 0 15982 2 0 0 25 0 1 0 509918272 31834112 7514 33554432000 134512640 135217611 4288651824 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32062/statm: 7772 7514 77 173 0 7597 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 39792

[startup+222.301 s]
/proc/loadavg: 3.90 2.09 0.84 6/198 32093
/proc/meminfo: memFree=20930724/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=2.45 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 361 15233 0 0 0 0 237 8 18 0 1 0 509918027 8912896 255 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 255 211 178 0 69 0
[pid=32062] ppid=32048 vsize=33676 CPUtime=219.85 cores=0,2
/proc/32062/stat : 32062 (glucose_static) R 32048 32048 32018 0 -1 4202496 8219 0 0 0 21982 3 0 0 25 0 1 0 509918272 34484224 8169 33554432000 134512640 135217611 4288651824 18446744073709551615 134537007 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32062/statm: 8419 8169 77 173 0 8244 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 42380

[startup+282.3 s]
/proc/loadavg: 3.96 2.41 1.02 6/198 32094
/proc/meminfo: memFree=20909384/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=2.45 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 361 15233 0 0 0 0 237 8 18 0 1 0 509918027 8912896 255 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 255 211 178 0 69 0
[pid=32062] ppid=32048 vsize=35688 CPUtime=279.84 cores=0,2
/proc/32062/stat : 32062 (glucose_static) R 32048 32048 32018 0 -1 4202496 8737 0 0 0 27981 3 0 0 25 0 1 0 509918272 36544512 8687 33554432000 134512640 135217611 4288651824 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32062/statm: 8922 8687 77 173 0 8747 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 44392

[startup+342.3 s]
/proc/loadavg: 3.98 2.70 1.21 6/198 32126
/proc/meminfo: memFree=20889740/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=2.45 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 361 15233 0 0 0 0 237 8 18 0 1 0 509918027 8912896 255 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 255 211 178 0 69 0
[pid=32062] ppid=32048 vsize=37600 CPUtime=339.84 cores=0,2
/proc/32062/stat : 32062 (glucose_static) R 32048 32048 32018 0 -1 4202496 9139 0 0 0 33981 3 0 0 25 0 1 0 509918272 38502400 9089 33554432000 134512640 135217611 4288651824 18446744073709551615 134542216 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32062/statm: 9400 9089 77 173 0 9225 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 46304

[startup+402.3 s]
/proc/loadavg: 4.07 2.95 1.38 6/198 32127
/proc/meminfo: memFree=20836612/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=2.45 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 361 15233 0 0 0 0 237 8 18 0 1 0 509918027 8912896 255 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 255 211 178 0 69 0

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

[pid=32062] ppid=32048 vsize=42468 CPUtime=519.85 cores=0,2
/proc/32062/stat : 32062 (glucose_static) R 32048 32048 32018 0 -1 4202496 10333 0 0 0 51981 4 0 0 25 0 1 0 509918272 43487232 10283 33554432000 134512640 135217611 4288651824 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32062/statm: 10617 10283 77 173 0 10442 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 51172

[startup+582.301 s]
/proc/loadavg: 4.03 3.44 1.85 6/198 32132
/proc/meminfo: memFree=20767320/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=2.45 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 361 15233 0 0 0 0 237 8 18 0 1 0 509918027 8912896 255 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 255 211 178 0 69 0
[pid=32062] ppid=32048 vsize=44492 CPUtime=579.85 cores=0,2
/proc/32062/stat : 32062 (glucose_static) R 32048 32048 32018 0 -1 4202496 10837 0 0 0 57980 5 0 0 25 0 1 0 509918272 45559808 10787 33554432000 134512640 135217611 4288651824 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32062/statm: 11123 10787 77 173 0 10948 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 53196

[startup+642.301 s]
/proc/loadavg: 4.01 3.55 1.99 6/198 32134
/proc/meminfo: memFree=20746344/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=2.45 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 361 15233 0 0 0 0 237 8 18 0 1 0 509918027 8912896 255 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 255 211 178 0 69 0
[pid=32062] ppid=32048 vsize=44904 CPUtime=639.87 cores=0,2
/proc/32062/stat : 32062 (glucose_static) R 32048 32048 32018 0 -1 4202496 10972 0 0 0 63981 6 0 0 25 0 1 0 509918272 45981696 10922 33554432000 134512640 135217611 4288651824 18446744073709551615 134533063 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32062/statm: 11226 10922 77 173 0 11051 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 53608

[startup+702.301 s]
/proc/loadavg: 4.00 3.62 2.10 6/198 32135
/proc/meminfo: memFree=20741228/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=2.45 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 361 15233 0 0 0 0 237 8 18 0 1 0 509918027 8912896 255 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 255 211 178 0 69 0
[pid=32062] ppid=32048 vsize=45380 CPUtime=699.86 cores=0,2
/proc/32062/stat : 32062 (glucose_static) R 32048 32048 32018 0 -1 4202496 11081 0 0 0 69980 6 0 0 25 0 1 0 509918272 46469120 11031 33554432000 134512640 135217611 4288651824 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32062/statm: 11345 11031 77 173 0 11170 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 54084

[startup+762.307 s]
/proc/loadavg: 4.04 3.71 2.23 6/198 32137
/proc/meminfo: memFree=20738344/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=2.45 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 361 15233 0 0 0 0 237 8 18 0 1 0 509918027 8912896 255 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 255 211 178 0 69 0
[pid=32062] ppid=32048 vsize=47260 CPUtime=759.86 cores=0,2
/proc/32062/stat : 32062 (glucose_static) R 32048 32048 32018 0 -1 4202496 11455 0 0 0 75980 6 0 0 25 0 1 0 509918272 48394240 11405 33554432000 134512640 135217611 4288651824 18446744073709551615 134533324 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32062/statm: 11815 11405 77 173 0 11640 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 55964

[startup+822.301 s]
/proc/loadavg: 4.01 3.75 2.33 6/198 32139
/proc/meminfo: memFree=20732856/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=2.45 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 361 15233 0 0 0 0 237 8 18 0 1 0 509918027 8912896 255 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 255 211 178 0 69 0
[pid=32062] ppid=32048 vsize=49212 CPUtime=819.86 cores=0,2
/proc/32062/stat : 32062 (glucose_static) R 32048 32048 32018 0 -1 4202496 11945 0 0 0 81980 6 0 0 25 0 1 0 509918272 50393088 11895 33554432000 134512640 135217611 4288651824 18446744073709551615 134533631 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32062/statm: 12303 11895 77 173 0 12128 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 57916

[startup+882.301 s]
/proc/loadavg: 4.00 3.80 2.44 7/198 32140
/proc/meminfo: memFree=20705924/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=2.45 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 361 15233 0 0 0 0 237 8 18 0 1 0 509918027 8912896 255 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 255 211 178 0 69 0
[pid=32062] ppid=32048 vsize=49728 CPUtime=879.87 cores=0,2
/proc/32062/stat : 32062 (glucose_static) R 32048 32048 32018 0 -1 4202496 12046 0 0 0 87980 7 0 0 25 0 1 0 509918272 50921472 11996 33554432000 134512640 135217611 4288651824 18446744073709551615 134533055 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32062/statm: 12432 11996 77 173 0 12257 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 58432

[startup+942.301 s]
/proc/loadavg: 4.04 3.84 2.53 6/198 32142
/proc/meminfo: memFree=20703288/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=2.45 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 361 15233 0 0 0 0 237 8 18 0 1 0 509918027 8912896 255 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 255 211 178 0 69 0
[pid=32062] ppid=32048 vsize=51648 CPUtime=939.86 cores=0,2
/proc/32062/stat : 32062 (glucose_static) R 32048 32048 32018 0 -1 4202496 12544 0 0 0 93979 7 0 0 25 0 1 0 509918272 52887552 12494 33554432000 134512640 135217611 4288651824 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32062/statm: 12912 12494 77 173 0 12737 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 60352

[startup+1002.3 s]
/proc/loadavg: 4.05 3.89 2.63 6/198 32143
/proc/meminfo: memFree=20694960/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=2.45 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 361 15233 0 0 0 0 237 8 18 0 1 0 509918027 8912896 255 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 255 211 178 0 69 0
[pid=32062] ppid=32048 vsize=52208 CPUtime=999.86 cores=0,2
/proc/32062/stat : 32062 (glucose_static) R 32048 32048 32018 0 -1 4202496 12669 0 0 0 99979 7 0 0 25 0 1 0 509918272 53460992 12619 33554432000 134512640 135217611 4288651824 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32062/statm: 13052 12619 77 173 0 12877 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 60912

[startup+1062.3 s]
/proc/loadavg: 4.02 3.90 2.71 6/198 32145
/proc/meminfo: memFree=20683772/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=2.45 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 361 15233 0 0 0 0 237 8 18 0 1 0 509918027 8912896 255 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 255 211 178 0 69 0
[pid=32062] ppid=32048 vsize=52664 CPUtime=1059.86 cores=0,2
/proc/32062/stat : 32062 (glucose_static) R 32048 32048 32018 0 -1 4202496 12778 0 0 0 105979 7 0 0 25 0 1 0 509918272 53927936 12728 33554432000 134512640 135217611 4288651824 18446744073709551615 134533271 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32062/statm: 13166 12728 77 173 0 12991 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 61368

[startup+1122.3 s]
/proc/loadavg: 4.00 3.92 2.79 6/198 32147
/proc/meminfo: memFree=20670716/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=2.45 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 361 15233 0 0 0 0 237 8 18 0 1 0 509918027 8912896 255 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 255 211 178 0 69 0
[pid=32062] ppid=32048 vsize=53704 CPUtime=1119.87 cores=0,2
/proc/32062/stat : 32062 (glucose_static) R 32048 32048 32018 0 -1 4202496 13054 0 0 0 111979 8 0 0 25 0 1 0 509918272 54992896 13004 33554432000 134512640 135217611 4288651824 18446744073709551615 134533552 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32062/statm: 13426 13004 77 173 0 13251 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 62408

[startup+1182.3 s]
/proc/loadavg: 4.00 3.93 2.86 5/198 32178
/proc/meminfo: memFree=20104148/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=2.45 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 361 15233 0 0 0 0 237 8 18 0 1 0 509918027 8912896 255 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 255 211 178 0 69 0
[pid=32062] ppid=32048 vsize=55264 CPUtime=1179.88 cores=0,2
/proc/32062/stat : 32062 (glucose_static) R 32048 32048 32018 0 -1 4202496 13415 0 0 0 117979 9 0 0 25 0 1 0 509918272 56590336 13365 33554432000 134512640 135217611 4288651824 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32062/statm: 13816 13365 77 173 0 13641 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 63968

[startup+1242.3 s]
/proc/loadavg: 4.00 3.94 2.93 5/198 32180
/proc/meminfo: memFree=20074056/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=2.45 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 361 15233 0 0 0 0 237 8 18 0 1 0 509918027 8912896 255 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 255 211 178 0 69 0
[pid=32062] ppid=32048 vsize=56420 CPUtime=1239.87 cores=0,2
/proc/32062/stat : 32062 (glucose_static) R 32048 32048 32018 0 -1 4202496 13696 0 0 0 123978 9 0 0 25 0 1 0 509918272 57774080 13646 33554432000 134512640 135217611 4288651824 18446744073709551615 134533161 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32062/statm: 14105 13646 77 173 0 13930 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 65124



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.12 3.98 3.00 5/198 32181
/proc/meminfo: memFree=20045288/32951124 swapFree=67111352/67111528
[pid=32048] ppid=32046 vsize=8704 CPUtime=2.45 cores=0,2
/proc/32048/stat : 32048 (glucose.sh) S 32046 32048 32018 0 -1 4202496 361 15233 0 0 0 0 237 8 18 0 1 0 509918027 8912896 255 33554432000 4194304 4922060 140735119261136 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32048/statm: 2176 255 211 178 0 69 0
[pid=32062] ppid=32048 vsize=56832 CPUtime=1297.58 cores=0,2
/proc/32062/stat : 32062 (glucose_static) R 32048 32048 32018 0 -1 4202496 13812 0 0 0 129749 9 0 0 25 0 1 0 509918272 58195968 13762 33554432000 134512640 135217611 4288651824 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32062/statm: 14208 13762 77 173 0 14033 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 65536

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1299.87
CPU system time (s): 0.181972
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 70644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.87
system time used= 0.181972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29415
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17
involuntary context switches= 5103

runsolver used 2.33465 second user time and 4.77427 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-28 11:33:18
IDJOB=3308348
IDBENCH=20406
IDSOLVER=1691
FILE ID=node134/3308348-1303983197
RUNJOBID= node134-1303983196-32036
PBS_JOBID= 13168692
Free space on /tmp= 71580 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-7-ipc5-h15-unsat.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308348-1303983197/watcher-3308348-1303983197 -o /tmp/evaluation-result-3308348-1303983197/solver-3308348-1303983197 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308348-1303983197.cnf

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

MD5SUM BENCH= 0683489092a5eb0c881dd17c2c45d08e
RANDOM SEED=306077417

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21250168 kB
Buffers:       2323112 kB
Cached:        8759688 kB
SwapCached:         64 kB
Active:        4647292 kB
Inactive:      6499900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21250168 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            7832 kB
Writeback:           0 kB
AnonPages:       63680 kB
Mapped:          14588 kB
Slab:           490300 kB
PageTables:       4900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191980 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71328 MiB
End job on node134 at 2011-04-28 11:55:00