Trace number 3498739

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 4999.91

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top22.cnf
MD5SUMe822739302a2d834ec9ddfe9fbd0caa2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables55875
Number of clauses177646
Sum of the clauses size434144
Maximum clause length2255
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2108197
Number of clauses of size 368250
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5926

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.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |  166893   407954 |   50067       0        0     nan |  0.000 % |
0.00/0.52	c |         0 |  104196   351417 |      --       0       --      -- |     --   | -62697/-56537
0.00/0.52	c ==============================================================================
0.00/0.52	c Result  :   #vars: 20430   #clauses: 104196   #literals: 351417
0.00/0.52	c CPU time:   0.511922 s
0.00/0.52	c ==============================================================================
0.00/0.59	c
0.00/0.59	c Starting glucose
0.00/0.59	c
0.00/0.59	
0.00/0.59	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.59	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.59	
0.00/0.59	c ============================[ Problem Statistics ]=============================
0.00/0.59	c |                                                                             |
0.00/0.59	c |  Number of variables:  20430                                                |
0.00/0.59	c |  Number of clauses:    104196                                               |
0.58/0.63	c |  Parsing time:         0.04         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-3498739-1307966309/watcher-3498739-1307966309 -o /var/tmp/evaluation-result-3498739-1307966309/solver-3498739-1307966309 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498739-1307966309.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 3309
/proc/meminfo: memFree=12618420/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 889046793 8912896 253 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 253 211 178 0 69 0

