Trace number 3365984

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.0UNSAT 1532.2 1532.6

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
x1mul.miter.shuffled-as.sat03-359.cnf
MD5SUM9edcffddbe07377cf6685697aafad673
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark622.811
Satisfiable
(Un)Satisfiability was proved
Number of variables8756
Number of clauses55571
Sum of the clauses size187746
Maximum clause length70
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 212786
Number of clauses of size 325852
Number of clauses of size 40
Number of clauses of size 516904
Number of clauses of size over 51

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.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   55513   187620 |   16653       0        0     nan |  0.000 % |
0.00/0.08	c |         0 |   55174   187112 |      --       0       --      -- |     --   | -313/-424
0.00/0.08	c ==============================================================================
0.00/0.08	c Result  :   #vars: 8607   #clauses: 55174   #literals: 187112
0.00/0.08	c CPU time:   0.082987 s
0.00/0.08	c ==============================================================================
0.00/0.12	c
0.00/0.12	c Starting glucose
0.00/0.12	c
0.00/0.12	
0.00/0.12	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.12	
0.00/0.12	c ============================[ Problem Statistics ]=============================
0.00/0.12	c |                                                                             |
0.00/0.12	c |  Number of variables:  8607                                                 |
0.00/0.12	c |  Number of clauses:    55174                                                |
0.00/0.14	c |  Parsing time:         0.02         s                                       |
1532.09/1532.59	c restarts              : 2945
1532.09/1532.59	c nb ReduceDB           : 101
1532.09/1532.59	c nb learnts DL2        : 5857
1532.09/1532.59	c nb learnts size 2     : 870
1532.09/1532.59	c nb learnts size 1     : 55
1532.09/1532.59	c conflicts             : 6080041        (3969 /sec)
1532.09/1532.59	c decisions             : 8384220        (1.37 % random) (5473 /sec)
1532.09/1532.59	c propagations          : 2605487388     (1700694 /sec)
1532.09/1532.59	c conflict literals     : 202728777      (63.23 % deleted)
1532.09/1532.59	c Memory used           : 56.63 MB
1532.09/1532.59	c CPU time              : 1532.01 s
1532.09/1532.59	
1532.09/1532.59	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.0 (svn: 961)

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-3365984-1305324368/watcher-3365984-1305324368 -o /tmp/evaluation-result-3365984-1305324368/solver-3365984-1305324368 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365984-1305324368.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/283 31886
/proc/meminfo: memFree=14498276/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 644036463 8912896 253 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31886/statm: 2176 253 211 178 0 69 0

[startup+0.08274 s]
/proc/loadavg: 2.00 2.00 2.00 2/283 31886
/proc/meminfo: memFree=14498276/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 644036463 8912896 253 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31886/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100735 s]
/proc/loadavg: 2.00 2.00 2.00 2/283 31886
/proc/meminfo: memFree=14498276/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 644036463 8912896 253 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31886/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300666 s]
/proc/loadavg: 2.00 2.00 2.00 2/283 31886
/proc/meminfo: memFree=14498276/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0.11 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 358 1716 0 0 0 0 11 0 24 0 1 0 644036463 8912896 255 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31886/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 8704

[startup+0.700595 s]
/proc/loadavg: 2.00 2.00 2.00 2/283 31886
/proc/meminfo: memFree=14498276/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0.11 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 358 1716 0 0 0 0 11 0 24 0 1 0 644036463 8912896 255 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31886/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 8704

[startup+1.50046 s]
/proc/loadavg: 2.00 2.00 2.00 3/285 31889
/proc/meminfo: memFree=14489216/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0.11 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 358 1716 0 0 0 0 11 0 24 0 1 0 644036463 8912896 255 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31886/statm: 2176 255 211 178 0 69 0
[pid=31889] ppid=31886 vsize=7840 CPUtime=1.36 cores=0,2,4,6
/proc/31889/stat : 31889 (glucose_static) R 31886 31886 31324 0 -1 4202496 1853 0 0 0 136 0 0 0 25 0 1 0 644036475 8028160 1808 33554432000 134512640 135217611 4288093872 18446744073709551615 134532688 0 0 4096 8388611 0 0 0 17 6 0 0 0
/proc/31889/statm: 1960 1808 77 173 0 1785 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 16544

