Trace number 3498546

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

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-17-s.cnf
MD5SUMf72920912a1bb14f90e9fea5dee0ec1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark79.238
Satisfiable
(Un)Satisfiability was proved
Number of variables298900
Number of clauses1409628
Sum of the clauses size3261218
Maximum clause length10
Minimum clause length1
Number of clauses of size 122283
Number of clauses of size 21089480
Number of clauses of size 3242405
Number of clauses of size 46160
Number of clauses of size 524640
Number of clauses of size over 524660

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.54	c ==============================================================================
0.00/0.54	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.54	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.54	c ==============================================================================
0.00/0.54	c |         0 | 1385857  3235805 |  415757       0        0     nan |  0.000 % |
3.99/4.06	c |         0 |  868292  2392233 |      --       0       --      -- |     --   | -256585/-254593
3.99/4.07	c ==============================================================================
3.99/4.07	c Result  :   #vars: 150440   #clauses: 868292   #literals: 2392233
3.99/4.07	c CPU time:   3.9654 s
3.99/4.07	c ==============================================================================
4.49/4.52	c
4.49/4.52	c Starting glucose
4.49/4.52	c
4.49/4.52	
4.49/4.52	c This is EBGlucose 1.0 -- based on Glucose version 1.0
4.49/4.52	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
4.49/4.52	
4.49/4.52	c ============================[ Problem Statistics ]=============================
4.49/4.52	c |                                                                             |
4.49/4.52	c |  Number of variables:  150440                                               |
4.49/4.52	c |  Number of clauses:    868292                                               |
4.51/4.82	c |  Parsing time:         0.28         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-3498546-1308500393/watcher-3498546-1308500393 -o /tmp/evaluation-result-3498546-1308500393/solver-3498546-1308500393 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498546-1308500393.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.84 1.97 1.98 2/178 17936
/proc/meminfo: memFree=27617940/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 354 233 0 0 0 0 0 0 18 0 1 0 961637431 8912896 253 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 253 211 178 0 69 0

[startup+0.00611803 s]
/proc/loadavg: 1.84 1.97 1.98 2/178 17936
/proc/meminfo: memFree=27617940/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 354 233 0 0 0 0 0 0 18 0 1 0 961637431 8912896 253 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101132 s]
/proc/loadavg: 1.84 1.97 1.98 2/178 17936
/proc/meminfo: memFree=27617940/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 354 233 0 0 0 0 0 0 18 0 1 0 961637431 8912896 253 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301099 s]
/proc/loadavg: 1.84 1.97 1.98 2/178 17936
/proc/meminfo: memFree=27617940/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 354 233 0 0 0 0 0 0 18 0 1 0 961637431 8912896 253 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701034 s]
/proc/loadavg: 1.84 1.97 1.98 2/178 17936
/proc/meminfo: memFree=27617940/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 354 233 0 0 0 0 0 0 18 0 1 0 961637431 8912896 253 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50088 s]
/proc/loadavg: 1.84 1.97 1.98 3/180 17939
/proc/meminfo: memFree=27469892/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 354 233 0 0 0 0 0 0 18 0 1 0 961637431 8912896 253 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 253 211 178 0 69 0
[pid=17938] ppid=17936 vsize=181796 CPUtime=1.48 cores=0,2,4,6
/proc/17938/stat : 17938 (SatELite_releas) R 17936 17936 17410 0 -1 4202496 40567 0 0 0 141 7 0 0 25 0 1 0 961637431 186159104 37139 33554432000 134512640 135144230 4290654752 18446744073709551615 134597529 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/17938/statm: 45449 37139 78 155 0 45292 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 190500

[startup+3.10059 s]
/proc/loadavg: 1.84 1.97 1.98 3/180 17939
/proc/meminfo: memFree=27461220/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 354 233 0 0 0 0 0 0 18 0 1 0 961637431 8912896 253 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 253 211 178 0 69 0
[pid=17938] ppid=17936 vsize=183920 CPUtime=3.09 cores=0,2,4,6
/proc/17938/stat : 17938 (SatELite_releas) R 17936 17936 17410 0 -1 4202496 45597 0 0 0 301 8 0 0 25 0 1 0 961637431 188334080 37828 33554432000 134512640 135144230 4290654752 18446744073709551615 134585472 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/17938/statm: 45980 37828 78 155 0 45823 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 192624

