Trace number 3281675

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
EBGlucose 1.0? (TO) 1300.04 1300.01

General information on the benchmark

Namemizh-sha0-36-4.cnf
MD5SUMf43e1bf70d9ce8021bafd328efc83ae7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark48.6226
Satisfiable
(Un)Satisfiability was proved
Number of variables50073
Number of clauses210235
Sum of the clauses size628383
Maximum clause length4
Minimum clause length1
Number of clauses of size 1177
Number of clauses of size 286992
Number of clauses of size 338042
Number of clauses of size 485024
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.09	c ==============================================================================
0.00/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.09	c ==============================================================================
0.00/0.09	c |         0 |  180292   522218 |   54087       0        0     nan |  0.000 % |
0.00/0.35	c |         0 |  120343   408065 |      --       0       --      -- |     --   | -57260/-106174
0.00/0.35	c ==============================================================================
0.00/0.35	c Result  :   #vars: 20573   #clauses: 120343   #literals: 408065
0.00/0.35	c CPU time:   0.32795 s
0.00/0.35	c ==============================================================================
0.00/0.43	c
0.00/0.43	c Starting glucose
0.00/0.43	c
0.00/0.43	
0.00/0.43	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.43	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.43	
0.00/0.43	c ============================[ Problem Statistics ]=============================
0.00/0.43	c |                                                                             |
0.00/0.43	c |  Number of variables:  20573                                                |
0.00/0.43	c |  Number of clauses:    120343                                               |
0.00/0.48	c |  Parsing time:         0.04         s                                       |
1300.02/1300.01	HOME/ebglucose.sh: line 57:  4501 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-3281675-1303751178/watcher-3281675-1303751178 -o /tmp/evaluation-result-3281675-1303751178/solver-3281675-1303751178 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3281675-1303751178.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 2.09 2.90 3.46 3/178 4497
/proc/meminfo: memFree=15856164/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 467533240 8912896 253 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 253 211 178 0 69 0

[startup+0.0391719 s]
/proc/loadavg: 2.09 2.90 3.46 3/178 4497
/proc/meminfo: memFree=15856164/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 467533240 8912896 253 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.10116 s]
/proc/loadavg: 2.09 2.90 3.46 3/178 4497
/proc/meminfo: memFree=15856164/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 467533240 8912896 253 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301127 s]
/proc/loadavg: 2.09 2.90 3.46 3/178 4497
/proc/meminfo: memFree=15856164/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 467533240 8912896 253 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701014 s]
/proc/loadavg: 2.09 2.90 3.46 3/178 4497
/proc/meminfo: memFree=15856164/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0.42 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 380 8269 0 0 0 0 39 3 21 0 1 0 467533240 8912896 256 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 8704

[startup+1.50091 s]
/proc/loadavg: 2.09 2.90 3.46 3/180 4501
/proc/meminfo: memFree=15838184/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0.42 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 380 8269 0 0 0 0 39 3 21 0 1 0 467533240 8912896 256 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 256 211 178 0 69 0
[pid=4501] ppid=4497 vsize=15864 CPUtime=1.05 cores=1,3
/proc/4501/stat : 4501 (ebglucose_stati) R 4497 4497 3716 0 -1 4202496 3392 0 0 0 105 0 0 0 25 0 1 0 467533283 16244736 3329 33554432000 134512640 134556542 4289103264 18446744073709551615 134536930 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4501/statm: 3966 3329 214 11 0 3300 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 24568

[startup+3.10061 s]
/proc/loadavg: 2.08 2.89 3.45 3/180 4501
/proc/meminfo: memFree=15837192/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0.42 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 380 8269 0 0 0 0 39 3 21 0 1 0 467533240 8912896 256 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 256 211 178 0 69 0
[pid=4501] ppid=4497 vsize=17264 CPUtime=2.65 cores=1,3
/proc/4501/stat : 4501 (ebglucose_stati) R 4497 4497 3716 0 -1 4202496 3742 0 0 0 265 0 0 0 25 0 1 0 467533283 17678336 3679 33554432000 134512640 134556542 4289103264 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4501/statm: 4316 3679 214 11 0 3650 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 25968

