Trace number 3366060

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
SAT09 reference solver:glucose 1.0? (TO) 5000.03 4999.92

General information on the benchmark

NameSAT02/industrial/dellacherie/
comb/comb1.shuffled.cnf
MD5SUM0e9d17eb95ee436fc1015c5591cfb63f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark72.7379
Satisfiable
(Un)Satisfiability was proved
Number of variables5910
Number of clauses16804
Sum of the clauses size38654
Maximum clause length28
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 213041
Number of clauses of size 32838
Number of clauses of size 4787
Number of clauses of size 5103
Number of clauses of size over 534

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.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   16803    38653 |    5040       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |    8377    24913 |      --       0       --      -- |     --   | -8417/-13719
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 1686   #clauses: 8377   #literals: 24913
0.00/0.06	c CPU time:   0.057991 s
0.00/0.06	c ==============================================================================
0.00/0.07	c
0.00/0.07	c Starting glucose
0.00/0.07	c
0.00/0.07	
0.00/0.07	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.07	
0.00/0.07	c ============================[ Problem Statistics ]=============================
0.00/0.07	c |                                                                             |
0.00/0.07	c |  Number of variables:  1686                                                 |
0.00/0.07	c |  Number of clauses:    8377                                                 |
0.00/0.07	c |  Parsing time:         0.00         s                                       |
5000.01/4999.91	HOME/glucose.sh: line 55: 30570 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: 961)

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-3366060-1305325615/watcher-3366060-1305325615 -o /tmp/evaluation-result-3366060-1305325615/solver-3366060-1305325615 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3366060-1305325615.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: 1.94 2.00 1.99 2/296 30567
/proc/meminfo: memFree=6307624/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 100170942 8912896 252 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30567/statm: 2176 252 211 178 0 69 0

[startup+0.063911 s]
/proc/loadavg: 1.94 2.00 1.99 2/296 30567
/proc/meminfo: memFree=6307624/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 100170942 8912896 252 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30567/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100855 s]
/proc/loadavg: 1.94 2.00 1.99 2/296 30567
/proc/meminfo: memFree=6307624/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 358 923 0 0 0 0 6 0 25 0 1 0 100170942 8912896 254 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30567/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8704

[startup+0.300818 s]
/proc/loadavg: 1.94 2.00 1.99 2/296 30567
/proc/meminfo: memFree=6307624/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 358 923 0 0 0 0 6 0 25 0 1 0 100170942 8912896 254 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30567/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8704

[startup+0.700748 s]
/proc/loadavg: 1.94 2.00 1.99 2/296 30567
/proc/meminfo: memFree=6307624/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 358 923 0 0 0 0 6 0 25 0 1 0 100170942 8912896 254 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30567/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8704

[startup+1.50068 s]
/proc/loadavg: 1.94 2.00 1.99 3/298 30570
/proc/meminfo: memFree=6303636/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 358 923 0 0 0 0 6 0 25 0 1 0 100170942 8912896 254 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30567/statm: 2176 254 211 178 0 69 0
[pid=30570] ppid=30567 vsize=4568 CPUtime=1.42 cores=0,2,4,6
/proc/30570/stat : 30570 (glucose_static) R 30567 30567 29976 0 -1 4202496 830 0 0 0 142 0 0 0 25 0 1 0 100170949 4677632 785 33554432000 134512640 135217611 4288888560 18446744073709551615 134532758 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30570/statm: 1142 785 76 173 0 967 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13272

[startup+3.10039 s]
/proc/loadavg: 1.94 2.00 1.99 3/298 30570
/proc/meminfo: memFree=6302148/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 358 923 0 0 0 0 6 0 25 0 1 0 100170942 8912896 254 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30567/statm: 2176 254 211 178 0 69 0
[pid=30570] ppid=30567 vsize=5248 CPUtime=3.02 cores=0,2,4,6
/proc/30570/stat : 30570 (glucose_static) R 30567 30567 29976 0 -1 4202496 1001 0 0 0 302 0 0 0 25 0 1 0 100170949 5373952 956 33554432000 134512640 135217611 4288888560 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30570/statm: 1312 956 76 173 0 1137 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 13952