[startup+6.30101 s]
/proc/loadavg: 1.93 1.98 1.98 3/180 17940
/proc/meminfo: memFree=27518884/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=4.51 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 380 58161 0 0 0 0 438 13 18 0 1 0 961637431 8912896 256 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 256 211 178 0 69 0
[pid=17940] ppid=17936 vsize=70028 CPUtime=1.77 cores=0,2,4,6
/proc/17940/stat : 17940 (ebglucose_stati) R 17936 17936 17410 0 -1 4202496 16443 0 0 0 175 2 0 0 25 0 1 0 961637883 71708672 16368 33554432000 134512640 134556542 4288549488 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/17940/statm: 17507 16368 213 11 0 16841 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 78732

[startup+12.7008 s]
/proc/loadavg: 2.02 2.00 1.99 3/180 17940
/proc/meminfo: memFree=27515332/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=4.51 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 380 58161 0 0 0 0 438 13 18 0 1 0 961637431 8912896 256 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 256 211 178 0 69 0
[pid=17940] ppid=17936 vsize=73072 CPUtime=8.16 cores=0,2,4,6
/proc/17940/stat : 17940 (ebglucose_stati) R 17936 17936 17410 0 -1 4202496 17180 0 0 0 814 2 0 0 25 0 1 0 961637883 74825728 17105 33554432000 134512640 134556542 4288549488 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/17940/statm: 18268 17105 213 11 0 17602 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 81776

[startup+25.5005 s]
/proc/loadavg: 2.01 2.00 1.99 3/180 17941
/proc/meminfo: memFree=27506912/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=4.51 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 380 58161 0 0 0 0 438 13 18 0 1 0 961637431 8912896 256 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 256 211 178 0 69 0
[pid=17940] ppid=17936 vsize=78892 CPUtime=20.97 cores=0,2,4,6
/proc/17940/stat : 17940 (ebglucose_stati) R 17936 17936 17410 0 -1 4202496 18654 0 0 0 2094 3 0 0 25 0 1 0 961637883 80785408 18579 33554432000 134512640 134556542 4288549488 18446744073709551615 134536909 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/17940/statm: 19723 18579 213 11 0 19057 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 87596

