Trace number 3498649

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
MD5SUMe44b288003a3eaf34673a2c0fb8c6f3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1095.17
Satisfiable
(Un)Satisfiability was proved
Number of variables131484
Number of clauses2120376
Sum of the clauses size4841016
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22046240
Number of clauses of size 35760
Number of clauses of size 426640
Number of clauses of size 511520
Number of clauses of size over 529520

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.58	c ==============================================================================
0.00/0.58	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.58	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.58	c ==============================================================================
0.00/0.58	c |         0 | 1746718  3992465 |  524015       0        0     nan |  0.000 % |
2.39/2.41	c |         0 | 1250297  2911475 |      --       0       --      -- |     --   | -35/-52
2.39/2.41	c ==============================================================================
2.39/2.41	c Result  :   #vars: 89756   #clauses: 1250297   #literals: 2911475
2.39/2.41	c CPU time:   2.33864 s
2.39/2.41	c ==============================================================================
2.88/2.93	c
2.88/2.93	c Starting glucose
2.88/2.93	c
2.88/2.93	
2.88/2.93	c This is EBGlucose 1.0 -- based on Glucose version 1.0
2.88/2.93	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
2.88/2.93	
2.88/2.93	c ============================[ Problem Statistics ]=============================
2.88/2.93	c |                                                                             |
2.88/2.93	c |  Number of variables:  89756                                                |
2.88/2.93	c |  Number of clauses:    1250297                                              |
3.18/3.29	c |  Parsing time:         0.35         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-3498649-1307963146/watcher-3498649-1307963146 -o /var/tmp/evaluation-result-3498649-1307963146/solver-3498649-1307963146 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498649-1307963146.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 2/178 7736
/proc/meminfo: memFree=7339420/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 907914416 8912896 252 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7736/statm: 2176 252 211 178 0 69 0