[startup+0.0146729 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 3309
/proc/meminfo: memFree=12618420/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 889046793 8912896 253 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100695 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 3309
/proc/meminfo: memFree=12618420/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 889046793 8912896 253 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300659 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 3309
/proc/meminfo: memFree=12618420/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 889046793 8912896 253 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700584 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 3309
/proc/meminfo: memFree=12618420/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 383 7676 0 0 0 0 57 1 20 0 1 0 889046793 8912896 256 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 8704

[startup+1.50044 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3313
/proc/meminfo: memFree=12601564/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 383 7676 0 0 0 0 57 1 20 0 1 0 889046793 8912896 256 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 256 211 178 0 69 0
[pid=3313] ppid=3309 vsize=14264 CPUtime=0.9 cores=1,3,5,7
/proc/3313/stat : 3313 (ebglucose_stati) R 3309 3309 2096 0 -1 4202496 3080 0 0 0 90 0 0 0 19 0 1 0 889046852 14606336 3020 33554432000 134512640 134556542 4287003232 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 3566 3020 214 11 0 2900 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 22968

[startup+3.10114 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3313
/proc/meminfo: memFree=12599848/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 383 7676 0 0 0 0 57 1 20 0 1 0 889046793 8912896 256 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 256 211 178 0 69 0
[pid=3313] ppid=3309 vsize=15772 CPUtime=2.5 cores=1,3,5,7
/proc/3313/stat : 3313 (ebglucose_stati) R 3309 3309 2096 0 -1 4202496 3467 0 0 0 250 0 0 0 22 0 1 0 889046852 16150528 3407 33554432000 134512640 134556542 4287003232 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 3943 3407 214 11 0 3277 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 24476

[startup+6.30055 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3313
/proc/meminfo: memFree=12596888/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 383 7676 0 0 0 0 57 1 20 0 1 0 889046793 8912896 256 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 256 211 178 0 69 0
[pid=3313] ppid=3309 vsize=18284 CPUtime=5.7 cores=1,3,5,7
/proc/3313/stat : 3313 (ebglucose_stati) R 3309 3309 2096 0 -1 4202496 4091 0 0 0 570 0 0 0 25 0 1 0 889046852 18722816 4031 33554432000 134512640 134556542 4287003232 18446744073709551615 134531392 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 4571 4031 214 11 0 3905 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 26988

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3357
/proc/meminfo: memFree=12637996/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 383 7676 0 0 0 0 57 1 20 0 1 0 889046793 8912896 256 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 256 211 178 0 69 0
[pid=3313] ppid=3309 vsize=20028 CPUtime=12.09 cores=1,3,5,7
/proc/3313/stat : 3313 (ebglucose_stati) R 3309 3309 2096 0 -1 4202496 4529 0 0 0 1209 0 0 0 25 0 1 0 889046852 20508672 4469 33554432000 134512640 134556542 4287003232 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 5007 4469 214 11 0 4341 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 28732

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3357
/proc/meminfo: memFree=12631528/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 383 7676 0 0 0 0 57 1 20 0 1 0 889046793 8912896 256 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 256 211 178 0 69 0
[pid=3313] ppid=3309 vsize=21892 CPUtime=24.9 cores=1,3,5,7
/proc/3313/stat : 3313 (ebglucose_stati) R 3309 3309 2096 0 -1 4202496 4995 0 0 0 2490 0 0 0 25 0 1 0 889046852 22417408 4935 33554432000 134512640 134556542 4287003232 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 5473 4935 214 11 0 4807 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30596

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3358
/proc/meminfo: memFree=12625640/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 383 7676 0 0 0 0 57 1 20 0 1 0 889046793 8912896 256 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 256 211 178 0 69 0
[pid=3313] ppid=3309 vsize=24884 CPUtime=50.49 cores=1,3,5,7
/proc/3313/stat : 3313 (ebglucose_stati) R 3309 3309 2096 0 -1 4202496 5727 0 0 0 5049 0 0 0 25 0 1 0 889046852 25481216 5667 33554432000 134512640 134556542 4287003232 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 6221 5667 214 11 0 5555 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 33588

[startup+102.307 s]
/proc/loadavg: 2.06 2.02 1.97 3/177 3359
/proc/meminfo: memFree=12618008/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 383 7676 0 0 0 0 57 1 20 0 1 0 889046793 8912896 256 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 256 211 178 0 69 0
[pid=3313] ppid=3309 vsize=27916 CPUtime=101.7 cores=1,3,5,7
/proc/3313/stat : 3313 (ebglucose_stati) R 3309 3309 2096 0 -1 4202496 6449 0 0 0 10170 0 0 0 25 0 1 0 889046852 28585984 6389 33554432000 134512640 134556542 4287003232 18446744073709551615 134537248 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 6979 6389 214 11 0 6313 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 36620

[startup+162.301 s]
/proc/loadavg: 2.02 2.01 1.97 3/177 3372
/proc/meminfo: memFree=12610832/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 383 7676 0 0 0 0 57 1 20 0 1 0 889046793 8912896 256 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 256 211 178 0 69 0
[pid=3313] ppid=3309 vsize=31128 CPUtime=161.7 cores=1,3,5,7
/proc/3313/stat : 3313 (ebglucose_stati) R 3309 3309 2096 0 -1 4202496 7254 0 0 0 16170 0 0 0 25 0 1 0 889046852 31875072 7194 33554432000 134512640 134556542 4287003232 18446744073709551615 134537369 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 7782 7194 214 11 0 7116 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 39832

[startup+222.301 s]
/proc/loadavg: 2.01 2.00 1.97 3/177 3373
/proc/meminfo: memFree=12605452/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 383 7676 0 0 0 0 57 1 20 0 1 0 889046793 8912896 256 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 256 211 178 0 69 0
[pid=3313] ppid=3309 vsize=34360 CPUtime=221.71 cores=1,3,5,7
/proc/3313/stat : 3313 (ebglucose_stati) R 3309 3309 2096 0 -1 4202496 8008 0 0 0 22170 1 0 0 25 0 1 0 889046852 35184640 7948 33554432000 134512640 134556542 4287003232 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 8590 7948 214 11 0 7924 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 43064

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3375
/proc/meminfo: memFree=12601696/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 383 7676 0 0 0 0 57 1 20 0 1 0 889046793 8912896 256 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 256 211 178 0 69 0
[pid=3313] ppid=3309 vsize=36696 CPUtime=281.71 cores=1,3,5,7
/proc/3313/stat : 3313 (ebglucose_stati) R 3309 3309 2096 0 -1 4202496 8595 0 0 0 28170 1 0 0 25 0 1 0 889046852 37576704 8535 33554432000 134512640 134556542 4287003232 18446744073709551615 134531427 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 9174 8535 214 11 0 8508 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 45400

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3377
/proc/meminfo: memFree=12596336/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 383 7676 0 0 0 0 57 1 20 0 1 0 889046793 8912896 256 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 256 211 178 0 69 0
[pid=3313] ppid=3309 vsize=39040 CPUtime=341.7 cores=1,3,5,7
/proc/3313/stat : 3313 (ebglucose_stati) R 3309 3309 2096 0 -1 4202496 9162 0 0 0 34169 1 0 0 25 0 1 0 889046852 39976960 9102 33554432000 134512640 134556542 4287003232 18446744073709551615 134537238 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 9760 9102 214 11 0 9094 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 47744

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3378
/proc/meminfo: memFree=12594316/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0.58 cores=1,3,5,7

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

/proc/3313/statm: 24112 22508 214 11 0 23446 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 105152

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3505
/proc/meminfo: memFree=12484580/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 383 7676 0 0 0 0 57 1 20 0 1 0 889046793 8912896 256 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 256 211 178 0 69 0
[pid=3313] ppid=3309 vsize=96412 CPUtime=4421.84 cores=1,3,5,7
/proc/3313/stat : 3313 (ebglucose_stati) R 3309 3309 2096 0 -1 4202496 22593 0 0 0 442178 6 0 0 25 0 1 0 889046852 98725888 22518 33554432000 134512640 134556542 4287003232 18446744073709551615 134537315 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 24103 22518 214 11 0 23437 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 105116

[startup+4482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 3513
/proc/meminfo: memFree=12484428/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 383 7676 0 0 0 0 57 1 20 0 1 0 889046793 8912896 256 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 256 211 178 0 69 0
[pid=3313] ppid=3309 vsize=96520 CPUtime=4481.85 cores=1,3,5,7
/proc/3313/stat : 3313 (ebglucose_stati) R 3309 3309 2096 0 -1 4202496 22622 0 0 0 448179 6 0 0 25 0 1 0 889046852 98836480 22547 33554432000 134512640 134556542 4287003232 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 24130 22547 214 11 0 23464 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 105224

[startup+4542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3515
/proc/meminfo: memFree=12484164/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 383 7676 0 0 0 0 57 1 20 0 1 0 889046793 8912896 256 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 256 211 178 0 69 0
[pid=3313] ppid=3309 vsize=96772 CPUtime=4541.85 cores=1,3,5,7
/proc/3313/stat : 3313 (ebglucose_stati) R 3309 3309 2096 0 -1 4202496 22663 0 0 0 454179 6 0 0 25 0 1 0 889046852 99094528 22588 33554432000 134512640 134556542 4287003232 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 24193 22588 214 11 0 23527 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 105476

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3516
/proc/meminfo: memFree=12483892/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 383 7676 0 0 0 0 57 1 20 0 1 0 889046793 8912896 256 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 256 211 178 0 69 0
[pid=3313] ppid=3309 vsize=96844 CPUtime=4601.85 cores=1,3,5,7
/proc/3313/stat : 3313 (ebglucose_stati) R 3309 3309 2096 0 -1 4202496 22675 0 0 0 460179 6 0 0 25 0 1 0 889046852 99168256 22600 33554432000 134512640 134556542 4287003232 18446744073709551615 134534430 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 24211 22600 214 11 0 23545 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 105548

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3518
/proc/meminfo: memFree=12483616/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 383 7676 0 0 0 0 57 1 20 0 1 0 889046793 8912896 256 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 256 211 178 0 69 0
[pid=3313] ppid=3309 vsize=96844 CPUtime=4661.85 cores=1,3,5,7
/proc/3313/stat : 3313 (ebglucose_stati) R 3309 3309 2096 0 -1 4202496 22680 0 0 0 466179 6 0 0 25 0 1 0 889046852 99168256 22605 33554432000 134512640 134556542 4287003232 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 24211 22605 214 11 0 23545 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 105548

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3519
/proc/meminfo: memFree=12482344/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 383 7676 0 0 0 0 57 1 20 0 1 0 889046793 8912896 256 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 256 211 178 0 69 0
[pid=3313] ppid=3309 vsize=97096 CPUtime=4721.86 cores=1,3,5,7
/proc/3313/stat : 3313 (ebglucose_stati) R 3309 3309 2096 0 -1 4202496 22735 0 0 0 472180 6 0 0 25 0 1 0 889046852 99426304 22660 33554432000 134512640 134556542 4287003232 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 24274 22660 214 11 0 23608 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 105800

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3521
/proc/meminfo: memFree=12482188/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 383 7676 0 0 0 0 57 1 20 0 1 0 889046793 8912896 256 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 256 211 178 0 69 0
[pid=3313] ppid=3309 vsize=97744 CPUtime=4781.86 cores=1,3,5,7
/proc/3313/stat : 3313 (ebglucose_stati) R 3309 3309 2096 0 -1 4202496 22864 0 0 0 478180 6 0 0 25 0 1 0 889046852 100089856 22789 33554432000 134512640 134556542 4287003232 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 24436 22789 214 11 0 23770 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 106448

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3523
/proc/meminfo: memFree=12481528/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 383 7676 0 0 0 0 57 1 20 0 1 0 889046793 8912896 256 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 256 211 178 0 69 0
[pid=3313] ppid=3309 vsize=98284 CPUtime=4841.86 cores=1,3,5,7
/proc/3313/stat : 3313 (ebglucose_stati) R 3309 3309 2096 0 -1 4202496 22986 0 0 0 484180 6 0 0 25 0 1 0 889046852 100642816 22911 33554432000 134512640 134556542 4287003232 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 24571 22911 214 11 0 23905 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 106988

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3524
/proc/meminfo: memFree=12479884/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 383 7676 0 0 0 0 57 1 20 0 1 0 889046793 8912896 256 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 256 211 178 0 69 0
[pid=3313] ppid=3309 vsize=100480 CPUtime=4901.85 cores=1,3,5,7
/proc/3313/stat : 3313 (ebglucose_stati) R 3309 3309 2096 0 -1 4202496 23410 0 0 0 490179 6 0 0 25 0 1 0 889046852 102891520 23335 33554432000 134512640 134556542 4287003232 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 25120 23335 214 11 0 24454 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 109184

[startup+4962.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3526
/proc/meminfo: memFree=12479500/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 383 7676 0 0 0 0 57 1 20 0 1 0 889046793 8912896 256 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 256 211 178 0 69 0
[pid=3313] ppid=3309 vsize=100696 CPUtime=4961.85 cores=1,3,5,7
/proc/3313/stat : 3313 (ebglucose_stati) R 3309 3309 2096 0 -1 4202496 23485 0 0 0 496179 6 0 0 25 0 1 0 889046852 103112704 23410 33554432000 134512640 134556542 4287003232 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 25174 23410 214 11 0 24508 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 109400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.11 2.03 2.01 3/177 3527
/proc/meminfo: memFree=12478976/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 383 7676 0 0 0 0 57 1 20 0 1 0 889046793 8912896 256 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 256 211 178 0 69 0
[pid=3313] ppid=3309 vsize=100984 CPUtime=4999.46 cores=1,3,5,7
/proc/3313/stat : 3313 (ebglucose_stati) R 3309 3309 2096 0 -1 4202496 23557 0 0 0 499940 6 0 0 25 0 1 0 889046852 103407616 23482 33554432000 134512640 134556542 4287003232 18446744073709551615 134531565 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 25246 23482 214 11 0 24580 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 109688

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.11 2.03 2.01 3/177 3527
/proc/meminfo: memFree=12478976/32951124 swapFree=67062232/67111528
[pid=3309] ppid=3307 vsize=8704 CPUtime=0.58 cores=1,3,5,7
/proc/3309/stat : 3309 (ebglucose.sh) S 3307 3309 2096 0 -1 4202496 383 7676 0 0 0 0 57 1 20 0 1 0 889046793 8912896 256 33554432000 4194304 4922060 140734095208416 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3309/statm: 2176 256 211 178 0 69 0
[pid=3313] ppid=3309 vsize=100984 CPUtime=4999.46 cores=1,3,5,7
/proc/3313/stat : 3313 (ebglucose_stati) R 3309 3309 2096 0 -1 4202496 23557 0 0 0 499940 6 0 0 25 0 1 0 889046852 103407616 23482 33554432000 134512640 134556542 4287003232 18446744073709551615 134531565 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 25246 23482 214 11 0 24580 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 109688

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3309 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=572912
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=18997
# CPU time returned by wait4() is 0.591909
# 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): 4999.91
CPU time (s): 5000.04
CPU user time (s): 4999.97
CPU system time (s): 0.07
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 109688

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

runsolver used 6.32104 second user time and 16.5195 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-13 13:58:29
IDJOB=3498739
IDBENCH=83113
IDSOLVER=1992
FILE ID=node147/3498739-1307966309
RUNJOBID= node147-1307958391-2663
PBS_JOBID= 13559681
Free space on /var/tmp= 2904 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top22.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498739-1307966309/watcher-3498739-1307966309 -o /var/tmp/evaluation-result-3498739-1307966309/solver-3498739-1307966309 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498739-1307966309.cnf

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

MD5SUM BENCH= e822739302a2d834ec9ddfe9fbd0caa2
RANDOM SEED=1185122717

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.76
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.836
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.836
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:      12619096 kB
Buffers:        107864 kB
Cached:       19460852 kB
SwapCached:      10360 kB
Active:        4226420 kB
Inactive:     15423132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12619096 kB
SwapTotal:    67111528 kB
SwapFree:     67062232 kB
Dirty:            3936 kB
Writeback:           0 kB
AnonPages:       79252 kB
Mapped:          11148 kB
Slab:           618456 kB
PageTables:       4108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   240532 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= 2892 MiB
End job on node147 at 2011-06-13 15:21:51