[startup+51.1009 s]
/proc/loadavg: 2.01 2.00 1.99 3/180 17941
/proc/meminfo: memFree=27493700/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=4.51 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 380 58161 0 0 0 0 438 13 18 0 1 0 961637431 8912896 256 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 256 211 178 0 69 0
[pid=17940] ppid=17936 vsize=86232 CPUtime=46.57 cores=0,2,4,6
/proc/17940/stat : 17940 (ebglucose_stati) R 17936 17936 17410 0 -1 4202496 20478 0 0 0 4654 3 0 0 25 0 1 0 961637883 88301568 20403 33554432000 134512640 134556542 4288549488 18446744073709551615 134536909 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/17940/statm: 21558 20403 213 11 0 20892 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 94936

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 17943
/proc/meminfo: memFree=27472740/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=4.51 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 380 58161 0 0 0 0 438 13 18 0 1 0 961637431 8912896 256 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 256 211 178 0 69 0
[pid=17940] ppid=17936 vsize=103496 CPUtime=97.78 cores=0,2,4,6
/proc/17940/stat : 17940 (ebglucose_stati) R 17936 17936 17410 0 -1 4202496 24714 0 0 0 9774 4 0 0 25 0 1 0 961637883 105979904 24639 33554432000 134512640 134556542 4288549488 18446744073709551615 134536807 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/17940/statm: 25874 24639 213 11 0 25208 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 112200

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 17944
/proc/meminfo: memFree=27460544/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=4.51 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 380 58161 0 0 0 0 438 13 18 0 1 0 961637431 8912896 256 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 256 211 178 0 69 0
[pid=17940] ppid=17936 vsize=110192 CPUtime=157.77 cores=0,2,4,6
/proc/17940/stat : 17940 (ebglucose_stati) R 17936 17936 17410 0 -1 4202496 26392 0 0 0 15773 4 0 0 25 0 1 0 961637883 112836608 26316 33554432000 134512640 134556542 4288549488 18446744073709551615 134536930 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/17940/statm: 27548 26316 213 11 0 26882 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 118896

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 17946
/proc/meminfo: memFree=27443752/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=4.51 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 380 58161 0 0 0 0 438 13 18 0 1 0 961637431 8912896 256 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 256 211 178 0 69 0
[pid=17940] ppid=17936 vsize=120264 CPUtime=217.77 cores=0,2,4,6
/proc/17940/stat : 17940 (ebglucose_stati) R 17936 17936 17410 0 -1 4202496 28919 0 0 0 21773 4 0 0 25 0 1 0 961637883 123150336 28841 33554432000 134512640 134556542 4288549488 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/17940/statm: 30066 28841 213 11 0 29400 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 128968

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 17948
/proc/meminfo: memFree=27438380/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=4.51 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 380 58161 0 0 0 0 438 13 18 0 1 0 961637431 8912896 256 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 256 211 178 0 69 0
[pid=17940] ppid=17936 vsize=120264 CPUtime=277.77 cores=0,2,4,6
/proc/17940/stat : 17940 (ebglucose_stati) R 17936 17936 17410 0 -1 4202496 28935 0 0 0 27773 4 0 0 25 0 1 0 961637883 123150336 28857 33554432000 134512640 134556542 4288549488 18446744073709551615 134529948 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/17940/statm: 30066 28857 213 11 0 29400 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 128968

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 17991
/proc/meminfo: memFree=26832404/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=4.51 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 380 58161 0 0 0 0 438 13 18 0 1 0 961637431 8912896 256 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 256 211 178 0 69 0
[pid=17940] ppid=17936 vsize=123056 CPUtime=337.78 cores=0,2,4,6
/proc/17940/stat : 17940 (ebglucose_stati) R 17936 17936 17410 0 -1 4202496 29627 0 0 0 33773 5 0 0 25 0 1 0 961637883 126009344 29548 33554432000 134512640 134556542 4288549488 18446744073709551615 134529848 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17940/statm: 30764 29548 213 11 0 30098 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 131760

[startup+402.3 s]
/proc/loadavg: 2.07 2.02 1.99 3/180 18035
/proc/meminfo: memFree=27250536/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=4.51 cores=0,2,4,6

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

