Trace number 3291565

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) 1300.02 1300.01

General information on the benchmark

NameSAT03/industrial/kukula/addm_bench/
am_7_7.shuffled-as.sat03-363.cnf
MD5SUMc7f51e1ee7556440ab29e1c4bfe29538
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4264
Number of clauses14751
Sum of the clauses size40035
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 24214
Number of clauses of size 310535
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |   14746    40026 |    4423       0        0     nan |  0.000 % |
0.00/0.02	c |         0 |   14598    40438 |      --       0       --      -- |     --   | -148/413
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 4165   #clauses: 14598   #literals: 40438
0.00/0.02	c CPU time:   0.018997 s
0.00/0.02	c ==============================================================================
0.00/0.03	c
0.00/0.03	c Starting glucose
0.00/0.03	c
0.00/0.03	
0.00/0.03	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.03	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.03	
0.00/0.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Number of variables:  4165                                                 |
0.00/0.03	c |  Number of clauses:    14598                                                |
0.00/0.03	c |  Parsing time:         0.01         s                                       |
1300.00/1300.00	HOME/ebglucose.sh: line 57: 21905 Terminated              $RS $TMP.cnf -verbosity=0 $TMP.result "$@"

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.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3291565-1303781433/watcher-3291565-1303781433 -o /tmp/evaluation-result-3291565-1303781433/solver-3291565-1303781433 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3291565-1303781433.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.08 4.07 4.06 4/190 21901
/proc/meminfo: memFree=24767452/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 354 234 0 0 0 0 0 0 19 0 1 0 489741991 8912896 252 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 252 211 178 0 69 0

[startup+0.0557209 s]
/proc/loadavg: 4.08 4.07 4.06 4/190 21901
/proc/meminfo: memFree=24767452/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8704

[startup+0.100713 s]
/proc/loadavg: 4.08 4.07 4.06 4/190 21901
/proc/meminfo: memFree=24767452/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8704

[startup+0.300679 s]
/proc/loadavg: 4.08 4.07 4.06 4/190 21901
/proc/meminfo: memFree=24767452/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8704

[startup+0.700609 s]
/proc/loadavg: 4.08 4.07 4.06 4/190 21901
/proc/meminfo: memFree=24767452/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8704

[startup+1.50051 s]
/proc/loadavg: 4.08 4.07 4.06 5/192 21905
/proc/meminfo: memFree=24761988/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
[pid=21905] ppid=21901 vsize=7320 CPUtime=1.46 cores=1,3
/proc/21905/stat : 21905 (ebglucose_stati) R 21901 21901 21546 0 -1 4202496 1198 0 0 0 146 0 0 0 25 0 1 0 489741994 7495680 1139 33554432000 134512640 134556542 4292203104 18446744073709551615 134531706 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/21905/statm: 1830 1139 213 11 0 1164 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 16024

[startup+3.10023 s]
/proc/loadavg: 4.08 4.07 4.06 5/192 21905
/proc/meminfo: memFree=24760744/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
[pid=21905] ppid=21901 vsize=7984 CPUtime=3.06 cores=1,3
/proc/21905/stat : 21905 (ebglucose_stati) R 21901 21901 21546 0 -1 4202496 1364 0 0 0 306 0 0 0 25 0 1 0 489741994 8175616 1305 33554432000 134512640 134556542 4292203104 18446744073709551615 134537510 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/21905/statm: 1996 1305 213 11 0 1330 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16688

[startup+6.30067 s]
/proc/loadavg: 4.08 4.07 4.06 5/192 21905
/proc/meminfo: memFree=24757176/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
[pid=21905] ppid=21901 vsize=9460 CPUtime=6.26 cores=1,3
/proc/21905/stat : 21905 (ebglucose_stati) R 21901 21901 21546 0 -1 4202496 1746 0 0 0 625 1 0 0 25 0 1 0 489741994 9687040 1687 33554432000 134512640 134556542 4292203104 18446744073709551615 134537253 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/21905/statm: 2365 1687 213 11 0 1699 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 18164

[startup+12.7006 s]
/proc/loadavg: 4.14 4.08 4.06 5/192 21905
/proc/meminfo: memFree=24753872/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
[pid=21905] ppid=21901 vsize=11524 CPUtime=12.66 cores=1,3
/proc/21905/stat : 21905 (ebglucose_stati) R 21901 21901 21546 0 -1 4202496 2251 0 0 0 1265 1 0 0 25 0 1 0 489741994 11800576 2192 33554432000 134512640 134556542 4292203104 18446744073709551615 134537186 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/21905/statm: 2881 2192 213 11 0 2215 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20228

