Trace number 3498743

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom13.cnf
MD5SUMf3c2fb082f5fbc8fb1f714d6ee13929d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark93.9187
Satisfiable
(Un)Satisfiability was proved
Number of variables19995
Number of clauses66333
Sum of the clauses size168341
Maximum clause length698
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 235137
Number of clauses of size 330832
Number of clauses of size 490
Number of clauses of size 511
Number of clauses of size over 5262

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.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   62361   158899 |   18708       0        0     nan |  0.000 % |
0.00/0.23	c |         0 |   42585   155666 |      --       0       --      -- |     --   | -19776/-3233
0.00/0.23	c ==============================================================================
0.00/0.23	c Result  :   #vars: 7780   #clauses: 42585   #literals: 155666
0.00/0.23	c CPU time:   0.225965 s
0.00/0.23	c ==============================================================================
0.00/0.26	c
0.00/0.26	c Starting glucose
0.00/0.26	c
0.00/0.26	
0.00/0.26	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.26	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.26	
0.00/0.26	c ============================[ Problem Statistics ]=============================
0.00/0.26	c |                                                                             |
0.00/0.26	c |  Number of variables:  7780                                                 |
0.00/0.26	c |  Number of clauses:    42585                                                |
0.00/0.28	c |  Parsing time:         0.01         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-3498743-1307966460/watcher-3498743-1307966460 -o /var/tmp/evaluation-result-3498743-1307966460/solver-3498743-1307966460 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498743-1307966460.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/175 4488
/proc/meminfo: memFree=15021664/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 908246369 8912896 253 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4488/statm: 2176 253 211 178 0 69 0

[startup+0.088007 s]
/proc/loadavg: 2.00 2.00 1.94 2/175 4488
/proc/meminfo: memFree=15021664/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 908246369 8912896 253 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4488/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101016 s]
/proc/loadavg: 2.00 2.00 1.94 2/175 4488
/proc/meminfo: memFree=15021664/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 908246369 8912896 253 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4488/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300922 s]
/proc/loadavg: 2.00 2.00 1.94 2/175 4488
/proc/meminfo: memFree=15021664/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0.25 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 382 3119 0 0 0 0 25 0 23 0 1 0 908246369 8912896 256 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4488/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 8704

[startup+0.700878 s]
/proc/loadavg: 2.00 2.00 1.94 2/175 4488
/proc/meminfo: memFree=15021664/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0.25 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 382 3119 0 0 0 0 25 0 23 0 1 0 908246369 8912896 256 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4488/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 8704

[startup+1.50071 s]
/proc/loadavg: 2.00 2.00 1.94 4/182 4501
/proc/meminfo: memFree=15011432/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0.25 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 382 3119 0 0 0 0 25 0 23 0 1 0 908246369 8912896 256 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4488/statm: 2176 256 211 178 0 69 0
[pid=4492] ppid=4488 vsize=9096 CPUtime=1.23 cores=0,2,4,6
/proc/4492/stat : 4492 (ebglucose_stati) R 4488 4488 3094 0 -1 4202496 1807 0 0 0 123 0 0 0 25 0 1 0 908246395 9314304 1748 33554432000 134512640 134556542 4290352784 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4492/statm: 2274 1748 214 11 0 1608 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 17800

