Trace number 3498617

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) 5000.08 5005.61

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p0.cnf
MD5SUMfaef1c850bb82ceddc7da5a4c445dd25
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1428.89
Satisfiable
(Un)Satisfiability was proved
Number of variables258781
Number of clauses1372095
Sum of the clauses size3305764
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2980303
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

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.65	c ==============================================================================
0.00/0.65	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.65	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.65	c ==============================================================================
0.00/0.65	c |         0 | 1358076  3290875 |  407422       0        0     nan |  0.000 % |
3.09/3.19	c |         0 |  943589  2622489 |      --       0       --      -- |     --   | -112392/18842
3.09/3.19	c ==============================================================================
3.09/3.19	c Result  :   #vars: 137484   #clauses: 943589   #literals: 2622489
3.09/3.19	c CPU time:   3.08953 s
3.09/3.19	c ==============================================================================
3.58/3.68	c
3.58/3.68	c Starting glucose
3.58/3.68	c
3.68/9.29	
3.68/9.29	c This is EBGlucose 1.0 -- based on Glucose version 1.0
3.68/9.29	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
3.68/9.29	
3.68/9.29	c ============================[ Problem Statistics ]=============================
3.68/9.29	c |                                                                             |
3.68/9.29	c |  Number of variables:  137484                                               |
3.68/9.29	c |  Number of clauses:    943589                                               |
3.98/9.64	c |  Parsing time:         0.33         s                                       |

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.1 (svn: 989)

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

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

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


[startup+0 s]
/proc/loadavg: 2.12 1.43 1.38 3/176 13295
/proc/meminfo: memFree=30993312/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 907804611 8912896 253 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13295/statm: 2176 253 211 178 0 69 0

[startup+0.0593159 s]
/proc/loadavg: 2.12 1.43 1.38 3/176 13295
/proc/meminfo: memFree=30993312/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 907804611 8912896 253 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13295/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100305 s]
/proc/loadavg: 2.12 1.43 1.38 3/176 13295
/proc/meminfo: memFree=30993312/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 907804611 8912896 253 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13295/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300274 s]
/proc/loadavg: 2.12 1.43 1.38 3/176 13295
/proc/meminfo: memFree=30993312/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 907804611 8912896 253 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13295/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701203 s]
/proc/loadavg: 2.12 1.43 1.38 3/176 13295
/proc/meminfo: memFree=30993312/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 907804611 8912896 253 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13295/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50107 s]
/proc/loadavg: 2.11 1.43 1.38 3/178 13298
/proc/meminfo: memFree=30861636/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 907804611 8912896 253 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13295/statm: 2176 253 211 178 0 69 0
[pid=13297] ppid=13295 vsize=151080 CPUtime=1.49 cores=0,2,4,6
/proc/13297/stat : 13297 (SatELite_releas) R 13295 13295 12590 0 -1 4202496 39196 0 0 0 140 9 0 0 25 0 1 0 907804611 154705920 35776 33554432000 134512640 135144230 4290553808 18446744073709551615 134585622 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/13297/statm: 37770 35776 78 155 0 37613 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 159784

[startup+3.10078 s]
/proc/loadavg: 2.11 1.43 1.38 3/178 13298
/proc/meminfo: memFree=30836836/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 907804611 8912896 253 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13295/statm: 2176 253 211 178 0 69 0
[pid=13297] ppid=13295 vsize=166912 CPUtime=3.09 cores=0,2,4,6
/proc/13297/stat : 13297 (SatELite_releas) R 13295 13295 12590 0 -1 4202496 44809 0 0 0 299 10 0 0 25 0 1 0 907804611 170917888 38175 33554432000 134512640 135144230 4290553808 18446744073709551615 134612313 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/13297/statm: 41728 38175 78 155 0 41571 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 175616

[startup+6.30124 s]
/proc/loadavg: 2.26 1.48 1.40 2/178 13300
/proc/meminfo: memFree=30964900/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=3.68 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 381 47196 0 0 0 0 354 14 18 0 1 0 907804611 8912896 256 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13295/statm: 2176 256 211 178 0 69 0
[pid=13299] ppid=13295 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13299/stat : 13299 (ebglucose.sh) D 13295 13295 12590 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 1 0 907804980 8912896 76 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970371063 0 0 4096 0 18446744071696489144 0 0 17 4 0 0 0
/proc/13299/statm: 2176 76 31 178 0 69 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 17408
heavy processes:

