Trace number 3308564

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_09_UNSAT.cnf
MD5SUMfeb620c17f2a4d7899a2e7883baa7391
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 variables1430
Number of clauses87044
Sum of the clauses size258924
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22369
Number of clauses of size 384652
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 |   87044   258924 |   26113       0        0     nan |  0.000 % |
0.00/0.47	c |         0 |   86161   373261 |      --       0       --      -- |     --   | -883/114337
0.00/0.47	c ==============================================================================
0.00/0.47	c Result  :   #vars: 871   #clauses: 86161   #literals: 373261
0.00/0.47	c CPU time:   0.469928 s
0.00/0.47	c ==============================================================================
0.00/0.53	c
0.00/0.53	c Starting glucose
0.00/0.53	c
0.00/0.53	
0.00/0.53	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.53	
0.00/0.53	c ============================[ Problem Statistics ]=============================
0.00/0.53	c |                                                                             |
0.00/0.53	c |  Number of variables:  871                                                  |
0.00/0.53	c |  Number of clauses:    86161                                                |
0.00/0.56	c |  Parsing time:         0.02         s                                       |
1300.01/1300.01	HOME/glucose.sh: line 55: 17445 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-3308564-1303983313/watcher-3308564-1303983313 -o /tmp/evaluation-result-3308564-1303983313/solver-3308564-1303983313 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308564-1303983313.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: 3.11 1.04 0.37 4/192 17442
/proc/meminfo: memFree=17497904/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 588562088 8912896 252 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 252 211 178 0 69 0

[startup+0.082322 s]
/proc/loadavg: 3.11 1.04 0.37 4/192 17442
/proc/meminfo: memFree=17497904/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 588562088 8912896 252 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100318 s]
/proc/loadavg: 3.11 1.04 0.37 4/192 17442
/proc/meminfo: memFree=17497904/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 588562088 8912896 252 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300283 s]
/proc/loadavg: 3.11 1.04 0.37 4/192 17442
/proc/meminfo: memFree=17497904/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 588562088 8912896 252 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700214 s]
/proc/loadavg: 3.11 1.04 0.37 4/192 17442
/proc/meminfo: memFree=17497904/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0.52 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 360 2396 0 0 0 0 52 0 20 0 1 0 588562088 8912896 254 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 8704

[startup+1.50107 s]
/proc/loadavg: 3.11 1.04 0.37 5/194 17445
/proc/meminfo: memFree=17486860/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0.52 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 360 2396 0 0 0 0 52 0 20 0 1 0 588562088 8912896 254 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 254 211 178 0 69 0
[pid=17445] ppid=17442 vsize=10104 CPUtime=0.95 cores=1,3
/proc/17445/stat : 17445 (glucose_static) R 17442 17442 17281 0 -1 4202496 2429 0 0 0 95 0 0 0 25 0 1 0 588562142 10346496 2384 33554432000 134512640 135217611 4289722256 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17445/statm: 2526 2384 77 173 0 2351 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 18808

[startup+3.10079 s]
/proc/loadavg: 3.11 1.04 0.37 5/194 17445
/proc/meminfo: memFree=17484628/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0.52 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 360 2396 0 0 0 0 52 0 20 0 1 0 588562088 8912896 254 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 254 211 178 0 69 0
[pid=17445] ppid=17442 vsize=12832 CPUtime=2.55 cores=1,3
/proc/17445/stat : 17445 (glucose_static) R 17442 17442 17281 0 -1 4202496 3125 0 0 0 255 0 0 0 25 0 1 0 588562142 13139968 3080 33554432000 134512640 135217611 4289722256 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17445/statm: 3208 3080 77 173 0 3033 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 21536

[startup+6.30023 s]
/proc/loadavg: 3.18 1.09 0.38 5/194 17446
/proc/meminfo: memFree=17481156/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0.52 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 360 2396 0 0 0 0 52 0 20 0 1 0 588562088 8912896 254 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 254 211 178 0 69 0
[pid=17445] ppid=17442 vsize=15296 CPUtime=5.76 cores=1,3
/proc/17445/stat : 17445 (glucose_static) R 17442 17442 17281 0 -1 4202496 3695 0 0 0 575 1 0 0 25 0 1 0 588562142 15663104 3650 33554432000 134512640 135217611 4289722256 18446744073709551615 134542173 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17445/statm: 3824 3650 77 173 0 3649 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 24000

