Trace number 3498548

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

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-13-s.cnf
MD5SUMd90571b4b69632567da9d3ebfd25979e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark170.723
Satisfiable
(Un)Satisfiability was proved
Number of variables234673
Number of clauses1071339
Sum of the clauses size2453820
Maximum clause length10
Minimum clause length1
Number of clauses of size 117679
Number of clauses of size 2856659
Number of clauses of size 3153061
Number of clauses of size 44880
Number of clauses of size 519520
Number of clauses of size over 519540

Solver Data

0.00/0.04	c
0.00/0.04	c Starting SatElite Preprocessing
0.00/0.04	c
0.00/0.04	c Parsing...
0.00/0.45	c ==============================================================================
0.00/0.45	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.45	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.45	c ==============================================================================
0.00/0.45	c |         0 | 1052492  2433683 |  315747       0        0     nan |  0.000 % |
3.04/3.18	c |         0 |  628528  1721300 |      --       0       --      -- |     --   | -196875/-198394
3.04/3.18	c ==============================================================================
3.04/3.18	c Result  :   #vars: 113985   #clauses: 628528   #literals: 1721300
3.04/3.18	c CPU time:   3.03654 s
3.04/3.18	c ==============================================================================
3.45/3.51	c
3.45/3.51	c Starting glucose
3.45/3.51	c
3.45/3.57	
3.45/3.57	c This is EBGlucose 1.0 -- based on Glucose version 1.0
3.45/3.57	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
3.45/3.57	
3.45/3.57	c ============================[ Problem Statistics ]=============================
3.45/3.57	c |                                                                             |
3.45/3.58	c |  Number of variables:  113985                                               |
3.45/3.58	c |  Number of clauses:    628528                                               |
3.45/3.79	c |  Parsing time:         0.20         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-3498548-1307958143/watcher-3498548-1307958143 -o /var/tmp/evaluation-result-3498548-1307958143/solver-3498548-1307958143 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498548-1307958143.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.86 2.00 1.96 2/172 7439
/proc/meminfo: memFree=7507744/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=11804 CPUtime=0 cores=0,2,4,6
/proc/7439/stat : 7439 (runsolver) S 7437 7439 7101 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 907414072 12087296 50 33554432000 4194304 5436572 140737035687376 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699968823 0 0 17 0 0 0 0
/proc/7439/statm: 2951 50 31 304 0 2643 0

[startup+0.0913179 s]
/proc/loadavg: 1.86 2.00 1.96 2/172 7439
/proc/meminfo: memFree=7507744/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/7439/stat : 7439 (ebglucose.sh) S 7437 7439 7101 0 -1 4202496 354 234 0 0 0 0 0 0 21 0 1 0 907414072 8912896 253 33554432000 4194304 4922060 140734638069744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7439/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100312 s]
/proc/loadavg: 1.86 2.00 1.96 2/172 7439
/proc/meminfo: memFree=7507744/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/7439/stat : 7439 (ebglucose.sh) S 7437 7439 7101 0 -1 4202496 354 234 0 0 0 0 0 0 21 0 1 0 907414072 8912896 253 33554432000 4194304 4922060 140734638069744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7439/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: 1.86 2.00 1.96 2/172 7439
/proc/meminfo: memFree=7507744/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/7439/stat : 7439 (ebglucose.sh) S 7437 7439 7101 0 -1 4202496 354 234 0 0 0 0 0 0 21 0 1 0 907414072 8912896 253 33554432000 4194304 4922060 140734638069744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7439/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700198 s]
/proc/loadavg: 1.86 2.00 1.96 2/172 7439
/proc/meminfo: memFree=7507744/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/7439/stat : 7439 (ebglucose.sh) S 7437 7439 7101 0 -1 4202496 354 234 0 0 0 0 0 0 21 0 1 0 907414072 8912896 253 33554432000 4194304 4922060 140734638069744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7439/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50112 s]
/proc/loadavg: 1.86 2.00 1.96 3/180 7454
/proc/meminfo: memFree=7267120/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/7439/stat : 7439 (ebglucose.sh) S 7437 7439 7101 0 -1 4202496 354 234 0 0 0 0 0 0 21 0 1 0 907414072 8912896 253 33554432000 4194304 4922060 140734638069744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7439/statm: 2176 253 211 178 0 69 0
[pid=7443] ppid=7439 vsize=128416 CPUtime=1.45 cores=0,2,4,6
/proc/7443/stat : 7443 (SatELite_releas) R 7439 7439 7101 0 -1 4202496 31254 0 0 0 138 7 0 0 25 0 1 0 907414077 131497984 28386 33554432000 134512640 135144230 4291011920 18446744073709551615 134586152 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/7443/statm: 32104 28386 78 155 0 31947 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 137120

