Trace number 3308831

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

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
MD5SUMa8ad0173824ed9404a8c153da07c5f9c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark938.798
Satisfiable
(Un)Satisfiability was proved
Number of variables183325
Number of clauses546914
Sum of the clauses size1276130
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2364608
Number of clauses of size 3182304
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.23	c ==============================================================================
0.00/0.23	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.23	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.23	c ==============================================================================
0.00/0.23	c |         0 |  546912  1276128 |  164073       0        0     nan |  0.000 % |
2.59/2.68	c |         0 |  210225   740637 |      --       0       --      -- |     --   | -336685/-535486
2.59/2.68	c ==============================================================================
2.59/2.68	c Result  :   #vars: 32046   #clauses: 210225   #literals: 740637
2.59/2.68	c CPU time:   2.59161 s
2.59/2.68	c ==============================================================================
2.79/2.82	c
2.79/2.82	c Starting glucose
2.79/2.82	c
2.79/2.82	
2.79/2.82	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
2.79/2.82	
2.79/2.82	c ============================[ Problem Statistics ]=============================
2.79/2.82	c |                                                                             |
2.79/2.83	c |  Number of variables:  32046                                                |
2.79/2.83	c |  Number of clauses:    210225                                               |
2.81/2.91	c |  Parsing time:         0.08         s                                       |
1300.00/1300.01	HOME/glucose.sh: line 55: 23650 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-3308831-1303984534/watcher-3308831-1303984534 -o /tmp/evaluation-result-3308831-1303984534/solver-3308831-1303984534 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308831-1303984534.cnf 

running on 2 cores: 5,7

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: 3.72 3.89 2.99 5/192 23617
/proc/meminfo: memFree=13531816/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=0 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 510052221 8912896 252 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 252 211 178 0 69 0

[startup+0.020798 s]
/proc/loadavg: 3.72 3.89 2.99 5/192 23617
/proc/meminfo: memFree=13531816/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=0 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 510052221 8912896 252 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100787 s]
/proc/loadavg: 3.72 3.89 2.99 5/192 23617
/proc/meminfo: memFree=13531816/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=0 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 510052221 8912896 252 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300748 s]
/proc/loadavg: 3.72 3.89 2.99 5/192 23617
/proc/meminfo: memFree=13531816/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=0 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 510052221 8912896 252 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700677 s]
/proc/loadavg: 3.72 3.89 2.99 5/192 23617
/proc/meminfo: memFree=13531816/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=0 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 510052221 8912896 252 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50054 s]
/proc/loadavg: 3.72 3.89 2.99 5/194 23649
/proc/meminfo: memFree=13435328/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=0 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 510052221 8912896 252 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 252 211 178 0 69 0
[pid=23618] ppid=23617 vsize=95340 CPUtime=1.49 cores=5,7
/proc/23618/stat : 23618 (SatELite_releas) R 23617 23617 23274 0 -1 4202496 22143 0 0 0 142 7 0 0 25 0 1 0 510052221 97628160 20580 33554432000 134512640 135225430 4293016496 18446744073709551615 134548867 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23618/statm: 23835 20580 78 175 0 23658 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 104044

[startup+3.10026 s]
/proc/loadavg: 3.72 3.89 2.99 5/194 23649
/proc/meminfo: memFree=13362004/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=2.81 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 358 25639 0 0 0 0 272 9 18 0 1 0 510052221 8912896 254 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 8704

[startup+6.30069 s]
/proc/loadavg: 3.74 3.89 3.00 5/194 23652
/proc/meminfo: memFree=13576572/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=2.81 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 358 25639 0 0 0 0 272 9 18 0 1 0 510052221 8912896 254 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 254 211 178 0 69 0
[pid=23650] ppid=23617 vsize=22540 CPUtime=3.45 cores=5,7
/proc/23650/stat : 23650 (glucose_static) R 23617 23617 23274 0 -1 4202496 5240 0 0 0 345 0 0 0 25 0 1 0 510052503 23080960 5195 33554432000 134512640 135217611 4286677648 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23650/statm: 5635 5195 77 173 0 5460 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 31244