[startup+12.7011 s]
/proc/loadavg: 3.25 1.14 0.40 5/194 17446
/proc/meminfo: memFree=17473200/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0.52 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 360 2396 0 0 0 0 52 0 20 0 1 0 588562088 8912896 254 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 254 211 178 0 69 0
[pid=17445] ppid=17442 vsize=17644 CPUtime=12.15 cores=1,3
/proc/17445/stat : 17445 (glucose_static) R 17442 17442 17281 0 -1 4202496 4277 0 0 0 1214 1 0 0 25 0 1 0 588562142 18067456 4232 33554432000 134512640 135217611 4289722256 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17445/statm: 4411 4232 77 173 0 4236 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 26348

[startup+25.5009 s]
/proc/loadavg: 3.41 1.27 0.46 5/194 17476
/proc/meminfo: memFree=17503032/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0.52 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 360 2396 0 0 0 0 52 0 20 0 1 0 588562088 8912896 254 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 254 211 178 0 69 0
[pid=17445] ppid=17442 vsize=20252 CPUtime=24.95 cores=1,3
/proc/17445/stat : 17445 (glucose_static) R 17442 17442 17281 0 -1 4202496 4916 0 0 0 2494 1 0 0 25 0 1 0 588562142 20738048 4871 33554432000 134512640 135217611 4289722256 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17445/statm: 5063 4871 77 173 0 4888 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 28956

[startup+51.1004 s]
/proc/loadavg: 3.61 1.49 0.55 5/194 17477
/proc/meminfo: memFree=17485180/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0.52 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 360 2396 0 0 0 0 52 0 20 0 1 0 588562088 8912896 254 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 254 211 178 0 69 0
[pid=17445] ppid=17442 vsize=22636 CPUtime=50.55 cores=1,3
/proc/17445/stat : 17445 (glucose_static) R 17442 17442 17281 0 -1 4202496 5486 0 0 0 5054 1 0 0 25 0 1 0 588562142 23179264 5441 33554432000 134512640 135217611 4289722256 18446744073709551615 134522424 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17445/statm: 5659 5441 77 173 0 5484 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 31340

[startup+102.307 s]
/proc/loadavg: 3.83 1.88 0.73 5/194 17478
/proc/meminfo: memFree=17472600/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0.52 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 360 2396 0 0 0 0 52 0 20 0 1 0 588562088 8912896 254 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 254 211 178 0 69 0
[pid=17445] ppid=17442 vsize=26056 CPUtime=101.76 cores=1,3
/proc/17445/stat : 17445 (glucose_static) R 17442 17442 17281 0 -1 4202496 6253 0 0 0 10175 1 0 0 25 0 1 0 588562142 26681344 6208 33554432000 134512640 135217611 4289722256 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17445/statm: 6514 6208 77 173 0 6339 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 34760

[startup+162.301 s]
/proc/loadavg: 3.98 2.27 0.94 5/194 17480
/proc/meminfo: memFree=17450756/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0.52 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 360 2396 0 0 0 0 52 0 20 0 1 0 588562088 8912896 254 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 254 211 178 0 69 0
[pid=17445] ppid=17442 vsize=29620 CPUtime=161.75 cores=1,3
/proc/17445/stat : 17445 (glucose_static) R 17442 17442 17281 0 -1 4202496 7097 0 0 0 16174 1 0 0 25 0 1 0 588562142 30330880 7052 33554432000 134512640 135217611 4289722256 18446744073709551615 134533022 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17445/statm: 7405 7052 77 173 0 7230 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 38324

[startup+222.3 s]
/proc/loadavg: 3.99 2.59 1.13 5/194 17484
/proc/meminfo: memFree=17439336/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0.52 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 360 2396 0 0 0 0 52 0 20 0 1 0 588562088 8912896 254 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 254 211 178 0 69 0
[pid=17445] ppid=17442 vsize=33464 CPUtime=221.76 cores=1,3
/proc/17445/stat : 17445 (glucose_static) R 17442 17442 17281 0 -1 4202496 7931 0 0 0 22174 2 0 0 25 0 1 0 588562142 34267136 7886 33554432000 134512640 135217611 4289722256 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17445/statm: 8366 7886 77 173 0 8191 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 42168