[startup+3.10085 s]
/proc/loadavg: 1.86 2.00 1.96 3/180 7454
/proc/meminfo: memFree=7248152/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/7439/stat : 7439 (ebglucose.sh) S 7437 7439 7101 0 -1 4202496 354 234 0 0 0 0 0 0 21 0 1 0 907414072 8912896 253 33554432000 4194304 4922060 140734638069744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7439/statm: 2176 253 211 178 0 69 0
[pid=7443] ppid=7439 vsize=130112 CPUtime=3.04 cores=0,2,4,6
/proc/7443/stat : 7443 (SatELite_releas) R 7439 7439 7101 0 -1 4202496 36831 0 0 0 296 8 0 0 25 0 1 0 907414077 133234688 28978 33554432000 134512640 135144230 4291011920 18446744073709551615 134608808 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/7443/statm: 32528 28978 78 155 0 32371 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 138816

[startup+6.30125 s]
/proc/loadavg: 1.88 2.00 1.96 3/180 7456
/proc/meminfo: memFree=7360452/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=3.45 cores=0,2,4,6
/proc/7439/stat : 7439 (ebglucose.sh) S 7437 7439 7101 0 -1 4202496 381 44347 0 0 0 0 333 12 18 0 1 0 907414072 8912896 256 33554432000 4194304 4922060 140734638069744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7439/statm: 2176 256 211 178 0 69 0
[pid=7455] ppid=7439 vsize=53632 CPUtime=2.7 cores=0,2,4,6
/proc/7455/stat : 7455 (ebglucose_stati) R 7439 7439 7101 0 -1 4202496 12238 0 12 0 269 1 0 0 25 0 1 0 907414423 54919168 12168 33554432000 134512640 134556542 4287724736 18446744073709551615 134526967 0 0 4096 8388611 0 0 0 17 4 0 0 6
/proc/7455/statm: 13408 12168 213 11 0 12742 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 62336

[startup+12.701 s]
/proc/loadavg: 1.89 2.00 1.96 3/180 7456
/proc/meminfo: memFree=7353388/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=3.45 cores=0,2,4,6
/proc/7439/stat : 7439 (ebglucose.sh) S 7437 7439 7101 0 -1 4202496 381 44347 0 0 0 0 333 12 18 0 1 0 907414072 8912896 256 33554432000 4194304 4922060 140734638069744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7439/statm: 2176 256 211 178 0 69 0
[pid=7455] ppid=7439 vsize=57864 CPUtime=9.11 cores=0,2,4,6
/proc/7455/stat : 7455 (ebglucose_stati) R 7439 7439 7101 0 -1 4202496 13298 0 12 0 909 2 0 0 25 0 1 0 907414423 59252736 13228 33554432000 134512640 134556542 4287724736 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 4 0 0 6
/proc/7455/statm: 14466 13228 213 11 0 13800 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 66568