/proc/17940/statm: 73217 71962 213 11 0 72551 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 301572

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/180 18280
/proc/meminfo: memFree=26437284/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=4.51 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 380 58161 0 0 0 0 438 13 18 0 1 0 961637431 8912896 256 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 256 211 178 0 69 0
[pid=17940] ppid=17936 vsize=292868 CPUtime=4417.89 cores=0,2,4,6
/proc/17940/stat : 17940 (ebglucose_stati) R 17936 17936 17410 0 -1 4202496 72090 0 0 0 441772 17 0 0 25 0 1 0 961637883 299896832 71962 33554432000 134512640 134556542 4288549488 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17940/statm: 73217 71962 213 11 0 72551 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 301572

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18282
/proc/meminfo: memFree=26437268/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=4.51 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 380 58161 0 0 0 0 438 13 18 0 1 0 961637431 8912896 256 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 256 211 178 0 69 0
[pid=17940] ppid=17936 vsize=292868 CPUtime=4477.89 cores=0,2,4,6
/proc/17940/stat : 17940 (ebglucose_stati) R 17936 17936 17410 0 -1 4202496 72091 0 0 0 447772 17 0 0 25 0 1 0 961637883 299896832 71963 33554432000 134512640 134556542 4288549488 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17940/statm: 73217 71963 213 11 0 72551 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 301572

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18283
/proc/meminfo: memFree=26437236/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=4.51 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 380 58161 0 0 0 0 438 13 18 0 1 0 961637431 8912896 256 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 256 211 178 0 69 0
[pid=17940] ppid=17936 vsize=292868 CPUtime=4537.89 cores=0,2,4,6
/proc/17940/stat : 17940 (ebglucose_stati) R 17936 17936 17410 0 -1 4202496 72092 0 0 0 453772 17 0 0 25 0 1 0 961637883 299896832 71964 33554432000 134512640 134556542 4288549488 18446744073709551615 134536930 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17940/statm: 73217 71964 213 11 0 72551 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 301572

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18285
/proc/meminfo: memFree=26437436/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=4.51 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 380 58161 0 0 0 0 438 13 18 0 1 0 961637431 8912896 256 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 256 211 178 0 69 0
[pid=17940] ppid=17936 vsize=292868 CPUtime=4597.9 cores=0,2,4,6
/proc/17940/stat : 17940 (ebglucose_stati) R 17936 17936 17410 0 -1 4202496 72094 0 0 0 459773 17 0 0 25 0 1 0 961637883 299896832 71966 33554432000 134512640 134556542 4288549488 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17940/statm: 73217 71966 213 11 0 72551 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 301572

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18286
/proc/meminfo: memFree=26437276/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=4.51 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 380 58161 0 0 0 0 438 13 18 0 1 0 961637431 8912896 256 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 256 211 178 0 69 0
[pid=17940] ppid=17936 vsize=292868 CPUtime=4657.9 cores=0,2,4,6
/proc/17940/stat : 17940 (ebglucose_stati) R 17936 17936 17410 0 -1 4202496 72094 0 0 0 465772 18 0 0 25 0 1 0 961637883 299896832 71966 33554432000 134512640 134556542 4288549488 18446744073709551615 134536933 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17940/statm: 73217 71966 213 11 0 72551 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 301572

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18288
/proc/meminfo: memFree=26436852/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=4.51 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 380 58161 0 0 0 0 438 13 18 0 1 0 961637431 8912896 256 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 256 211 178 0 69 0
[pid=17940] ppid=17936 vsize=292868 CPUtime=4717.91 cores=0,2,4,6
/proc/17940/stat : 17940 (ebglucose_stati) R 17936 17936 17410 0 -1 4202496 72094 0 0 0 471773 18 0 0 25 0 1 0 961637883 299896832 71966 33554432000 134512640 134556542 4288549488 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17940/statm: 73217 71966 213 11 0 72551 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 301572

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18290
/proc/meminfo: memFree=26431744/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=4.51 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 380 58161 0 0 0 0 438 13 18 0 1 0 961637431 8912896 256 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 256 211 178 0 69 0
[pid=17940] ppid=17936 vsize=297920 CPUtime=4777.91 cores=0,2,4,6
/proc/17940/stat : 17940 (ebglucose_stati) R 17936 17936 17410 0 -1 4202496 73354 0 0 0 477773 18 0 0 25 0 1 0 961637883 305070080 73226 33554432000 134512640 134556542 4288549488 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17940/statm: 74480 73226 213 11 0 73814 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 306624

