Trace number 3498706

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

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
MD5SUMa0ec1baa890da62d0c6df7f1e62c6af3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2133.18
Satisfiable
(Un)Satisfiability was proved
Number of variables163622
Number of clauses488120
Sum of the clauses size1138944
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2325412
Number of clauses of size 3162706
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.19	c ==============================================================================
0.00/0.19	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.19	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.19	c ==============================================================================
0.00/0.19	c |         0 |  488118  1138942 |  146435       0        0     nan |  0.000 % |
2.19/2.26	c |         0 |  187665   662610 |      --       0       --      -- |     --   | -300451/-476327
2.19/2.26	c ==============================================================================
2.19/2.26	c Result  :   #vars: 28580   #clauses: 187665   #literals: 662610
2.19/2.26	c CPU time:   2.20966 s
2.19/2.26	c ==============================================================================
2.29/2.38	c
2.29/2.38	c Starting glucose
2.29/2.38	c
2.29/2.39	
2.29/2.39	c This is EBGlucose 1.0 -- based on Glucose version 1.0
2.29/2.39	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
2.29/2.39	
2.29/2.39	c ============================[ Problem Statistics ]=============================
2.29/2.39	c |                                                                             |
2.29/2.39	c |  Number of variables:  28580                                                |
2.29/2.39	c |  Number of clauses:    187665                                               |
2.38/2.46	c |  Parsing time:         0.07         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-3498706-1307965511/watcher-3498706-1307965511 -o /var/tmp/evaluation-result-3498706-1307965511/solver-3498706-1307965511 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498706-1307965511.cnf 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.94 2/172 29584
/proc/meminfo: memFree=7482272/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 908151540 8912896 253 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29584/statm: 2176 253 211 178 0 69 0

[startup+0.0242241 s]
/proc/loadavg: 2.00 2.00 1.94 2/172 29584
/proc/meminfo: memFree=7482272/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 908151540 8912896 253 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29584/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100237 s]
/proc/loadavg: 2.00 2.00 1.94 2/172 29584
/proc/meminfo: memFree=7482272/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 908151540 8912896 253 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29584/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301213 s]
/proc/loadavg: 2.00 2.00 1.94 2/172 29584
/proc/meminfo: memFree=7482272/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 908151540 8912896 253 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29584/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701128 s]
/proc/loadavg: 2.00 2.00 1.94 2/172 29584
/proc/meminfo: memFree=7482272/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 908151540 8912896 253 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29584/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50098 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 29595
/proc/meminfo: memFree=7381816/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 908151540 8912896 253 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29584/statm: 2176 253 211 178 0 69 0
[pid=29590] ppid=29584 vsize=84388 CPUtime=1.49 cores=0,2,4,6
/proc/29590/stat : 29590 (SatELite_releas) R 29584 29584 28636 0 -1 4202496 19986 0 0 0 145 4 0 0 25 0 1 0 908151540 86413312 18427 33554432000 134512640 135144230 4291485792 18446744073709551615 134585509 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/29590/statm: 21097 18427 78 155 0 20940 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 93092