[startup+3.10018 s]
/proc/loadavg: 2.00 2.00 2.00 3/285 31889
/proc/meminfo: memFree=14487976/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0.11 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 358 1716 0 0 0 0 11 0 24 0 1 0 644036463 8912896 255 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31886/statm: 2176 255 211 178 0 69 0
[pid=31889] ppid=31886 vsize=8904 CPUtime=2.95 cores=0,2,4,6
/proc/31889/stat : 31889 (glucose_static) R 31886 31886 31324 0 -1 4202496 2121 0 0 0 295 0 0 0 25 0 1 0 644036475 9117696 2076 33554432000 134512640 135217611 4288093872 18446744073709551615 134526275 0 0 4096 8388611 0 0 0 17 6 0 0 0
/proc/31889/statm: 2226 2076 77 173 0 2051 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 17608

[startup+6.30066 s]
/proc/loadavg: 2.00 2.00 2.00 3/285 31889
/proc/meminfo: memFree=14486348/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0.11 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 358 1716 0 0 0 0 11 0 24 0 1 0 644036463 8912896 255 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31886/statm: 2176 255 211 178 0 69 0
[pid=31889] ppid=31886 vsize=10140 CPUtime=5.74 cores=0,2,4,6
/proc/31889/stat : 31889 (glucose_static) R 31886 31886 31324 0 -1 4202496 2432 0 0 0 573 1 0 0 25 0 1 0 644036475 10383360 2387 33554432000 134512640 135217611 4288093872 18446744073709551615 134532697 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31889/statm: 2535 2387 77 173 0 2360 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 18844

[startup+12.7006 s]
/proc/loadavg: 2.00 2.00 2.00 3/285 31889
/proc/meminfo: memFree=14484012/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0.11 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 358 1716 0 0 0 0 11 0 24 0 1 0 644036463 8912896 255 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31886/statm: 2176 255 211 178 0 69 0
[pid=31889] ppid=31886 vsize=11920 CPUtime=12.14 cores=0,2,4,6
/proc/31889/stat : 31889 (glucose_static) R 31886 31886 31324 0 -1 4202496 2862 0 0 0 1213 1 0 0 25 0 1 0 644036475 12206080 2817 33554432000 134512640 135217611 4288093872 18446744073709551615 134532614 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31889/statm: 2980 2817 77 173 0 2805 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 20624

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/285 31890
/proc/meminfo: memFree=14481280/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0.11 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 358 1716 0 0 0 0 11 0 24 0 1 0 644036463 8912896 255 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31886/statm: 2176 255 211 178 0 69 0
[pid=31889] ppid=31886 vsize=14548 CPUtime=24.95 cores=0,2,4,6
/proc/31889/stat : 31889 (glucose_static) R 31886 31886 31324 0 -1 4202496 3517 0 0 0 2493 2 0 0 25 0 1 0 644036475 14897152 3472 33554432000 134512640 135217611 4288093872 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31889/statm: 3637 3472 77 173 0 3462 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 23252

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 2.00 3/285 31890
/proc/meminfo: memFree=14478256/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0.11 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 358 1716 0 0 0 0 11 0 24 0 1 0 644036463 8912896 255 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31886/statm: 2176 255 211 178 0 69 0
[pid=31889] ppid=31886 vsize=18140 CPUtime=50.55 cores=0,2,4,6
/proc/31889/stat : 31889 (glucose_static) R 31886 31886 31324 0 -1 4202496 4400 0 0 0 5053 2 0 0 25 0 1 0 644036475 18575360 4355 33554432000 134512640 135217611 4288093872 18446744073709551615 134533135 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31889/statm: 4535 4355 77 173 0 4360 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 26844

