Trace number 3498626

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark977.211
Satisfiable
(Un)Satisfiability was proved
Number of variables1278
Number of clauses68055
Sum of the clauses size202155
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22148
Number of clauses of size 365884
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   68055   202155 |   20416       0        0     nan |  0.000 % |
0.00/0.23	c |         0 |   67183   284754 |      --       0       --      -- |     --   | -872/82599
0.00/0.23	c ==============================================================================
0.00/0.23	c Result  :   #vars: 763   #clauses: 67183   #literals: 284754
0.00/0.23	c CPU time:   0.227965 s
0.00/0.23	c ==============================================================================
0.00/0.27	c
0.00/0.27	c Starting glucose
0.00/0.27	c
0.00/0.28	
0.00/0.28	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.28	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.28	
0.00/0.28	c ============================[ Problem Statistics ]=============================
0.00/0.28	c |                                                                             |
0.00/0.28	c |  Number of variables:  763                                                  |
0.00/0.28	c |  Number of clauses:    67183                                                |
0.26/0.30	c |  Parsing time:         0.02         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-3498626-1307962457/watcher-3498626-1307962457 -o /var/tmp/evaluation-result-3498626-1307962457/solver-3498626-1307962457 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498626-1307962457.cnf 

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

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


[startup+0 s]
/proc/loadavg: 2.02 1.97 1.64 2/175 4328
/proc/meminfo: memFree=15091684/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 355 234 0 0 0 0 0 0 18 0 1 0 907846135 8912896 253 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4328/statm: 2176 253 211 178 0 69 0

[startup+0.0461651 s]
/proc/loadavg: 2.02 1.97 1.64 2/175 4328
/proc/meminfo: memFree=15091684/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 355 234 0 0 0 0 0 0 18 0 1 0 907846135 8912896 253 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4328/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101151 s]
/proc/loadavg: 2.02 1.97 1.64 2/175 4328
/proc/meminfo: memFree=15091684/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 355 234 0 0 0 0 0 0 18 0 1 0 907846135 8912896 253 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4328/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300116 s]
/proc/loadavg: 2.02 1.97 1.64 2/175 4328
/proc/meminfo: memFree=15091684/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 382 2102 0 0 0 0 26 0 16 0 1 0 907846135 8912896 256 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4328/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 8704

[startup+0.701043 s]
/proc/loadavg: 2.02 1.97 1.64 2/175 4328
/proc/meminfo: memFree=15091684/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 382 2102 0 0 0 0 26 0 16 0 1 0 907846135 8912896 256 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4328/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 8704

[startup+1.5009 s]
/proc/loadavg: 2.02 1.97 1.64 3/177 4332
/proc/meminfo: memFree=15082140/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 382 2102 0 0 0 0 26 0 16 0 1 0 907846135 8912896 256 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4328/statm: 2176 256 211 178 0 69 0
[pid=4332] ppid=4328 vsize=11168 CPUtime=1.21 cores=1,3,5,7
/proc/4332/stat : 4332 (ebglucose_stati) R 4328 4328 3094 0 -1 4202496 2359 0 0 0 121 0 0 0 19 0 1 0 907846163 11436032 2300 33554432000 134512640 134556542 4290561072 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4332/statm: 2792 2300 214 11 0 2126 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 19872

[startup+3.10061 s]
/proc/loadavg: 2.02 1.97 1.64 3/177 4332
/proc/meminfo: memFree=15080280/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 382 2102 0 0 0 0 26 0 16 0 1 0 907846135 8912896 256 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4328/statm: 2176 256 211 178 0 69 0
[pid=4332] ppid=4328 vsize=13080 CPUtime=2.81 cores=1,3,5,7
/proc/4332/stat : 4332 (ebglucose_stati) R 4328 4328 3094 0 -1 4202496 2817 0 0 0 281 0 0 0 23 0 1 0 907846163 13393920 2758 33554432000 134512640 134556542 4290561072 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4332/statm: 3270 2758 214 11 0 2604 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 21784