[startup+25.5004 s]
/proc/loadavg: 4.12 4.08 4.06 6/192 21905
/proc/meminfo: memFree=24750288/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
[pid=21905] ppid=21901 vsize=13816 CPUtime=25.45 cores=1,3
/proc/21905/stat : 21905 (ebglucose_stati) R 21901 21901 21546 0 -1 4202496 2763 0 0 0 2544 1 0 0 25 0 1 0 489741994 14147584 2704 33554432000 134512640 134556542 4292203104 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/21905/statm: 3454 2704 214 11 0 2788 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 22520

[startup+51.1009 s]
/proc/loadavg: 4.08 4.07 4.06 5/192 21906
/proc/meminfo: memFree=24743192/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
[pid=21905] ppid=21901 vsize=16592 CPUtime=51.05 cores=1,3
/proc/21905/stat : 21905 (ebglucose_stati) R 21901 21901 21546 0 -1 4202496 3477 0 0 0 5103 2 0 0 25 0 1 0 489741994 16990208 3418 33554432000 134512640 134556542 4292203104 18446744073709551615 134525208 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/21905/statm: 4148 3418 214 11 0 3482 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 25296

[startup+102.307 s]
/proc/loadavg: 4.07 4.07 4.06 5/192 21907
/proc/meminfo: memFree=24721864/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
[pid=21905] ppid=21901 vsize=21472 CPUtime=102.25 cores=1,3
/proc/21905/stat : 21905 (ebglucose_stati) R 21901 21901 21546 0 -1 4202496 4641 0 0 0 10223 2 0 0 25 0 1 0 489741994 21987328 4582 33554432000 134512640 134556542 4292203104 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/21905/statm: 5368 4582 214 11 0 4702 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 30176

[startup+162.301 s]
/proc/loadavg: 4.02 4.05 4.05 5/192 21909
/proc/meminfo: memFree=24707480/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
[pid=21905] ppid=21901 vsize=23668 CPUtime=162.24 cores=1,3
/proc/21905/stat : 21905 (ebglucose_stati) R 21901 21901 21546 0 -1 4202496 5187 0 0 0 16222 2 0 0 25 0 1 0 489741994 24236032 5128 33554432000 134512640 134556542 4292203104 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/21905/statm: 5917 5128 214 11 0 5251 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 32372

[startup+222.3 s]
/proc/loadavg: 4.06 4.06 4.05 5/192 21911
/proc/meminfo: memFree=24695204/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
[pid=21905] ppid=21901 vsize=25424 CPUtime=222.24 cores=1,3
/proc/21905/stat : 21905 (ebglucose_stati) R 21901 21901 21546 0 -1 4202496 5555 0 0 0 22222 2 0 0 25 0 1 0 489741994 26034176 5496 33554432000 134512640 134556542 4292203104 18446744073709551615 134537197 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/21905/statm: 6356 5496 214 11 0 5690 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 34128

[startup+282.301 s]
/proc/loadavg: 4.02 4.05 4.04 5/192 21912
/proc/meminfo: memFree=24680440/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
[pid=21905] ppid=21901 vsize=29736 CPUtime=282.25 cores=1,3
/proc/21905/stat : 21905 (ebglucose_stati) R 21901 21901 21546 0 -1 4202496 6591 0 0 0 28222 3 0 0 25 0 1 0 489741994 30449664 6532 33554432000 134512640 134556542 4292203104 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/21905/statm: 7434 6532 214 11 0 6768 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 38440

[startup+342.301 s]
/proc/loadavg: 4.01 4.03 4.04 5/192 21914
/proc/meminfo: memFree=24670148/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
[pid=21905] ppid=21901 vsize=31588 CPUtime=342.25 cores=1,3
/proc/21905/stat : 21905 (ebglucose_stati) R 21901 21901 21546 0 -1 4202496 7043 0 0 0 34222 3 0 0 25 0 1 0 489741994 32346112 6984 33554432000 134512640 134556542 4292203104 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/21905/statm: 7897 6984 214 11 0 7231 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 40292

[startup+402.3 s]
/proc/loadavg: 4.00 4.03 4.03 5/192 21915
/proc/meminfo: memFree=24659604/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3

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

