Trace number 3498647

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
MD5SUMf52ec4dacdcf65c3aedb61fb46ade01b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1007.46
Satisfiable
(Un)Satisfiability was proved
Number of variables153284
Number of clauses2473656
Sum of the clauses size5647736
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22387280
Number of clauses of size 36720
Number of clauses of size 431080
Number of clauses of size 513440
Number of clauses of size over 534440

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.77	c ==============================================================================
0.00/0.77	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.77	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.77	c ==============================================================================
0.00/0.77	c |         0 | 2099998  4799185 |  629999       0        0     nan |  0.000 % |
2.98/3.03	c |         0 | 1504697  3503635 |      --       0       --      -- |     --   | -35/-52
2.98/3.03	c ==============================================================================
2.98/3.03	c Result  :   #vars: 107716   #clauses: 1504697   #literals: 3503635
2.98/3.03	c CPU time:   2.93655 s
2.98/3.03	c ==============================================================================
3.69/3.71	c
3.69/3.71	c Starting glucose
3.69/3.71	c
3.69/3.71	
3.69/3.71	c This is EBGlucose 1.0 -- based on Glucose version 1.0
3.69/3.71	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
3.69/3.71	
3.69/3.71	c ============================[ Problem Statistics ]=============================
3.69/3.71	c |                                                                             |
3.69/3.71	c |  Number of variables:  107716                                               |
3.69/3.71	c |  Number of clauses:    1504697                                              |
3.70/4.15	c |  Parsing time:         0.41         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-3498647-1307963073/watcher-3498647-1307963073 -o /tmp/evaluation-result-3498647-1307963073/solver-3498647-1307963073 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498647-1307963073.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 2.00 3/178 20275
/proc/meminfo: memFree=8898832/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 27052242 8912896 253 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 253 211 178 0 69 0