[startup+6.30102 s]
/proc/loadavg: 2.02 1.97 1.65 3/177 4332
/proc/meminfo: memFree=15078540/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 382 2102 0 0 0 0 26 0 16 0 1 0 907846135 8912896 256 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4328/statm: 2176 256 211 178 0 69 0
[pid=4332] ppid=4328 vsize=14536 CPUtime=6.01 cores=1,3,5,7
/proc/4332/stat : 4332 (ebglucose_stati) R 4328 4328 3094 0 -1 4202496 3187 0 0 0 601 0 0 0 25 0 1 0 907846163 14884864 3128 33554432000 134512640 134556542 4290561072 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4332/statm: 3634 3128 214 11 0 2968 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 23240

[startup+12.7009 s]
/proc/loadavg: 2.02 1.97 1.65 3/177 4332
/proc/meminfo: memFree=15076640/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 382 2102 0 0 0 0 26 0 16 0 1 0 907846135 8912896 256 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4328/statm: 2176 256 211 178 0 69 0
[pid=4332] ppid=4328 vsize=16680 CPUtime=12.41 cores=1,3,5,7
/proc/4332/stat : 4332 (ebglucose_stati) R 4328 4328 3094 0 -1 4202496 3702 0 0 0 1241 0 0 0 25 0 1 0 907846163 17080320 3643 33554432000 134512640 134556542 4290561072 18446744073709551615 134537349 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4332/statm: 4170 3643 214 11 0 3504 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 25384

[startup+25.5005 s]
/proc/loadavg: 2.01 1.97 1.65 3/177 4332
/proc/meminfo: memFree=15075048/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 382 2102 0 0 0 0 26 0 16 0 1 0 907846135 8912896 256 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4328/statm: 2176 256 211 178 0 69 0
[pid=4332] ppid=4328 vsize=18836 CPUtime=25.21 cores=1,3,5,7
/proc/4332/stat : 4332 (ebglucose_stati) R 4328 4328 3094 0 -1 4202496 4219 0 0 0 2521 0 0 0 25 0 1 0 907846163 19288064 4160 33554432000 134512640 134556542 4290561072 18446744073709551615 134537466 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4332/statm: 4709 4160 214 11 0 4043 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 27540

[startup+51.1009 s]
/proc/loadavg: 2.01 1.97 1.66 3/177 4333
/proc/meminfo: memFree=15071708/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 382 2102 0 0 0 0 26 0 16 0 1 0 907846135 8912896 256 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4328/statm: 2176 256 211 178 0 69 0
[pid=4332] ppid=4328 vsize=22256 CPUtime=50.81 cores=1,3,5,7
/proc/4332/stat : 4332 (ebglucose_stati) R 4328 4328 3094 0 -1 4202496 5030 0 0 0 5081 0 0 0 25 0 1 0 907846163 22790144 4971 33554432000 134512640 134556542 4290561072 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4332/statm: 5564 4971 214 11 0 4898 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 30960

[startup+102.307 s]
/proc/loadavg: 2.00 1.97 1.67 3/177 4334
/proc/meminfo: memFree=15066112/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 382 2102 0 0 0 0 26 0 16 0 1 0 907846135 8912896 256 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4328/statm: 2176 256 211 178 0 69 0
[pid=4332] ppid=4328 vsize=27880 CPUtime=102.02 cores=1,3,5,7
/proc/4332/stat : 4332 (ebglucose_stati) R 4328 4328 3094 0 -1 4202496 6274 0 0 0 10201 1 0 0 25 0 1 0 907846163 28549120 6215 33554432000 134512640 134556542 4290561072 18446744073709551615 134537418 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4332/statm: 6970 6215 214 11 0 6304 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 36584

[startup+162.301 s]
/proc/loadavg: 2.00 1.97 1.69 3/177 4336
/proc/meminfo: memFree=15058388/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 382 2102 0 0 0 0 26 0 16 0 1 0 907846135 8912896 256 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4328/statm: 2176 256 211 178 0 69 0
[pid=4332] ppid=4328 vsize=36200 CPUtime=162.02 cores=1,3,5,7
/proc/4332/stat : 4332 (ebglucose_stati) R 4328 4328 3094 0 -1 4202496 8152 0 0 0 16201 1 0 0 25 0 1 0 907846163 37068800 8093 33554432000 134512640 134556542 4290561072 18446744073709551615 134537418 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4332/statm: 9050 8093 214 11 0 8384 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 44904