[startup+25.5006 s]
/proc/loadavg: 1.91 2.00 1.96 3/180 7457
/proc/meminfo: memFree=7329360/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=3.45 cores=0,2,4,6
/proc/7439/stat : 7439 (ebglucose.sh) S 7437 7439 7101 0 -1 4202496 381 44347 0 0 0 0 333 12 18 0 1 0 907414072 8912896 256 33554432000 4194304 4922060 140734638069744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7439/statm: 2176 256 211 178 0 69 0
[pid=7455] ppid=7439 vsize=73164 CPUtime=21.91 cores=0,2,4,6
/proc/7455/stat : 7455 (ebglucose_stati) R 7439 7439 7101 0 -1 4202496 17109 0 12 0 2188 3 0 0 25 0 1 0 907414423 74919936 17039 33554432000 134512640 134556542 4287724736 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 4 0 0 6
/proc/7455/statm: 18291 17039 213 11 0 17625 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 81868

[startup+51.1007 s]
/proc/loadavg: 1.94 2.00 1.96 3/180 7457
/proc/meminfo: memFree=7303396/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=3.45 cores=0,2,4,6
/proc/7439/stat : 7439 (ebglucose.sh) S 7437 7439 7101 0 -1 4202496 381 44347 0 0 0 0 333 12 18 0 1 0 907414072 8912896 256 33554432000 4194304 4922060 140734638069744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7439/statm: 2176 256 211 178 0 69 0
[pid=7455] ppid=7439 vsize=87364 CPUtime=47.5 cores=0,2,4,6
/proc/7455/stat : 7455 (ebglucose_stati) R 7439 7439 7101 0 -1 4202496 20639 0 12 0 4746 4 0 0 25 0 1 0 907414423 89460736 20568 33554432000 134512640 134556542 4287724736 18446744073709551615 134529895 0 0 4096 8388611 0 0 0 17 2 0 0 6
/proc/7455/statm: 21841 20568 213 11 0 21175 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 96068

[startup+102.307 s]
/proc/loadavg: 1.97 2.00 1.96 3/180 7502
/proc/meminfo: memFree=7336384/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=3.45 cores=0,2,4,6
/proc/7439/stat : 7439 (ebglucose.sh) S 7437 7439 7101 0 -1 4202496 381 44347 0 0 0 0 333 12 18 0 1 0 907414072 8912896 256 33554432000 4194304 4922060 140734638069744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7439/statm: 2176 256 211 178 0 69 0
[pid=7455] ppid=7439 vsize=94904 CPUtime=98.7 cores=0,2,4,6
/proc/7455/stat : 7455 (ebglucose_stati) R 7439 7439 7101 0 -1 4202496 22561 0 12 0 9866 4 0 0 25 0 1 0 907414423 97181696 22489 33554432000 134512640 134556542 4287724736 18446744073709551615 134529895 0 0 4096 8388611 0 0 0 17 2 0 0 6
/proc/7455/statm: 23726 22489 213 11 0 23060 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 103608

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.96 3/180 7503
/proc/meminfo: memFree=7323968/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=3.45 cores=0,2,4,6
/proc/7439/stat : 7439 (ebglucose.sh) S 7437 7439 7101 0 -1 4202496 381 44347 0 0 0 0 333 12 18 0 1 0 907414072 8912896 256 33554432000 4194304 4922060 140734638069744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7439/statm: 2176 256 211 178 0 69 0
[pid=7455] ppid=7439 vsize=105952 CPUtime=158.7 cores=0,2,4,6
/proc/7455/stat : 7455 (ebglucose_stati) R 7439 7439 7101 0 -1 4202496 25290 0 12 0 15866 4 0 0 25 0 1 0 907414423 108494848 25217 33554432000 134512640 134556542 4287724736 18446744073709551615 134530155 0 0 4096 8388611 0 0 0 17 2 0 0 6
/proc/7455/statm: 26488 25217 213 11 0 25822 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 114656

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 1.96 3/180 7505
/proc/meminfo: memFree=7308740/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=3.45 cores=0,2,4,6
/proc/7439/stat : 7439 (ebglucose.sh) S 7437 7439 7101 0 -1 4202496 381 44347 0 0 0 0 333 12 18 0 1 0 907414072 8912896 256 33554432000 4194304 4922060 140734638069744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7439/statm: 2176 256 211 178 0 69 0
[pid=7455] ppid=7439 vsize=113432 CPUtime=218.71 cores=0,2,4,6
/proc/7455/stat : 7455 (ebglucose_stati) R 7439 7439 7101 0 -1 4202496 27187 0 12 0 21866 5 0 0 25 0 1 0 907414423 116154368 27112 33554432000 134512640 134556542 4287724736 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 2 0 0 6
/proc/7455/statm: 28358 27112 213 11 0 27692 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 122136

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 1.96 3/180 7506
/proc/meminfo: memFree=7301060/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=3.45 cores=0,2,4,6
/proc/7439/stat : 7439 (ebglucose.sh) S 7437 7439 7101 0 -1 4202496 381 44347 0 0 0 0 333 12 18 0 1 0 907414072 8912896 256 33554432000 4194304 4922060 140734638069744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7439/statm: 2176 256 211 178 0 69 0
[pid=7455] ppid=7439 vsize=117404 CPUtime=278.71 cores=0,2,4,6
/proc/7455/stat : 7455 (ebglucose_stati) R 7439 7439 7101 0 -1 4202496 28160 0 12 0 27866 5 0 0 25 0 1 0 907414423 120221696 28084 33554432000 134512640 134556542 4287724736 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 2 0 0 6
/proc/7455/statm: 29351 28084 213 11 0 28685 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 126108