[startup+102.311 s]
/proc/loadavg: 2.00 2.00 2.00 3/285 31892
/proc/meminfo: memFree=14472676/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0.11 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 358 1716 0 0 0 0 11 0 24 0 1 0 644036463 8912896 255 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31886/statm: 2176 255 211 178 0 69 0
[pid=31889] ppid=31886 vsize=23048 CPUtime=101.76 cores=0,2,4,6
/proc/31889/stat : 31889 (glucose_static) R 31886 31886 31324 0 -1 4202496 5577 0 0 0 10174 2 0 0 25 0 1 0 644036475 23601152 5532 33554432000 134512640 135217611 4288093872 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31889/statm: 5762 5532 77 173 0 5587 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 31752

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/285 31893
/proc/meminfo: memFree=14468076/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0.11 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 358 1716 0 0 0 0 11 0 24 0 1 0 644036463 8912896 255 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31886/statm: 2176 255 211 178 0 69 0
[pid=31889] ppid=31886 vsize=27732 CPUtime=161.75 cores=0,2,4,6
/proc/31889/stat : 31889 (glucose_static) R 31886 31886 31324 0 -1 4202496 6643 0 0 0 16173 2 0 0 25 0 1 0 644036475 28397568 6598 33554432000 134512640 135217611 4288093872 18446744073709551615 134522384 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31889/statm: 6933 6598 77 173 0 6758 0
Current children cumulated CPU time (s) 161.86
Current children cumulated vsize (KiB) 36436

[startup+222.301 s]
/proc/loadavg: 2.10 2.03 2.01 3/285 31895
/proc/meminfo: memFree=14464712/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0.11 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 358 1716 0 0 0 0 11 0 24 0 1 0 644036463 8912896 255 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31886/statm: 2176 255 211 178 0 69 0
[pid=31889] ppid=31886 vsize=30344 CPUtime=221.75 cores=0,2,4,6
/proc/31889/stat : 31889 (glucose_static) R 31886 31886 31324 0 -1 4202496 7260 0 0 0 22173 2 0 0 25 0 1 0 644036475 31072256 7215 33554432000 134512640 135217611 4288093872 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31889/statm: 7586 7215 77 173 0 7411 0
Current children cumulated CPU time (s) 221.86
Current children cumulated vsize (KiB) 39048

[startup+282.301 s]
/proc/loadavg: 2.11 2.05 2.01 3/285 31896
/proc/meminfo: memFree=14460608/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0.11 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 358 1716 0 0 0 0 11 0 24 0 1 0 644036463 8912896 255 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31886/statm: 2176 255 211 178 0 69 0
[pid=31889] ppid=31886 vsize=35080 CPUtime=281.75 cores=0,2,4,6
/proc/31889/stat : 31889 (glucose_static) R 31886 31886 31324 0 -1 4202496 8414 0 0 0 28173 2 0 0 25 0 1 0 644036475 35921920 8369 33554432000 134512640 135217611 4288093872 18446744073709551615 134536968 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31889/statm: 8770 8369 77 173 0 8595 0
Current children cumulated CPU time (s) 281.86
Current children cumulated vsize (KiB) 43784