[startup+222.301 s]
/proc/loadavg: 2.00 1.97 1.71 3/177 4338
/proc/meminfo: memFree=15054512/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 382 2102 0 0 0 0 26 0 16 0 1 0 907846135 8912896 256 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4328/statm: 2176 256 211 178 0 69 0
[pid=4332] ppid=4328 vsize=39448 CPUtime=222.02 cores=1,3,5,7
/proc/4332/stat : 4332 (ebglucose_stati) R 4328 4328 3094 0 -1 4202496 8853 0 0 0 22201 1 0 0 25 0 1 0 907846163 40394752 8794 33554432000 134512640 134556542 4290561072 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4332/statm: 9862 8794 214 11 0 9196 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 48152

[startup+282.301 s]
/proc/loadavg: 2.00 1.97 1.73 3/177 4339
/proc/meminfo: memFree=15052860/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 382 2102 0 0 0 0 26 0 16 0 1 0 907846135 8912896 256 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4328/statm: 2176 256 211 178 0 69 0
[pid=4332] ppid=4328 vsize=41052 CPUtime=282.02 cores=1,3,5,7
/proc/4332/stat : 4332 (ebglucose_stati) R 4328 4328 3094 0 -1 4202496 9220 0 0 0 28201 1 0 0 25 0 1 0 907846163 42037248 9161 33554432000 134512640 134556542 4290561072 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4332/statm: 10263 9161 214 11 0 9597 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 49756

[startup+342.301 s]
/proc/loadavg: 2.00 1.97 1.74 3/177 4341
/proc/meminfo: memFree=15050348/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 382 2102 0 0 0 0 26 0 16 0 1 0 907846135 8912896 256 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4328/statm: 2176 256 211 178 0 69 0
[pid=4332] ppid=4328 vsize=43624 CPUtime=342.02 cores=1,3,5,7
/proc/4332/stat : 4332 (ebglucose_stati) R 4328 4328 3094 0 -1 4202496 9756 0 0 0 34201 1 0 0 25 0 1 0 907846163 44670976 9697 33554432000 134512640 134556542 4290561072 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4332/statm: 10906 9697 214 11 0 10240 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 52328

[startup+402.301 s]
/proc/loadavg: 2.00 1.97 1.75 3/177 4342
/proc/meminfo: memFree=15048212/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0.26 cores=1,3,5,7

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

/proc/4332/statm: 28716 25348 214 11 0 28050 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 123568

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4516
/proc/meminfo: memFree=14987008/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 382 2102 0 0 0 0 26 0 16 0 1 0 907846135 8912896 256 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4328/statm: 2176 256 211 178 0 69 0
[pid=4332] ppid=4328 vsize=116044 CPUtime=4422.14 cores=1,3,5,7
/proc/4332/stat : 4332 (ebglucose_stati) R 4328 4328 3094 0 -1 4202496 25636 0 0 0 442208 6 0 0 25 0 1 0 907846163 118829056 25573 33554432000 134512640 134556542 4290561072 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4332/statm: 29011 25573 214 11 0 28345 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 124748

[startup+4482.3 s]
/proc/loadavg: 2.06 2.01 1.95 3/177 4517
/proc/meminfo: memFree=14983012/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 382 2102 0 0 0 0 26 0 16 0 1 0 907846135 8912896 256 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4328/statm: 2176 256 211 178 0 69 0
[pid=4332] ppid=4328 vsize=118244 CPUtime=4482.14 cores=1,3,5,7
/proc/4332/stat : 4332 (ebglucose_stati) R 4328 4328 3094 0 -1 4202496 26136 0 0 0 448208 6 0 0 25 0 1 0 907846163 121081856 26073 33554432000 134512640 134556542 4290561072 18446744073709551615 134533362 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4332/statm: 29561 26073 214 11 0 28895 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 126948