[startup+4842.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/180 18291
/proc/meminfo: memFree=26430976/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=4.51 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 380 58161 0 0 0 0 438 13 18 0 1 0 961637431 8912896 256 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 256 211 178 0 69 0
[pid=17940] ppid=17936 vsize=297920 CPUtime=4837.91 cores=0,2,4,6
/proc/17940/stat : 17940 (ebglucose_stati) R 17936 17936 17410 0 -1 4202496 73354 0 0 0 483773 18 0 0 25 0 1 0 961637883 305070080 73226 33554432000 134512640 134556542 4288549488 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17940/statm: 74480 73226 213 11 0 73814 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 306624

[startup+4902.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 18293
/proc/meminfo: memFree=26422128/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=4.51 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 380 58161 0 0 0 0 438 13 18 0 1 0 961637431 8912896 256 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 256 211 178 0 69 0
[pid=17940] ppid=17936 vsize=306160 CPUtime=4897.91 cores=0,2,4,6
/proc/17940/stat : 17940 (ebglucose_stati) R 17936 17936 17410 0 -1 4202496 75426 0 0 0 489773 18 0 0 25 0 1 0 961637883 313507840 75298 33554432000 134512640 134556542 4288549488 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17940/statm: 76540 75298 213 11 0 75874 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 314864

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18294
/proc/meminfo: memFree=26422444/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=4.51 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 380 58161 0 0 0 0 438 13 18 0 1 0 961637431 8912896 256 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 256 211 178 0 69 0
[pid=17940] ppid=17936 vsize=306160 CPUtime=4957.91 cores=0,2,4,6
/proc/17940/stat : 17940 (ebglucose_stati) R 17936 17936 17410 0 -1 4202496 75426 0 0 0 495773 18 0 0 25 0 1 0 961637883 313507840 75298 33554432000 134512640 134556542 4288549488 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17940/statm: 76540 75298 213 11 0 75874 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 314864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18295
/proc/meminfo: memFree=26420552/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=4.51 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 380 58161 0 0 0 0 438 13 18 0 1 0 961637431 8912896 256 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 256 211 178 0 69 0
[pid=17940] ppid=17936 vsize=308016 CPUtime=4995.51 cores=0,2,4,6
/proc/17940/stat : 17940 (ebglucose_stati) R 17936 17936 17410 0 -1 4202496 75881 0 0 0 499533 18 0 0 25 0 1 0 961637883 315408384 75753 33554432000 134512640 134556542 4288549488 18446744073709551615 134530934 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17940/statm: 77004 75753 213 11 0 76338 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 316720

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18295
/proc/meminfo: memFree=26420552/32951124 swapFree=67051740/67111528
[pid=17936] ppid=17934 vsize=8704 CPUtime=4.51 cores=0,2,4,6
/proc/17936/stat : 17936 (ebglucose.sh) S 17934 17936 17410 0 -1 4202496 380 58161 0 0 0 0 438 13 18 0 1 0 961637431 8912896 256 33554432000 4194304 4922060 140737259167600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17936/statm: 2176 256 211 178 0 69 0
[pid=17940] ppid=17936 vsize=308016 CPUtime=4995.51 cores=0,2,4,6
/proc/17940/stat : 17940 (ebglucose_stati) R 17936 17936 17410 0 -1 4202496 75881 0 0 0 499533 18 0 0 25 0 1 0 961637883 315408384 75753 33554432000 134512640 134556542 4288549488 18446744073709551615 134530934 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17940/statm: 77004 75753 213 11 0 76338 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 316720

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17936 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=380334
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=141978
# CPU time returned by wait4() is 4.52231
# while last known CPU time is 5000.02
#
# 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.02
CPU user time (s): 4999.71
CPU system time (s): 0.31
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 316720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.38033
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= 58541
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= 9

runsolver used 8.82066 second user time and 17.0824 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-19 18:19:55
IDJOB=3498546
IDBENCH=20349
IDSOLVER=1992
FILE ID=node138/3498546-1308500393
RUNJOBID= node138-1308500393-17905
PBS_JOBID= 13608168
Free space on /tmp= 73184 MiB

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

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

MD5SUM BENCH= f72920912a1bb14f90e9fea5dee0ec1c
RANDOM SEED=1934621753

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27618360 kB
Buffers:        561768 kB
Cached:        4372332 kB
SwapCached:      13416 kB
Active:        1814596 kB
Inactive:      3149524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27618360 kB
SwapTotal:    67111528 kB
SwapFree:     67051740 kB
Dirty:           35528 kB
Writeback:           0 kB
AnonPages:       27596 kB
Mapped:          10068 kB
Slab:           305300 kB
PageTables:       4796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   218908 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72944 MiB
End job on node138 at 2011-06-19 19:43:17