[startup+3.10065 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 29595
/proc/meminfo: memFree=7362596/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=2.38 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 381 23180 0 0 0 0 232 6 18 0 1 0 908151540 8912896 256 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29584/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 8704
heavy processes:

[startup+6.30109 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 29596
/proc/meminfo: memFree=7415544/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=2.38 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 381 23180 0 0 0 0 232 6 18 0 1 0 908151540 8912896 256 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29584/statm: 2176 256 211 178 0 69 0
[pid=29596] ppid=29584 vsize=21768 CPUtime=3.9 cores=0,2,4,6
/proc/29596/stat : 29596 (ebglucose_stati) R 29584 29584 28636 0 -1 4202496 4930 0 0 0 389 1 0 0 25 0 1 0 908151779 22290432 4871 33554432000 134512640 134556542 4287122800 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29596/statm: 5442 4871 214 11 0 4776 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 30472

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 29596
/proc/meminfo: memFree=7410992/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=2.38 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 381 23180 0 0 0 0 232 6 18 0 1 0 908151540 8912896 256 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29584/statm: 2176 256 211 178 0 69 0
[pid=29596] ppid=29584 vsize=23152 CPUtime=10.3 cores=0,2,4,6
/proc/29596/stat : 29596 (ebglucose_stati) R 29584 29584 28636 0 -1 4202496 5257 0 0 0 1029 1 0 0 25 0 1 0 908151779 23707648 5198 33554432000 134512640 134556542 4287122800 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29596/statm: 5788 5198 214 11 0 5122 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 31856

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 29596
/proc/meminfo: memFree=7406164/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=2.38 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 381 23180 0 0 0 0 232 6 18 0 1 0 908151540 8912896 256 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29584/statm: 2176 256 211 178 0 69 0
[pid=29596] ppid=29584 vsize=25608 CPUtime=23.1 cores=0,2,4,6
/proc/29596/stat : 29596 (ebglucose_stati) R 29584 29584 28636 0 -1 4202496 5881 0 0 0 2309 1 0 0 25 0 1 0 908151779 26222592 5822 33554432000 134512640 134556542 4287122800 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29596/statm: 6402 5822 214 11 0 5736 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 34312

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 29597
/proc/meminfo: memFree=7398644/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=2.38 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 381 23180 0 0 0 0 232 6 18 0 1 0 908151540 8912896 256 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29584/statm: 2176 256 211 178 0 69 0
[pid=29596] ppid=29584 vsize=28896 CPUtime=48.7 cores=0,2,4,6
/proc/29596/stat : 29596 (ebglucose_stati) R 29584 29584 28636 0 -1 4202496 6695 0 0 0 4869 1 0 0 25 0 1 0 908151779 29589504 6636 33554432000 134512640 134556542 4287122800 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29596/statm: 7224 6636 214 11 0 6558 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 37600

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 29598
/proc/meminfo: memFree=7387588/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=2.38 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 381 23180 0 0 0 0 232 6 18 0 1 0 908151540 8912896 256 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29584/statm: 2176 256 211 178 0 69 0
[pid=29596] ppid=29584 vsize=33436 CPUtime=99.91 cores=0,2,4,6
/proc/29596/stat : 29596 (ebglucose_stati) R 29584 29584 28636 0 -1 4202496 7804 0 0 0 9989 2 0 0 25 0 1 0 908151779 34238464 7745 33554432000 134512640 134556542 4287122800 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29596/statm: 8359 7745 214 11 0 7693 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 42140

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 29600
/proc/meminfo: memFree=7380508/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=2.38 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 381 23180 0 0 0 0 232 6 18 0 1 0 908151540 8912896 256 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29584/statm: 2176 256 211 178 0 69 0
[pid=29596] ppid=29584 vsize=37404 CPUtime=159.91 cores=0,2,4,6
/proc/29596/stat : 29596 (ebglucose_stati) R 29584 29584 28636 0 -1 4202496 8806 0 0 0 15989 2 0 0 25 0 1 0 908151779 38301696 8747 33554432000 134512640 134556542 4287122800 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29596/statm: 9351 8747 214 11 0 8685 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 46108

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 29602
/proc/meminfo: memFree=7373160/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=2.38 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 381 23180 0 0 0 0 232 6 18 0 1 0 908151540 8912896 256 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29584/statm: 2176 256 211 178 0 69 0
[pid=29596] ppid=29584 vsize=40456 CPUtime=219.91 cores=0,2,4,6
/proc/29596/stat : 29596 (ebglucose_stati) R 29584 29584 28636 0 -1 4202496 9541 0 0 0 21989 2 0 0 25 0 1 0 908151779 41426944 9482 33554432000 134512640 134556542 4287122800 18446744073709551615 134531520 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29596/statm: 10114 9482 214 11 0 9448 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 49160

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 29603
/proc/meminfo: memFree=7367168/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=2.38 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 381 23180 0 0 0 0 232 6 18 0 1 0 908151540 8912896 256 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29584/statm: 2176 256 211 178 0 69 0
[pid=29596] ppid=29584 vsize=42832 CPUtime=279.92 cores=0,2,4,6
/proc/29596/stat : 29596 (ebglucose_stati) R 29584 29584 28636 0 -1 4202496 10156 0 0 0 27989 3 0 0 25 0 1 0 908151779 43859968 10097 33554432000 134512640 134556542 4287122800 18446744073709551615 134530063 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29596/statm: 10708 10097 214 11 0 10042 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 51536

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 29605
/proc/meminfo: memFree=7358696/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=2.38 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 381 23180 0 0 0 0 232 6 18 0 1 0 908151540 8912896 256 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29584/statm: 2176 256 211 178 0 69 0
[pid=29596] ppid=29584 vsize=45876 CPUtime=339.91 cores=0,2,4,6
/proc/29596/stat : 29596 (ebglucose_stati) R 29584 29584 28636 0 -1 4202496 10897 0 0 0 33988 3 0 0 25 0 1 0 908151779 46977024 10838 33554432000 134512640 134556542 4287122800 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29596/statm: 11469 10838 214 11 0 10803 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 54580

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 29606
/proc/meminfo: memFree=7357908/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=2.38 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 381 23180 0 0 0 0 232 6 18 0 1 0 908151540 8912896 256 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29584/statm: 2176 256 211 178 0 69 0

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

/proc/29596/statm: 24697 24092 214 11 0 24031 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 107492

[startup+4422.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 29768
/proc/meminfo: memFree=7254896/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=2.38 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 381 23180 0 0 0 0 232 6 18 0 1 0 908151540 8912896 256 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29584/statm: 2176 256 211 178 0 69 0
[pid=29596] ppid=29584 vsize=98788 CPUtime=4420.05 cores=0,2,4,6
/proc/29596/stat : 29596 (ebglucose_stati) R 29584 29584 28636 0 -1 4202496 24154 0 0 0 441993 12 0 0 25 0 1 0 908151779 101158912 24095 33554432000 134512640 134556542 4287122800 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29596/statm: 24697 24095 214 11 0 24031 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 107492

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29769
/proc/meminfo: memFree=7254600/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=2.38 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 381 23180 0 0 0 0 232 6 18 0 1 0 908151540 8912896 256 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29584/statm: 2176 256 211 178 0 69 0
[pid=29596] ppid=29584 vsize=98788 CPUtime=4480.05 cores=0,2,4,6
/proc/29596/stat : 29596 (ebglucose_stati) R 29584 29584 28636 0 -1 4202496 24154 0 0 0 447993 12 0 0 25 0 1 0 908151779 101158912 24095 33554432000 134512640 134556542 4287122800 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29596/statm: 24697 24095 214 11 0 24031 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 107492

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29771
/proc/meminfo: memFree=7253548/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=2.38 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 381 23180 0 0 0 0 232 6 18 0 1 0 908151540 8912896 256 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29584/statm: 2176 256 211 178 0 69 0
[pid=29596] ppid=29584 vsize=99976 CPUtime=4540.05 cores=0,2,4,6
/proc/29596/stat : 29596 (ebglucose_stati) R 29584 29584 28636 0 -1 4202496 24456 0 0 0 453993 12 0 0 25 0 1 0 908151779 102375424 24397 33554432000 134512640 134556542 4287122800 18446744073709551615 134537107 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29596/statm: 24994 24397 214 11 0 24328 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 108680

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29781
/proc/meminfo: memFree=7252096/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=2.38 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 381 23180 0 0 0 0 232 6 18 0 1 0 908151540 8912896 256 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29584/statm: 2176 256 211 178 0 69 0
[pid=29596] ppid=29584 vsize=100888 CPUtime=4600.05 cores=0,2,4,6
/proc/29596/stat : 29596 (ebglucose_stati) R 29584 29584 28636 0 -1 4202496 24461 0 0 0 459993 12 0 0 25 0 1 0 908151779 103309312 24402 33554432000 134512640 134556542 4287122800 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29596/statm: 25222 24402 214 11 0 24556 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 109592

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29783
/proc/meminfo: memFree=7252168/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=2.38 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 381 23180 0 0 0 0 232 6 18 0 1 0 908151540 8912896 256 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29584/statm: 2176 256 211 178 0 69 0
[pid=29596] ppid=29584 vsize=100888 CPUtime=4660.05 cores=0,2,4,6
/proc/29596/stat : 29596 (ebglucose_stati) R 29584 29584 28636 0 -1 4202496 24461 0 0 0 465993 12 0 0 25 0 1 0 908151779 103309312 24402 33554432000 134512640 134556542 4287122800 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29596/statm: 25222 24402 214 11 0 24556 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 109592

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29787
/proc/meminfo: memFree=7248000/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=2.38 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 381 23180 0 0 0 0 232 6 18 0 1 0 908151540 8912896 256 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29584/statm: 2176 256 211 178 0 69 0
[pid=29596] ppid=29584 vsize=101812 CPUtime=4720.06 cores=0,2,4,6
/proc/29596/stat : 29596 (ebglucose_stati) R 29584 29584 28636 0 -1 4202496 24667 0 0 0 471993 13 0 0 25 0 1 0 908151779 104255488 24608 33554432000 134512640 134556542 4287122800 18446744073709551615 134537174 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29596/statm: 25453 24608 214 11 0 24787 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 110516

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29789
/proc/meminfo: memFree=7246772/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=2.38 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 381 23180 0 0 0 0 232 6 18 0 1 0 908151540 8912896 256 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29584/statm: 2176 256 211 178 0 69 0
[pid=29596] ppid=29584 vsize=101812 CPUtime=4780.06 cores=0,2,4,6
/proc/29596/stat : 29596 (ebglucose_stati) R 29584 29584 28636 0 -1 4202496 24668 0 0 0 477993 13 0 0 25 0 1 0 908151779 104255488 24609 33554432000 134512640 134556542 4287122800 18446744073709551615 134537755 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29596/statm: 25453 24609 214 11 0 24787 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 110516

[startup+4842.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 29791
/proc/meminfo: memFree=7246720/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=2.38 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 381 23180 0 0 0 0 232 6 18 0 1 0 908151540 8912896 256 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29584/statm: 2176 256 211 178 0 69 0
[pid=29596] ppid=29584 vsize=101744 CPUtime=4840.06 cores=0,2,4,6
/proc/29596/stat : 29596 (ebglucose_stati) R 29584 29584 28636 0 -1 4202496 24671 0 0 0 483993 13 0 0 25 0 1 0 908151779 104185856 24612 33554432000 134512640 134556542 4287122800 18446744073709551615 134537512 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29596/statm: 25436 24612 214 11 0 24770 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 110448

[startup+4902.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 29792
/proc/meminfo: memFree=7246660/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=2.38 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 381 23180 0 0 0 0 232 6 18 0 1 0 908151540 8912896 256 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29584/statm: 2176 256 211 178 0 69 0
[pid=29596] ppid=29584 vsize=101936 CPUtime=4900.06 cores=0,2,4,6
/proc/29596/stat : 29596 (ebglucose_stati) R 29584 29584 28636 0 -1 4202496 24698 0 0 0 489993 13 0 0 25 0 1 0 908151779 104382464 24639 33554432000 134512640 134556542 4287122800 18446744073709551615 134525280 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29596/statm: 25484 24639 214 11 0 24818 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 110640

[startup+4962.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 29794
/proc/meminfo: memFree=7246576/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=2.38 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 381 23180 0 0 0 0 232 6 18 0 1 0 908151540 8912896 256 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29584/statm: 2176 256 211 178 0 69 0
[pid=29596] ppid=29584 vsize=101936 CPUtime=4960.06 cores=0,2,4,6
/proc/29596/stat : 29596 (ebglucose_stati) R 29584 29584 28636 0 -1 4202496 24698 0 0 0 495993 13 0 0 25 0 1 0 908151779 104382464 24639 33554432000 134512640 134556542 4287122800 18446744073709551615 134536874 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29596/statm: 25484 24639 214 11 0 24818 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 110640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 29795
/proc/meminfo: memFree=7246664/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=2.38 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 381 23180 0 0 0 0 232 6 18 0 1 0 908151540 8912896 256 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29584/statm: 2176 256 211 178 0 69 0
[pid=29596] ppid=29584 vsize=101936 CPUtime=4997.67 cores=0,2,4,6
/proc/29596/stat : 29596 (ebglucose_stati) R 29584 29584 28636 0 -1 4202496 24698 0 0 0 499754 13 0 0 25 0 1 0 908151779 104382464 24639 33554432000 134512640 134556542 4287122800 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29596/statm: 25484 24639 214 11 0 24818 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 110640

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.01 2.01 2.00 3/177 29795
/proc/meminfo: memFree=7246664/32951124 swapFree=67064380/67111528
[pid=29584] ppid=29582 vsize=8704 CPUtime=2.38 cores=0,2,4,6
/proc/29584/stat : 29584 (ebglucose.sh) S 29582 29584 28636 0 -1 4202496 381 23180 0 0 0 0 232 6 18 0 1 0 908151540 8912896 256 33554432000 4194304 4922060 140736271411200 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29584/statm: 2176 256 211 178 0 69 0
[pid=29596] ppid=29584 vsize=101936 CPUtime=4997.67 cores=0,2,4,6
/proc/29596/stat : 29596 (ebglucose_stati) R 29584 29584 28636 0 -1 4202496 24698 0 0 0 499754 13 0 0 25 0 1 0 908151779 104382464 24639 33554432000 134512640 134556542 4287122800 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/29596/statm: 25484 24639 214 11 0 24818 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 110640

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29584 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=325646
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=60990
# CPU time returned by wait4() is 2.38664
# while last known CPU time is 5000.05
#
# 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.05
CPU user time (s): 4999.86
CPU system time (s): 0.19
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 110640

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

runsolver used 8.91964 second user time and 16.8994 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-13 13:45:11
IDJOB=3498706
IDBENCH=82468
IDSOLVER=1992
FILE ID=node105/3498706-1307965511
RUNJOBID= node105-1307960508-29331
PBS_JOBID= 13559723
Free space on /var/tmp= 2880 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498706-1307965511/watcher-3498706-1307965511 -o /var/tmp/evaluation-result-3498706-1307965511/solver-3498706-1307965511 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498706-1307965511.cnf

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

MD5SUM BENCH= a0ec1baa890da62d0c6df7f1e62c6af3
RANDOM SEED=2128858005

node105.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.825
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.65
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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
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.825
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:       7482460 kB
Buffers:        104332 kB
Cached:       24521640 kB
SwapCached:      19904 kB
Active:        9186540 kB
Inactive:     15468088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7482460 kB
SwapTotal:    67111528 kB
SwapFree:     67064380 kB
Dirty:           14540 kB
Writeback:           0 kB
AnonPages:       26336 kB
Mapped:           9888 kB
Slab:           749324 kB
PageTables:       3704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   157016 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= 2848 MiB
End job on node105 at 2011-06-13 15:08:33