Trace number 3309164

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.04 1300.01

General information on the benchmark

NameSAT02/industrial/dellacherie/
comb/comb1.shuffled.cnf
MD5SUM0e9d17eb95ee436fc1015c5591cfb63f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.2328
Satisfiable
(Un)Satisfiability was proved
Number of variables5910
Number of clauses16804
Sum of the clauses size38654
Maximum clause length28
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 213041
Number of clauses of size 32838
Number of clauses of size 4787
Number of clauses of size 5103
Number of clauses of size over 534

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.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   16803    38653 |    5040       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |    8377    24913 |      --       0       --      -- |     --   | -8417/-13719
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 1686   #clauses: 8377   #literals: 24913
0.00/0.06	c CPU time:   0.06399 s
0.00/0.06	c ==============================================================================
0.00/0.07	c
0.00/0.07	c Starting glucose
0.00/0.07	c
0.00/0.07	
0.00/0.07	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.07	
0.00/0.07	c ============================[ Problem Statistics ]=============================
0.00/0.07	c |                                                                             |
0.00/0.07	c |  Number of variables:  1686                                                 |
0.00/0.07	c |  Number of clauses:    8377                                                 |
0.00/0.07	c |  Parsing time:         0.00         s                                       |
1300.01/1300.00	HOME/glucose.sh: line 55:  7055 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-3309164-1303985955/watcher-3309164-1303985955 -o /tmp/evaluation-result-3309164-1303985955/solver-3309164-1303985955 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3309164-1303985955.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: 2.25 2.78 3.01 5/192 7052
/proc/meminfo: memFree=14221096/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 510195340 8912896 253 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 253 211 178 0 69 0

[startup+0.0663249 s]
/proc/loadavg: 2.25 2.78 3.01 5/192 7052
/proc/meminfo: memFree=14221096/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 510195340 8912896 253 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.10532 s]
/proc/loadavg: 2.25 2.78 3.01 5/192 7052
/proc/meminfo: memFree=14221096/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 361 922 0 0 0 0 6 0 25 0 1 0 510195340 8912896 255 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8704

[startup+0.300282 s]
/proc/loadavg: 2.25 2.78 3.01 5/192 7052
/proc/meminfo: memFree=14221096/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 361 922 0 0 0 0 6 0 25 0 1 0 510195340 8912896 255 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8704

[startup+0.700211 s]
/proc/loadavg: 2.25 2.78 3.01 5/192 7052
/proc/meminfo: memFree=14221096/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 361 922 0 0 0 0 6 0 25 0 1 0 510195340 8912896 255 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8704

[startup+1.50113 s]
/proc/loadavg: 2.25 2.78 3.01 5/194 7055
/proc/meminfo: memFree=14214508/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 361 922 0 0 0 0 6 0 25 0 1 0 510195340 8912896 255 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 255 211 178 0 69 0
[pid=7055] ppid=7052 vsize=4572 CPUtime=1.42 cores=0,2
/proc/7055/stat : 7055 (glucose_static) R 7052 7052 6397 0 -1 4202496 830 0 0 0 142 0 0 0 25 0 1 0 510195347 4681728 785 33554432000 134512640 135217611 4286880576 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7055/statm: 1143 785 76 173 0 968 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13276

[startup+3.10085 s]
/proc/loadavg: 2.25 2.78 3.01 5/194 7055
/proc/meminfo: memFree=14210804/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 361 922 0 0 0 0 6 0 25 0 1 0 510195340 8912896 255 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 255 211 178 0 69 0
[pid=7055] ppid=7052 vsize=5384 CPUtime=3.02 cores=0,2
/proc/7055/stat : 7055 (glucose_static) R 7052 7052 6397 0 -1 4202496 1060 0 0 0 302 0 0 0 25 0 1 0 510195347 5513216 1015 33554432000 134512640 135217611 4286880576 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7055/statm: 1346 1015 76 173 0 1171 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 14088