[startup+282.301 s]
/proc/loadavg: 3.99 2.84 1.30 5/194 17486
/proc/meminfo: memFree=17428300/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0.52 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 360 2396 0 0 0 0 52 0 20 0 1 0 588562088 8912896 254 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 254 211 178 0 69 0
[pid=17445] ppid=17442 vsize=36500 CPUtime=281.76 cores=1,3
/proc/17445/stat : 17445 (glucose_static) R 17442 17442 17281 0 -1 4202496 8707 0 0 0 28174 2 0 0 25 0 1 0 588562142 37376000 8662 33554432000 134512640 135217611 4289722256 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17445/statm: 9125 8662 77 173 0 8950 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 45204

[startup+342.3 s]
/proc/loadavg: 3.99 3.05 1.47 5/194 17488
/proc/meminfo: memFree=17423308/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0.52 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 360 2396 0 0 0 0 52 0 20 0 1 0 588562088 8912896 254 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 254 211 178 0 69 0
[pid=17445] ppid=17442 vsize=39360 CPUtime=341.76 cores=1,3
/proc/17445/stat : 17445 (glucose_static) R 17442 17442 17281 0 -1 4202496 9326 0 0 0 34174 2 0 0 25 0 1 0 588562142 40304640 9281 33554432000 134512640 135217611 4289722256 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17445/statm: 9840 9281 77 173 0 9665 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 48064

[startup+402.301 s]
/proc/loadavg: 4.05 3.23 1.63 5/194 17489
/proc/meminfo: memFree=17415600/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0.52 cores=1,3

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

[pid=17445] ppid=17442 vsize=46136 CPUtime=521.76 cores=1,3
/proc/17445/stat : 17445 (glucose_static) R 17442 17442 17281 0 -1 4202496 10933 0 0 0 52173 3 0 0 25 0 1 0 588562142 47243264 10888 33554432000 134512640 135217611 4289722256 18446744073709551615 134533260 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17445/statm: 11534 10888 77 173 0 11359 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 54840

[startup+582.3 s]
/proc/loadavg: 4.06 3.59 2.04 5/194 17494
/proc/meminfo: memFree=17392176/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0.52 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 360 2396 0 0 0 0 52 0 20 0 1 0 588562088 8912896 254 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 254 211 178 0 69 0
[pid=17445] ppid=17442 vsize=48236 CPUtime=581.76 cores=1,3
/proc/17445/stat : 17445 (glucose_static) R 17442 17442 17281 0 -1 4202496 11391 0 0 0 58173 3 0 0 25 0 1 0 588562142 49393664 11346 33554432000 134512640 135217611 4289722256 18446744073709551615 134533181 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17445/statm: 12059 11346 77 173 0 11884 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 56940

[startup+642.301 s]
/proc/loadavg: 4.02 3.66 2.16 5/194 17496
/proc/meminfo: memFree=17385700/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0.52 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 360 2396 0 0 0 0 52 0 20 0 1 0 588562088 8912896 254 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 254 211 178 0 69 0
[pid=17445] ppid=17442 vsize=52200 CPUtime=641.78 cores=1,3
/proc/17445/stat : 17445 (glucose_static) R 17442 17442 17281 0 -1 4202496 12261 0 0 0 64174 4 0 0 25 0 1 0 588562142 53452800 12216 33554432000 134512640 135217611 4289722256 18446744073709551615 134533552 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17445/statm: 13050 12216 77 173 0 12875 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 60904

[startup+702.3 s]
/proc/loadavg: 4.00 3.72 2.28 5/194 17497
/proc/meminfo: memFree=17380444/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0.52 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 360 2396 0 0 0 0 52 0 20 0 1 0 588562088 8912896 254 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 254 211 178 0 69 0
[pid=17445] ppid=17442 vsize=53992 CPUtime=701.77 cores=1,3
/proc/17445/stat : 17445 (glucose_static) R 17442 17442 17281 0 -1 4202496 12667 0 0 0 70173 4 0 0 25 0 1 0 588562142 55287808 12622 33554432000 134512640 135217611 4289722256 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17445/statm: 13498 12622 77 173 0 13323 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 62696