[startup+0.03059 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 7736
/proc/meminfo: memFree=7339420/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 907914416 8912896 252 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7736/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100655 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 7736
/proc/meminfo: memFree=7339420/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 907914416 8912896 252 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7736/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.3006 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 7736
/proc/meminfo: memFree=7339420/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 907914416 8912896 252 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7736/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700524 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 7736
/proc/meminfo: memFree=7339420/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 907914416 8912896 252 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7736/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50037 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7739
/proc/meminfo: memFree=7214188/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 907914416 8912896 252 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7736/statm: 2176 252 211 178 0 69 0
[pid=7738] ppid=7736 vsize=151832 CPUtime=1.49 cores=0,2,4,6
/proc/7738/stat : 7738 (SatELite_releas) R 7736 7736 7101 0 -1 4202496 35067 0 0 0 142 7 0 0 25 0 1 0 907914416 155475968 31306 33554432000 134512640 135144230 4292900816 18446744073709551615 134585414 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/7738/statm: 37958 31306 78 155 0 37801 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 160536

[startup+3.10096 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7739
/proc/meminfo: memFree=7213816/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=2.92 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 382 38860 0 0 0 0 282 10 18 0 1 0 907914416 8912896 255 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7736/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 8704

[startup+6.30042 s]
/proc/loadavg: 2.16 2.03 2.01 3/180 7740
/proc/meminfo: memFree=7241448/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=2.92 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 382 38860 0 0 0 0 282 10 18 0 1 0 907914416 8912896 255 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7736/statm: 2176 255 211 178 0 69 0
[pid=7740] ppid=7736 vsize=81444 CPUtime=3.36 cores=0,2,4,6
/proc/7740/stat : 7740 (ebglucose_stati) R 7736 7736 7101 0 -1 4202496 19482 0 0 0 334 2 0 0 25 0 1 0 907914709 83398656 19398 33554432000 134512640 134556542 4292231600 18446744073709551615 134529922 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/7740/statm: 20361 19398 213 11 0 19695 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 90148

[startup+12.7002 s]
/proc/loadavg: 2.15 2.03 2.01 3/180 7741
/proc/meminfo: memFree=7228732/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=2.92 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 382 38860 0 0 0 0 282 10 18 0 1 0 907914416 8912896 255 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7736/statm: 2176 255 211 178 0 69 0
[pid=7740] ppid=7736 vsize=93632 CPUtime=9.76 cores=0,2,4,6
/proc/7740/stat : 7740 (ebglucose_stati) R 7736 7736 7101 0 -1 4202496 22517 0 0 0 974 2 0 0 25 0 1 0 907914709 95879168 22432 33554432000 134512640 134556542 4292231600 18446744073709551615 134529848 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/7740/statm: 23408 22432 213 11 0 22742 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 102336

[startup+25.5008 s]
/proc/loadavg: 2.11 2.03 2.01 3/180 7741
/proc/meminfo: memFree=7202308/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=2.92 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 382 38860 0 0 0 0 282 10 18 0 1 0 907914416 8912896 255 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7736/statm: 2176 255 211 178 0 69 0
[pid=7740] ppid=7736 vsize=119460 CPUtime=22.56 cores=0,2,4,6
/proc/7740/stat : 7740 (ebglucose_stati) R 7736 7736 7101 0 -1 4202496 28980 0 0 0 2252 4 0 0 25 0 1 0 907914709 122327040 28895 33554432000 134512640 134556542 4292231600 18446744073709551615 134529867 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/7740/statm: 29865 28895 213 11 0 29199 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 128164

[startup+51.1009 s]
/proc/loadavg: 2.07 2.03 2.01 3/180 7742
/proc/meminfo: memFree=7178648/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=2.92 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 382 38860 0 0 0 0 282 10 18 0 1 0 907914416 8912896 255 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7736/statm: 2176 255 211 178 0 69 0
[pid=7740] ppid=7736 vsize=142420 CPUtime=48.16 cores=0,2,4,6
/proc/7740/stat : 7740 (ebglucose_stati) R 7736 7736 7101 0 -1 4202496 34733 0 0 0 4811 5 0 0 25 0 1 0 907914709 145838080 34645 33554432000 134512640 134556542 4292231600 18446744073709551615 134529895 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/7740/statm: 35605 34645 213 11 0 34939 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 151124

[startup+102.306 s]
/proc/loadavg: 2.07 2.03 2.01 3/180 7743
/proc/meminfo: memFree=7158764/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=2.92 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 382 38860 0 0 0 0 282 10 18 0 1 0 907914416 8912896 255 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7736/statm: 2176 255 211 178 0 69 0
[pid=7740] ppid=7736 vsize=162392 CPUtime=99.37 cores=0,2,4,6
/proc/7740/stat : 7740 (ebglucose_stati) R 7736 7736 7101 0 -1 4202496 39719 0 0 0 9931 6 0 0 25 0 1 0 907914709 166289408 39630 33554432000 134512640 134556542 4292231600 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/7740/statm: 40598 39630 213 11 0 39932 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 171096

[startup+162.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/180 7745
/proc/meminfo: memFree=7139540/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=2.92 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 382 38860 0 0 0 0 282 10 18 0 1 0 907914416 8912896 255 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7736/statm: 2176 255 211 178 0 69 0
[pid=7740] ppid=7736 vsize=181660 CPUtime=159.37 cores=0,2,4,6
/proc/7740/stat : 7740 (ebglucose_stati) R 7736 7736 7101 0 -1 4202496 44535 0 0 0 15930 7 0 0 25 0 1 0 907914709 186019840 44444 33554432000 134512640 134556542 4292231600 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/7740/statm: 45415 44444 213 11 0 44749 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 190364

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 7746
/proc/meminfo: memFree=7139416/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=2.92 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 382 38860 0 0 0 0 282 10 18 0 1 0 907914416 8912896 255 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7736/statm: 2176 255 211 178 0 69 0
[pid=7740] ppid=7736 vsize=182140 CPUtime=219.37 cores=0,2,4,6
/proc/7740/stat : 7740 (ebglucose_stati) R 7736 7736 7101 0 -1 4202496 44642 0 0 0 21930 7 0 0 25 0 1 0 907914709 186511360 44551 33554432000 134512640 134556542 4292231600 18446744073709551615 134531565 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/7740/statm: 45535 44551 213 11 0 44869 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 190844

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 7748
/proc/meminfo: memFree=7129468/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=2.92 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 382 38860 0 0 0 0 282 10 18 0 1 0 907914416 8912896 255 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7736/statm: 2176 255 211 178 0 69 0
[pid=7740] ppid=7736 vsize=187824 CPUtime=279.37 cores=0,2,4,6
/proc/7740/stat : 7740 (ebglucose_stati) R 7736 7736 7101 0 -1 4202496 46065 0 0 0 27930 7 0 0 25 0 1 0 907914709 192331776 45973 33554432000 134512640 134556542 4292231600 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/7740/statm: 46956 45973 213 11 0 46290 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 196528

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 7749
/proc/meminfo: memFree=7117408/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=2.92 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 382 38860 0 0 0 0 282 10 18 0 1 0 907914416 8912896 255 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7736/statm: 2176 255 211 178 0 69 0
[pid=7740] ppid=7736 vsize=200560 CPUtime=339.37 cores=0,2,4,6
/proc/7740/stat : 7740 (ebglucose_stati) R 7736 7736 7101 0 -1 4202496 49241 0 0 0 33930 7 0 0 25 0 1 0 907914709 205373440 49147 33554432000 134512640 134556542 4292231600 18446744073709551615 134544236 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/7740/statm: 50140 49147 213 11 0 49474 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 209264

[startup+402.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/180 7751
/proc/meminfo: memFree=7110172/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=2.92 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 382 38860 0 0 0 0 282 10 18 0 1 0 907914416 8912896 255 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7736/statm: 2176 255 211 178 0 69 0
[pid=7740] ppid=7736 vsize=203964 CPUtime=399.38 cores=0,2,4,6

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

/proc/7740/statm: 117272 116293 213 11 0 116606 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 477792

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7996
/proc/meminfo: memFree=6714536/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=2.92 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 382 38860 0 0 0 0 282 10 18 0 1 0 907914416 8912896 255 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7736/statm: 2176 255 211 178 0 69 0
[pid=7740] ppid=7736 vsize=469088 CPUtime=4419.53 cores=0,2,4,6
/proc/7740/stat : 7740 (ebglucose_stati) R 7736 7736 7101 0 -1 4202496 116891 0 0 0 441931 22 0 0 25 0 1 0 907914709 480346112 116294 33554432000 134512640 134556542 4292231600 18446744073709551615 134529887 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/7740/statm: 117272 116294 213 11 0 116606 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 477792

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7998
/proc/meminfo: memFree=6714512/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=2.92 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 382 38860 0 0 0 0 282 10 18 0 1 0 907914416 8912896 255 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7736/statm: 2176 255 211 178 0 69 0
[pid=7740] ppid=7736 vsize=469088 CPUtime=4479.53 cores=0,2,4,6
/proc/7740/stat : 7740 (ebglucose_stati) R 7736 7736 7101 0 -1 4202496 116891 0 0 0 447931 22 0 0 25 0 1 0 907914709 480346112 116294 33554432000 134512640 134556542 4292231600 18446744073709551615 134530938 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/7740/statm: 117272 116294 213 11 0 116606 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 477792

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7999
/proc/meminfo: memFree=6712248/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=2.92 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 382 38860 0 0 0 0 282 10 18 0 1 0 907914416 8912896 255 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7736/statm: 2176 255 211 178 0 69 0
[pid=7740] ppid=7736 vsize=469088 CPUtime=4539.53 cores=0,2,4,6
/proc/7740/stat : 7740 (ebglucose_stati) R 7736 7736 7101 0 -1 4202496 116891 0 0 0 453931 22 0 0 25 0 1 0 907914709 480346112 116294 33554432000 134512640 134556542 4292231600 18446744073709551615 134530120 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/7740/statm: 117272 116294 213 11 0 116606 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 477792

[startup+4602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 8001
/proc/meminfo: memFree=6711360/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=2.92 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 382 38860 0 0 0 0 282 10 18 0 1 0 907914416 8912896 255 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7736/statm: 2176 255 211 178 0 69 0
[pid=7740] ppid=7736 vsize=469088 CPUtime=4599.54 cores=0,2,4,6
/proc/7740/stat : 7740 (ebglucose_stati) R 7736 7736 7101 0 -1 4202496 116895 0 0 0 459932 22 0 0 25 0 1 0 907914709 480346112 116298 33554432000 134512640 134556542 4292231600 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/7740/statm: 117272 116298 213 11 0 116606 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 477792

[startup+4662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 8003
/proc/meminfo: memFree=6710456/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=2.92 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 382 38860 0 0 0 0 282 10 18 0 1 0 907914416 8912896 255 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7736/statm: 2176 255 211 178 0 69 0
[pid=7740] ppid=7736 vsize=469088 CPUtime=4659.54 cores=0,2,4,6
/proc/7740/stat : 7740 (ebglucose_stati) R 7736 7736 7101 0 -1 4202496 116895 0 0 0 465932 22 0 0 25 0 1 0 907914709 480346112 116298 33554432000 134512640 134556542 4292231600 18446744073709551615 134529980 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/7740/statm: 117272 116298 213 11 0 116606 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 477792

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8004
/proc/meminfo: memFree=6708936/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=2.92 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 382 38860 0 0 0 0 282 10 18 0 1 0 907914416 8912896 255 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7736/statm: 2176 255 211 178 0 69 0
[pid=7740] ppid=7736 vsize=469088 CPUtime=4719.55 cores=0,2,4,6
/proc/7740/stat : 7740 (ebglucose_stati) R 7736 7736 7101 0 -1 4202496 116895 0 0 0 471933 22 0 0 25 0 1 0 907914709 480346112 116298 33554432000 134512640 134556542 4292231600 18446744073709551615 134530199 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/7740/statm: 117272 116298 213 11 0 116606 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 477792

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8006
/proc/meminfo: memFree=6708036/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=2.92 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 382 38860 0 0 0 0 282 10 18 0 1 0 907914416 8912896 255 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7736/statm: 2176 255 211 178 0 69 0
[pid=7740] ppid=7736 vsize=469088 CPUtime=4779.54 cores=0,2,4,6
/proc/7740/stat : 7740 (ebglucose_stati) R 7736 7736 7101 0 -1 4202496 116899 0 0 0 477932 22 0 0 25 0 1 0 907914709 480346112 116302 33554432000 134512640 134556542 4292231600 18446744073709551615 134530024 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/7740/statm: 117272 116302 213 11 0 116606 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 477792

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8007
/proc/meminfo: memFree=6707132/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=2.92 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 382 38860 0 0 0 0 282 10 18 0 1 0 907914416 8912896 255 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7736/statm: 2176 255 211 178 0 69 0
[pid=7740] ppid=7736 vsize=469088 CPUtime=4839.54 cores=0,2,4,6
/proc/7740/stat : 7740 (ebglucose_stati) R 7736 7736 7101 0 -1 4202496 116899 0 0 0 483932 22 0 0 25 0 1 0 907914709 480346112 116302 33554432000 134512640 134556542 4292231600 18446744073709551615 134536936 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/7740/statm: 117272 116302 213 11 0 116606 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 477792

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8009
/proc/meminfo: memFree=6706856/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=2.92 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 382 38860 0 0 0 0 282 10 18 0 1 0 907914416 8912896 255 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7736/statm: 2176 255 211 178 0 69 0
[pid=7740] ppid=7736 vsize=469088 CPUtime=4899.54 cores=0,2,4,6
/proc/7740/stat : 7740 (ebglucose_stati) R 7736 7736 7101 0 -1 4202496 116899 0 0 0 489932 22 0 0 25 0 1 0 907914709 480346112 116302 33554432000 134512640 134556542 4292231600 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/7740/statm: 117272 116302 213 11 0 116606 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 477792

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8011
/proc/meminfo: memFree=6705824/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=2.92 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 382 38860 0 0 0 0 282 10 18 0 1 0 907914416 8912896 255 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7736/statm: 2176 255 211 178 0 69 0
[pid=7740] ppid=7736 vsize=469088 CPUtime=4959.55 cores=0,2,4,6
/proc/7740/stat : 7740 (ebglucose_stati) R 7736 7736 7101 0 -1 4202496 116899 0 0 0 495933 22 0 0 25 0 1 0 907914709 480346112 116302 33554432000 134512640 134556542 4292231600 18446744073709551615 134536958 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/7740/statm: 117272 116302 213 11 0 116606 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 477792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8012
/proc/meminfo: memFree=6690296/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=2.92 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 382 38860 0 0 0 0 282 10 18 0 1 0 907914416 8912896 255 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7736/statm: 2176 255 211 178 0 69 0
[pid=7740] ppid=7736 vsize=484280 CPUtime=4997.15 cores=0,2,4,6
/proc/7740/stat : 7740 (ebglucose_stati) R 7736 7736 7101 0 -1 4202496 120678 0 0 0 499692 23 0 0 25 0 1 0 907914709 495902720 120081 33554432000 134512640 134556542 4292231600 18446744073709551615 134530120 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/7740/statm: 121070 120081 213 11 0 120404 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 492984

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8012
/proc/meminfo: memFree=6690296/32950928 swapFree=67055948/67111528
[pid=7736] ppid=7734 vsize=8704 CPUtime=2.92 cores=0,2,4,6
/proc/7736/stat : 7736 (ebglucose.sh) S 7734 7736 7101 0 -1 4202496 382 38860 0 0 0 0 282 10 18 0 1 0 907914416 8912896 255 33554432000 4194304 4922060 140736974417632 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7736/statm: 2176 255 211 178 0 69 0
[pid=7740] ppid=7736 vsize=484280 CPUtime=4997.15 cores=0,2,4,6
/proc/7740/stat : 7740 (ebglucose_stati) R 7736 7736 7101 0 -1 4202496 120678 0 0 0 499692 23 0 0 25 0 1 0 907914709 495902720 120081 33554432000 134512640 134556542 4292231600 18446744073709551615 134530120 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/7740/statm: 121070 120081 213 11 0 120404 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 492984

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7736 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=821571
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=108983
# CPU time returned by wait4() is 2.93055
# while last known CPU time is 5000.07
#
# 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.07
CPU user time (s): 4999.74
CPU system time (s): 0.33
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 492984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.82157
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39242
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= 24

runsolver used 7.97979 second user time and 16.2025 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-13 13:05:48
IDJOB=3498649
IDBENCH=82366
IDSOLVER=1992
FILE ID=node127/3498649-1307963146
RUNJOBID= node127-1307958143-7421
PBS_JOBID= 13559701
Free space on /var/tmp= 2848 MiB

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

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

MD5SUM BENCH= e44b288003a3eaf34673a2c0fb8c6f3e
RANDOM SEED=1214672813

node127.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       7339972 kB
Buffers:        111260 kB
Cached:       24517528 kB
SwapCached:       9120 kB
Active:        9224596 kB
Inactive:     15570608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7339972 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:           37644 kB
Writeback:           0 kB
AnonPages:      164156 kB
Mapped:          14140 kB
Slab:           751556 kB
PageTables:       5088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   361428 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= 2784 MiB
End job on node127 at 2011-06-13 14:29:09