[startup+342.301 s]
/proc/loadavg: 1.99 2.00 1.96 3/180 7508
/proc/meminfo: memFree=7296932/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=3.45 cores=0,2,4,6
/proc/7439/stat : 7439 (ebglucose.sh) S 7437 7439 7101 0 -1 4202496 381 44347 0 0 0 0 333 12 18 0 1 0 907414072 8912896 256 33554432000 4194304 4922060 140734638069744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7439/statm: 2176 256 211 178 0 69 0
[pid=7455] ppid=7439 vsize=121104 CPUtime=338.71 cores=0,2,4,6
/proc/7455/stat : 7455 (ebglucose_stati) R 7439 7439 7101 0 -1 4202496 29101 0 12 0 33866 5 0 0 25 0 1 0 907414423 124010496 29023 33554432000 134512640 134556542 4287724736 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 2 0 0 6
/proc/7455/statm: 30276 29023 213 11 0 29610 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 129808

[startup+402.301 s]
/proc/loadavg: 1.99 2.00 1.96 3/180 7510
/proc/meminfo: memFree=7291184/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=3.45 cores=0,2,4,6

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

/proc/7455/statm: 70424 69142 213 11 0 69758 0
Current children cumulated CPU time (s) 4302.31
Current children cumulated vsize (KiB) 290400

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/180 7669
/proc/meminfo: memFree=7109020/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=3.45 cores=0,2,4,6
/proc/7439/stat : 7439 (ebglucose.sh) S 7437 7439 7101 0 -1 4202496 381 44347 0 0 0 0 333 12 18 0 1 0 907414072 8912896 256 33554432000 4194304 4922060 140734638069744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7439/statm: 2176 256 211 178 0 69 0
[pid=7455] ppid=7439 vsize=283020 CPUtime=4358.86 cores=0,2,4,6
/proc/7455/stat : 7455 (ebglucose_stati) R 7439 7439 7101 0 -1 4202496 69714 0 12 0 435870 16 0 0 25 0 1 0 907414423 289812480 69476 33554432000 134512640 134556542 4287724736 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 6
/proc/7455/statm: 70755 69476 213 11 0 70089 0
Current children cumulated CPU time (s) 4362.31
Current children cumulated vsize (KiB) 291724

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7671
/proc/meminfo: memFree=7102420/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=3.45 cores=0,2,4,6
/proc/7439/stat : 7439 (ebglucose.sh) S 7437 7439 7101 0 -1 4202496 381 44347 0 0 0 0 333 12 18 0 1 0 907414072 8912896 256 33554432000 4194304 4922060 140734638069744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7439/statm: 2176 256 211 178 0 69 0
[pid=7455] ppid=7439 vsize=283020 CPUtime=4418.86 cores=0,2,4,6
/proc/7455/stat : 7455 (ebglucose_stati) R 7439 7439 7101 0 -1 4202496 69714 0 12 0 441870 16 0 0 25 0 1 0 907414423 289812480 69476 33554432000 134512640 134556542 4287724736 18446744073709551615 134528925 0 0 4096 8388611 0 0 0 17 2 0 0 6
/proc/7455/statm: 70755 69476 213 11 0 70089 0
Current children cumulated CPU time (s) 4422.31
Current children cumulated vsize (KiB) 291724

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7672
/proc/meminfo: memFree=7085768/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=3.45 cores=0,2,4,6
/proc/7439/stat : 7439 (ebglucose.sh) S 7437 7439 7101 0 -1 4202496 381 44347 0 0 0 0 333 12 18 0 1 0 907414072 8912896 256 33554432000 4194304 4922060 140734638069744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7439/statm: 2176 256 211 178 0 69 0
[pid=7455] ppid=7439 vsize=293400 CPUtime=4478.87 cores=0,2,4,6
/proc/7455/stat : 7455 (ebglucose_stati) R 7439 7439 7101 0 -1 4202496 72298 0 12 0 447870 17 0 0 25 0 1 0 907414423 300441600 72059 33554432000 134512640 134556542 4287724736 18446744073709551615 134537992 0 0 4096 8388611 0 0 0 17 2 0 0 6
/proc/7455/statm: 73350 72059 213 11 0 72684 0
Current children cumulated CPU time (s) 4482.32
Current children cumulated vsize (KiB) 302104

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7674
/proc/meminfo: memFree=7084600/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=3.45 cores=0,2,4,6
/proc/7439/stat : 7439 (ebglucose.sh) S 7437 7439 7101 0 -1 4202496 381 44347 0 0 0 0 333 12 18 0 1 0 907414072 8912896 256 33554432000 4194304 4922060 140734638069744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7439/statm: 2176 256 211 178 0 69 0
[pid=7455] ppid=7439 vsize=293400 CPUtime=4538.87 cores=0,2,4,6
/proc/7455/stat : 7455 (ebglucose_stati) R 7439 7439 7101 0 -1 4202496 72298 0 12 0 453870 17 0 0 25 0 1 0 907414423 300441600 72059 33554432000 134512640 134556542 4287724736 18446744073709551615 134530968 0 0 4096 8388611 0 0 0 17 2 0 0 6
/proc/7455/statm: 73350 72059 213 11 0 72684 0
Current children cumulated CPU time (s) 4542.32
Current children cumulated vsize (KiB) 302104