[startup+12.7006 s]
/proc/loadavg: 3.76 3.89 3.01 5/194 23652
/proc/meminfo: memFree=13569916/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=2.81 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 358 25639 0 0 0 0 272 9 18 0 1 0 510052221 8912896 254 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 254 211 178 0 69 0
[pid=23650] ppid=23617 vsize=24024 CPUtime=9.85 cores=5,7
/proc/23650/stat : 23650 (glucose_static) R 23617 23617 23274 0 -1 4202496 5619 0 0 0 985 0 0 0 25 0 1 0 510052503 24600576 5574 33554432000 134512640 135217611 4286677648 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23650/statm: 6006 5574 77 173 0 5831 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 32728

[startup+25.5003 s]
/proc/loadavg: 3.81 3.89 3.02 5/194 23682
/proc/meminfo: memFree=13542820/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=2.81 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 358 25639 0 0 0 0 272 9 18 0 1 0 510052221 8912896 254 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 254 211 178 0 69 0
[pid=23650] ppid=23617 vsize=26480 CPUtime=22.65 cores=5,7
/proc/23650/stat : 23650 (glucose_static) R 23617 23617 23274 0 -1 4202496 6202 0 0 0 2265 0 0 0 25 0 1 0 510052503 27115520 6157 33554432000 134512640 135217611 4286677648 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23650/statm: 6620 6157 77 173 0 6445 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 35184

[startup+51.1009 s]
/proc/loadavg: 3.88 3.90 3.04 5/194 23713
/proc/meminfo: memFree=13478200/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=2.81 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 358 25639 0 0 0 0 272 9 18 0 1 0 510052221 8912896 254 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 254 211 178 0 69 0
[pid=23650] ppid=23617 vsize=29768 CPUtime=48.26 cores=5,7
/proc/23650/stat : 23650 (glucose_static) R 23617 23617 23274 0 -1 4202496 7038 0 0 0 4825 1 0 0 25 0 1 0 510052503 30482432 6993 33554432000 134512640 135217611 4286677648 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23650/statm: 7442 6993 77 173 0 7267 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 38472

[startup+102.307 s]
/proc/loadavg: 3.94 3.91 3.09 5/194 23714
/proc/meminfo: memFree=13460432/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=2.81 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 358 25639 0 0 0 0 272 9 18 0 1 0 510052221 8912896 254 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 254 211 178 0 69 0
[pid=23650] ppid=23617 vsize=33512 CPUtime=99.46 cores=5,7
/proc/23650/stat : 23650 (glucose_static) R 23617 23617 23274 0 -1 4202496 7933 0 0 0 9944 2 0 0 25 0 1 0 510052503 34316288 7888 33554432000 134512640 135217611 4286677648 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23650/statm: 8378 7888 77 173 0 8203 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 42216

[startup+162.3 s]
/proc/loadavg: 3.98 3.93 3.15 5/194 23747
/proc/meminfo: memFree=13608564/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=2.81 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 358 25639 0 0 0 0 272 9 18 0 1 0 510052221 8912896 254 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 254 211 178 0 69 0
[pid=23650] ppid=23617 vsize=37472 CPUtime=159.45 cores=5,7
/proc/23650/stat : 23650 (glucose_static) R 23617 23617 23274 0 -1 4202496 8966 0 0 0 15943 2 0 0 25 0 1 0 510052503 38371328 8921 33554432000 134512640 135217611 4286677648 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23650/statm: 9368 8921 77 173 0 9193 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 46176

[startup+222.301 s]
/proc/loadavg: 4.09 3.97 3.21 5/194 23779
/proc/meminfo: memFree=13607208/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=2.81 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 358 25639 0 0 0 0 272 9 18 0 1 0 510052221 8912896 254 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 254 211 178 0 69 0
[pid=23650] ppid=23617 vsize=39852 CPUtime=219.46 cores=5,7
/proc/23650/stat : 23650 (glucose_static) R 23617 23617 23274 0 -1 4202496 9586 0 0 0 21943 3 0 0 25 0 1 0 510052503 40808448 9541 33554432000 134512640 135217611 4286677648 18446744073709551615 134533339 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23650/statm: 9963 9541 77 173 0 9788 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 48556