[startup+6.30103 s]
/proc/loadavg: 2.08 2.89 3.45 3/180 4501
/proc/meminfo: memFree=15834604/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0.42 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 380 8269 0 0 0 0 39 3 21 0 1 0 467533240 8912896 256 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 256 211 178 0 69 0
[pid=4501] ppid=4497 vsize=18880 CPUtime=5.86 cores=1,3
/proc/4501/stat : 4501 (ebglucose_stati) R 4497 4497 3716 0 -1 4202496 4137 0 0 0 586 0 0 0 25 0 1 0 467533283 19333120 4074 33554432000 134512640 134556542 4289103264 18446744073709551615 134531752 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4501/statm: 4720 4074 214 11 0 4054 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 27584

[startup+12.7009 s]
/proc/loadavg: 2.07 2.86 3.43 3/180 4501
/proc/meminfo: memFree=15832748/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0.42 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 380 8269 0 0 0 0 39 3 21 0 1 0 467533240 8912896 256 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 256 211 178 0 69 0
[pid=4501] ppid=4497 vsize=20676 CPUtime=12.26 cores=1,3
/proc/4501/stat : 4501 (ebglucose_stati) R 4497 4497 3716 0 -1 4202496 4605 0 0 0 1226 0 0 0 25 0 1 0 467533283 21172224 4542 33554432000 134512640 134556542 4289103264 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4501/statm: 5169 4542 214 11 0 4503 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 29380

[startup+25.5005 s]
/proc/loadavg: 2.06 2.83 3.42 3/180 4501
/proc/meminfo: memFree=15829528/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0.42 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 380 8269 0 0 0 0 39 3 21 0 1 0 467533240 8912896 256 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 256 211 178 0 69 0
[pid=4501] ppid=4497 vsize=23568 CPUtime=25.05 cores=1,3
/proc/4501/stat : 4501 (ebglucose_stati) R 4497 4497 3716 0 -1 4202496 5314 0 0 0 2505 0 0 0 25 0 1 0 467533283 24133632 5251 33554432000 134512640 134556542 4289103264 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4501/statm: 5892 5251 214 11 0 5226 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 32272

[startup+51.1008 s]
/proc/loadavg: 2.04 2.76 3.38 3/180 4502
/proc/meminfo: memFree=15825964/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0.42 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 380 8269 0 0 0 0 39 3 21 0 1 0 467533240 8912896 256 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 256 211 178 0 69 0
[pid=4501] ppid=4497 vsize=26664 CPUtime=50.65 cores=1,3
/proc/4501/stat : 4501 (ebglucose_stati) R 4497 4497 3716 0 -1 4202496 6045 0 0 0 5065 0 0 0 25 0 1 0 467533283 27303936 5982 33554432000 134512640 134556542 4289103264 18446744073709551615 134530924 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4501/statm: 6666 5982 214 11 0 6000 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 35368

[startup+102.306 s]
/proc/loadavg: 2.01 2.63 3.30 3/180 4503
/proc/meminfo: memFree=15820368/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0.42 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 380 8269 0 0 0 0 39 3 21 0 1 0 467533240 8912896 256 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 256 211 178 0 69 0
[pid=4501] ppid=4497 vsize=30488 CPUtime=101.86 cores=1,3
/proc/4501/stat : 4501 (ebglucose_stati) R 4497 4497 3716 0 -1 4202496 7052 0 0 0 10186 0 0 0 25 0 1 0 467533283 31219712 6989 33554432000 134512640 134556542 4289103264 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4501/statm: 7622 6989 214 11 0 6956 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 39192

[startup+162.3 s]
/proc/loadavg: 2.00 2.52 3.22 3/180 4505
/proc/meminfo: memFree=15815884/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0.42 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 380 8269 0 0 0 0 39 3 21 0 1 0 467533240 8912896 256 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 256 211 178 0 69 0
[pid=4501] ppid=4497 vsize=33792 CPUtime=161.86 cores=1,3
/proc/4501/stat : 4501 (ebglucose_stati) R 4497 4497 3716 0 -1 4202496 7833 0 0 0 16185 1 0 0 25 0 1 0 467533283 34603008 7770 33554432000 134512640 134556542 4289103264 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4501/statm: 8448 7770 214 11 0 7782 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 42496

[startup+222.3 s]
/proc/loadavg: 2.00 2.42 3.13 3/180 4507
/proc/meminfo: memFree=15812148/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0.42 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 380 8269 0 0 0 0 39 3 21 0 1 0 467533240 8912896 256 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 256 211 178 0 69 0
[pid=4501] ppid=4497 vsize=36432 CPUtime=221.86 cores=1,3
/proc/4501/stat : 4501 (ebglucose_stati) R 4497 4497 3716 0 -1 4202496 8487 0 0 0 22185 1 0 0 25 0 1 0 467533283 37306368 8424 33554432000 134512640 134556542 4289103264 18446744073709551615 134537349 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4501/statm: 9108 8424 214 11 0 8442 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 45136