[startup+4542.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/177 4519
/proc/meminfo: memFree=14978636/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 382 2102 0 0 0 0 26 0 16 0 1 0 907846135 8912896 256 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4328/statm: 2176 256 211 178 0 69 0
[pid=4332] ppid=4328 vsize=121320 CPUtime=4542.14 cores=1,3,5,7
/proc/4332/stat : 4332 (ebglucose_stati) R 4328 4328 3094 0 -1 4202496 26897 0 0 0 454208 6 0 0 25 0 1 0 907846163 124231680 26834 33554432000 134512640 134556542 4290561072 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4332/statm: 30330 26834 214 11 0 29664 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 130024

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 4520
/proc/meminfo: memFree=14974900/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 382 2102 0 0 0 0 26 0 16 0 1 0 907846135 8912896 256 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4328/statm: 2176 256 211 178 0 69 0
[pid=4332] ppid=4328 vsize=124592 CPUtime=4602.15 cores=1,3,5,7
/proc/4332/stat : 4332 (ebglucose_stati) R 4328 4328 3094 0 -1 4202496 27628 0 0 0 460209 6 0 0 25 0 1 0 907846163 127582208 27565 33554432000 134512640 134556542 4290561072 18446744073709551615 134537206 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4332/statm: 31148 27565 214 11 0 30482 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 133296

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 4522
/proc/meminfo: memFree=14973852/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 382 2102 0 0 0 0 26 0 16 0 1 0 907846135 8912896 256 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4328/statm: 2176 256 211 178 0 69 0
[pid=4332] ppid=4328 vsize=124808 CPUtime=4662.15 cores=1,3,5,7
/proc/4332/stat : 4332 (ebglucose_stati) R 4328 4328 3094 0 -1 4202496 27705 0 0 0 466209 6 0 0 25 0 1 0 907846163 127803392 27642 33554432000 134512640 134556542 4290561072 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4332/statm: 31202 27642 214 11 0 30536 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 133512

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 4524
/proc/meminfo: memFree=14971716/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 382 2102 0 0 0 0 26 0 16 0 1 0 907846135 8912896 256 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4328/statm: 2176 256 211 178 0 69 0
[pid=4332] ppid=4328 vsize=125292 CPUtime=4722.15 cores=1,3,5,7
/proc/4332/stat : 4332 (ebglucose_stati) R 4328 4328 3094 0 -1 4202496 27814 0 0 0 472209 6 0 0 25 0 1 0 907846163 128299008 27751 33554432000 134512640 134556542 4290561072 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4332/statm: 31323 27751 214 11 0 30657 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 133996

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 4525
/proc/meminfo: memFree=14970424/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 382 2102 0 0 0 0 26 0 16 0 1 0 907846135 8912896 256 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4328/statm: 2176 256 211 178 0 69 0
[pid=4332] ppid=4328 vsize=125292 CPUtime=4782.15 cores=1,3,5,7
/proc/4332/stat : 4332 (ebglucose_stati) R 4328 4328 3094 0 -1 4202496 27829 0 0 0 478209 6 0 0 25 0 1 0 907846163 128299008 27766 33554432000 134512640 134556542 4290561072 18446744073709551615 134537248 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4332/statm: 31323 27766 214 11 0 30657 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 133996

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 4527
/proc/meminfo: memFree=14969400/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 382 2102 0 0 0 0 26 0 16 0 1 0 907846135 8912896 256 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4328/statm: 2176 256 211 178 0 69 0
[pid=4332] ppid=4328 vsize=125596 CPUtime=4842.15 cores=1,3,5,7
/proc/4332/stat : 4332 (ebglucose_stati) R 4328 4328 3094 0 -1 4202496 27867 0 0 0 484209 6 0 0 25 0 1 0 907846163 128610304 27804 33554432000 134512640 134556542 4290561072 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4332/statm: 31399 27804 214 11 0 30733 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 134300

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 4528
/proc/meminfo: memFree=14966516/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 382 2102 0 0 0 0 26 0 16 0 1 0 907846135 8912896 256 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4328/statm: 2176 256 211 178 0 69 0
[pid=4332] ppid=4328 vsize=126240 CPUtime=4902.15 cores=1,3,5,7
/proc/4332/stat : 4332 (ebglucose_stati) R 4328 4328 3094 0 -1 4202496 28016 0 0 0 490209 6 0 0 25 0 1 0 907846163 129269760 27953 33554432000 134512640 134556542 4290561072 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4332/statm: 31560 27953 214 11 0 30894 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 134944

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 4530
/proc/meminfo: memFree=14966344/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 382 2102 0 0 0 0 26 0 16 0 1 0 907846135 8912896 256 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4328/statm: 2176 256 211 178 0 69 0
[pid=4332] ppid=4328 vsize=126348 CPUtime=4962.15 cores=1,3,5,7
/proc/4332/stat : 4332 (ebglucose_stati) R 4328 4328 3094 0 -1 4202496 28063 0 0 0 496209 6 0 0 25 0 1 0 907846163 129380352 28000 33554432000 134512640 134556542 4290561072 18446744073709551615 134537230 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4332/statm: 31587 28000 214 11 0 30921 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 135052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 4531
/proc/meminfo: memFree=14965704/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 382 2102 0 0 0 0 26 0 16 0 1 0 907846135 8912896 256 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4328/statm: 2176 256 211 178 0 69 0
[pid=4332] ppid=4328 vsize=126348 CPUtime=4999.76 cores=1,3,5,7
/proc/4332/stat : 4332 (ebglucose_stati) R 4328 4328 3094 0 -1 4202496 28063 0 0 0 499970 6 0 0 25 0 1 0 907846163 129380352 28000 33554432000 134512640 134556542 4290561072 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4332/statm: 31587 28000 214 11 0 30921 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 135052

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 1.95 3/177 4531
/proc/meminfo: memFree=14965704/32951124 swapFree=67060180/67111528
[pid=4328] ppid=4326 vsize=8704 CPUtime=0.26 cores=1,3,5,7
/proc/4328/stat : 4328 (ebglucose.sh) S 4326 4328 3094 0 -1 4202496 382 2102 0 0 0 0 26 0 16 0 1 0 907846135 8912896 256 33554432000 4194304 4922060 140735804700864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4328/statm: 2176 256 211 178 0 69 0
[pid=4332] ppid=4328 vsize=126348 CPUtime=4999.76 cores=1,3,5,7
/proc/4332/stat : 4332 (ebglucose_stati) R 4328 4328 3094 0 -1 4202496 28063 0 0 0 499970 6 0 0 25 0 1 0 907846163 129380352 28000 33554432000 134512640 134556542 4290561072 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4332/statm: 31587 28000 214 11 0 30921 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 135052

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4328 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=269958
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=7998
# CPU time returned by wait4() is 0.277956
# while last known CPU time is 5000.02
#
# 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.02
CPU user time (s): 4999.96
CPU system time (s): 0.06
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 135052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.269958
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= 2484
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= 13
involuntary context switches= 9

runsolver used 7.35688 second user time and 16.7215 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-13 12:54:17
IDJOB=3498626
IDBENCH=71078
IDSOLVER=1992
FILE ID=node106/3498626-1307962457
RUNJOBID= node106-1307961457-3804
PBS_JOBID= 13559722
Free space on /var/tmp= 2884 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_08_UNSAT.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498626-1307962457/watcher-3498626-1307962457 -o /var/tmp/evaluation-result-3498626-1307962457/solver-3498626-1307962457 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498626-1307962457.cnf

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

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=287477499

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:      15092228 kB
Buffers:         83796 kB
Cached:       17108120 kB
SwapCached:      12872 kB
Active:        1800936 kB
Inactive:     15438016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15092228 kB
SwapTotal:    67111528 kB
SwapFree:     67060180 kB
Dirty:            2288 kB
Writeback:           0 kB
AnonPages:       44420 kB
Mapped:          11072 kB
Slab:           554572 kB
PageTables:       3964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   207324 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= 2884 MiB
End job on node106 at 2011-06-13 14:17:39