Trace number 3498800

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.01 4999.91

General information on the benchmark

NameSAT04/industrial/vangelder/cnf-color/
myciel6-tr.used-as.sat04-320.cnf
MD5SUM5ba57e5cfd40b4a93356dbea5162016d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark518.252
Satisfiable
(Un)Satisfiability was proved
Number of variables570
Number of clauses4625
Sum of the clauses size9615
Maximum clause length6
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24531
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 51
Number of clauses of size over 590

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.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    4577     9520 |    1373       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    3634     9851 |      --       0       --      -- |     --   | -93/2100
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 404   #clauses: 3634   #literals: 9851
0.00/0.00	c CPU time:   0.004999 s
0.00/0.00	c ==============================================================================
0.00/0.01	c
0.00/0.01	c Starting glucose
0.00/0.01	c
0.00/0.01	
0.00/0.01	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.01	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.01	
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Number of variables:  404                                                  |
0.00/0.01	c |  Number of clauses:    3634                                                 |
0.00/0.01	c |  Parsing time:         0.00         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 /var/tmp/evaluation-result-3498800-1307971308/watcher-3498800-1307971308 -o /var/tmp/evaluation-result-3498800-1307971308/solver-3498800-1307971308 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498800-1307971308.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: 1.92 1.98 1.99 2/178 32106
/proc/meminfo: memFree=13147484/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 889546924 8912896 253 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 253 211 178 0 69 0

[startup+0.101515 s]
/proc/loadavg: 1.92 1.98 1.99 2/178 32106
/proc/meminfo: memFree=13147484/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 382 494 0 0 0 0 0 0 25 0 1 0 889546924 8912896 256 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.200497 s]
/proc/loadavg: 1.92 1.98 1.99 2/178 32106
/proc/meminfo: memFree=13147484/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 382 494 0 0 0 0 0 0 25 0 1 0 889546924 8912896 256 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300489 s]
/proc/loadavg: 1.92 1.98 1.99 2/178 32106
/proc/meminfo: memFree=13147484/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 382 494 0 0 0 0 0 0 25 0 1 0 889546924 8912896 256 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700445 s]
/proc/loadavg: 1.92 1.98 1.99 2/178 32106
/proc/meminfo: memFree=13147484/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 382 494 0 0 0 0 0 0 25 0 1 0 889546924 8912896 256 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50029 s]
/proc/loadavg: 1.92 1.98 1.99 3/180 32110
/proc/meminfo: memFree=13143276/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 382 494 0 0 0 0 0 0 25 0 1 0 889546924 8912896 256 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 256 211 178 0 69 0
[pid=32110] ppid=32106 vsize=7292 CPUtime=1.48 cores=0,2,4,6
/proc/32110/stat : 32110 (ebglucose_stati) R 32106 32106 30305 0 -1 4202496 1153 0 0 0 148 0 0 0 25 0 1 0 889546925 7467008 1094 33554432000 134512640 134556542 4287863552 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32110/statm: 1823 1094 207 11 0 1157 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 15996

[startup+3.10099 s]
/proc/loadavg: 1.92 1.98 1.99 3/180 32110
/proc/meminfo: memFree=13141664/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 382 494 0 0 0 0 0 0 25 0 1 0 889546924 8912896 256 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 256 211 178 0 69 0
[pid=32110] ppid=32106 vsize=8108 CPUtime=3.08 cores=0,2,4,6
/proc/32110/stat : 32110 (ebglucose_stati) R 32106 32106 30305 0 -1 4202496 1384 0 0 0 308 0 0 0 25 0 1 0 889546925 8302592 1325 33554432000 134512640 134556542 4287863552 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32110/statm: 2027 1325 207 11 0 1361 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16812

[startup+6.30042 s]
/proc/loadavg: 1.93 1.98 1.99 3/180 32110
/proc/meminfo: memFree=13139556/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 382 494 0 0 0 0 0 0 25 0 1 0 889546924 8912896 256 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 256 211 178 0 69 0
[pid=32110] ppid=32106 vsize=9876 CPUtime=6.28 cores=0,2,4,6
/proc/32110/stat : 32110 (ebglucose_stati) R 32106 32106 30305 0 -1 4202496 1799 0 0 0 628 0 0 0 25 0 1 0 889546925 10113024 1740 33554432000 134512640 134556542 4287863552 18446744073709551615 134537315 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32110/statm: 2469 1740 207 11 0 1803 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 18580

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/180 32110
/proc/meminfo: memFree=13137412/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 382 494 0 0 0 0 0 0 25 0 1 0 889546924 8912896 256 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 256 211 178 0 69 0
[pid=32110] ppid=32106 vsize=11872 CPUtime=12.68 cores=0,2,4,6
/proc/32110/stat : 32110 (ebglucose_stati) R 32106 32106 30305 0 -1 4202496 2280 0 0 0 1268 0 0 0 25 0 1 0 889546925 12156928 2221 33554432000 134512640 134556542 4287863552 18446744073709551615 134531016 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32110/statm: 2968 2221 213 11 0 2302 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20576