[startup+12.7011 s]
/proc/loadavg: 2.32 1.50 1.40 3/178 13301
/proc/meminfo: memFree=30896432/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=3.68 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 381 47196 0 0 0 0 354 14 18 0 1 0 907804611 8912896 256 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13295/statm: 2176 256 211 178 0 69 0
[pid=13299] ppid=13295 vsize=72264 CPUtime=3.4 cores=0,2,4,6
/proc/13299/stat : 13299 (ebglucose_stati) R 13295 13295 12590 0 -1 4202496 17330 0 0 0 338 2 0 0 25 0 1 0 907804980 73998336 17240 33554432000 134512640 134556542 4288878816 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13299/statm: 18066 17240 213 11 0 17400 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 80968
heavy processes:

[startup+25.5009 s]
/proc/loadavg: 2.38 1.56 1.42 3/178 13301
/proc/meminfo: memFree=30893524/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=3.68 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 381 47196 0 0 0 0 354 14 18 0 1 0 907804611 8912896 256 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13295/statm: 2176 256 211 178 0 69 0
[pid=13299] ppid=13295 vsize=76932 CPUtime=16.2 cores=0,2,4,6
/proc/13299/stat : 13299 (ebglucose_stati) R 13295 13295 12590 0 -1 4202496 18524 0 0 0 1617 3 0 0 25 0 1 0 907804980 78778368 18434 33554432000 134512640 134556542 4288878816 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13299/statm: 19233 18434 213 11 0 18567 0
Current children cumulated CPU time (s) 19.88
Current children cumulated vsize (KiB) 85636
heavy processes:

[startup+51.1005 s]
/proc/loadavg: 2.53 1.66 1.46 3/178 13343
/proc/meminfo: memFree=30943180/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=3.68 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 381 47196 0 0 0 0 354 14 18 0 1 0 907804611 8912896 256 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13295/statm: 2176 256 211 178 0 69 0
[pid=13299] ppid=13295 vsize=83708 CPUtime=41.8 cores=0,2,4,6
/proc/13299/stat : 13299 (ebglucose_stati) R 13295 13295 12590 0 -1 4202496 20192 0 0 0 4176 4 0 0 25 0 1 0 907804980 85716992 20102 33554432000 134512640 134556542 4288878816 18446744073709551615 134530132 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13299/statm: 20927 20102 213 11 0 20261 0
Current children cumulated CPU time (s) 45.48
Current children cumulated vsize (KiB) 92412

[startup+102.307 s]
/proc/loadavg: 2.23 1.71 1.48 3/178 13345
/proc/meminfo: memFree=30924476/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=3.68 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 381 47196 0 0 0 0 354 14 18 0 1 0 907804611 8912896 256 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13295/statm: 2176 256 211 178 0 69 0
[pid=13299] ppid=13295 vsize=91620 CPUtime=93.01 cores=0,2,4,6
/proc/13299/stat : 13299 (ebglucose_stati) R 13295 13295 12590 0 -1 4202496 22177 0 0 0 9296 5 0 0 25 0 1 0 907804980 93818880 22086 33554432000 134512640 134556542 4288878816 18446744073709551615 134532360 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13299/statm: 22905 22086 213 11 0 22239 0
Current children cumulated CPU time (s) 96.69
Current children cumulated vsize (KiB) 100324

[startup+162.3 s]
/proc/loadavg: 2.08 1.76 1.51 3/178 13347
/proc/meminfo: memFree=30914860/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=3.68 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 381 47196 0 0 0 0 354 14 18 0 1 0 907804611 8912896 256 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13295/statm: 2176 256 211 178 0 69 0
[pid=13299] ppid=13295 vsize=100836 CPUtime=153 cores=0,2,4,6
/proc/13299/stat : 13299 (ebglucose_stati) R 13295 13295 12590 0 -1 4202496 24471 0 0 0 15293 7 0 0 25 0 1 0 907804980 103256064 24378 33554432000 134512640 134556542 4288878816 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13299/statm: 25209 24378 213 11 0 24543 0
Current children cumulated CPU time (s) 156.68
Current children cumulated vsize (KiB) 109540

[startup+222.301 s]
/proc/loadavg: 2.03 1.80 1.54 3/178 13347
/proc/meminfo: memFree=30908636/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=3.68 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 381 47196 0 0 0 0 354 14 18 0 1 0 907804611 8912896 256 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13295/statm: 2176 256 211 178 0 69 0
[pid=13299] ppid=13295 vsize=106780 CPUtime=213 cores=0,2,4,6
/proc/13299/stat : 13299 (ebglucose_stati) R 13295 13295 12590 0 -1 4202496 25966 0 0 0 21293 7 0 0 25 0 1 0 907804980 109342720 25873 33554432000 134512640 134556542 4288878816 18446744073709551615 134530120 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13299/statm: 26695 25873 213 11 0 26029 0
Current children cumulated CPU time (s) 216.68
Current children cumulated vsize (KiB) 115484