[startup+6.30083 s]
/proc/loadavg: 1.95 2.00 1.99 3/298 30570
/proc/meminfo: memFree=6301488/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 358 923 0 0 0 0 6 0 25 0 1 0 100170942 8912896 254 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30567/statm: 2176 254 211 178 0 69 0
[pid=30570] ppid=30567 vsize=5792 CPUtime=6.22 cores=0,2,4,6
/proc/30570/stat : 30570 (glucose_static) R 30567 30567 29976 0 -1 4202496 1154 0 0 0 622 0 0 0 25 0 1 0 100170949 5931008 1109 33554432000 134512640 135217611 4288888560 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30570/statm: 1448 1109 76 173 0 1273 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 14496

[startup+12.7007 s]
/proc/loadavg: 1.95 2.00 1.99 3/298 30571
/proc/meminfo: memFree=6299892/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 358 923 0 0 0 0 6 0 25 0 1 0 100170942 8912896 254 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30567/statm: 2176 254 211 178 0 69 0
[pid=30570] ppid=30567 vsize=6992 CPUtime=12.62 cores=0,2,4,6
/proc/30570/stat : 30570 (glucose_static) R 30567 30567 29976 0 -1 4202496 1439 0 0 0 1262 0 0 0 25 0 1 0 100170949 7159808 1394 33554432000 134512640 135217611 4288888560 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30570/statm: 1748 1394 76 173 0 1573 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15696

[startup+25.5004 s]
/proc/loadavg: 1.96 2.00 1.99 3/298 30571
/proc/meminfo: memFree=6296772/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 358 923 0 0 0 0 6 0 25 0 1 0 100170942 8912896 254 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30567/statm: 2176 254 211 178 0 69 0
[pid=30570] ppid=30567 vsize=9420 CPUtime=25.42 cores=0,2,4,6
/proc/30570/stat : 30570 (glucose_static) R 30567 30567 29976 0 -1 4202496 2050 0 0 0 2542 0 0 0 25 0 1 0 100170949 9646080 2005 33554432000 134512640 135217611 4288888560 18446744073709551615 134533105 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30570/statm: 2355 2005 76 173 0 2180 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18124

[startup+51.1009 s]
/proc/loadavg: 1.97 2.00 1.99 3/298 30571
/proc/meminfo: memFree=6292396/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 358 923 0 0 0 0 6 0 25 0 1 0 100170942 8912896 254 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30567/statm: 2176 254 211 178 0 69 0
[pid=30570] ppid=30567 vsize=12744 CPUtime=51.02 cores=0,2,4,6
/proc/30570/stat : 30570 (glucose_static) R 30567 30567 29976 0 -1 4202496 2846 0 0 0 5102 0 0 0 25 0 1 0 100170949 13049856 2801 33554432000 134512640 135217611 4288888560 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30570/statm: 3186 2801 76 173 0 3011 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 21448

[startup+102.311 s]
/proc/loadavg: 1.99 2.00 1.99 3/298 30573
/proc/meminfo: memFree=6283328/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 358 923 0 0 0 0 6 0 25 0 1 0 100170942 8912896 254 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30567/statm: 2176 254 211 178 0 69 0
[pid=30570] ppid=30567 vsize=19384 CPUtime=102.23 cores=0,2,4,6
/proc/30570/stat : 30570 (glucose_static) R 30567 30567 29976 0 -1 4202496 4465 0 0 0 10223 0 0 0 25 0 1 0 100170949 19849216 4420 33554432000 134512640 135217611 4288888560 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30570/statm: 4846 4420 76 173 0 4671 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 28088

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/298 30575
/proc/meminfo: memFree=6278696/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 358 923 0 0 0 0 6 0 25 0 1 0 100170942 8912896 254 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30567/statm: 2176 254 211 178 0 69 0
[pid=30570] ppid=30567 vsize=21124 CPUtime=162.22 cores=0,2,4,6
/proc/30570/stat : 30570 (glucose_static) R 30567 30567 29976 0 -1 4202496 4872 0 0 0 16222 0 0 0 25 0 1 0 100170949 21630976 4827 33554432000 134512640 135217611 4288888560 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30570/statm: 5281 4827 76 173 0 5106 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 29828

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/298 30576
/proc/meminfo: memFree=6274080/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 358 923 0 0 0 0 6 0 25 0 1 0 100170942 8912896 254 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30567/statm: 2176 254 211 178 0 69 0
[pid=30570] ppid=30567 vsize=24260 CPUtime=222.22 cores=0,2,4,6
/proc/30570/stat : 30570 (glucose_static) R 30567 30567 29976 0 -1 4202496 5574 0 0 0 22221 1 0 0 25 0 1 0 100170949 24842240 5529 33554432000 134512640 135217611 4288888560 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30570/statm: 6065 5529 76 173 0 5890 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 32964

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/298 30577
/proc/meminfo: memFree=6268836/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 358 923 0 0 0 0 6 0 25 0 1 0 100170942 8912896 254 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30567/statm: 2176 254 211 178 0 69 0
[pid=30570] ppid=30567 vsize=27808 CPUtime=282.22 cores=0,2,4,6
/proc/30570/stat : 30570 (glucose_static) R 30567 30567 29976 0 -1 4202496 6462 0 0 0 28221 1 0 0 25 0 1 0 100170949 28475392 6417 33554432000 134512640 135217611 4288888560 18446744073709551615 134533277 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30570/statm: 6952 6417 76 173 0 6777 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 36512