[startup+762.307 s]
/proc/loadavg: 4.00 3.77 2.38 5/194 17499
/proc/meminfo: memFree=17376948/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0.52 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 360 2396 0 0 0 0 52 0 20 0 1 0 588562088 8912896 254 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 254 211 178 0 69 0
[pid=17445] ppid=17442 vsize=55792 CPUtime=761.78 cores=1,3
/proc/17445/stat : 17445 (glucose_static) R 17442 17442 17281 0 -1 4202496 13105 0 0 0 76174 4 0 0 25 0 1 0 588562142 57131008 13060 33554432000 134512640 135217611 4289722256 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17445/statm: 13948 13060 77 173 0 13773 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 64496

[startup+822.3 s]
/proc/loadavg: 4.00 3.81 2.48 5/194 17500
/proc/meminfo: memFree=17369096/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0.52 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 360 2396 0 0 0 0 52 0 20 0 1 0 588562088 8912896 254 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 254 211 178 0 69 0
[pid=17445] ppid=17442 vsize=59272 CPUtime=821.77 cores=1,3
/proc/17445/stat : 17445 (glucose_static) R 17442 17442 17281 0 -1 4202496 13966 0 0 0 82173 4 0 0 25 0 1 0 588562142 60694528 13921 33554432000 134512640 135217611 4289722256 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17445/statm: 14818 13921 77 173 0 14643 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 67976

[startup+882.301 s]
/proc/loadavg: 4.00 3.84 2.57 5/194 17502
/proc/meminfo: memFree=17364724/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0.52 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 360 2396 0 0 0 0 52 0 20 0 1 0 588562088 8912896 254 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 254 211 178 0 69 0
[pid=17445] ppid=17442 vsize=60904 CPUtime=881.77 cores=1,3
/proc/17445/stat : 17445 (glucose_static) R 17442 17442 17281 0 -1 4202496 14372 0 0 0 88172 5 0 0 25 0 1 0 588562142 62365696 14327 33554432000 134512640 135217611 4289722256 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17445/statm: 15226 14327 77 173 0 15051 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 69608

[startup+942.3 s]
/proc/loadavg: 4.07 3.88 2.66 5/194 17504
/proc/meminfo: memFree=17361952/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0.52 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 360 2396 0 0 0 0 52 0 20 0 1 0 588562088 8912896 254 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 254 211 178 0 69 0
[pid=17445] ppid=17442 vsize=61156 CPUtime=941.77 cores=1,3
/proc/17445/stat : 17445 (glucose_static) R 17442 17442 17281 0 -1 4202496 14433 0 0 0 94172 5 0 0 25 0 1 0 588562142 62623744 14388 33554432000 134512640 135217611 4289722256 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17445/statm: 15289 14388 77 173 0 15114 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 69860

[startup+1002.3 s]
/proc/loadavg: 4.02 3.90 2.74 5/194 17505
/proc/meminfo: memFree=17359300/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0.52 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 360 2396 0 0 0 0 52 0 20 0 1 0 588562088 8912896 254 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 254 211 178 0 69 0
[pid=17445] ppid=17442 vsize=62396 CPUtime=1001.77 cores=1,3
/proc/17445/stat : 17445 (glucose_static) R 17442 17442 17281 0 -1 4202496 14704 0 0 0 100172 5 0 0 25 0 1 0 588562142 63893504 14659 33554432000 134512640 135217611 4289722256 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17445/statm: 15599 14659 77 173 0 15424 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 71100

[startup+1062.3 s]
/proc/loadavg: 4.01 3.92 2.82 5/194 17507
/proc/meminfo: memFree=17352936/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0.52 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 360 2396 0 0 0 0 52 0 20 0 1 0 588562088 8912896 254 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 254 211 178 0 69 0
[pid=17445] ppid=17442 vsize=63896 CPUtime=1061.77 cores=1,3
/proc/17445/stat : 17445 (glucose_static) R 17442 17442 17281 0 -1 4202496 15028 0 0 0 106172 5 0 0 25 0 1 0 588562142 65429504 14983 33554432000 134512640 135217611 4289722256 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17445/statm: 15974 14983 77 173 0 15799 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 72600