[pid=21905] ppid=21901 vsize=36160 CPUtime=522.26 cores=1,3
/proc/21905/stat : 21905 (ebglucose_stati) R 21901 21901 21546 0 -1 4202496 8121 0 0 0 52223 3 0 0 25 0 1 0 489741994 37027840 8062 33554432000 134512640 134556542 4292203104 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/21905/statm: 9040 8062 214 11 0 8374 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 44864

[startup+582.3 s]
/proc/loadavg: 4.04 4.02 4.02 5/192 21920
/proc/meminfo: memFree=24635468/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
[pid=21905] ppid=21901 vsize=37264 CPUtime=582.26 cores=1,3
/proc/21905/stat : 21905 (ebglucose_stati) R 21901 21901 21546 0 -1 4202496 8373 0 0 0 58223 3 0 0 25 0 1 0 489741994 38158336 8314 33554432000 134512640 134556542 4292203104 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/21905/statm: 9316 8314 214 11 0 8650 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 45968

[startup+642.301 s]
/proc/loadavg: 4.01 4.02 4.01 5/192 21922
/proc/meminfo: memFree=24630500/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
[pid=21905] ppid=21901 vsize=38600 CPUtime=642.26 cores=1,3
/proc/21905/stat : 21905 (ebglucose_stati) R 21901 21901 21546 0 -1 4202496 8632 0 0 0 64223 3 0 0 25 0 1 0 489741994 39526400 8573 33554432000 134512640 134556542 4292203104 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/21905/statm: 9650 8573 214 11 0 8984 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 47304

[startup+702.301 s]
/proc/loadavg: 4.04 4.03 4.01 5/192 21923
/proc/meminfo: memFree=24618832/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
[pid=21905] ppid=21901 vsize=40940 CPUtime=702.25 cores=1,3
/proc/21905/stat : 21905 (ebglucose_stati) R 21901 21901 21546 0 -1 4202496 9203 0 0 0 70222 3 0 0 25 0 1 0 489741994 41922560 9144 33554432000 134512640 134556542 4292203104 18446744073709551615 134531684 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/21905/statm: 10235 9144 214 11 0 9569 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 49644

[startup+762.306 s]
/proc/loadavg: 4.01 4.02 4.01 5/192 21925
/proc/meminfo: memFree=24615968/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
[pid=21905] ppid=21901 vsize=41804 CPUtime=762.26 cores=1,3
/proc/21905/stat : 21905 (ebglucose_stati) R 21901 21901 21546 0 -1 4202496 9413 0 0 0 76223 3 0 0 25 0 1 0 489741994 42807296 9354 33554432000 134512640 134556542 4292203104 18446744073709551615 134537255 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/21905/statm: 10451 9354 214 11 0 9785 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 50508