[startup+282.301 s]
/proc/loadavg: 4.08 3.99 3.26 5/194 23810
/proc/meminfo: memFree=13677516/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=2.81 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 358 25639 0 0 0 0 272 9 18 0 1 0 510052221 8912896 254 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 254 211 178 0 69 0
[pid=23650] ppid=23617 vsize=43192 CPUtime=279.46 cores=5,7
/proc/23650/stat : 23650 (glucose_static) R 23617 23617 23274 0 -1 4202496 10339 0 0 0 27943 3 0 0 25 0 1 0 510052503 44228608 10294 33554432000 134512640 135217611 4286677648 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23650/statm: 10798 10294 77 173 0 10623 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 51896

[startup+342.3 s]
/proc/loadavg: 4.06 4.00 3.31 5/194 23821
/proc/meminfo: memFree=13659676/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=2.81 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 358 25639 0 0 0 0 272 9 18 0 1 0 510052221 8912896 254 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 254 211 178 0 69 0
[pid=23650] ppid=23617 vsize=45568 CPUtime=339.46 cores=5,7
/proc/23650/stat : 23650 (glucose_static) R 23617 23617 23274 0 -1 4202496 10969 0 0 0 33943 3 0 0 25 0 1 0 510052503 46661632 10924 33554432000 134512640 135217611 4286677648 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23650/statm: 11392 10924 77 173 0 11217 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 54272

[startup+402.301 s]
/proc/loadavg: 4.02 4.00 3.35 5/194 23822
/proc/meminfo: memFree=13648356/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=2.81 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 358 25639 0 0 0 0 272 9 18 0 1 0 510052221 8912896 254 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 254 211 178 0 69 0
[pid=23650] ppid=23617 vsize=49268 CPUtime=399.47 cores=5,7

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

[pid=23650] ppid=23617 vsize=51632 CPUtime=519.47 cores=5,7
/proc/23650/stat : 23650 (glucose_static) R 23617 23617 23274 0 -1 4202496 12466 0 0 0 51943 4 0 0 25 0 1 0 510052503 52871168 12421 33554432000 134512640 135217611 4286677648 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23650/statm: 12908 12421 77 173 0 12733 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 60336

[startup+582.301 s]
/proc/loadavg: 3.08 3.60 3.31 4/187 23848
/proc/meminfo: memFree=13703384/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=2.81 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 358 25639 0 0 0 0 272 9 18 0 1 0 510052221 8912896 254 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 254 211 178 0 69 0
[pid=23650] ppid=23617 vsize=54540 CPUtime=579.47 cores=5,7
/proc/23650/stat : 23650 (glucose_static) R 23617 23617 23274 0 -1 4202496 13231 0 0 0 57943 4 0 0 25 0 1 0 510052503 55848960 13186 33554432000 134512640 135217611 4286677648 18446744073709551615 134533324 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23650/statm: 13635 13186 77 173 0 13460 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 63244

[startup+642.301 s]
/proc/loadavg: 3.03 3.49 3.29 4/187 23850
/proc/meminfo: memFree=13695884/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=2.81 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 358 25639 0 0 0 0 272 9 18 0 1 0 510052221 8912896 254 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 254 211 178 0 69 0
[pid=23650] ppid=23617 vsize=56000 CPUtime=639.47 cores=5,7
/proc/23650/stat : 23650 (glucose_static) R 23617 23617 23274 0 -1 4202496 13492 0 0 0 63943 4 0 0 25 0 1 0 510052503 57344000 13447 33554432000 134512640 135217611 4286677648 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23650/statm: 14000 13447 77 173 0 13825 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 64704

[startup+702.301 s]
/proc/loadavg: 3.01 3.40 3.26 4/187 23851
/proc/meminfo: memFree=13692504/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=2.81 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 358 25639 0 0 0 0 272 9 18 0 1 0 510052221 8912896 254 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 254 211 178 0 69 0
[pid=23650] ppid=23617 vsize=57124 CPUtime=699.47 cores=5,7
/proc/23650/stat : 23650 (glucose_static) R 23617 23617 23274 0 -1 4202496 13772 0 0 0 69942 5 0 0 25 0 1 0 510052503 58494976 13727 33554432000 134512640 135217611 4286677648 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23650/statm: 14281 13727 77 173 0 14106 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 65828