[startup+25.5011 s]
/proc/loadavg: 1.95 1.98 1.99 3/180 32110
/proc/meminfo: memFree=13136048/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 382 494 0 0 0 0 0 0 25 0 1 0 889546924 8912896 256 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 256 211 178 0 69 0
[pid=32110] ppid=32106 vsize=13260 CPUtime=25.48 cores=0,2,4,6
/proc/32110/stat : 32110 (ebglucose_stati) R 32106 32106 30305 0 -1 4202496 2600 0 0 0 2548 0 0 0 25 0 1 0 889546925 13578240 2541 33554432000 134512640 134556542 4287863552 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32110/statm: 3315 2541 214 11 0 2649 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 21964

[startup+51.1006 s]
/proc/loadavg: 1.96 1.98 1.99 3/180 32111
/proc/meminfo: memFree=13132928/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 382 494 0 0 0 0 0 0 25 0 1 0 889546924 8912896 256 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 256 211 178 0 69 0
[pid=32110] ppid=32106 vsize=17036 CPUtime=51.08 cores=0,2,4,6
/proc/32110/stat : 32110 (ebglucose_stati) R 32106 32106 30305 0 -1 4202496 3485 0 0 0 5107 1 0 0 25 0 1 0 889546925 17444864 3426 33554432000 134512640 134556542 4287863552 18446744073709551615 134535397 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32110/statm: 4259 3426 214 11 0 3593 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 25740

[startup+102.301 s]
/proc/loadavg: 1.98 1.98 1.99 3/180 32112
/proc/meminfo: memFree=13128432/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 382 494 0 0 0 0 0 0 25 0 1 0 889546924 8912896 256 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 256 211 178 0 69 0
[pid=32110] ppid=32106 vsize=21012 CPUtime=102.29 cores=0,2,4,6
/proc/32110/stat : 32110 (ebglucose_stati) R 32106 32106 30305 0 -1 4202496 4425 0 0 0 10228 1 0 0 25 0 1 0 889546925 21516288 4366 33554432000 134512640 134556542 4287863552 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32110/statm: 5253 4366 214 11 0 4587 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 29716

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/180 32114
/proc/meminfo: memFree=13123072/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 382 494 0 0 0 0 0 0 25 0 1 0 889546924 8912896 256 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 256 211 178 0 69 0
[pid=32110] ppid=32106 vsize=24732 CPUtime=162.28 cores=0,2,4,6
/proc/32110/stat : 32110 (ebglucose_stati) R 32106 32106 30305 0 -1 4202496 5306 0 0 0 16227 1 0 0 25 0 1 0 889546925 25325568 5247 33554432000 134512640 134556542 4287863552 18446744073709551615 134530736 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32110/statm: 6183 5247 214 11 0 5517 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 33436