[startup+282.3 s]
/proc/loadavg: 2.00 2.34 3.07 3/180 4508
/proc/meminfo: memFree=15807784/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0.42 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 380 8269 0 0 0 0 39 3 21 0 1 0 467533240 8912896 256 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 256 211 178 0 69 0
[pid=4501] ppid=4497 vsize=38808 CPUtime=281.86 cores=1,3
/proc/4501/stat : 4501 (ebglucose_stati) R 4497 4497 3716 0 -1 4202496 9119 0 0 0 28185 1 0 0 25 0 1 0 467533283 39739392 9056 33554432000 134512640 134556542 4289103264 18446744073709551615 134543431 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4501/statm: 9702 9056 214 11 0 9036 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 47512

[startup+342.3 s]
/proc/loadavg: 2.00 2.27 2.99 3/180 4510
/proc/meminfo: memFree=15804292/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0.42 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 380 8269 0 0 0 0 39 3 21 0 1 0 467533240 8912896 256 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 256 211 178 0 69 0
[pid=4501] ppid=4497 vsize=41052 CPUtime=341.86 cores=1,3
/proc/4501/stat : 4501 (ebglucose_stati) R 4497 4497 3716 0 -1 4202496 9686 0 0 0 34185 1 0 0 25 0 1 0 467533283 42037248 9623 33554432000 134512640 134556542 4289103264 18446744073709551615 134537304 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4501/statm: 10263 9623 214 11 0 9597 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 49756

[startup+402.3 s]
/proc/loadavg: 2.00 2.23 2.93 3/180 4511
/proc/meminfo: memFree=15801032/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0.42 cores=1,3

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

[pid=4501] ppid=4497 vsize=46996 CPUtime=521.87 cores=1,3
/proc/4501/stat : 4501 (ebglucose_stati) R 4497 4497 3716 0 -1 4202496 11097 0 0 0 52186 1 0 0 25 0 1 0 467533283 48123904 11034 33554432000 134512640 134556542 4289103264 18446744073709551615 134528949 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4501/statm: 11749 11034 214 11 0 11083 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 55700

[startup+582.3 s]
/proc/loadavg: 2.00 2.11 2.76 3/180 4516
/proc/meminfo: memFree=15792288/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0.42 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 380 8269 0 0 0 0 39 3 21 0 1 0 467533240 8912896 256 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 256 211 178 0 69 0
[pid=4501] ppid=4497 vsize=48976 CPUtime=581.87 cores=1,3
/proc/4501/stat : 4501 (ebglucose_stati) R 4497 4497 3716 0 -1 4202496 11604 0 0 0 58185 2 0 0 25 0 1 0 467533283 50151424 11541 33554432000 134512640 134556542 4289103264 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4501/statm: 12244 11541 214 11 0 11578 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 57680

[startup+642.3 s]
/proc/loadavg: 2.00 2.09 2.71 3/180 4518
/proc/meminfo: memFree=15790272/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0.42 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 380 8269 0 0 0 0 39 3 21 0 1 0 467533240 8912896 256 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 256 211 178 0 69 0
[pid=4501] ppid=4497 vsize=50428 CPUtime=641.88 cores=1,3
/proc/4501/stat : 4501 (ebglucose_stati) R 4497 4497 3716 0 -1 4202496 11966 0 0 0 64186 2 0 0 25 0 1 0 467533283 51638272 11903 33554432000 134512640 134556542 4289103264 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4501/statm: 12607 11903 214 11 0 11941 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 59132

[startup+702.3 s]
/proc/loadavg: 2.00 2.07 2.66 3/180 4519
/proc/meminfo: memFree=15787656/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0.42 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 380 8269 0 0 0 0 39 3 21 0 1 0 467533240 8912896 256 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 256 211 178 0 69 0
[pid=4501] ppid=4497 vsize=51484 CPUtime=701.88 cores=1,3
/proc/4501/stat : 4501 (ebglucose_stati) R 4497 4497 3716 0 -1 4202496 12254 0 0 0 70186 2 0 0 25 0 1 0 467533283 52719616 12191 33554432000 134512640 134556542 4289103264 18446744073709551615 134537165 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4501/statm: 12871 12191 214 11 0 12205 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 60188