[startup+282.301 s]
/proc/loadavg: 2.01 1.83 1.57 3/178 13349
/proc/meminfo: memFree=30906136/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=3.68 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 381 47196 0 0 0 0 354 14 18 0 1 0 907804611 8912896 256 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13295/statm: 2176 256 211 178 0 69 0
[pid=13299] ppid=13295 vsize=108768 CPUtime=273 cores=0,2,4,6
/proc/13299/stat : 13299 (ebglucose_stati) R 13295 13295 12590 0 -1 4202496 26484 0 0 0 27293 7 0 0 25 0 1 0 907804980 111378432 26391 33554432000 134512640 134556542 4288878816 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13299/statm: 27192 26391 213 11 0 26526 0
Current children cumulated CPU time (s) 276.68
Current children cumulated vsize (KiB) 117472

[startup+342.3 s]
/proc/loadavg: 2.13 1.89 1.60 3/178 13351
/proc/meminfo: memFree=30904252/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=3.68 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 381 47196 0 0 0 0 354 14 18 0 1 0 907804611 8912896 256 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13295/statm: 2176 256 211 178 0 69 0
[pid=13299] ppid=13295 vsize=110360 CPUtime=333 cores=0,2,4,6
/proc/13299/stat : 13299 (ebglucose_stati) R 13295 13295 12590 0 -1 4202496 26866 0 0 0 33293 7 0 0 25 0 1 0 907804980 113008640 26773 33554432000 134512640 134556542 4288878816 18446744073709551615 134530199 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13299/statm: 27590 26773 213 11 0 26924 0
Current children cumulated CPU time (s) 336.68
Current children cumulated vsize (KiB) 119064

[startup+402.301 s]

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

/proc/13299/statm: 32935 32108 213 11 0 32269 0
Current children cumulated CPU time (s) 4296.76
Current children cumulated vsize (KiB) 140444

[startup+4362.3 s]
/proc/loadavg: 2.06 2.01 1.94 3/178 13557
/proc/meminfo: memFree=30875388/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=3.68 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 381 47196 0 0 0 0 354 14 18 0 1 0 907804611 8912896 256 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13295/statm: 2176 256 211 178 0 69 0
[pid=13299] ppid=13295 vsize=131740 CPUtime=4353.08 cores=0,2,4,6
/proc/13299/stat : 13299 (ebglucose_stati) R 13295 13295 12590 0 -1 4202496 32205 0 0 0 435294 14 0 0 25 0 1 0 907804980 134901760 32111 33554432000 134512640 134556542 4288878816 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13299/statm: 32935 32111 213 11 0 32269 0
Current children cumulated CPU time (s) 4356.76
Current children cumulated vsize (KiB) 140444

[startup+4422.3 s]
/proc/loadavg: 2.08 2.03 1.94 3/178 13566
/proc/meminfo: memFree=30875200/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=3.68 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 381 47196 0 0 0 0 354 14 18 0 1 0 907804611 8912896 256 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13295/statm: 2176 256 211 178 0 69 0
[pid=13299] ppid=13295 vsize=131740 CPUtime=4413.08 cores=0,2,4,6
/proc/13299/stat : 13299 (ebglucose_stati) R 13295 13295 12590 0 -1 4202496 32205 0 0 0 441294 14 0 0 25 0 1 0 907804980 134901760 32111 33554432000 134512640 134556542 4288878816 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13299/statm: 32935 32111 213 11 0 32269 0
Current children cumulated CPU time (s) 4416.76
Current children cumulated vsize (KiB) 140444

[startup+4482.3 s]
/proc/loadavg: 2.03 2.02 1.94 3/178 13568
/proc/meminfo: memFree=30875068/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=3.68 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 381 47196 0 0 0 0 354 14 18 0 1 0 907804611 8912896 256 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13295/statm: 2176 256 211 178 0 69 0
[pid=13299] ppid=13295 vsize=131740 CPUtime=4473.08 cores=0,2,4,6
/proc/13299/stat : 13299 (ebglucose_stati) R 13295 13295 12590 0 -1 4202496 32205 0 0 0 447294 14 0 0 25 0 1 0 907804980 134901760 32111 33554432000 134512640 134556542 4288878816 18446744073709551615 134529859 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13299/statm: 32935 32111 213 11 0 32269 0
Current children cumulated CPU time (s) 4476.76
Current children cumulated vsize (KiB) 140444