[startup+762.306 s]
/proc/loadavg: 3.06 3.34 3.25 4/187 23853
/proc/meminfo: memFree=13687996/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=2.81 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 358 25639 0 0 0 0 272 9 18 0 1 0 510052221 8912896 254 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 254 211 178 0 69 0
[pid=23650] ppid=23617 vsize=58580 CPUtime=759.48 cores=5,7
/proc/23650/stat : 23650 (glucose_static) R 23617 23617 23274 0 -1 4202496 14142 0 0 0 75943 5 0 0 25 0 1 0 510052503 59985920 14097 33554432000 134512640 135217611 4286677648 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23650/statm: 14645 14097 77 173 0 14470 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 67284

[startup+822.301 s]
/proc/loadavg: 3.02 3.27 3.23 4/187 23855
/proc/meminfo: memFree=13682864/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=2.81 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 358 25639 0 0 0 0 272 9 18 0 1 0 510052221 8912896 254 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 254 211 178 0 69 0
[pid=23650] ppid=23617 vsize=60300 CPUtime=819.47 cores=5,7
/proc/23650/stat : 23650 (glucose_static) R 23617 23617 23274 0 -1 4202496 14572 0 0 0 81942 5 0 0 25 0 1 0 510052503 61747200 14527 33554432000 134512640 135217611 4286677648 18446744073709551615 134533271 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23650/statm: 15075 14527 77 173 0 14900 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 69004

[startup+882.3 s]
/proc/loadavg: 3.01 3.22 3.22 4/187 23856
/proc/meminfo: memFree=13677740/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=2.81 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 358 25639 0 0 0 0 272 9 18 0 1 0 510052221 8912896 254 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 254 211 178 0 69 0
[pid=23650] ppid=23617 vsize=62556 CPUtime=879.48 cores=5,7
/proc/23650/stat : 23650 (glucose_static) R 23617 23617 23274 0 -1 4202496 15161 0 0 0 87942 6 0 0 25 0 1 0 510052503 64057344 15116 33554432000 134512640 135217611 4286677648 18446744073709551615 134533552 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23650/statm: 15639 15116 77 173 0 15464 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 71260

[startup+942.301 s]
/proc/loadavg: 3.00 3.18 3.20 4/187 23858
/proc/meminfo: memFree=13674832/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=2.81 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 358 25639 0 0 0 0 272 9 18 0 1 0 510052221 8912896 254 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 254 211 178 0 69 0
[pid=23650] ppid=23617 vsize=63348 CPUtime=939.48 cores=5,7
/proc/23650/stat : 23650 (glucose_static) R 23617 23617 23274 0 -1 4202496 15367 0 0 0 93942 6 0 0 25 0 1 0 510052503 64868352 15322 33554432000 134512640 135217611 4286677648 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23650/statm: 15837 15322 77 173 0 15662 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 72052

[startup+1002.3 s]
/proc/loadavg: 3.00 3.14 3.18 4/187 23859
/proc/meminfo: memFree=13673028/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=2.81 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 358 25639 0 0 0 0 272 9 18 0 1 0 510052221 8912896 254 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 254 211 178 0 69 0
[pid=23650] ppid=23617 vsize=63516 CPUtime=999.48 cores=5,7
/proc/23650/stat : 23650 (glucose_static) R 23617 23617 23274 0 -1 4202496 15393 0 0 0 99942 6 0 0 25 0 1 0 510052503 65040384 15348 33554432000 134512640 135217611 4286677648 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23650/statm: 15879 15348 77 173 0 15704 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 72220

[startup+1062.3 s]
/proc/loadavg: 3.00 3.11 3.17 4/187 23861
/proc/meminfo: memFree=13668032/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=2.81 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 358 25639 0 0 0 0 272 9 18 0 1 0 510052221 8912896 254 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 254 211 178 0 69 0
[pid=23650] ppid=23617 vsize=64308 CPUtime=1059.48 cores=5,7
/proc/23650/stat : 23650 (glucose_static) R 23617 23617 23274 0 -1 4202496 15607 0 0 0 105942 6 0 0 25 0 1 0 510052503 65851392 15562 33554432000 134512640 135217611 4286677648 18446744073709551615 134527884 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23650/statm: 16077 15562 77 173 0 15902 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 73012