[startup+6.30028 s]
/proc/loadavg: 2.39 2.80 3.01 5/194 7055
/proc/meminfo: memFree=14206476/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 361 922 0 0 0 0 6 0 25 0 1 0 510195340 8912896 255 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 255 211 178 0 69 0
[pid=7055] ppid=7052 vsize=5928 CPUtime=6.22 cores=0,2
/proc/7055/stat : 7055 (glucose_static) R 7052 7052 6397 0 -1 4202496 1178 0 0 0 622 0 0 0 25 0 1 0 510195347 6070272 1133 33554432000 134512640 135217611 4286880576 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7055/statm: 1482 1133 76 173 0 1307 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 14632

[startup+12.7001 s]
/proc/loadavg: 2.52 2.82 3.02 5/194 7055
/proc/meminfo: memFree=14201020/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 361 922 0 0 0 0 6 0 25 0 1 0 510195340 8912896 255 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 255 211 178 0 69 0
[pid=7055] ppid=7052 vsize=7244 CPUtime=12.62 cores=0,2
/proc/7055/stat : 7055 (glucose_static) R 7052 7052 6397 0 -1 4202496 1502 0 0 0 1262 0 0 0 25 0 1 0 510195347 7417856 1457 33554432000 134512640 135217611 4286880576 18446744073709551615 134533339 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7055/statm: 1811 1457 76 173 0 1636 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15948

[startup+25.5009 s]
/proc/loadavg: 2.84 2.88 3.03 5/194 7086
/proc/meminfo: memFree=14158760/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 361 922 0 0 0 0 6 0 25 0 1 0 510195340 8912896 255 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 255 211 178 0 69 0
[pid=7055] ppid=7052 vsize=10340 CPUtime=25.42 cores=0,2
/proc/7055/stat : 7055 (glucose_static) R 7052 7052 6397 0 -1 4202496 2258 0 0 0 2542 0 0 0 25 0 1 0 510195347 10588160 2213 33554432000 134512640 135217611 4286880576 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7055/statm: 2585 2213 76 173 0 2410 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19044

[startup+51.1004 s]
/proc/loadavg: 3.24 2.97 3.06 5/194 7086
/proc/meminfo: memFree=14142320/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 361 922 0 0 0 0 6 0 25 0 1 0 510195340 8912896 255 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 255 211 178 0 69 0
[pid=7055] ppid=7052 vsize=14652 CPUtime=51.02 cores=0,2
/proc/7055/stat : 7055 (glucose_static) R 7052 7052 6397 0 -1 4202496 3333 0 0 0 5102 0 0 0 25 0 1 0 510195347 15003648 3288 33554432000 134512640 135217611 4286880576 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7055/statm: 3663 3288 76 173 0 3488 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 23356

[startup+102.307 s]
/proc/loadavg: 3.67 3.13 3.10 5/194 7088
/proc/meminfo: memFree=14127084/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 361 922 0 0 0 0 6 0 25 0 1 0 510195340 8912896 255 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 255 211 178 0 69 0
[pid=7055] ppid=7052 vsize=19516 CPUtime=102.23 cores=0,2
/proc/7055/stat : 7055 (glucose_static) R 7052 7052 6397 0 -1 4202496 4524 0 0 0 10223 0 0 0 25 0 1 0 510195347 19984384 4479 33554432000 134512640 135217611 4286880576 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7055/statm: 4879 4479 76 173 0 4704 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 28220

[startup+162.301 s]
/proc/loadavg: 3.91 3.30 3.16 5/194 7089
/proc/meminfo: memFree=14113652/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 361 922 0 0 0 0 6 0 25 0 1 0 510195340 8912896 255 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 255 211 178 0 69 0
[pid=7055] ppid=7052 vsize=21348 CPUtime=162.22 cores=0,2
/proc/7055/stat : 7055 (glucose_static) R 7052 7052 6397 0 -1 4202496 4948 0 0 0 16222 0 0 0 25 0 1 0 510195347 21860352 4903 33554432000 134512640 135217611 4286880576 18446744073709551615 134532672 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7055/statm: 5337 4903 76 173 0 5162 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 30052

[startup+222.301 s]
/proc/loadavg: 3.96 3.42 3.21 5/194 7091
/proc/meminfo: memFree=14099100/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 361 922 0 0 0 0 6 0 25 0 1 0 510195340 8912896 255 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 255 211 178 0 69 0
[pid=7055] ppid=7052 vsize=24536 CPUtime=222.23 cores=0,2
/proc/7055/stat : 7055 (glucose_static) R 7052 7052 6397 0 -1 4202496 5656 0 0 0 22222 1 0 0 25 0 1 0 510195347 25124864 5611 33554432000 134512640 135217611 4286880576 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7055/statm: 6134 5611 76 173 0 5959 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 33240