[startup+4602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 7676
/proc/meminfo: memFree=7067448/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=3.45 cores=0,2,4,6
/proc/7439/stat : 7439 (ebglucose.sh) S 7437 7439 7101 0 -1 4202496 381 44347 0 0 0 0 333 12 18 0 1 0 907414072 8912896 256 33554432000 4194304 4922060 140734638069744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7439/statm: 2176 256 211 178 0 69 0
[pid=7455] ppid=7439 vsize=300308 CPUtime=4598.88 cores=0,2,4,6
/proc/7455/stat : 7455 (ebglucose_stati) R 7439 7439 7101 0 -1 4202496 74029 0 12 0 459870 18 0 0 25 0 1 0 907414423 307515392 73787 33554432000 134512640 134556542 4287724736 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 2 0 0 6
/proc/7455/statm: 75077 73787 213 11 0 74411 0
Current children cumulated CPU time (s) 4602.33
Current children cumulated vsize (KiB) 309012

[startup+4662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 7677
/proc/meminfo: memFree=7067520/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=3.45 cores=0,2,4,6
/proc/7439/stat : 7439 (ebglucose.sh) S 7437 7439 7101 0 -1 4202496 381 44347 0 0 0 0 333 12 18 0 1 0 907414072 8912896 256 33554432000 4194304 4922060 140734638069744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7439/statm: 2176 256 211 178 0 69 0
[pid=7455] ppid=7439 vsize=300308 CPUtime=4658.88 cores=0,2,4,6
/proc/7455/stat : 7455 (ebglucose_stati) R 7439 7439 7101 0 -1 4202496 74029 0 12 0 465870 18 0 0 25 0 1 0 907414423 307515392 73787 33554432000 134512640 134556542 4287724736 18446744073709551615 134530949 0 0 4096 8388611 0 0 0 17 2 0 0 6
/proc/7455/statm: 75077 73787 213 11 0 74411 0
Current children cumulated CPU time (s) 4662.33
Current children cumulated vsize (KiB) 309012

[startup+4722.31 s]
/proc/loadavg: 2.05 2.02 2.00 3/180 7688
/proc/meminfo: memFree=7057460/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=3.45 cores=0,2,4,6
/proc/7439/stat : 7439 (ebglucose.sh) S 7437 7439 7101 0 -1 4202496 381 44347 0 0 0 0 333 12 18 0 1 0 907414072 8912896 256 33554432000 4194304 4922060 140734638069744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7439/statm: 2176 256 211 178 0 69 0
[pid=7455] ppid=7439 vsize=300308 CPUtime=4718.88 cores=0,2,4,6
/proc/7455/stat : 7455 (ebglucose_stati) R 7439 7439 7101 0 -1 4202496 74031 0 12 0 471870 18 0 0 25 0 1 0 907414423 307515392 73789 33554432000 134512640 134556542 4287724736 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 2 0 0 6
/proc/7455/statm: 75077 73789 213 11 0 74411 0
Current children cumulated CPU time (s) 4722.33
Current children cumulated vsize (KiB) 309012

[startup+4782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 7689
/proc/meminfo: memFree=7057908/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=3.45 cores=0,2,4,6
/proc/7439/stat : 7439 (ebglucose.sh) S 7437 7439 7101 0 -1 4202496 381 44347 0 0 0 0 333 12 18 0 1 0 907414072 8912896 256 33554432000 4194304 4922060 140734638069744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7439/statm: 2176 256 211 178 0 69 0
[pid=7455] ppid=7439 vsize=300308 CPUtime=4778.88 cores=0,2,4,6
/proc/7455/stat : 7455 (ebglucose_stati) R 7439 7439 7101 0 -1 4202496 74031 0 12 0 477870 18 0 0 25 0 1 0 907414423 307515392 73789 33554432000 134512640 134556542 4287724736 18446744073709551615 134529895 0 0 4096 8388611 0 0 0 17 2 0 0 6
/proc/7455/statm: 75077 73789 213 11 0 74411 0
Current children cumulated CPU time (s) 4782.33
Current children cumulated vsize (KiB) 309012

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 7691
/proc/meminfo: memFree=7049316/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=3.45 cores=0,2,4,6
/proc/7439/stat : 7439 (ebglucose.sh) S 7437 7439 7101 0 -1 4202496 381 44347 0 0 0 0 333 12 18 0 1 0 907414072 8912896 256 33554432000 4194304 4922060 140734638069744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7439/statm: 2176 256 211 178 0 69 0
[pid=7455] ppid=7439 vsize=308652 CPUtime=4838.88 cores=0,2,4,6
/proc/7455/stat : 7455 (ebglucose_stati) R 7439 7439 7101 0 -1 4202496 76138 0 12 0 483870 18 0 0 25 0 1 0 907414423 316059648 75893 33554432000 134512640 134556542 4287724736 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 2 0 0 6
/proc/7455/statm: 77163 75893 213 11 0 76497 0
Current children cumulated CPU time (s) 4842.33
Current children cumulated vsize (KiB) 317356

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7695
/proc/meminfo: memFree=7048656/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=3.45 cores=0,2,4,6
/proc/7439/stat : 7439 (ebglucose.sh) S 7437 7439 7101 0 -1 4202496 381 44347 0 0 0 0 333 12 18 0 1 0 907414072 8912896 256 33554432000 4194304 4922060 140734638069744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7439/statm: 2176 256 211 178 0 69 0
[pid=7455] ppid=7439 vsize=308652 CPUtime=4898.88 cores=0,2,4,6
/proc/7455/stat : 7455 (ebglucose_stati) R 7439 7439 7101 0 -1 4202496 76138 0 12 0 489870 18 0 0 25 0 1 0 907414423 316059648 75893 33554432000 134512640 134556542 4287724736 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 6
/proc/7455/statm: 77163 75893 213 11 0 76497 0
Current children cumulated CPU time (s) 4902.33
Current children cumulated vsize (KiB) 317356

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7697
/proc/meminfo: memFree=7033544/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=3.45 cores=0,2,4,6
/proc/7439/stat : 7439 (ebglucose.sh) S 7437 7439 7101 0 -1 4202496 381 44347 0 0 0 0 333 12 18 0 1 0 907414072 8912896 256 33554432000 4194304 4922060 140734638069744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7439/statm: 2176 256 211 178 0 69 0
[pid=7455] ppid=7439 vsize=316080 CPUtime=4958.88 cores=0,2,4,6
/proc/7455/stat : 7455 (ebglucose_stati) R 7439 7439 7101 0 -1 4202496 77984 0 12 0 495870 18 0 0 25 0 1 0 907414423 323665920 77739 33554432000 134512640 134556542 4287724736 18446744073709551615 134529980 0 0 4096 8388611 0 0 0 17 2 0 0 6
/proc/7455/statm: 79020 77739 213 11 0 78354 0
Current children cumulated CPU time (s) 4962.33
Current children cumulated vsize (KiB) 324784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7698
/proc/meminfo: memFree=7033660/32950928 swapFree=67055948/67111528
[pid=7439] ppid=7437 vsize=8704 CPUtime=3.45 cores=0,2,4,6
/proc/7439/stat : 7439 (ebglucose.sh) S 7437 7439 7101 0 -1 4202496 381 44347 0 0 0 0 333 12 18 0 1 0 907414072 8912896 256 33554432000 4194304 4922060 140734638069744 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/7439/statm: 2176 256 211 178 0 69 0
[pid=7455] ppid=7439 vsize=316080 CPUtime=4996.59 cores=0,2,4,6
/proc/7455/stat : 7455 (ebglucose_stati) R 7439 7439 7101 0 -1 4202496 77984 0 12 0 499641 18 0 0 25 0 1 0 907414423 323665920 77739 33554432000 134512640 134556542 4287724736 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 2 0 0 6
/proc/7455/statm: 79020 77739 213 11 0 78354 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 324784

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

Real time (s): 5000.01
CPU time (s): 5000.04
CPU user time (s): 4999.74
CPU system time (s): 0.3
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 324784

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

runsolver used 7.35388 second user time and 15.7556 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-13 11:42:24
IDJOB=3498548
IDBENCH=20353
IDSOLVER=1992
FILE ID=node127/3498548-1307958143
RUNJOBID= node127-1307958143-7421
PBS_JOBID= 13559701
Free space on /var/tmp= 2856 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-13-s.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498548-1307958143/watcher-3498548-1307958143 -o /var/tmp/evaluation-result-3498548-1307958143/solver-3498548-1307958143 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498548-1307958143.cnf

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

MD5SUM BENCH= d90571b4b69632567da9d3ebfd25979e
RANDOM SEED=1077771258

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       7508140 kB
Buffers:        108660 kB
Cached:       24496704 kB
SwapCached:       9120 kB
Active:        9059164 kB
Inactive:     15564980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7508140 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:           41696 kB
Writeback:           0 kB
AnonPages:       16300 kB
Mapped:          12604 kB
Slab:           754332 kB
PageTables:       4736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186872 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= 2844 MiB
End job on node127 at 2011-06-13 13:05:46