[startup+222.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/180 32119
/proc/meminfo: memFree=13116828/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 382 494 0 0 0 0 0 0 25 0 1 0 889546924 8912896 256 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 256 211 178 0 69 0
[pid=32110] ppid=32106 vsize=29528 CPUtime=222.29 cores=0,2,4,6
/proc/32110/stat : 32110 (ebglucose_stati) R 32106 32106 30305 0 -1 4202496 6407 0 0 0 22228 1 0 0 25 0 1 0 889546925 30236672 6348 33554432000 134512640 134556542 4287863552 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32110/statm: 7382 6348 214 11 0 6716 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 38232

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/180 32120
/proc/meminfo: memFree=13115320/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 382 494 0 0 0 0 0 0 25 0 1 0 889546924 8912896 256 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 256 211 178 0 69 0
[pid=32110] ppid=32106 vsize=31072 CPUtime=282.29 cores=0,2,4,6
/proc/32110/stat : 32110 (ebglucose_stati) R 32106 32106 30305 0 -1 4202496 6752 0 0 0 28228 1 0 0 25 0 1 0 889546925 31817728 6693 33554432000 134512640 134556542 4287863552 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32110/statm: 7768 6693 214 11 0 7102 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 39776

[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/180 32122
/proc/meminfo: memFree=13111952/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 382 494 0 0 0 0 0 0 25 0 1 0 889546924 8912896 256 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 256 211 178 0 69 0
[pid=32110] ppid=32106 vsize=33500 CPUtime=342.28 cores=0,2,4,6
/proc/32110/stat : 32110 (ebglucose_stati) R 32106 32106 30305 0 -1 4202496 7332 0 0 0 34227 1 0 0 25 0 1 0 889546925 34304000 7273 33554432000 134512640 134556542 4287863552 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32110/statm: 8375 7273 214 11 0 7709 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 42204

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/180 32123
/proc/meminfo: memFree=13109328/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6

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

/proc/32110/statm: 20321 17997 214 11 0 19655 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 89988

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/173 32266
/proc/meminfo: memFree=13129372/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 382 494 0 0 0 0 0 0 25 0 1 0 889546924 8912896 256 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 256 211 178 0 69 0
[pid=32110] ppid=32106 vsize=82308 CPUtime=4362.38 cores=0,2,4,6
/proc/32110/stat : 32110 (ebglucose_stati) R 32106 32106 30305 0 -1 4202496 18238 0 0 0 436228 10 0 0 25 0 1 0 889546925 84283392 18179 33554432000 134512640 134556542 4287863552 18446744073709551615 134537384 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32110/statm: 20577 18179 214 11 0 19911 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 91012

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/173 32268
/proc/meminfo: memFree=13128488/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 382 494 0 0 0 0 0 0 25 0 1 0 889546924 8912896 256 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 256 211 178 0 69 0
[pid=32110] ppid=32106 vsize=82980 CPUtime=4422.38 cores=0,2,4,6
/proc/32110/stat : 32110 (ebglucose_stati) R 32106 32106 30305 0 -1 4202496 18402 0 0 0 442228 10 0 0 25 0 1 0 889546925 84971520 18343 33554432000 134512640 134556542 4287863552 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32110/statm: 20745 18343 214 11 0 20079 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 91684

[startup+4482.3 s]
/proc/loadavg: 1.05 1.01 1.03 2/173 32269
/proc/meminfo: memFree=13128580/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 382 494 0 0 0 0 0 0 25 0 1 0 889546924 8912896 256 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 256 211 178 0 69 0
[pid=32110] ppid=32106 vsize=83088 CPUtime=4482.38 cores=0,2,4,6
/proc/32110/stat : 32110 (ebglucose_stati) R 32106 32106 30305 0 -1 4202496 18428 0 0 0 448228 10 0 0 25 0 1 0 889546925 85082112 18369 33554432000 134512640 134556542 4287863552 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32110/statm: 20772 18369 214 11 0 20106 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 91792

[startup+4542.3 s]
/proc/loadavg: 1.02 1.01 1.02 2/173 32271
/proc/meminfo: memFree=13126820/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 382 494 0 0 0 0 0 0 25 0 1 0 889546924 8912896 256 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 256 211 178 0 69 0
[pid=32110] ppid=32106 vsize=85048 CPUtime=4542.39 cores=0,2,4,6
/proc/32110/stat : 32110 (ebglucose_stati) R 32106 32106 30305 0 -1 4202496 18885 0 0 0 454228 11 0 0 25 0 1 0 889546925 87089152 18826 33554432000 134512640 134556542 4287863552 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32110/statm: 21262 18826 214 11 0 20596 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 93752

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/173 32272
/proc/meminfo: memFree=13126424/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 382 494 0 0 0 0 0 0 25 0 1 0 889546924 8912896 256 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 256 211 178 0 69 0
[pid=32110] ppid=32106 vsize=85048 CPUtime=4602.39 cores=0,2,4,6
/proc/32110/stat : 32110 (ebglucose_stati) R 32106 32106 30305 0 -1 4202496 18892 0 0 0 460228 11 0 0 25 0 1 0 889546925 87089152 18833 33554432000 134512640 134556542 4287863552 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32110/statm: 21262 18833 214 11 0 20596 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 93752

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/173 32274
/proc/meminfo: memFree=13126284/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 382 494 0 0 0 0 0 0 25 0 1 0 889546924 8912896 256 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 256 211 178 0 69 0
[pid=32110] ppid=32106 vsize=85448 CPUtime=4662.39 cores=0,2,4,6
/proc/32110/stat : 32110 (ebglucose_stati) R 32106 32106 30305 0 -1 4202496 18940 0 0 0 466228 11 0 0 25 0 1 0 889546925 87498752 18881 33554432000 134512640 134556542 4287863552 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32110/statm: 21362 18881 214 11 0 20696 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 94152

[startup+4722.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/173 32276
/proc/meminfo: memFree=13125652/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 382 494 0 0 0 0 0 0 25 0 1 0 889546924 8912896 256 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 256 211 178 0 69 0
[pid=32110] ppid=32106 vsize=85896 CPUtime=4722.4 cores=0,2,4,6
/proc/32110/stat : 32110 (ebglucose_stati) R 32106 32106 30305 0 -1 4202496 19046 0 0 0 472229 11 0 0 25 0 1 0 889546925 87957504 18987 33554432000 134512640 134556542 4287863552 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32110/statm: 21474 18987 214 11 0 20808 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 94600

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 32277
/proc/meminfo: memFree=13125504/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 382 494 0 0 0 0 0 0 25 0 1 0 889546924 8912896 256 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 256 211 178 0 69 0
[pid=32110] ppid=32106 vsize=86040 CPUtime=4782.39 cores=0,2,4,6
/proc/32110/stat : 32110 (ebglucose_stati) R 32106 32106 30305 0 -1 4202496 19072 0 0 0 478228 11 0 0 25 0 1 0 889546925 88104960 19013 33554432000 134512640 134556542 4287863552 18446744073709551615 134537215 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32110/statm: 21510 19013 214 11 0 20844 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 94744

[startup+4842.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 32279
/proc/meminfo: memFree=13125476/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 382 494 0 0 0 0 0 0 25 0 1 0 889546924 8912896 256 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 256 211 178 0 69 0
[pid=32110] ppid=32106 vsize=86172 CPUtime=4842.39 cores=0,2,4,6
/proc/32110/stat : 32110 (ebglucose_stati) R 32106 32106 30305 0 -1 4202496 19127 0 0 0 484228 11 0 0 25 0 1 0 889546925 88240128 19068 33554432000 134512640 134556542 4287863552 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32110/statm: 21543 19068 214 11 0 20877 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 94876

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 32280
/proc/meminfo: memFree=13123968/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 382 494 0 0 0 0 0 0 25 0 1 0 889546924 8912896 256 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 256 211 178 0 69 0
[pid=32110] ppid=32106 vsize=88712 CPUtime=4902.39 cores=0,2,4,6
/proc/32110/stat : 32110 (ebglucose_stati) R 32106 32106 30305 0 -1 4202496 19534 0 0 0 490228 11 0 0 25 0 1 0 889546925 90841088 19475 33554432000 134512640 134556542 4287863552 18446744073709551615 134537197 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32110/statm: 22178 19475 214 11 0 21512 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 97416

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 32282
/proc/meminfo: memFree=13123448/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 382 494 0 0 0 0 0 0 25 0 1 0 889546924 8912896 256 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 256 211 178 0 69 0
[pid=32110] ppid=32106 vsize=89088 CPUtime=4962.4 cores=0,2,4,6
/proc/32110/stat : 32110 (ebglucose_stati) R 32106 32106 30305 0 -1 4202496 19647 0 0 0 496228 12 0 0 25 0 1 0 889546925 91226112 19588 33554432000 134512640 134556542 4287863552 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32110/statm: 22272 19588 214 11 0 21606 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 97792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 32283
/proc/meminfo: memFree=13123444/32951124 swapFree=67055536/67111528
[pid=32106] ppid=32104 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32106/stat : 32106 (ebglucose.sh) S 32104 32106 30305 0 -1 4202496 382 494 0 0 0 0 0 0 25 0 1 0 889546924 8912896 256 33554432000 4194304 4922060 140734822801728 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32106/statm: 2176 256 211 178 0 69 0
[pid=32110] ppid=32106 vsize=89088 CPUtime=5000.01 cores=0,2,4,6
/proc/32110/stat : 32110 (ebglucose_stati) R 32106 32106 30305 0 -1 4202496 19658 0 0 0 499989 12 0 0 25 0 1 0 889546925 91226112 19599 33554432000 134512640 134556542 4287863552 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32110/statm: 22272 19599 214 11 0 21606 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 97792

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 32106 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=7998
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.008997
# while last known CPU time is 5000.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4999.91
CPU time (s): 5000.01
CPU user time (s): 4999.89
CPU system time (s): 0.12
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 97792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.007998
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 876
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= 13
involuntary context switches= 6

runsolver used 7.79681 second user time and 16.4865 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-13 15:21:48
IDJOB=3498800
IDBENCH=84808
IDSOLVER=1992
FILE ID=node144/3498800-1307971308
RUNJOBID= node144-1307959724-30966
PBS_JOBID= 13559684
Free space on /var/tmp= 2908 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT04/industrial/vangelder/cnf-color/myciel6-tr.used-as.sat04-320.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498800-1307971308/watcher-3498800-1307971308 -o /var/tmp/evaluation-result-3498800-1307971308/solver-3498800-1307971308 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498800-1307971308.cnf

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

MD5SUM BENCH= 5ba57e5cfd40b4a93356dbea5162016d
RANDOM SEED=578406804

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13148028 kB
Buffers:        105092 kB
Cached:       18960996 kB
SwapCached:       9108 kB
Active:        3623468 kB
Inactive:     15514788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13148028 kB
SwapTotal:    67111528 kB
SwapFree:     67055536 kB
Dirty:             784 kB
Writeback:           0 kB
AnonPages:       70348 kB
Mapped:          14108 kB
Slab:           600208 kB
PageTables:       4916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   257344 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 /var/tmp at the end= 2912 MiB
End job on node144 at 2011-06-13 16:45:10