[startup+1122.3 s]
/proc/loadavg: 4.08 3.94 2.90 5/194 17508
/proc/meminfo: memFree=17349428/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0.52 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 360 2396 0 0 0 0 52 0 20 0 1 0 588562088 8912896 254 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 254 211 178 0 69 0
[pid=17445] ppid=17442 vsize=66248 CPUtime=1121.77 cores=1,3
/proc/17445/stat : 17445 (glucose_static) R 17442 17442 17281 0 -1 4202496 15615 0 0 0 112172 5 0 0 25 0 1 0 588562142 67837952 15570 33554432000 134512640 135217611 4289722256 18446744073709551615 134533010 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17445/statm: 16562 15570 77 173 0 16387 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 74952

[startup+1182.3 s]
/proc/loadavg: 4.03 3.95 2.96 5/194 17510
/proc/meminfo: memFree=17345556/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0.52 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 360 2396 0 0 0 0 52 0 20 0 1 0 588562088 8912896 254 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 254 211 178 0 69 0
[pid=17445] ppid=17442 vsize=67004 CPUtime=1181.78 cores=1,3
/proc/17445/stat : 17445 (glucose_static) R 17442 17442 17281 0 -1 4202496 15810 0 0 0 118172 6 0 0 25 0 1 0 588562142 68612096 15765 33554432000 134512640 135217611 4289722256 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17445/statm: 16751 15765 77 173 0 16576 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 75708

[startup+1242.3 s]
/proc/loadavg: 4.02 3.96 3.03 5/194 17572
/proc/meminfo: memFree=17345156/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0.52 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 360 2396 0 0 0 0 52 0 20 0 1 0 588562088 8912896 254 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 254 211 178 0 69 0
[pid=17445] ppid=17442 vsize=67652 CPUtime=1241.78 cores=1,3
/proc/17445/stat : 17445 (glucose_static) R 17442 17442 17281 0 -1 4202496 15980 0 0 0 124172 6 0 0 25 0 1 0 588562142 69275648 15935 33554432000 134512640 135217611 4289722256 18446744073709551615 134522435 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17445/statm: 16913 15935 77 173 0 16738 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 76356



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.08 5/194 17603
/proc/meminfo: memFree=17425380/32950940 swapFree=67111528/67111528
[pid=17442] ppid=17440 vsize=8704 CPUtime=0.52 cores=1,3
/proc/17442/stat : 17442 (glucose.sh) S 17440 17442 17281 0 -1 4202496 360 2396 0 0 0 0 52 0 20 0 1 0 588562088 8912896 254 33554432000 4194304 4922060 140736214954848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17442/statm: 2176 254 211 178 0 69 0
[pid=17445] ppid=17442 vsize=68008 CPUtime=1299.49 cores=1,3
/proc/17445/stat : 17445 (glucose_static) R 17442 17442 17281 0 -1 4202496 16048 0 0 0 129943 6 0 0 25 0 1 0 588562142 69640192 16003 33554432000 134512640 135217611 4289722256 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17445/statm: 17002 16003 77 173 0 16827 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 76712

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.04
CPU user time (s): 1299.96
CPU system time (s): 0.075988
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 76712

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

runsolver used 2.00869 second user time and 5.09622 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-28 11:35:13
IDJOB=3308564
IDBENCH=71089
IDSOLVER=1691
FILE ID=node117/3308564-1303983313
RUNJOBID= node117-1303983223-17301
PBS_JOBID= 13168709
Free space on /tmp= 71596 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_09_UNSAT.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308564-1303983313/watcher-3308564-1303983313 -o /tmp/evaluation-result-3308564-1303983313/solver-3308564-1303983313 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308564-1303983313.cnf

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

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
RANDOM SEED=327286428

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17498184 kB
Buffers:       2371444 kB
Cached:       12307708 kB
SwapCached:          0 kB
Active:        8173224 kB
Inactive:      6696980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17498184 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4244 kB
Writeback:           0 kB
AnonPages:      190056 kB
Mapped:          15940 kB
Slab:           518360 kB
PageTables:       5312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   377568 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= 71620 MiB
End job on node117 at 2011-04-28 11:56:55