[startup+822.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/192 21927
/proc/meminfo: memFree=24609272/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
[pid=21905] ppid=21901 vsize=41964 CPUtime=822.26 cores=1,3
/proc/21905/stat : 21905 (ebglucose_stati) R 21901 21901 21546 0 -1 4202496 9452 0 0 0 82223 3 0 0 25 0 1 0 489741994 42971136 9393 33554432000 134512640 134556542 4292203104 18446744073709551615 134537507 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/21905/statm: 10491 9393 214 11 0 9825 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 50668

[startup+882.301 s]
/proc/loadavg: 4.00 4.01 4.00 5/192 21928
/proc/meminfo: memFree=24602904/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
[pid=21905] ppid=21901 vsize=43152 CPUtime=882.26 cores=1,3
/proc/21905/stat : 21905 (ebglucose_stati) R 21901 21901 21546 0 -1 4202496 9728 0 0 0 88222 4 0 0 25 0 1 0 489741994 44187648 9669 33554432000 134512640 134556542 4292203104 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/21905/statm: 10788 9669 214 11 0 10122 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 51856

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/192 21930
/proc/meminfo: memFree=24591000/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
[pid=21905] ppid=21901 vsize=44000 CPUtime=942.26 cores=1,3
/proc/21905/stat : 21905 (ebglucose_stati) R 21901 21901 21546 0 -1 4202496 9893 0 0 0 94222 4 0 0 25 0 1 0 489741994 45056000 9827 33554432000 134512640 134556542 4292203104 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/21905/statm: 11000 9827 214 11 0 10334 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 52704

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/192 21931
/proc/meminfo: memFree=24587768/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
[pid=21905] ppid=21901 vsize=44660 CPUtime=1002.26 cores=1,3
/proc/21905/stat : 21905 (ebglucose_stati) R 21901 21901 21546 0 -1 4202496 10060 0 0 0 100222 4 0 0 25 0 1 0 489741994 45731840 9994 33554432000 134512640 134556542 4292203104 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/21905/statm: 11165 9994 214 11 0 10499 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 53364

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/192 21933
/proc/meminfo: memFree=24584416/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
[pid=21905] ppid=21901 vsize=45352 CPUtime=1062.26 cores=1,3
/proc/21905/stat : 21905 (ebglucose_stati) R 21901 21901 21546 0 -1 4202496 10200 0 0 0 106222 4 0 0 25 0 1 0 489741994 46440448 10134 33554432000 134512640 134556542 4292203104 18446744073709551615 134537186 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/21905/statm: 11338 10134 214 11 0 10672 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 54056

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/192 21935
/proc/meminfo: memFree=24573256/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
[pid=21905] ppid=21901 vsize=46188 CPUtime=1122.26 cores=1,3
/proc/21905/stat : 21905 (ebglucose_stati) R 21901 21901 21546 0 -1 4202496 10360 0 0 0 112222 4 0 0 25 0 1 0 489741994 47296512 10294 33554432000 134512640 134556542 4292203104 18446744073709551615 134537484 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/21905/statm: 11547 10294 214 11 0 10881 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 54892

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/192 21936
/proc/meminfo: memFree=24570592/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
[pid=21905] ppid=21901 vsize=46632 CPUtime=1182.27 cores=1,3
/proc/21905/stat : 21905 (ebglucose_stati) R 21901 21901 21546 0 -1 4202496 10476 0 0 0 118223 4 0 0 25 0 1 0 489741994 47751168 10410 33554432000 134512640 134556542 4292203104 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/21905/statm: 11658 10410 214 11 0 10992 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 55336

[startup+1242.3 s]
/proc/loadavg: 3.58 3.89 3.96 4/185 21988
/proc/meminfo: memFree=24692024/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
[pid=21905] ppid=21901 vsize=50344 CPUtime=1242.26 cores=1,3
/proc/21905/stat : 21905 (ebglucose_stati) R 21901 21901 21546 0 -1 4202496 11368 0 0 0 124222 4 0 0 25 0 1 0 489741994 51552256 11302 33554432000 134512640 134556542 4292203104 18446744073709551615 134537758 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/21905/statm: 12586 11302 214 11 0 11920 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 59048



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.23 3.74 3.90 3/182 21990
/proc/meminfo: memFree=24770276/32951132 swapFree=67111364/67111528
[pid=21901] ppid=21899 vsize=8704 CPUtime=0.02 cores=1,3
/proc/21901/stat : 21901 (ebglucose.sh) S 21899 21901 21546 0 -1 4202496 380 905 0 0 0 0 2 0 20 0 1 0 489741991 8912896 255 33554432000 4194304 4922060 140733456395360 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21901/statm: 2176 255 211 178 0 69 0
[pid=21905] ppid=21901 vsize=50800 CPUtime=1299.98 cores=1,3
/proc/21905/stat : 21905 (ebglucose_stati) R 21901 21901 21546 0 -1 4202496 11459 0 0 0 129993 5 0 0 25 0 1 0 489741994 52019200 11393 33554432000 134512640 134556542 4292203104 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/21905/statm: 12700 11393 214 11 0 12034 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 59504

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.02
CPU user time (s): 1299.96
CPU system time (s): 0.058991
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 59504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.96
system time used= 0.058991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12756
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= 33
involuntary context switches= 1657

runsolver used 2.21966 second user time and 4.88326 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-26 03:30:33
IDJOB=3291565
IDBENCH=84237
IDSOLVER=1652
FILE ID=node128/3291565-1303781433
RUNJOBID= node128-1303780038-21566
PBS_JOBID= 13157217
Free space on /tmp= 66780 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT03/industrial/kukula/addm_bench/am_7_7.shuffled-as.sat03-363.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291565-1303781433/watcher-3291565-1303781433 -o /tmp/evaluation-result-3291565-1303781433/solver-3291565-1303781433 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3291565-1303781433.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= c7f51e1ee7556440ab29e1c4bfe29538
RANDOM SEED=283134588

node128.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.852
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.70
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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24767740 kB
Buffers:       1292828 kB
Cached:        6147236 kB
SwapCached:        160 kB
Active:         837400 kB
Inactive:      6727576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24767740 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            9904 kB
Writeback:           0 kB
AnonPages:      124048 kB
Mapped:          16236 kB
Slab:           554164 kB
PageTables:       5436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   309512 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66788 MiB
End job on node128 at 2011-04-26 03:52:15