[startup+3.10044 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4501
/proc/meminfo: memFree=15011132/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0.25 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 382 3119 0 0 0 0 25 0 23 0 1 0 908246369 8912896 256 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4488/statm: 2176 256 211 178 0 69 0
[pid=4492] ppid=4488 vsize=10076 CPUtime=2.82 cores=0,2,4,6
/proc/4492/stat : 4492 (ebglucose_stati) R 4488 4488 3094 0 -1 4202496 2045 0 0 0 282 0 0 0 25 0 1 0 908246395 10317824 1986 33554432000 134512640 134556542 4290352784 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4492/statm: 2519 1986 214 11 0 1853 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 18780

[startup+6.30086 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4502
/proc/meminfo: memFree=15010212/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0.25 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 382 3119 0 0 0 0 25 0 23 0 1 0 908246369 8912896 256 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4488/statm: 2176 256 211 178 0 69 0
[pid=4492] ppid=4488 vsize=10940 CPUtime=6.03 cores=0,2,4,6
/proc/4492/stat : 4492 (ebglucose_stati) R 4488 4488 3094 0 -1 4202496 2272 0 0 0 603 0 0 0 25 0 1 0 908246395 11202560 2213 33554432000 134512640 134556542 4290352784 18446744073709551615 134537356 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4492/statm: 2735 2213 214 11 0 2069 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 19644

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4502
/proc/meminfo: memFree=15008408/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0.25 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 382 3119 0 0 0 0 25 0 23 0 1 0 908246369 8912896 256 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4488/statm: 2176 256 211 178 0 69 0
[pid=4492] ppid=4488 vsize=13104 CPUtime=12.43 cores=0,2,4,6
/proc/4492/stat : 4492 (ebglucose_stati) R 4488 4488 3094 0 -1 4202496 2789 0 0 0 1243 0 0 0 25 0 1 0 908246395 13418496 2730 33554432000 134512640 134556542 4290352784 18446744073709551615 134534184 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4492/statm: 3276 2730 214 11 0 2610 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 21808

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4502
/proc/meminfo: memFree=15006544/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0.25 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 382 3119 0 0 0 0 25 0 23 0 1 0 908246369 8912896 256 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4488/statm: 2176 256 211 178 0 69 0
[pid=4492] ppid=4488 vsize=14716 CPUtime=25.22 cores=0,2,4,6
/proc/4492/stat : 4492 (ebglucose_stati) R 4488 4488 3094 0 -1 4202496 3205 0 0 0 2522 0 0 0 25 0 1 0 908246395 15069184 3146 33554432000 134512640 134556542 4290352784 18446744073709551615 134529999 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4492/statm: 3679 3146 214 11 0 3013 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 23420

[startup+51.1007 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4503
/proc/meminfo: memFree=15004576/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0.25 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 382 3119 0 0 0 0 25 0 23 0 1 0 908246369 8912896 256 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4488/statm: 2176 256 211 178 0 69 0
[pid=4492] ppid=4488 vsize=17092 CPUtime=50.83 cores=0,2,4,6
/proc/4492/stat : 4492 (ebglucose_stati) R 4488 4488 3094 0 -1 4202496 3782 0 0 0 5083 0 0 0 25 0 1 0 908246395 17502208 3723 33554432000 134512640 134556542 4290352784 18446744073709551615 134536819 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4492/statm: 4273 3723 214 11 0 3607 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 25796

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4504
/proc/meminfo: memFree=15001192/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0.25 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 382 3119 0 0 0 0 25 0 23 0 1 0 908246369 8912896 256 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4488/statm: 2176 256 211 178 0 69 0
[pid=4492] ppid=4488 vsize=20340 CPUtime=102.03 cores=0,2,4,6
/proc/4492/stat : 4492 (ebglucose_stati) R 4488 4488 3094 0 -1 4202496 4568 0 0 0 10202 1 0 0 25 0 1 0 908246395 20828160 4509 33554432000 134512640 134556542 4290352784 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4492/statm: 5085 4509 214 11 0 4419 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 29044

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4508
/proc/meminfo: memFree=14997320/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0.25 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 382 3119 0 0 0 0 25 0 23 0 1 0 908246369 8912896 256 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4488/statm: 2176 256 211 178 0 69 0
[pid=4492] ppid=4488 vsize=23500 CPUtime=162.03 cores=0,2,4,6
/proc/4492/stat : 4492 (ebglucose_stati) R 4488 4488 3094 0 -1 4202496 5333 0 0 0 16202 1 0 0 25 0 1 0 908246395 24064000 5274 33554432000 134512640 134556542 4290352784 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4492/statm: 5875 5274 214 11 0 5209 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 32204

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4510
/proc/meminfo: memFree=14993216/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0.25 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 382 3119 0 0 0 0 25 0 23 0 1 0 908246369 8912896 256 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4488/statm: 2176 256 211 178 0 69 0
[pid=4492] ppid=4488 vsize=27196 CPUtime=222.03 cores=0,2,4,6
/proc/4492/stat : 4492 (ebglucose_stati) R 4488 4488 3094 0 -1 4202496 6231 0 0 0 22202 1 0 0 25 0 1 0 908246395 27848704 6172 33554432000 134512640 134556542 4290352784 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4492/statm: 6799 6172 214 11 0 6133 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 35900

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4512
/proc/meminfo: memFree=14990944/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0.25 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 382 3119 0 0 0 0 25 0 23 0 1 0 908246369 8912896 256 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4488/statm: 2176 256 211 178 0 69 0
[pid=4492] ppid=4488 vsize=29668 CPUtime=282.04 cores=0,2,4,6
/proc/4492/stat : 4492 (ebglucose_stati) R 4488 4488 3094 0 -1 4202496 6813 0 0 0 28202 2 0 0 25 0 1 0 908246395 30380032 6754 33554432000 134512640 134556542 4290352784 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4492/statm: 7417 6754 214 11 0 6751 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 38372

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4513
/proc/meminfo: memFree=14989668/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0.25 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 382 3119 0 0 0 0 25 0 23 0 1 0 908246369 8912896 256 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4488/statm: 2176 256 211 178 0 69 0
[pid=4492] ppid=4488 vsize=31096 CPUtime=342.04 cores=0,2,4,6
/proc/4492/stat : 4492 (ebglucose_stati) R 4488 4488 3094 0 -1 4202496 7121 0 0 0 34202 2 0 0 25 0 1 0 908246395 31842304 7062 33554432000 134512640 134556542 4290352784 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4492/statm: 7774 7062 214 11 0 7108 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 39800

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4515
/proc/meminfo: memFree=14987524/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0.25 cores=0,2,4,6

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

/proc/4492/statm: 20359 19041 214 11 0 19693 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 90140

[startup+4422.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/177 4676
/proc/meminfo: memFree=14949280/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0.25 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 382 3119 0 0 0 0 25 0 23 0 1 0 908246369 8912896 256 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4488/statm: 2176 256 211 178 0 69 0
[pid=4492] ppid=4488 vsize=82180 CPUtime=4422.15 cores=0,2,4,6
/proc/4492/stat : 4492 (ebglucose_stati) R 4488 4488 3094 0 -1 4202496 19298 0 0 0 442206 9 0 0 25 0 1 0 908246395 84152320 19236 33554432000 134512640 134556542 4290352784 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4492/statm: 20545 19236 214 11 0 19879 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 90884

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 4678
/proc/meminfo: memFree=14949008/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0.25 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 382 3119 0 0 0 0 25 0 23 0 1 0 908246369 8912896 256 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4488/statm: 2176 256 211 178 0 69 0
[pid=4492] ppid=4488 vsize=82612 CPUtime=4482.15 cores=0,2,4,6
/proc/4492/stat : 4492 (ebglucose_stati) R 4488 4488 3094 0 -1 4202496 19406 0 0 0 448206 9 0 0 25 0 1 0 908246395 84594688 19344 33554432000 134512640 134556542 4290352784 18446744073709551615 134537418 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4492/statm: 20653 19344 214 11 0 19987 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 91316

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 4679
/proc/meminfo: memFree=14948852/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0.25 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 382 3119 0 0 0 0 25 0 23 0 1 0 908246369 8912896 256 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4488/statm: 2176 256 211 178 0 69 0
[pid=4492] ppid=4488 vsize=82752 CPUtime=4542.16 cores=0,2,4,6
/proc/4492/stat : 4492 (ebglucose_stati) R 4488 4488 3094 0 -1 4202496 19420 0 0 0 454207 9 0 0 25 0 1 0 908246395 84738048 19358 33554432000 134512640 134556542 4290352784 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4492/statm: 20688 19358 214 11 0 20022 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 91456

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 4681
/proc/meminfo: memFree=14947708/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0.25 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 382 3119 0 0 0 0 25 0 23 0 1 0 908246369 8912896 256 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4488/statm: 2176 256 211 178 0 69 0
[pid=4492] ppid=4488 vsize=82944 CPUtime=4602.16 cores=0,2,4,6
/proc/4492/stat : 4492 (ebglucose_stati) R 4488 4488 3094 0 -1 4202496 19492 0 0 0 460207 9 0 0 25 0 1 0 908246395 84934656 19430 33554432000 134512640 134556542 4290352784 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4492/statm: 20736 19430 214 11 0 20070 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 91648

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 4683
/proc/meminfo: memFree=14944936/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0.25 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 382 3119 0 0 0 0 25 0 23 0 1 0 908246369 8912896 256 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4488/statm: 2176 256 211 178 0 69 0
[pid=4492] ppid=4488 vsize=83672 CPUtime=4662.16 cores=0,2,4,6
/proc/4492/stat : 4492 (ebglucose_stati) R 4488 4488 3094 0 -1 4202496 19665 0 0 0 466207 9 0 0 25 0 1 0 908246395 85680128 19603 33554432000 134512640 134556542 4290352784 18446744073709551615 134529811 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4492/statm: 20918 19603 214 11 0 20252 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 92376

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 4684
/proc/meminfo: memFree=14944412/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0.25 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 382 3119 0 0 0 0 25 0 23 0 1 0 908246369 8912896 256 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4488/statm: 2176 256 211 178 0 69 0
[pid=4492] ppid=4488 vsize=84032 CPUtime=4722.17 cores=0,2,4,6
/proc/4492/stat : 4492 (ebglucose_stati) R 4488 4488 3094 0 -1 4202496 19761 0 0 0 472208 9 0 0 25 0 1 0 908246395 86048768 19699 33554432000 134512640 134556542 4290352784 18446744073709551615 134537209 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4492/statm: 21008 19699 214 11 0 20342 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 92736

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 4686
/proc/meminfo: memFree=14943380/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0.25 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 382 3119 0 0 0 0 25 0 23 0 1 0 908246369 8912896 256 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4488/statm: 2176 256 211 178 0 69 0
[pid=4492] ppid=4488 vsize=84032 CPUtime=4782.17 cores=0,2,4,6
/proc/4492/stat : 4492 (ebglucose_stati) R 4488 4488 3094 0 -1 4202496 19762 0 0 0 478207 10 0 0 25 0 1 0 908246395 86048768 19700 33554432000 134512640 134556542 4290352784 18446744073709551615 134537335 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4492/statm: 21008 19700 214 11 0 20342 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 92736

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 4687
/proc/meminfo: memFree=14940636/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0.25 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 382 3119 0 0 0 0 25 0 23 0 1 0 908246369 8912896 256 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4488/statm: 2176 256 211 178 0 69 0
[pid=4492] ppid=4488 vsize=85820 CPUtime=4842.17 cores=0,2,4,6
/proc/4492/stat : 4492 (ebglucose_stati) R 4488 4488 3094 0 -1 4202496 20195 0 0 0 484207 10 0 0 25 0 1 0 908246395 87879680 20133 33554432000 134512640 134556542 4290352784 18446744073709551615 134537396 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4492/statm: 21455 20133 214 11 0 20789 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 94524

[startup+4902.3 s]
/proc/loadavg: 2.06 2.01 1.99 3/177 4689
/proc/meminfo: memFree=14940844/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0.25 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 382 3119 0 0 0 0 25 0 23 0 1 0 908246369 8912896 256 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4488/statm: 2176 256 211 178 0 69 0
[pid=4492] ppid=4488 vsize=85928 CPUtime=4902.17 cores=0,2,4,6
/proc/4492/stat : 4492 (ebglucose_stati) R 4488 4488 3094 0 -1 4202496 20239 0 0 0 490206 11 0 0 25 0 1 0 908246395 87990272 20177 33554432000 134512640 134556542 4290352784 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4492/statm: 21482 20177 214 11 0 20816 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 94632

[startup+4962.3 s]
/proc/loadavg: 2.02 2.01 1.99 3/177 4691
/proc/meminfo: memFree=14939824/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0.25 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 382 3119 0 0 0 0 25 0 23 0 1 0 908246369 8912896 256 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4488/statm: 2176 256 211 178 0 69 0
[pid=4492] ppid=4488 vsize=85928 CPUtime=4962.18 cores=0,2,4,6
/proc/4492/stat : 4492 (ebglucose_stati) R 4488 4488 3094 0 -1 4202496 20239 0 0 0 496207 11 0 0 25 0 1 0 908246395 87990272 20177 33554432000 134512640 134556542 4290352784 18446744073709551615 134537174 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4492/statm: 21482 20177 214 11 0 20816 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 94632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 4692
/proc/meminfo: memFree=14939924/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0.25 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 382 3119 0 0 0 0 25 0 23 0 1 0 908246369 8912896 256 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4488/statm: 2176 256 211 178 0 69 0
[pid=4492] ppid=4488 vsize=85928 CPUtime=4999.78 cores=0,2,4,6
/proc/4492/stat : 4492 (ebglucose_stati) R 4488 4488 3094 0 -1 4202496 20239 0 0 0 499967 11 0 0 25 0 1 0 908246395 87990272 20177 33554432000 134512640 134556542 4290352784 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4492/statm: 21482 20177 214 11 0 20816 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 94632

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 1.99 3/177 4692
/proc/meminfo: memFree=14939924/32951124 swapFree=67060180/67111528
[pid=4488] ppid=4486 vsize=8704 CPUtime=0.25 cores=0,2,4,6
/proc/4488/stat : 4488 (ebglucose.sh) S 4486 4488 3094 0 -1 4202496 382 3119 0 0 0 0 25 0 23 0 1 0 908246369 8912896 256 33554432000 4194304 4922060 140735327360512 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4488/statm: 2176 256 211 178 0 69 0
[pid=4492] ppid=4488 vsize=85928 CPUtime=4999.78 cores=0,2,4,6
/proc/4492/stat : 4492 (ebglucose_stati) R 4488 4488 3094 0 -1 4202496 20239 0 0 0 499967 11 0 0 25 0 1 0 908246395 87990272 20177 33554432000 134512640 134556542 4290352784 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4492/statm: 21482 20177 214 11 0 20816 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 94632

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4488 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=255961
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=7998
# CPU time returned by wait4() is 0.263959
# while last known CPU time is 5000.03
#
# 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.03
CPU user time (s): 4999.92
CPU system time (s): 0.11
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 94632

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

runsolver used 8.32373 second user time and 15.9626 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-13 14:01:00
IDJOB=3498743
IDBENCH=83117
IDSOLVER=1992
FILE ID=node106/3498743-1307966460
RUNJOBID= node106-1307961457-3803
PBS_JOBID= 13559722
Free space on /var/tmp= 2884 MiB

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

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

MD5SUM BENCH= f3c2fb082f5fbc8fb1f714d6ee13929d
RANDOM SEED=4412523

node106.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.830
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.66
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.830
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.20
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.830
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.75
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.830
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.82
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.830
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.74
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.830
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.830
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.75
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.830
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:     32951124 kB
MemFree:      15022216 kB
Buffers:         86060 kB
Cached:       17104940 kB
SwapCached:      12892 kB
Active:        1874620 kB
Inactive:     15436692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15022216 kB
SwapTotal:    67111528 kB
SwapFree:     67060180 kB
Dirty:            1988 kB
Writeback:           0 kB
AnonPages:      117552 kB
Mapped:          11092 kB
Slab:           553576 kB
PageTables:       4132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   296612 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= 2880 MiB
End job on node106 at 2011-06-13 15:24:22