[startup+342.3 s]
/proc/loadavg: 2.07 2.01 2.00 3/298 30579
/proc/meminfo: memFree=6264216/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 358 923 0 0 0 0 6 0 25 0 1 0 100170942 8912896 254 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30567/statm: 2176 254 211 178 0 69 0
[pid=30570] ppid=30567 vsize=30052 CPUtime=342.22 cores=0,2,4,6
/proc/30570/stat : 30570 (glucose_static) R 30567 30567 29976 0 -1 4202496 7025 0 0 0 34221 1 0 0 25 0 1 0 100170949 30773248 6980 33554432000 134512640 135217611 4288888560 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30570/statm: 7513 6980 76 173 0 7338 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 38756

[startup+402.301 s]
/proc/loadavg: 2.16 2.04 2.01 3/298 30581
/proc/meminfo: memFree=6260964/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6

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

[pid=30570] ppid=30567 vsize=85748 CPUtime=4302.32 cores=0,2,4,6
/proc/30570/stat : 30570 (glucose_static) R 30567 30567 29976 0 -1 4202496 19503 0 0 0 430224 8 0 0 25 0 1 0 100170949 87805952 19443 33554432000 134512640 135217611 4288888560 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30570/statm: 21437 19443 76 173 0 21262 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 94452

[startup+4362.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/298 30699
/proc/meminfo: memFree=6163384/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 358 923 0 0 0 0 6 0 25 0 1 0 100170942 8912896 254 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30567/statm: 2176 254 211 178 0 69 0
[pid=30570] ppid=30567 vsize=85988 CPUtime=4362.32 cores=0,2,4,6
/proc/30570/stat : 30570 (glucose_static) R 30567 30567 29976 0 -1 4202496 19544 0 0 0 436224 8 0 0 25 0 1 0 100170949 88051712 19484 33554432000 134512640 135217611 4288888560 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30570/statm: 21497 19484 76 173 0 21322 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 94692

[startup+4422.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/298 30700
/proc/meminfo: memFree=6162732/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 358 923 0 0 0 0 6 0 25 0 1 0 100170942 8912896 254 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30567/statm: 2176 254 211 178 0 69 0
[pid=30570] ppid=30567 vsize=85988 CPUtime=4422.33 cores=0,2,4,6
/proc/30570/stat : 30570 (glucose_static) R 30567 30567 29976 0 -1 4202496 19549 0 0 0 442224 9 0 0 25 0 1 0 100170949 88051712 19489 33554432000 134512640 135217611 4288888560 18446744073709551615 134533073 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30570/statm: 21497 19489 76 173 0 21322 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 94692

[startup+4482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/298 30701
/proc/meminfo: memFree=6162704/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 358 923 0 0 0 0 6 0 25 0 1 0 100170942 8912896 254 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30567/statm: 2176 254 211 178 0 69 0
[pid=30570] ppid=30567 vsize=86060 CPUtime=4482.33 cores=0,2,4,6
/proc/30570/stat : 30570 (glucose_static) R 30567 30567 29976 0 -1 4202496 19563 0 0 0 448224 9 0 0 25 0 1 0 100170949 88125440 19503 33554432000 134512640 135217611 4288888560 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30570/statm: 21515 19503 76 173 0 21340 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 94764

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/298 30703
/proc/meminfo: memFree=6162060/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 358 923 0 0 0 0 6 0 25 0 1 0 100170942 8912896 254 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30567/statm: 2176 254 211 178 0 69 0
[pid=30570] ppid=30567 vsize=86300 CPUtime=4542.33 cores=0,2,4,6
/proc/30570/stat : 30570 (glucose_static) R 30567 30567 29976 0 -1 4202496 19580 0 0 0 454224 9 0 0 25 0 1 0 100170949 88371200 19520 33554432000 134512640 135217611 4288888560 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30570/statm: 21575 19520 76 173 0 21400 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 95004

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/298 30705
/proc/meminfo: memFree=6161900/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 358 923 0 0 0 0 6 0 25 0 1 0 100170942 8912896 254 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30567/statm: 2176 254 211 178 0 69 0
[pid=30570] ppid=30567 vsize=86460 CPUtime=4602.34 cores=0,2,4,6
/proc/30570/stat : 30570 (glucose_static) R 30567 30567 29976 0 -1 4202496 19615 0 0 0 460225 9 0 0 25 0 1 0 100170949 88535040 19555 33554432000 134512640 135217611 4288888560 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30570/statm: 21615 19555 76 173 0 21440 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 95164

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/298 30707
/proc/meminfo: memFree=6161368/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 358 923 0 0 0 0 6 0 25 0 1 0 100170942 8912896 254 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30567/statm: 2176 254 211 178 0 69 0
[pid=30570] ppid=30567 vsize=87220 CPUtime=4662.33 cores=0,2,4,6
/proc/30570/stat : 30570 (glucose_static) R 30567 30567 29976 0 -1 4202496 19738 0 0 0 466224 9 0 0 25 0 1 0 100170949 89313280 19678 33554432000 134512640 135217611 4288888560 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30570/statm: 21805 19678 76 173 0 21630 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 95924

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/298 30708
/proc/meminfo: memFree=6159836/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 358 923 0 0 0 0 6 0 25 0 1 0 100170942 8912896 254 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30567/statm: 2176 254 211 178 0 69 0
[pid=30570] ppid=30567 vsize=87460 CPUtime=4722.34 cores=0,2,4,6
/proc/30570/stat : 30570 (glucose_static) R 30567 30567 29976 0 -1 4202496 19793 0 0 0 472225 9 0 0 25 0 1 0 100170949 89559040 19733 33554432000 134512640 135217611 4288888560 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30570/statm: 21865 19733 76 173 0 21690 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 96164

[startup+4782.3 s]
/proc/loadavg: 1.37 1.82 1.94 2/291 30727
/proc/meminfo: memFree=6351568/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 358 923 0 0 0 0 6 0 25 0 1 0 100170942 8912896 254 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30567/statm: 2176 254 211 178 0 69 0
[pid=30570] ppid=30567 vsize=87784 CPUtime=4782.33 cores=0,2,4,6
/proc/30570/stat : 30570 (glucose_static) R 30567 30567 29976 0 -1 4202496 19856 0 0 0 478224 9 0 0 25 0 1 0 100170949 89890816 19796 33554432000 134512640 135217611 4288888560 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30570/statm: 21946 19796 76 173 0 21771 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 96488

[startup+4842.3 s]
/proc/loadavg: 1.13 1.66 1.87 2/291 30729
/proc/meminfo: memFree=6351536/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 358 923 0 0 0 0 6 0 25 0 1 0 100170942 8912896 254 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30567/statm: 2176 254 211 178 0 69 0
[pid=30570] ppid=30567 vsize=87944 CPUtime=4842.33 cores=0,2,4,6
/proc/30570/stat : 30570 (glucose_static) R 30567 30567 29976 0 -1 4202496 19890 0 0 0 484224 9 0 0 25 0 1 0 100170949 90054656 19830 33554432000 134512640 135217611 4288888560 18446744073709551615 134533158 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30570/statm: 21986 19830 76 173 0 21811 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 96648

[startup+4902.3 s]
/proc/loadavg: 1.05 1.54 1.82 2/291 30731
/proc/meminfo: memFree=6351380/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 358 923 0 0 0 0 6 0 25 0 1 0 100170942 8912896 254 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30567/statm: 2176 254 211 178 0 69 0
[pid=30570] ppid=30567 vsize=87944 CPUtime=4902.34 cores=0,2,4,6
/proc/30570/stat : 30570 (glucose_static) R 30567 30567 29976 0 -1 4202496 19932 0 0 0 490225 9 0 0 25 0 1 0 100170949 90054656 19872 33554432000 134512640 135217611 4288888560 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30570/statm: 21986 19872 76 173 0 21811 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 96648

[startup+4962.3 s]
/proc/loadavg: 1.10 1.47 1.77 2/291 30733
/proc/meminfo: memFree=6351104/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 358 923 0 0 0 0 6 0 25 0 1 0 100170942 8912896 254 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30567/statm: 2176 254 211 178 0 69 0
[pid=30570] ppid=30567 vsize=88292 CPUtime=4962.34 cores=0,2,4,6
/proc/30570/stat : 30570 (glucose_static) R 30567 30567 29976 0 -1 4202496 19989 0 0 0 496225 9 0 0 25 0 1 0 100170949 90411008 19929 33554432000 134512640 135217611 4288888560 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30570/statm: 22073 19929 76 173 0 21898 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 96996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.05 1.41 1.74 2/291 30733
/proc/meminfo: memFree=6350968/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 358 923 0 0 0 0 6 0 25 0 1 0 100170942 8912896 254 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30567/statm: 2176 254 211 178 0 69 0
[pid=30570] ppid=30567 vsize=88292 CPUtime=4999.95 cores=0,2,4,6
/proc/30570/stat : 30570 (glucose_static) R 30567 30567 29976 0 -1 4202496 20014 0 0 0 499985 10 0 0 25 0 1 0 100170949 90411008 19954 33554432000 134512640 135217611 4288888560 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30570/statm: 22073 19954 76 173 0 21898 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 96996

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: 1.05 1.41 1.74 2/291 30733
/proc/meminfo: memFree=6350968/32950928 swapFree=67111364/67111528
[pid=30567] ppid=30565 vsize=8704 CPUtime=0.06 cores=0,2,4,6
/proc/30567/stat : 30567 (glucose.sh) S 30565 30567 29976 0 -1 4202496 358 923 0 0 0 0 6 0 25 0 1 0 100170942 8912896 254 33554432000 4194304 4922060 140736306965280 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30567/statm: 2176 254 211 178 0 69 0
[pid=30570] ppid=30567 vsize=88292 CPUtime=4999.95 cores=0,2,4,6
/proc/30570/stat : 30570 (glucose_static) R 30567 30567 29976 0 -1 4202496 20014 0 0 0 499985 10 0 0 25 0 1 0 100170949 90411008 19954 33554432000 134512640 135217611 4288888560 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30570/statm: 22073 19954 76 173 0 21898 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 96996

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.03
CPU user time (s): 4999.92
CPU system time (s): 0.111982
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 96996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.92
system time used= 0.111982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21300
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= 8
involuntary context switches= 11888

runsolver used 14.4528 second user time and 31.0123 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-14 00:26:55
IDJOB=3366060
IDBENCH=88045
IDSOLVER=1842
FILE ID=node112/3366060-1305325615
RUNJOBID= node112-1305315333-29994
PBS_JOBID= 13324320
Free space on /tmp= 40504 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT02/industrial/dellacherie/comb/comb1.shuffled.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366060-1305325615/watcher-3366060-1305325615 -o /tmp/evaluation-result-3366060-1305325615/solver-3366060-1305325615 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3366060-1305325615.cnf

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

MD5SUM BENCH= 0e9d17eb95ee436fc1015c5591cfb63f
RANDOM SEED=1795426659

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       6307896 kB
Buffers:        246092 kB
Cached:       12087180 kB
SwapCached:          0 kB
Active:       17732968 kB
Inactive:      8437452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6307896 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            1736 kB
Writeback:           0 kB
AnonPages:    13837524 kB
Mapped:          21696 kB
Slab:           367736 kB
PageTables:      42460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 35086760 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 40544 MiB
End job on node112 at 2011-05-14 01:50:17