[startup+1122.3 s]
/proc/loadavg: 3.00 3.09 3.16 4/187 23863
/proc/meminfo: memFree=13665112/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=2.81 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 358 25639 0 0 0 0 272 9 18 0 1 0 510052221 8912896 254 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 254 211 178 0 69 0
[pid=23650] ppid=23617 vsize=65232 CPUtime=1119.48 cores=5,7
/proc/23650/stat : 23650 (glucose_static) R 23617 23617 23274 0 -1 4202496 15827 0 0 0 111942 6 0 0 25 0 1 0 510052503 66797568 15782 33554432000 134512640 135217611 4286677648 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23650/statm: 16308 15782 77 173 0 16133 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 73936

[startup+1182.3 s]
/proc/loadavg: 3.00 3.07 3.15 4/187 23864
/proc/meminfo: memFree=13659732/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=2.81 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 358 25639 0 0 0 0 272 9 18 0 1 0 510052221 8912896 254 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 254 211 178 0 69 0
[pid=23650] ppid=23617 vsize=67488 CPUtime=1179.48 cores=5,7
/proc/23650/stat : 23650 (glucose_static) R 23617 23617 23274 0 -1 4202496 16420 0 0 0 117942 6 0 0 25 0 1 0 510052503 69107712 16375 33554432000 134512640 135217611 4286677648 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23650/statm: 16872 16375 77 173 0 16697 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 76192

[startup+1242.3 s]
/proc/loadavg: 3.00 3.06 3.13 4/187 23866
/proc/meminfo: memFree=13655620/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=2.81 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 358 25639 0 0 0 0 272 9 18 0 1 0 510052221 8912896 254 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 254 211 178 0 69 0
[pid=23650] ppid=23617 vsize=67884 CPUtime=1239.48 cores=5,7
/proc/23650/stat : 23650 (glucose_static) R 23617 23617 23274 0 -1 4202496 16530 0 0 0 123942 6 0 0 25 0 1 0 510052503 69513216 16485 33554432000 134512640 135217611 4286677648 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23650/statm: 16971 16485 77 173 0 16796 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 76588



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.04 3.12 4/187 23867
/proc/meminfo: memFree=13654208/32950928 swapFree=67111528/67111528
[pid=23617] ppid=23615 vsize=8704 CPUtime=2.81 cores=5,7
/proc/23617/stat : 23617 (glucose.sh) S 23615 23617 23274 0 -1 4202496 358 25639 0 0 0 0 272 9 18 0 1 0 510052221 8912896 254 33554432000 4194304 4922060 140734277798912 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23617/statm: 2176 254 211 178 0 69 0
[pid=23650] ppid=23617 vsize=69732 CPUtime=1297.19 cores=5,7
/proc/23650/stat : 23650 (glucose_static) R 23617 23617 23274 0 -1 4202496 16978 0 0 0 129712 7 0 0 25 0 1 0 510052503 71405568 16933 33554432000 134512640 135217611 4286677648 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23650/statm: 17433 16933 77 173 0 17258 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 78436

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.03
CPU user time (s): 1299.86
CPU system time (s): 0.177972
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 111096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.86
system time used= 0.177972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42985
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= 18
involuntary context switches= 1785

runsolver used 2.04469 second user time and 5.06023 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-28 11:55:35
IDJOB=3308831
IDBENCH=82481
IDSOLVER=1691
FILE ID=node120/3308831-1303984534
RUNJOBID= node120-1303983220-23296
PBS_JOBID= 13168706
Free space on /tmp= 71952 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308831-1303984534/watcher-3308831-1303984534 -o /tmp/evaluation-result-3308831-1303984534/solver-3308831-1303984534 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308831-1303984534.cnf

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

MD5SUM BENCH= a8ad0173824ed9404a8c153da07c5f9c
RANDOM SEED=1086749280

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13531840 kB
Buffers:       2476280 kB
Cached:       16091648 kB
SwapCached:          0 kB
Active:       11007736 kB
Inactive:      7835360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13531840 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          127060 kB
Writeback:           0 kB
AnonPages:      274500 kB
Mapped:          16236 kB
Slab:           510628 kB
PageTables:       5676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   486168 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= 72032 MiB
End job on node120 at 2011-04-28 12:17:17