[startup+762.306 s]
/proc/loadavg: 2.00 2.06 2.61 3/180 4521
/proc/meminfo: memFree=15784764/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0.42 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 380 8269 0 0 0 0 39 3 21 0 1 0 467533240 8912896 256 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 256 211 178 0 69 0
[pid=4501] ppid=4497 vsize=52804 CPUtime=761.88 cores=1,3
/proc/4501/stat : 4501 (ebglucose_stati) R 4497 4497 3716 0 -1 4202496 12594 0 0 0 76186 2 0 0 25 0 1 0 467533283 54071296 12531 33554432000 134512640 134556542 4289103264 18446744073709551615 134531554 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4501/statm: 13201 12531 214 11 0 12535 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 61508

[startup+822.3 s]
/proc/loadavg: 2.00 2.05 2.58 3/180 4523
/proc/meminfo: memFree=15782888/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0.42 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 380 8269 0 0 0 0 39 3 21 0 1 0 467533240 8912896 256 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 256 211 178 0 69 0
[pid=4501] ppid=4497 vsize=54124 CPUtime=821.88 cores=1,3
/proc/4501/stat : 4501 (ebglucose_stati) R 4497 4497 3716 0 -1 4202496 12931 0 0 0 82186 2 0 0 25 0 1 0 467533283 55422976 12868 33554432000 134512640 134556542 4289103264 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4501/statm: 13531 12868 214 11 0 12865 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 62828

[startup+882.3 s]
/proc/loadavg: 1.56 1.92 2.50 2/173 4542
/proc/meminfo: memFree=15849736/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0.42 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 380 8269 0 0 0 0 39 3 21 0 1 0 467533240 8912896 256 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 256 211 178 0 69 0
[pid=4501] ppid=4497 vsize=55576 CPUtime=881.88 cores=1,3
/proc/4501/stat : 4501 (ebglucose_stati) R 4497 4497 3716 0 -1 4202496 13279 0 0 0 88186 2 0 0 25 0 1 0 467533283 56909824 13216 33554432000 134512640 134556542 4289103264 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4501/statm: 13894 13216 214 11 0 13228 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 64280

[startup+942.3 s]
/proc/loadavg: 1.29 1.78 2.41 2/173 4544
/proc/meminfo: memFree=15848332/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0.42 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 380 8269 0 0 0 0 39 3 21 0 1 0 467533240 8912896 256 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 256 211 178 0 69 0
[pid=4501] ppid=4497 vsize=56896 CPUtime=941.89 cores=1,3
/proc/4501/stat : 4501 (ebglucose_stati) R 4497 4497 3716 0 -1 4202496 13626 0 0 0 94186 3 0 0 25 0 1 0 467533283 58261504 13563 33554432000 134512640 134556542 4289103264 18446744073709551615 134537369 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4501/statm: 14224 13563 214 11 0 13558 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 65600

[startup+1002.3 s]
/proc/loadavg: 1.10 1.63 2.32 2/173 4545
/proc/meminfo: memFree=15846696/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0.42 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 380 8269 0 0 0 0 39 3 21 0 1 0 467533240 8912896 256 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 256 211 178 0 69 0
[pid=4501] ppid=4497 vsize=58480 CPUtime=1001.89 cores=1,3
/proc/4501/stat : 4501 (ebglucose_stati) R 4497 4497 3716 0 -1 4202496 14021 0 0 0 100186 3 0 0 25 0 1 0 467533283 59883520 13958 33554432000 134512640 134556542 4289103264 18446744073709551615 134536828 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4501/statm: 14620 13958 214 11 0 13954 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 67184

[startup+1062.3 s]
/proc/loadavg: 1.04 1.52 2.24 2/173 4547
/proc/meminfo: memFree=15846048/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0.42 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 380 8269 0 0 0 0 39 3 21 0 1 0 467533240 8912896 256 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 256 211 178 0 69 0
[pid=4501] ppid=4497 vsize=59272 CPUtime=1061.89 cores=1,3
/proc/4501/stat : 4501 (ebglucose_stati) R 4497 4497 3716 0 -1 4202496 14238 0 0 0 106186 3 0 0 25 0 1 0 467533283 60694528 14175 33554432000 134512640 134556542 4289103264 18446744073709551615 134537450 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4501/statm: 14818 14175 214 11 0 14152 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 67976