[startup+4542.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 13570
/proc/meminfo: memFree=30874792/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=3.68 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 381 47196 0 0 0 0 354 14 18 0 1 0 907804611 8912896 256 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13295/statm: 2176 256 211 178 0 69 0
[pid=13299] ppid=13295 vsize=131740 CPUtime=4533.08 cores=0,2,4,6
/proc/13299/stat : 13299 (ebglucose_stati) R 13295 13295 12590 0 -1 4202496 32207 0 0 0 453294 14 0 0 25 0 1 0 907804980 134901760 32113 33554432000 134512640 134556542 4288878816 18446744073709551615 134529948 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13299/statm: 32935 32113 213 11 0 32269 0
Current children cumulated CPU time (s) 4536.76
Current children cumulated vsize (KiB) 140444

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/178 13572
/proc/meminfo: memFree=30873420/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=3.68 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 381 47196 0 0 0 0 354 14 18 0 1 0 907804611 8912896 256 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13295/statm: 2176 256 211 178 0 69 0
[pid=13299] ppid=13295 vsize=131740 CPUtime=4593.09 cores=0,2,4,6
/proc/13299/stat : 13299 (ebglucose_stati) R 13295 13295 12590 0 -1 4202496 32207 0 0 0 459295 14 0 0 25 0 1 0 907804980 134901760 32113 33554432000 134512640 134556542 4288878816 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13299/statm: 32935 32113 213 11 0 32269 0
Current children cumulated CPU time (s) 4596.77
Current children cumulated vsize (KiB) 140444

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13574
/proc/meminfo: memFree=30872292/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=3.68 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 381 47196 0 0 0 0 354 14 18 0 1 0 907804611 8912896 256 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13295/statm: 2176 256 211 178 0 69 0
[pid=13299] ppid=13295 vsize=131740 CPUtime=4653.08 cores=0,2,4,6
/proc/13299/stat : 13299 (ebglucose_stati) R 13295 13295 12590 0 -1 4202496 32208 0 0 0 465294 14 0 0 25 0 1 0 907804980 134901760 32114 33554432000 134512640 134556542 4288878816 18446744073709551615 134537430 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13299/statm: 32935 32114 213 11 0 32269 0
Current children cumulated CPU time (s) 4656.76
Current children cumulated vsize (KiB) 140444

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13576
/proc/meminfo: memFree=30872276/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=3.68 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 381 47196 0 0 0 0 354 14 18 0 1 0 907804611 8912896 256 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13295/statm: 2176 256 211 178 0 69 0
[pid=13299] ppid=13295 vsize=131740 CPUtime=4713.09 cores=0,2,4,6
/proc/13299/stat : 13299 (ebglucose_stati) R 13295 13295 12590 0 -1 4202496 32210 0 0 0 471295 14 0 0 25 0 1 0 907804980 134901760 32116 33554432000 134512640 134556542 4288878816 18446744073709551615 134543353 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13299/statm: 32935 32116 213 11 0 32269 0
Current children cumulated CPU time (s) 4716.77
Current children cumulated vsize (KiB) 140444

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13579
/proc/meminfo: memFree=30871888/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=3.68 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 381 47196 0 0 0 0 354 14 18 0 1 0 907804611 8912896 256 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13295/statm: 2176 256 211 178 0 69 0
[pid=13299] ppid=13295 vsize=131740 CPUtime=4773.09 cores=0,2,4,6
/proc/13299/stat : 13299 (ebglucose_stati) R 13295 13295 12590 0 -1 4202496 32210 0 0 0 477294 15 0 0 25 0 1 0 907804980 134901760 32116 33554432000 134512640 134556542 4288878816 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13299/statm: 32935 32116 213 11 0 32269 0
Current children cumulated CPU time (s) 4776.77
Current children cumulated vsize (KiB) 140444

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13581
/proc/meminfo: memFree=30869768/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=3.68 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 381 47196 0 0 0 0 354 14 18 0 1 0 907804611 8912896 256 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13295/statm: 2176 256 211 178 0 69 0
[pid=13299] ppid=13295 vsize=131740 CPUtime=4833.09 cores=0,2,4,6
/proc/13299/stat : 13299 (ebglucose_stati) R 13295 13295 12590 0 -1 4202496 32210 0 0 0 483294 15 0 0 25 0 1 0 907804980 134901760 32116 33554432000 134512640 134556542 4288878816 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13299/statm: 32935 32116 213 11 0 32269 0
Current children cumulated CPU time (s) 4836.77
Current children cumulated vsize (KiB) 140444

[startup+4902.3 s]
/proc/loadavg: 2.08 2.02 1.95 3/178 13583
/proc/meminfo: memFree=30869760/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=3.68 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 381 47196 0 0 0 0 354 14 18 0 1 0 907804611 8912896 256 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13295/statm: 2176 256 211 178 0 69 0
[pid=13299] ppid=13295 vsize=131740 CPUtime=4893.09 cores=0,2,4,6
/proc/13299/stat : 13299 (ebglucose_stati) R 13295 13295 12590 0 -1 4202496 32211 0 0 0 489294 15 0 0 25 0 1 0 907804980 134901760 32117 33554432000 134512640 134556542 4288878816 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13299/statm: 32935 32117 213 11 0 32269 0
Current children cumulated CPU time (s) 4896.77
Current children cumulated vsize (KiB) 140444

[startup+4962.3 s]
/proc/loadavg: 2.03 2.01 1.95 3/178 13585
/proc/meminfo: memFree=30868260/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=3.68 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 381 47196 0 0 0 0 354 14 18 0 1 0 907804611 8912896 256 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13295/statm: 2176 256 211 178 0 69 0
[pid=13299] ppid=13295 vsize=131740 CPUtime=4953.09 cores=0,2,4,6
/proc/13299/stat : 13299 (ebglucose_stati) R 13295 13295 12590 0 -1 4202496 32211 0 0 0 495294 15 0 0 25 0 1 0 907804980 134901760 32117 33554432000 134512640 134556542 4288878816 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13299/statm: 32935 32117 213 11 0 32269 0
Current children cumulated CPU time (s) 4956.77
Current children cumulated vsize (KiB) 140444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5005.6 s]
/proc/loadavg: 2.05 2.02 1.95 3/178 13585
/proc/meminfo: memFree=30868252/32951132 swapFree=67052544/67111528
[pid=13295] ppid=13293 vsize=8704 CPUtime=3.68 cores=0,2,4,6
/proc/13295/stat : 13295 (ebglucose.sh) S 13293 13295 12590 0 -1 4202496 381 47196 0 0 0 0 354 14 18 0 1 0 907804611 8912896 256 33554432000 4194304 4922060 140734633053984 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13295/statm: 2176 256 211 178 0 69 0
[pid=13299] ppid=13295 vsize=131740 CPUtime=4996.4 cores=0,2,4,6
/proc/13299/stat : 13299 (ebglucose_stati) R 13295 13295 12590 0 -1 4202496 32211 0 0 0 499625 15 0 0 25 0 1 0 907804980 134901760 32117 33554432000 134512640 134556542 4288878816 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13299/statm: 32935 32117 213 11 0 32269 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 140444

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13295 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=546460
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=141978
# CPU time returned by wait4() is 3.68844
# while last known CPU time is 5000.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5005.61
CPU time (s): 5000.08
CPU user time (s): 4999.79
CPU system time (s): 0.29
CPU usage (%): 99.8895
Max. virtual memory (cumulated for all children) (KiB): 175616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.54646
system time used= 0.141978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47577
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= 10
involuntary context switches= 8

runsolver used 8.96864 second user time and 17.3884 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-13 12:47:40
IDJOB=3498617
IDBENCH=71036
IDSOLVER=1992
FILE ID=node128/3498617-1307962059
RUNJOBID= node128-1307961960-13176
PBS_JOBID= 13559700
Free space on /tmp= 73964 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p0.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498617-1307962059/watcher-3498617-1307962059 -o /tmp/evaluation-result-3498617-1307962059/solver-3498617-1307962059 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498617-1307962059.cnf

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

MD5SUM BENCH= faef1c850bb82ceddc7da5a4c445dd25
RANDOM SEED=344304087

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30994244 kB
Buffers:        324764 kB
Cached:        1299316 kB
SwapCached:      11368 kB
Active:         705920 kB
Inactive:      1018304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30994244 kB
SwapTotal:    67111528 kB
SwapFree:     67052544 kB
Dirty:           26944 kB
Writeback:         184 kB
AnonPages:       97884 kB
Mapped:          11056 kB
Slab:           168428 kB
PageTables:       5140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   287232 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74020 MiB
End job on node128 at 2011-06-13 14:11:07