[startup+282.3 s]
/proc/loadavg: 4.03 3.54 3.26 5/194 7092
/proc/meminfo: memFree=14089884/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 361 922 0 0 0 0 6 0 25 0 1 0 510195340 8912896 255 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 255 211 178 0 69 0
[pid=7055] ppid=7052 vsize=29456 CPUtime=282.22 cores=0,2
/proc/7055/stat : 7055 (glucose_static) R 7052 7052 6397 0 -1 4202496 6859 0 0 0 28221 1 0 0 25 0 1 0 510195347 30162944 6814 33554432000 134512640 135217611 4286880576 18446744073709551615 134533168 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7055/statm: 7364 6814 76 173 0 7189 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 38160

[startup+342.301 s]
/proc/loadavg: 4.01 3.62 3.31 5/194 7094
/proc/meminfo: memFree=14082892/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 361 922 0 0 0 0 6 0 25 0 1 0 510195340 8912896 255 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 255 211 178 0 69 0
[pid=7055] ppid=7052 vsize=30188 CPUtime=342.23 cores=0,2
/proc/7055/stat : 7055 (glucose_static) R 7052 7052 6397 0 -1 4202496 7033 0 0 0 34221 2 0 0 25 0 1 0 510195347 30912512 6988 33554432000 134512640 135217611 4286880576 18446744073709551615 134532756 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7055/statm: 7547 6988 76 173 0 7372 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 38892

[startup+402.3 s]
/proc/loadavg: 4.00 3.69 3.35 5/194 7096
/proc/meminfo: memFree=14077404/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2

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

[pid=7055] ppid=7052 vsize=35068 CPUtime=522.23 cores=0,2
/proc/7055/stat : 7055 (glucose_static) R 7052 7052 6397 0 -1 4202496 8215 0 0 0 52221 2 0 0 25 0 1 0 510195347 35909632 8170 33554432000 134512640 135217611 4286880576 18446744073709551615 134532744 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7055/statm: 8767 8170 76 173 0 8592 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 43772

[startup+582.3 s]
/proc/loadavg: 4.00 3.83 3.46 5/194 7100
/proc/meminfo: memFree=14053964/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 361 922 0 0 0 0 6 0 25 0 1 0 510195340 8912896 255 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 255 211 178 0 69 0
[pid=7055] ppid=7052 vsize=38232 CPUtime=582.23 cores=0,2
/proc/7055/stat : 7055 (glucose_static) R 7052 7052 6397 0 -1 4202496 8887 0 0 0 58221 2 0 0 25 0 1 0 510195347 39149568 8842 33554432000 134512640 135217611 4286880576 18446744073709551615 134533339 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7055/statm: 9558 8842 76 173 0 9383 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 46936

[startup+642.301 s]
/proc/loadavg: 4.00 3.86 3.49 5/194 7102
/proc/meminfo: memFree=14045488/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 361 922 0 0 0 0 6 0 25 0 1 0 510195340 8912896 255 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 255 211 178 0 69 0
[pid=7055] ppid=7052 vsize=40000 CPUtime=642.24 cores=0,2
/proc/7055/stat : 7055 (glucose_static) R 7052 7052 6397 0 -1 4202496 9318 0 0 0 64221 3 0 0 25 0 1 0 510195347 40960000 9273 33554432000 134512640 135217611 4286880576 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7055/statm: 10000 9273 76 173 0 9825 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 48704

[startup+702.3 s]
/proc/loadavg: 4.04 3.90 3.52 5/194 7104
/proc/meminfo: memFree=14041972/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 361 922 0 0 0 0 6 0 25 0 1 0 510195340 8912896 255 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 255 211 178 0 69 0
[pid=7055] ppid=7052 vsize=41320 CPUtime=702.24 cores=0,2
/proc/7055/stat : 7055 (glucose_static) R 7052 7052 6397 0 -1 4202496 9668 0 0 0 70221 3 0 0 25 0 1 0 510195347 42311680 9623 33554432000 134512640 135217611 4286880576 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7055/statm: 10330 9623 76 173 0 10155 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 50024