[startup+0.0798611 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20275
/proc/meminfo: memFree=8898832/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 27052242 8912896 253 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100852 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20275
/proc/meminfo: memFree=8898832/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 27052242 8912896 253 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300818 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20275
/proc/meminfo: memFree=8898832/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 27052242 8912896 253 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700747 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20275
/proc/meminfo: memFree=8898832/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 27052242 8912896 253 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50049 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20278
/proc/meminfo: memFree=8758148/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 27052242 8912896 253 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 253 211 178 0 69 0
[pid=20277] ppid=20275 vsize=183040 CPUtime=1.48 cores=0,2,4,6
/proc/20277/stat : 20277 (SatELite_releas) R 20275 20275 19390 0 -1 4202496 41962 0 0 0 140 8 0 0 25 0 1 0 27052242 187432960 37490 33554432000 134512640 135144230 4289689584 18446744073709551615 134585708 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20277/statm: 45760 37490 78 155 0 45603 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 191744

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20278
/proc/meminfo: memFree=8748104/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 27052242 8912896 253 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 253 211 178 0 69 0
[pid=20277] ppid=20275 vsize=182344 CPUtime=3.09 cores=0,2,4,6
/proc/20277/stat : 20277 (SatELite_releas) R 20275 20275 19390 0 -1 4202496 46162 0 0 0 300 9 0 0 25 0 1 0 27052242 186720256 37364 33554432000 134512640 135144230 4289689584 18446744073709551615 134745614 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20277/statm: 45586 37364 78 155 0 45429 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 191048

[startup+6.30077 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20279
/proc/meminfo: memFree=8782576/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=3.7 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 381 46396 0 0 0 0 357 13 18 0 1 0 27052242 8912896 256 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 256 211 178 0 69 0
[pid=20279] ppid=20275 vsize=95544 CPUtime=2.58 cores=0,2,4,6
/proc/20279/stat : 20279 (ebglucose_stati) R 20275 20275 19390 0 -1 4202496 22655 0 0 0 255 3 0 0 25 0 1 0 27052613 97837056 22562 33554432000 134512640 134556542 4292537856 18446744073709551615 134529971 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20279/statm: 23886 22562 213 11 0 23220 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 104248

[startup+12.7006 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20280
/proc/meminfo: memFree=8771204/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=3.7 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 381 46396 0 0 0 0 357 13 18 0 1 0 27052242 8912896 256 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 256 211 178 0 69 0
[pid=20279] ppid=20275 vsize=106604 CPUtime=8.98 cores=0,2,4,6
/proc/20279/stat : 20279 (ebglucose_stati) R 20275 20275 19390 0 -1 4202496 25395 0 0 0 894 4 0 0 25 0 1 0 27052613 109162496 25302 33554432000 134512640 134556542 4292537856 18446744073709551615 134529859 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20279/statm: 26651 25302 213 11 0 25985 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 115308

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20280
/proc/meminfo: memFree=8750108/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=3.7 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 381 46396 0 0 0 0 357 13 18 0 1 0 27052242 8912896 256 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 256 211 178 0 69 0
[pid=20279] ppid=20275 vsize=128080 CPUtime=21.78 cores=0,2,4,6
/proc/20279/stat : 20279 (ebglucose_stati) R 20275 20275 19390 0 -1 4202496 30761 0 0 0 2174 4 0 0 25 0 1 0 27052613 131153920 30666 33554432000 134512640 134556542 4292537856 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20279/statm: 32020 30666 213 11 0 31354 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 136784

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20280
/proc/meminfo: memFree=8729828/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=3.7 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 381 46396 0 0 0 0 357 13 18 0 1 0 27052242 8912896 256 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 256 211 178 0 69 0
[pid=20279] ppid=20275 vsize=148360 CPUtime=47.38 cores=0,2,4,6
/proc/20279/stat : 20279 (ebglucose_stati) R 20275 20275 19390 0 -1 4202496 35830 0 0 0 4732 6 0 0 25 0 1 0 27052613 151920640 35734 33554432000 134512640 134556542 4292537856 18446744073709551615 134528964 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20279/statm: 37090 35734 213 11 0 36424 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 157064

[startup+102.307 s]
/proc/loadavg: 1.95 1.98 1.99 3/180 20324
/proc/meminfo: memFree=8393592/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=3.7 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 381 46396 0 0 0 0 357 13 18 0 1 0 27052242 8912896 256 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 256 211 178 0 69 0
[pid=20279] ppid=20275 vsize=177952 CPUtime=98.58 cores=0,2,4,6
/proc/20279/stat : 20279 (ebglucose_stati) R 20275 20275 19390 0 -1 4202496 43249 0 0 0 9851 7 0 0 25 0 1 0 27052613 182222848 43147 33554432000 134512640 134556542 4292537856 18446744073709551615 134529021 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20279/statm: 44488 43147 213 11 0 43822 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 186656

[startup+162.301 s]
/proc/loadavg: 1.98 1.98 1.99 3/180 20326
/proc/meminfo: memFree=8381796/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=3.7 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 381 46396 0 0 0 0 357 13 18 0 1 0 27052242 8912896 256 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 256 211 178 0 69 0
[pid=20279] ppid=20275 vsize=180908 CPUtime=158.57 cores=0,2,4,6
/proc/20279/stat : 20279 (ebglucose_stati) R 20275 20275 19390 0 -1 4202496 43980 0 0 0 15850 7 0 0 25 0 1 0 27052613 185249792 43877 33554432000 134512640 134556542 4292537856 18446744073709551615 134529948 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/20279/statm: 45227 43877 213 11 0 44561 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 189612

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/180 20368
/proc/meminfo: memFree=8541296/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=3.7 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 381 46396 0 0 0 0 357 13 18 0 1 0 27052242 8912896 256 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 256 211 178 0 69 0
[pid=20279] ppid=20275 vsize=184324 CPUtime=218.57 cores=0,2,4,6
/proc/20279/stat : 20279 (ebglucose_stati) R 20275 20275 19390 0 -1 4202496 44825 0 0 0 21850 7 0 0 25 0 1 0 27052613 188747776 44720 33554432000 134512640 134556542 4292537856 18446744073709551615 134530968 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/20279/statm: 46081 44720 213 11 0 45415 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 193028

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/180 20370
/proc/meminfo: memFree=8454832/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=3.7 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 381 46396 0 0 0 0 357 13 18 0 1 0 27052242 8912896 256 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 256 211 178 0 69 0
[pid=20279] ppid=20275 vsize=188296 CPUtime=278.57 cores=0,2,4,6
/proc/20279/stat : 20279 (ebglucose_stati) R 20275 20275 19390 0 -1 4202496 45850 0 0 0 27850 7 0 0 25 0 1 0 27052613 192815104 45744 33554432000 134512640 134556542 4292537856 18446744073709551615 134529954 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/20279/statm: 47074 45744 213 11 0 46408 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 197000

[startup+342.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/180 20372
/proc/meminfo: memFree=8436552/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=3.7 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 381 46396 0 0 0 0 357 13 18 0 1 0 27052242 8912896 256 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 256 211 178 0 69 0
[pid=20279] ppid=20275 vsize=188296 CPUtime=338.57 cores=0,2,4,6
/proc/20279/stat : 20279 (ebglucose_stati) R 20275 20275 19390 0 -1 4202496 45854 0 0 0 33850 7 0 0 25 0 1 0 27052613 192815104 45748 33554432000 134512640 134556542 4292537856 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/20279/statm: 47074 45748 213 11 0 46408 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 197000

[startup+402.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 20374
/proc/meminfo: memFree=8352432/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=3.7 cores=0,2,4,6

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

/proc/20279/statm: 111741 110403 213 11 0 111075 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 455668

[startup+4362.3 s]
/proc/loadavg: 2.02 2.01 2.00 4/180 20662
/proc/meminfo: memFree=8616316/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=3.7 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 381 46396 0 0 0 0 357 13 18 0 1 0 27052242 8912896 256 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 256 211 178 0 69 0
[pid=20279] ppid=20275 vsize=452160 CPUtime=4358.67 cores=0,2,4,6
/proc/20279/stat : 20279 (ebglucose_stati) R 20275 20275 19390 0 -1 4202496 112080 0 0 0 435845 22 0 0 25 0 1 0 27052613 463011840 111686 33554432000 134512640 134556542 4292537856 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20279/statm: 113040 111686 213 11 0 112374 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 460864

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/180 20662
/proc/meminfo: memFree=8615392/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=3.7 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 381 46396 0 0 0 0 357 13 18 0 1 0 27052242 8912896 256 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 256 211 178 0 69 0
[pid=20279] ppid=20275 vsize=452160 CPUtime=4418.67 cores=0,2,4,6
/proc/20279/stat : 20279 (ebglucose_stati) R 20275 20275 19390 0 -1 4202496 112080 0 0 0 441845 22 0 0 25 0 1 0 27052613 463011840 111686 33554432000 134512640 134556542 4292537856 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20279/statm: 113040 111686 213 11 0 112374 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 460864

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/180 20664
/proc/meminfo: memFree=8615096/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=3.7 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 381 46396 0 0 0 0 357 13 18 0 1 0 27052242 8912896 256 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 256 211 178 0 69 0
[pid=20279] ppid=20275 vsize=452160 CPUtime=4478.68 cores=0,2,4,6
/proc/20279/stat : 20279 (ebglucose_stati) R 20275 20275 19390 0 -1 4202496 112080 0 0 0 447846 22 0 0 25 0 1 0 27052613 463011840 111686 33554432000 134512640 134556542 4292537856 18446744073709551615 134529859 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20279/statm: 113040 111686 213 11 0 112374 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 460864

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/180 20666
/proc/meminfo: memFree=8610840/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=3.7 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 381 46396 0 0 0 0 357 13 18 0 1 0 27052242 8912896 256 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 256 211 178 0 69 0
[pid=20279] ppid=20275 vsize=452160 CPUtime=4538.68 cores=0,2,4,6
/proc/20279/stat : 20279 (ebglucose_stati) R 20275 20275 19390 0 -1 4202496 112080 0 0 0 453846 22 0 0 25 0 1 0 27052613 463011840 111686 33554432000 134512640 134556542 4292537856 18446744073709551615 134530051 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20279/statm: 113040 111686 213 11 0 112374 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 460864

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/180 20668
/proc/meminfo: memFree=8610672/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=3.7 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 381 46396 0 0 0 0 357 13 18 0 1 0 27052242 8912896 256 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 256 211 178 0 69 0
[pid=20279] ppid=20275 vsize=452160 CPUtime=4598.69 cores=0,2,4,6
/proc/20279/stat : 20279 (ebglucose_stati) R 20275 20275 19390 0 -1 4202496 112090 0 0 0 459846 23 0 0 25 0 1 0 27052613 463011840 111696 33554432000 134512640 134556542 4292537856 18446744073709551615 134529859 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20279/statm: 113040 111696 213 11 0 112374 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 460864

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/180 20670
/proc/meminfo: memFree=8610264/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=3.7 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 381 46396 0 0 0 0 357 13 18 0 1 0 27052242 8912896 256 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 256 211 178 0 69 0
[pid=20279] ppid=20275 vsize=452160 CPUtime=4658.68 cores=0,2,4,6
/proc/20279/stat : 20279 (ebglucose_stati) R 20275 20275 19390 0 -1 4202496 112090 0 0 0 465845 23 0 0 25 0 1 0 27052613 463011840 111696 33554432000 134512640 134556542 4292537856 18446744073709551615 134529895 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20279/statm: 113040 111696 213 11 0 112374 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 460864

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/180 20670
/proc/meminfo: memFree=8609964/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=3.7 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 381 46396 0 0 0 0 357 13 18 0 1 0 27052242 8912896 256 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 256 211 178 0 69 0
[pid=20279] ppid=20275 vsize=452160 CPUtime=4718.69 cores=0,2,4,6
/proc/20279/stat : 20279 (ebglucose_stati) R 20275 20275 19390 0 -1 4202496 112090 0 0 0 471846 23 0 0 25 0 1 0 27052613 463011840 111696 33554432000 134512640 134556542 4292537856 18446744073709551615 134530057 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20279/statm: 113040 111696 213 11 0 112374 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 460864

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/180 20672
/proc/meminfo: memFree=8610028/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=3.7 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 381 46396 0 0 0 0 357 13 18 0 1 0 27052242 8912896 256 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 256 211 178 0 69 0
[pid=20279] ppid=20275 vsize=452160 CPUtime=4778.69 cores=0,2,4,6
/proc/20279/stat : 20279 (ebglucose_stati) R 20275 20275 19390 0 -1 4202496 112090 0 0 0 477846 23 0 0 25 0 1 0 27052613 463011840 111696 33554432000 134512640 134556542 4292537856 18446744073709551615 134530051 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20279/statm: 113040 111696 213 11 0 112374 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 460864

[startup+4842.3 s]
/proc/loadavg: 2.07 2.02 2.00 4/180 20674
/proc/meminfo: memFree=8582080/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=3.7 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 381 46396 0 0 0 0 357 13 18 0 1 0 27052242 8912896 256 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 256 211 178 0 69 0
[pid=20279] ppid=20275 vsize=479936 CPUtime=4838.69 cores=0,2,4,6
/proc/20279/stat : 20279 (ebglucose_stati) R 20275 20275 19390 0 -1 4202496 119023 0 0 0 483845 24 0 0 25 0 1 0 27052613 491454464 118627 33554432000 134512640 134556542 4292537856 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20279/statm: 119984 118627 213 11 0 119318 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 488640

[startup+4902.3 s]
/proc/loadavg: 2.02 2.01 2.00 4/180 20676
/proc/meminfo: memFree=8581912/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=3.7 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 381 46396 0 0 0 0 357 13 18 0 1 0 27052242 8912896 256 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 256 211 178 0 69 0
[pid=20279] ppid=20275 vsize=479936 CPUtime=4898.69 cores=0,2,4,6
/proc/20279/stat : 20279 (ebglucose_stati) R 20275 20275 19390 0 -1 4202496 119023 0 0 0 489845 24 0 0 25 0 1 0 27052613 491454464 118627 33554432000 134512640 134556542 4292537856 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20279/statm: 119984 118627 213 11 0 119318 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 488640

[startup+4962.3 s]
/proc/loadavg: 2.01 2.00 2.00 5/180 20678
/proc/meminfo: memFree=8581380/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=3.7 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 381 46396 0 0 0 0 357 13 18 0 1 0 27052242 8912896 256 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 256 211 178 0 69 0
[pid=20279] ppid=20275 vsize=479936 CPUtime=4958.69 cores=0,2,4,6
/proc/20279/stat : 20279 (ebglucose_stati) R 20275 20275 19390 0 -1 4202496 119023 0 0 0 495845 24 0 0 25 0 1 0 27052613 491454464 118627 33554432000 134512640 134556542 4292537856 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20279/statm: 119984 118627 213 11 0 119318 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 488640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20678
/proc/meminfo: memFree=8581348/32950928 swapFree=67111364/67111528
[pid=20275] ppid=20273 vsize=8704 CPUtime=3.7 cores=0,2,4,6
/proc/20275/stat : 20275 (ebglucose.sh) S 20273 20275 19390 0 -1 4202496 381 46396 0 0 0 0 357 13 18 0 1 0 27052242 8912896 256 33554432000 4194304 4922060 140735673437520 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20275/statm: 2176 256 211 178 0 69 0
[pid=20279] ppid=20275 vsize=479936 CPUtime=4996.4 cores=0,2,4,6
/proc/20279/stat : 20279 (ebglucose_stati) R 20275 20275 19390 0 -1 4202496 119023 0 0 0 499616 24 0 0 25 0 1 0 27052613 491454464 118627 33554432000 134512640 134556542 4292537856 18446744073709551615 134530120 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20279/statm: 119984 118627 213 11 0 119318 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 488640

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20275 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=578455
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=132979
# CPU time returned by wait4() is 3.71143
# while last known CPU time is 5000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.01
CPU time (s): 5000.1
CPU user time (s): 4999.73
CPU system time (s): 0.37
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 488640

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

runsolver used 8.37773 second user time and 17.0414 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-13 13:04:34
IDJOB=3498647
IDBENCH=82363
IDSOLVER=1992
FILE ID=node124/3498647-1307963073
RUNJOBID= node124-1307958142-19705
PBS_JOBID= 13559704
Free space on /tmp= 1996 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498647-1307963073/watcher-3498647-1307963073 -o /tmp/evaluation-result-3498647-1307963073/solver-3498647-1307963073 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498647-1307963073.cnf

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

MD5SUM BENCH= f52ec4dacdcf65c3aedb61fb46ade01b
RANDOM SEED=199515384

node124.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.855
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.71
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.855
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.855
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.855
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.77
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.855
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.855
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.855
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.855
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:     32950928 kB
MemFree:       8899252 kB
Buffers:        124932 kB
Cached:       22788764 kB
SwapCached:          0 kB
Active:        7977648 kB
Inactive:     15304340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8899252 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           45016 kB
Writeback:           0 kB
AnonPages:      368364 kB
Mapped:          17256 kB
Slab:           703476 kB
PageTables:       4816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   511816 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= 2012 MiB
End job on node124 at 2011-06-13 14:27:56