[startup+342.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/285 31898
/proc/meminfo: memFree=14457368/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0.11 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 358 1716 0 0 0 0 11 0 24 0 1 0 644036463 8912896 255 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31886/statm: 2176 255 211 178 0 69 0
[pid=31889] ppid=31886 vsize=38224 CPUtime=341.76 cores=0,2,4,6
/proc/31889/stat : 31889 (glucose_static) R 31886 31886 31324 0 -1 4202496 9201 0 0 0 34173 3 0 0 25 0 1 0 644036475 39141376 9156 33554432000 134512640 135217611 4288093872 18446744073709551615 134533010 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31889/statm: 9556 9156 77 173 0 9381 0
Current children cumulated CPU time (s) 341.87
Current children cumulated vsize (KiB) 46928

[startup+402.301 s]
/proc/loadavg: 2.07 2.04 2.01 3/285 31900
/proc/meminfo: memFree=14454756/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0.11 cores=0,2,4,6

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

/proc/31889/statm: 13702 12928 77 173 0 13527 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 63512

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/285 31922
/proc/meminfo: memFree=14432852/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0.11 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 358 1716 0 0 0 0 11 0 24 0 1 0 644036463 8912896 255 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31886/statm: 2176 255 211 178 0 69 0
[pid=31889] ppid=31886 vsize=54968 CPUtime=1241.77 cores=0,2,4,6
/proc/31889/stat : 31889 (glucose_static) R 31886 31886 31324 0 -1 4202496 13032 0 0 0 124173 4 0 0 25 0 1 0 644036475 56287232 12987 33554432000 134512640 135217611 4288093872 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31889/statm: 13742 12987 77 173 0 13567 0
Current children cumulated CPU time (s) 1241.88
Current children cumulated vsize (KiB) 63672

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/285 31924
/proc/meminfo: memFree=14432584/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0.11 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 358 1716 0 0 0 0 11 0 24 0 1 0 644036463 8912896 255 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31886/statm: 2176 255 211 178 0 69 0
[pid=31889] ppid=31886 vsize=55456 CPUtime=1301.78 cores=0,2,4,6
/proc/31889/stat : 31889 (glucose_static) R 31886 31886 31324 0 -1 4202496 13124 0 0 0 130174 4 0 0 25 0 1 0 644036475 56786944 13079 33554432000 134512640 135217611 4288093872 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31889/statm: 13864 13079 77 173 0 13689 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 64160

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/285 31925
/proc/meminfo: memFree=14432080/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0.11 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 358 1716 0 0 0 0 11 0 24 0 1 0 644036463 8912896 255 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31886/statm: 2176 255 211 178 0 69 0
[pid=31889] ppid=31886 vsize=55732 CPUtime=1361.77 cores=0,2,4,6
/proc/31889/stat : 31889 (glucose_static) R 31886 31886 31324 0 -1 4202496 13236 0 0 0 136173 4 0 0 25 0 1 0 644036475 57069568 13191 33554432000 134512640 135217611 4288093872 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31889/statm: 13933 13191 77 173 0 13758 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 64436

[startup+1422.31 s]
/proc/loadavg: 1.96 2.00 2.00 3/285 31956
/proc/meminfo: memFree=14023300/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0.11 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 358 1716 0 0 0 0 11 0 24 0 1 0 644036463 8912896 255 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31886/statm: 2176 255 211 178 0 69 0
[pid=31889] ppid=31886 vsize=57876 CPUtime=1421.78 cores=0,2,4,6
/proc/31889/stat : 31889 (glucose_static) R 31886 31886 31324 0 -1 4202496 13735 0 0 0 142172 6 0 0 25 0 1 0 644036475 59265024 13690 33554432000 134512640 135217611 4288093872 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31889/statm: 14469 13690 77 173 0 14294 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 66580

[startup+1482.3 s]
/proc/loadavg: 2.96 2.34 2.12 3/285 31957
/proc/meminfo: memFree=14003824/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0.11 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 358 1716 0 0 0 0 11 0 24 0 1 0 644036463 8912896 255 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31886/statm: 2176 255 211 178 0 69 0
[pid=31889] ppid=31886 vsize=57912 CPUtime=1481.77 cores=0,2,4,6
/proc/31889/stat : 31889 (glucose_static) R 31886 31886 31324 0 -1 4202496 13759 0 0 0 148171 6 0 0 25 0 1 0 644036475 59301888 13714 33554432000 134512640 135217611 4288093872 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31889/statm: 14478 13714 77 173 0 14303 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 66616

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

[startup+1484.7 s]
/proc/loadavg: 2.88 2.33 2.11 3/285 31957
/proc/meminfo: memFree=14002336/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0.11 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 358 1716 0 0 0 0 11 0 24 0 1 0 644036463 8912896 255 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31886/statm: 2176 255 211 178 0 69 0
[pid=31889] ppid=31886 vsize=57912 CPUtime=1484.17 cores=0,2,4,6
/proc/31889/stat : 31889 (glucose_static) R 31886 31886 31324 0 -1 4202496 13759 0 0 0 148411 6 0 0 25 0 1 0 644036475 59301888 13714 33554432000 134512640 135217611 4288093872 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31889/statm: 14478 13714 77 173 0 14303 0
Current children cumulated CPU time (s) 1484.28
Current children cumulated vsize (KiB) 66616

[startup+1510.31 s]
/proc/loadavg: 2.78 2.35 2.13 3/285 31958
/proc/meminfo: memFree=13999976/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0.11 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 358 1716 0 0 0 0 11 0 24 0 1 0 644036463 8912896 255 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31886/statm: 2176 255 211 178 0 69 0
[pid=31889] ppid=31886 vsize=57912 CPUtime=1509.79 cores=0,2,4,6
/proc/31889/stat : 31889 (glucose_static) R 31886 31886 31324 0 -1 4202496 13759 0 0 0 150973 6 0 0 25 0 1 0 644036475 59301888 13714 33554432000 134512640 135217611 4288093872 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31889/statm: 14478 13714 77 173 0 14303 0
Current children cumulated CPU time (s) 1509.9
Current children cumulated vsize (KiB) 66616

[startup+1523.1 s]
/proc/loadavg: 2.66 2.34 2.12 3/285 31958
/proc/meminfo: memFree=13998608/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0.11 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 358 1716 0 0 0 0 11 0 24 0 1 0 644036463 8912896 255 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31886/statm: 2176 255 211 178 0 69 0
[pid=31889] ppid=31886 vsize=57984 CPUtime=1522.58 cores=0,2,4,6
/proc/31889/stat : 31889 (glucose_static) R 31886 31886 31324 0 -1 4202496 13776 0 0 0 152252 6 0 0 25 0 1 0 644036475 59375616 13731 33554432000 134512640 135217611 4288093872 18446744073709551615 134533324 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31889/statm: 14496 13731 77 173 0 14321 0
Current children cumulated CPU time (s) 1522.69
Current children cumulated vsize (KiB) 66688

[startup+1529.5 s]
/proc/loadavg: 2.56 2.33 2.12 3/285 31959
/proc/meminfo: memFree=13996664/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0.11 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 358 1716 0 0 0 0 11 0 24 0 1 0 644036463 8912896 255 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31886/statm: 2176 255 211 178 0 69 0
[pid=31889] ppid=31886 vsize=57984 CPUtime=1528.98 cores=0,2,4,6
/proc/31889/stat : 31889 (glucose_static) R 31886 31886 31324 0 -1 4202496 13776 0 0 0 152892 6 0 0 25 0 1 0 644036475 59375616 13731 33554432000 134512640 135217611 4288093872 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31889/statm: 14496 13731 77 173 0 14321 0
Current children cumulated CPU time (s) 1529.09
Current children cumulated vsize (KiB) 66688

[startup+1531.1 s]
/proc/loadavg: 2.56 2.33 2.12 3/285 31959
/proc/meminfo: memFree=13996784/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0.11 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 358 1716 0 0 0 0 11 0 24 0 1 0 644036463 8912896 255 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31886/statm: 2176 255 211 178 0 69 0
[pid=31889] ppid=31886 vsize=57984 CPUtime=1530.58 cores=0,2,4,6
/proc/31889/stat : 31889 (glucose_static) R 31886 31886 31324 0 -1 4202496 13776 0 0 0 153052 6 0 0 25 0 1 0 644036475 59375616 13731 33554432000 134512640 135217611 4288093872 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31889/statm: 14496 13731 77 173 0 14321 0
Current children cumulated CPU time (s) 1530.69
Current children cumulated vsize (KiB) 66688

[startup+1531.9 s]
/proc/loadavg: 2.56 2.33 2.12 3/285 31959
/proc/meminfo: memFree=13996784/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0.11 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 358 1716 0 0 0 0 11 0 24 0 1 0 644036463 8912896 255 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31886/statm: 2176 255 211 178 0 69 0
[pid=31889] ppid=31886 vsize=57984 CPUtime=1531.38 cores=0,2,4,6
/proc/31889/stat : 31889 (glucose_static) R 31886 31886 31324 0 -1 4202496 13776 0 0 0 153132 6 0 0 25 0 1 0 644036475 59375616 13731 33554432000 134512640 135217611 4288093872 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31889/statm: 14496 13731 77 173 0 14321 0
Current children cumulated CPU time (s) 1531.49
Current children cumulated vsize (KiB) 66688

[startup+1532.31 s]
/proc/loadavg: 2.56 2.33 2.12 3/285 31959
/proc/meminfo: memFree=13996784/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0.11 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 358 1716 0 0 0 0 11 0 24 0 1 0 644036463 8912896 255 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31886/statm: 2176 255 211 178 0 69 0
[pid=31889] ppid=31886 vsize=57984 CPUtime=1531.79 cores=0,2,4,6
/proc/31889/stat : 31889 (glucose_static) R 31886 31886 31324 0 -1 4202496 13776 0 0 0 153173 6 0 0 25 0 1 0 644036475 59375616 13731 33554432000 134512640 135217611 4288093872 18446744073709551615 134533063 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31889/statm: 14496 13731 77 173 0 14321 0
Current children cumulated CPU time (s) 1531.9
Current children cumulated vsize (KiB) 66688

[startup+1532.5 s]
/proc/loadavg: 2.56 2.33 2.12 3/285 31959
/proc/meminfo: memFree=13996784/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=0.11 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 358 1716 0 0 0 0 11 0 24 0 1 0 644036463 8912896 255 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31886/statm: 2176 255 211 178 0 69 0
[pid=31889] ppid=31886 vsize=57984 CPUtime=1531.98 cores=0,2,4,6
/proc/31889/stat : 31889 (glucose_static) R 31886 31886 31324 0 -1 4202496 13776 0 0 0 153192 6 0 0 25 0 1 0 644036475 59375616 13731 33554432000 134512640 135217611 4288093872 18446744073709551615 134537007 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31889/statm: 14496 13731 77 173 0 14321 0
Current children cumulated CPU time (s) 1532.09
Current children cumulated vsize (KiB) 66688

[startup+1532.6 s]
/proc/loadavg: 2.56 2.33 2.12 3/285 31959
/proc/meminfo: memFree=13996784/32951132 swapFree=67093824/67111528
[pid=31886] ppid=31884 vsize=8704 CPUtime=1532.19 cores=0,2,4,6
/proc/31886/stat : 31886 (glucose.sh) S 31884 31886 31324 0 -1 4202496 386 15504 0 0 0 0 153212 7 17 0 1 0 644036463 8912896 258 33554432000 4194304 4922060 140735623558688 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/31886/statm: 2176 258 213 178 0 69 0
Current children cumulated CPU time (s) 1532.19
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 1532.6
CPU time (s): 1532.2
CPU user time (s): 1532.13
CPU system time (s): 0.074988
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 66688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1532.13
system time used= 0.074988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16071
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= 37
involuntary context switches= 2310

runsolver used 4.5873 second user time and 9.27359 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-14 00:06:08
IDJOB=3365984
IDBENCH=84211
IDSOLVER=1842
FILE ID=node131/3365984-1305324368
RUNJOBID= node131-1305315243-31342
PBS_JOBID= 13324301
Free space on /tmp= 52568 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/x1mul.miter.shuffled-as.sat03-359.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365984-1305324368/watcher-3365984-1305324368 -o /tmp/evaluation-result-3365984-1305324368/solver-3365984-1305324368 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365984-1305324368.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 9edcffddbe07377cf6685697aafad673
RANDOM SEED=608307892

node131.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.830
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.830
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.75
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.830
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.830
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.830
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.77
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.830
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.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      14498432 kB
Buffers:        234680 kB
Cached:        8045340 kB
SwapCached:       1504 kB
Active:       10604792 kB
Inactive:      7486676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      14498432 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:            4484 kB
Writeback:           0 kB
AnonPages:     9809848 kB
Mapped:          27156 kB
Slab:           267532 kB
PageTables:      31292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 28111932 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 52480 MiB
End job on node131 at 2011-05-14 00:31:41