[startup+762.307 s]
/proc/loadavg: 4.01 3.91 3.55 5/194 7105
/proc/meminfo: memFree=14033248/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 361 922 0 0 0 0 6 0 25 0 1 0 510195340 8912896 255 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 255 211 178 0 69 0
[pid=7055] ppid=7052 vsize=42160 CPUtime=762.25 cores=0,2
/proc/7055/stat : 7055 (glucose_static) R 7052 7052 6397 0 -1 4202496 9853 0 0 0 76222 3 0 0 25 0 1 0 510195347 43171840 9808 33554432000 134512640 135217611 4286880576 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7055/statm: 10540 9808 76 173 0 10365 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 50864

[startup+822.301 s]
/proc/loadavg: 4.07 3.94 3.58 5/194 7107
/proc/meminfo: memFree=14030100/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 361 922 0 0 0 0 6 0 25 0 1 0 510195340 8912896 255 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 255 211 178 0 69 0
[pid=7055] ppid=7052 vsize=42748 CPUtime=822.24 cores=0,2
/proc/7055/stat : 7055 (glucose_static) R 7052 7052 6397 0 -1 4202496 9971 0 0 0 82221 3 0 0 25 0 1 0 510195347 43773952 9926 33554432000 134512640 135217611 4286880576 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7055/statm: 10687 9926 76 173 0 10512 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 51452

[startup+882.3 s]
/proc/loadavg: 4.02 3.95 3.60 5/194 7108
/proc/meminfo: memFree=14024476/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 361 922 0 0 0 0 6 0 25 0 1 0 510195340 8912896 255 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 255 211 178 0 69 0
[pid=7055] ppid=7052 vsize=45756 CPUtime=882.24 cores=0,2
/proc/7055/stat : 7055 (glucose_static) R 7052 7052 6397 0 -1 4202496 10665 0 0 0 88221 3 0 0 25 0 1 0 510195347 46854144 10620 33554432000 134512640 135217611 4286880576 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7055/statm: 11439 10620 76 173 0 11264 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 54460

[startup+942.301 s]
/proc/loadavg: 4.01 3.95 3.63 5/194 7110
/proc/meminfo: memFree=14020960/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 361 922 0 0 0 0 6 0 25 0 1 0 510195340 8912896 255 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 255 211 178 0 69 0
[pid=7055] ppid=7052 vsize=46368 CPUtime=942.24 cores=0,2
/proc/7055/stat : 7055 (glucose_static) R 7052 7052 6397 0 -1 4202496 10788 0 0 0 94220 4 0 0 25 0 1 0 510195347 47480832 10743 33554432000 134512640 135217611 4286880576 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7055/statm: 11592 10743 76 173 0 11417 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 55072

[startup+1002.3 s]
/proc/loadavg: 3.61 3.86 3.62 4/187 7130
/proc/meminfo: memFree=14064620/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 361 922 0 0 0 0 6 0 25 0 1 0 510195340 8912896 255 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 255 211 178 0 69 0
[pid=7055] ppid=7052 vsize=46620 CPUtime=1002.24 cores=0,2
/proc/7055/stat : 7055 (glucose_static) R 7052 7052 6397 0 -1 4202496 10843 0 0 0 100220 4 0 0 25 0 1 0 510195347 47738880 10798 33554432000 134512640 135217611 4286880576 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7055/statm: 11655 10798 76 173 0 11480 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 55324

[startup+1062.3 s]
/proc/loadavg: 3.22 3.70 3.58 4/187 7131
/proc/meminfo: memFree=14059488/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 361 922 0 0 0 0 6 0 25 0 1 0 510195340 8912896 255 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 255 211 178 0 69 0
[pid=7055] ppid=7052 vsize=46800 CPUtime=1062.25 cores=0,2
/proc/7055/stat : 7055 (glucose_static) R 7052 7052 6397 0 -1 4202496 10877 0 0 0 106221 4 0 0 25 0 1 0 510195347 47923200 10832 33554432000 134512640 135217611 4286880576 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7055/statm: 11700 10832 76 173 0 11525 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 55504