[startup+1122.3 s]
/proc/loadavg: 1.01 1.41 2.15 2/173 4551
/proc/meminfo: memFree=15844904/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0.42 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 380 8269 0 0 0 0 39 3 21 0 1 0 467533240 8912896 256 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 256 211 178 0 69 0
[pid=4501] ppid=4497 vsize=60064 CPUtime=1121.89 cores=1,3
/proc/4501/stat : 4501 (ebglucose_stati) R 4497 4497 3716 0 -1 4202496 14437 0 0 0 112186 3 0 0 25 0 1 0 467533283 61505536 14374 33554432000 134512640 134556542 4289103264 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4501/statm: 15016 14374 214 11 0 14350 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 68768

[startup+1182.3 s]
/proc/loadavg: 1.00 1.34 2.08 2/173 4553
/proc/meminfo: memFree=15844196/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0.42 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 380 8269 0 0 0 0 39 3 21 0 1 0 467533240 8912896 256 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 256 211 178 0 69 0
[pid=4501] ppid=4497 vsize=61384 CPUtime=1181.89 cores=1,3
/proc/4501/stat : 4501 (ebglucose_stati) R 4497 4497 3716 0 -1 4202496 14760 0 0 0 118186 3 0 0 25 0 1 0 467533283 62857216 14697 33554432000 134512640 134556542 4289103264 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4501/statm: 15346 14697 214 11 0 14680 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 70088

[startup+1242.3 s]
/proc/loadavg: 1.00 1.27 2.00 2/173 4555
/proc/meminfo: memFree=15842176/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0.42 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 380 8269 0 0 0 0 39 3 21 0 1 0 467533240 8912896 256 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 256 211 178 0 69 0
[pid=4501] ppid=4497 vsize=63364 CPUtime=1241.89 cores=1,3
/proc/4501/stat : 4501 (ebglucose_stati) R 4497 4497 3716 0 -1 4202496 15258 0 0 0 124186 3 0 0 25 0 1 0 467533283 64884736 15195 33554432000 134512640 134556542 4289103264 18446744073709551615 134537418 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4501/statm: 15841 15195 214 11 0 15175 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 72068



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.22 1.95 2/173 4556
/proc/meminfo: memFree=15842020/32951124 swapFree=67111528/67111528
[pid=4497] ppid=4495 vsize=8704 CPUtime=0.42 cores=1,3
/proc/4497/stat : 4497 (ebglucose.sh) S 4495 4497 3716 0 -1 4202496 380 8269 0 0 0 0 39 3 21 0 1 0 467533240 8912896 256 33554432000 4194304 4922060 140735201667440 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4497/statm: 2176 256 211 178 0 69 0
[pid=4501] ppid=4497 vsize=63972 CPUtime=1299.6 cores=1,3
/proc/4501/stat : 4501 (ebglucose_stati) R 4497 4497 3716 0 -1 4202496 15262 0 0 0 129957 3 0 0 25 0 1 0 467533283 65507328 15199 33554432000 134512640 134556542 4289103264 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4501/statm: 15993 15199 214 11 0 15327 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 72676

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.04
CPU user time (s): 1299.97
CPU system time (s): 0.069989
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 72676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.97
system time used= 0.069989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23924
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= 36
involuntary context switches= 3518

runsolver used 1.86072 second user time and 4.52431 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-25 19:06:18
IDJOB=3281675
IDBENCH=69598
IDSOLVER=1652
FILE ID=node142/3281675-1303751178
RUNJOBID= node142-1303749423-4046
PBS_JOBID= 13154020
Free space on /tmp= 71320 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT_RACE08/cnf/mizh-sha0-36-4.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281675-1303751178/watcher-3281675-1303751178 -o /tmp/evaluation-result-3281675-1303751178/solver-3281675-1303751178 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3281675-1303751178.cnf

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

MD5SUM BENCH= f43e1bf70d9ce8021bafd328efc83ae7
RANDOM SEED=1460058730

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15856312 kB
Buffers:       2072624 kB
Cached:       14345660 kB
SwapCached:          0 kB
Active:        6954336 kB
Inactive:      9569696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15856312 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5056 kB
Writeback:           0 kB
AnonPages:      105484 kB
Mapped:          15984 kB
Slab:           506696 kB
PageTables:       4664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   250816 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= 71324 MiB
End job on node142 at 2011-04-25 19:28:00