[startup+1122.3 s]
/proc/loadavg: 3.08 3.57 3.54 4/187 7133
/proc/meminfo: memFree=14056104/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 361 922 0 0 0 0 6 0 25 0 1 0 510195340 8912896 255 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 255 211 178 0 69 0
[pid=7055] ppid=7052 vsize=47376 CPUtime=1122.25 cores=0,2
/proc/7055/stat : 7055 (glucose_static) R 7052 7052 6397 0 -1 4202496 11000 0 0 0 112221 4 0 0 25 0 1 0 510195347 48513024 10955 33554432000 134512640 135217611 4286880576 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7055/statm: 11844 10955 76 173 0 11669 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 56080

[startup+1182.3 s]
/proc/loadavg: 3.03 3.47 3.50 4/187 7134
/proc/meminfo: memFree=14053720/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 361 922 0 0 0 0 6 0 25 0 1 0 510195340 8912896 255 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 255 211 178 0 69 0
[pid=7055] ppid=7052 vsize=48912 CPUtime=1182.25 cores=0,2
/proc/7055/stat : 7055 (glucose_static) R 7052 7052 6397 0 -1 4202496 11389 0 0 0 118221 4 0 0 25 0 1 0 510195347 50085888 11344 33554432000 134512640 135217611 4286880576 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7055/statm: 12228 11344 76 173 0 12053 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 57616

[startup+1242.3 s]
/proc/loadavg: 3.01 3.38 3.47 4/187 7136
/proc/meminfo: memFree=14051200/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 361 922 0 0 0 0 6 0 25 0 1 0 510195340 8912896 255 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 255 211 178 0 69 0
[pid=7055] ppid=7052 vsize=50524 CPUtime=1242.25 cores=0,2
/proc/7055/stat : 7055 (glucose_static) R 7052 7052 6397 0 -1 4202496 11762 0 0 0 124221 4 0 0 25 0 1 0 510195347 51736576 11717 33554432000 134512640 135217611 4286880576 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7055/statm: 12631 11717 76 173 0 12456 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 59228



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.92 3.29 3.43 3/184 7139
/proc/meminfo: memFree=14097812/32950928 swapFree=67111528/67111528
[pid=7052] ppid=7050 vsize=8704 CPUtime=0.06 cores=0,2
/proc/7052/stat : 7052 (glucose.sh) S 7050 7052 6397 0 -1 4202496 361 922 0 0 0 0 6 0 25 0 1 0 510195340 8912896 255 33554432000 4194304 4922060 140735925584592 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7052/statm: 2176 255 211 178 0 69 0
[pid=7055] ppid=7052 vsize=51204 CPUtime=1299.95 cores=0,2
/proc/7055/stat : 7055 (glucose_static) R 7052 7052 6397 0 -1 4202496 11890 0 0 0 129991 4 0 0 25 0 1 0 510195347 52432896 11845 33554432000 134512640 135217611 4286880576 18446744073709551615 134522384 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7055/statm: 12801 11845 76 173 0 12626 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 59908

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

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

Child status: 143
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1299.99
CPU system time (s): 0.052991
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 59908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.99
system time used= 0.052991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13386
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= 16
involuntary context switches= 3685

runsolver used 2.10668 second user time and 4.99224 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-28 12:19:15
IDJOB=3309164
IDBENCH=88045
IDSOLVER=1691
FILE ID=node123/3309164-1303985955
RUNJOBID= node123-1303985954-6943
PBS_JOBID= 13168703
Free space on /tmp= 72812 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT02/industrial/dellacherie/comb/comb1.shuffled.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309164-1303985955/watcher-3309164-1303985955 -o /tmp/evaluation-result-3309164-1303985955/solver-3309164-1303985955 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3309164-1303985955.cnf

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

MD5SUM BENCH= 0e9d17eb95ee436fc1015c5591cfb63f
RANDOM SEED=1552499992

node123.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.838
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.67
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.838
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.838
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.75
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.74
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.838
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14221368 kB
Buffers:       2187984 kB
Cached:       15916432 kB
SwapCached:          0 kB
Active:        8846256 kB
Inactive:      9333860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14221368 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7924 kB
Writeback:           0 kB
AnonPages:       74444 kB
Mapped:          16172 kB
Slab:           486060 kB
PageTables:       4572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   264108 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= 72800 MiB
End job on node123 at 2011-04-28 12:40:55