Trace number 3308936

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

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom16.cnf
MD5SUM73a2c2d9e5c062e561bfdb7c82071a99
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 variables29254
Number of clauses97456
Sum of the clauses size247986
Maximum clause length977
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 250701
Number of clauses of size 346235
Number of clauses of size 4135
Number of clauses of size 514
Number of clauses of size over 5370

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.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   91575   234144 |   27472       0        0     nan |  0.000 % |
0.00/0.33	c |         0 |   62993   231746 |      --       0       --      -- |     --   | -28582/-2398
0.00/0.34	c ==============================================================================
0.00/0.34	c Result  :   #vars: 11426   #clauses: 62993   #literals: 231746
0.00/0.34	c CPU time:   0.32795 s
0.00/0.34	c ==============================================================================
0.00/0.38	c
0.00/0.38	c Starting glucose
0.00/0.38	c
0.00/0.38	
0.00/0.38	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.38	
0.00/0.38	c ============================[ Problem Statistics ]=============================
0.00/0.38	c |                                                                             |
0.00/0.38	c |  Number of variables:  11426                                                |
0.00/0.38	c |  Number of clauses:    62993                                                |
0.37/0.40	c |  Parsing time:         0.02         s                                       |
1300.01/1300.01	HOME/glucose.sh: line 55: 23779 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-3308936-1303984756/watcher-3308936-1303984756 -o /tmp/evaluation-result-3308936-1303984756/solver-3308936-1303984756 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308936-1303984756.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.09 3.97 3.21 4/192 23776
/proc/meminfo: memFree=13618128/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 510074384 8912896 253 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 253 211 178 0 69 0

[startup+0.0559051 s]
/proc/loadavg: 4.09 3.97 3.21 4/192 23776
/proc/meminfo: memFree=13618128/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 510074384 8912896 253 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100897 s]
/proc/loadavg: 4.09 3.97 3.21 4/192 23776
/proc/meminfo: memFree=13618128/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 510074384 8912896 253 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300863 s]
/proc/loadavg: 4.09 3.97 3.21 4/192 23776
/proc/meminfo: memFree=13618128/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 510074384 8912896 253 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700792 s]
/proc/loadavg: 4.09 3.97 3.21 4/192 23776
/proc/meminfo: memFree=13618128/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0.37 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 359 4080 0 0 0 0 36 1 22 0 1 0 510074384 8912896 255 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 8704

[startup+1.50065 s]
/proc/loadavg: 4.09 3.97 3.21 5/194 23779
/proc/meminfo: memFree=13605968/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0.37 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 359 4080 0 0 0 0 36 1 22 0 1 0 510074384 8912896 255 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 255 211 178 0 69 0
[pid=23779] ppid=23776 vsize=9688 CPUtime=1.1 cores=1,3
/proc/23779/stat : 23779 (glucose_static) R 23776 23776 23274 0 -1 4202496 2281 0 0 0 110 0 0 0 25 0 1 0 510074422 9920512 2236 33554432000 134512640 135217611 4287707520 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23779/statm: 2422 2236 76 173 0 2247 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 18392

[startup+3.10037 s]
/proc/loadavg: 4.08 3.97 3.21 5/194 23779
/proc/meminfo: memFree=13604272/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0.37 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 359 4080 0 0 0 0 36 1 22 0 1 0 510074384 8912896 255 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 255 211 178 0 69 0
[pid=23779] ppid=23776 vsize=12072 CPUtime=2.7 cores=1,3
/proc/23779/stat : 23779 (glucose_static) R 23776 23776 23274 0 -1 4202496 2897 0 0 0 270 0 0 0 25 0 1 0 510074422 12361728 2852 33554432000 134512640 135217611 4287707520 18446744073709551615 134536936 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23779/statm: 3018 2852 76 173 0 2843 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 20776

[startup+6.30081 s]
/proc/loadavg: 4.08 3.97 3.21 5/194 23779
/proc/meminfo: memFree=13600304/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0.37 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 359 4080 0 0 0 0 36 1 22 0 1 0 510074384 8912896 255 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 255 211 178 0 69 0
[pid=23779] ppid=23776 vsize=13020 CPUtime=5.9 cores=1,3
/proc/23779/stat : 23779 (glucose_static) R 23776 23776 23274 0 -1 4202496 3104 0 0 0 590 0 0 0 25 0 1 0 510074422 13332480 3059 33554432000 134512640 135217611 4287707520 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23779/statm: 3255 3059 76 173 0 3080 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 21724

[startup+12.7007 s]
/proc/loadavg: 4.07 3.97 3.22 5/194 23779
/proc/meminfo: memFree=13596648/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0.37 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 359 4080 0 0 0 0 36 1 22 0 1 0 510074384 8912896 255 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 255 211 178 0 69 0
[pid=23779] ppid=23776 vsize=15144 CPUtime=12.31 cores=1,3
/proc/23779/stat : 23779 (glucose_static) R 23776 23776 23274 0 -1 4202496 3630 0 0 0 1230 1 0 0 25 0 1 0 510074422 15507456 3585 33554432000 134512640 135217611 4287707520 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23779/statm: 3786 3585 77 173 0 3611 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 23848

[startup+25.5004 s]
/proc/loadavg: 4.06 3.97 3.23 5/194 23779
/proc/meminfo: memFree=13591432/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0.37 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 359 4080 0 0 0 0 36 1 22 0 1 0 510074384 8912896 255 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 255 211 178 0 69 0
[pid=23779] ppid=23776 vsize=18008 CPUtime=25.1 cores=1,3
/proc/23779/stat : 23779 (glucose_static) R 23776 23776 23274 0 -1 4202496 4342 0 0 0 2509 1 0 0 25 0 1 0 510074422 18440192 4297 33554432000 134512640 135217611 4287707520 18446744073709551615 134533277 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23779/statm: 4502 4297 77 173 0 4327 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 26712

[startup+51.1009 s]
/proc/loadavg: 4.10 3.99 3.25 5/194 23810
/proc/meminfo: memFree=13681864/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0.37 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 359 4080 0 0 0 0 36 1 22 0 1 0 510074384 8912896 255 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 255 211 178 0 69 0
[pid=23779] ppid=23776 vsize=20556 CPUtime=50.7 cores=1,3
/proc/23779/stat : 23779 (glucose_static) R 23776 23776 23274 0 -1 4202496 4979 0 0 0 5069 1 0 0 25 0 1 0 510074422 21049344 4934 33554432000 134512640 135217611 4287707520 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23779/statm: 5139 4934 77 173 0 4964 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 29260

[startup+102.307 s]
/proc/loadavg: 4.08 4.00 3.30 5/194 23811
/proc/meminfo: memFree=13665676/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0.37 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 359 4080 0 0 0 0 36 1 22 0 1 0 510074384 8912896 255 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 255 211 178 0 69 0
[pid=23779] ppid=23776 vsize=24820 CPUtime=101.91 cores=1,3
/proc/23779/stat : 23779 (glucose_static) R 23776 23776 23274 0 -1 4202496 5994 0 0 0 10189 2 0 0 25 0 1 0 510074422 25415680 5949 33554432000 134512640 135217611 4287707520 18446744073709551615 134533404 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23779/statm: 6205 5949 77 173 0 6030 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 33524

[startup+162.3 s]
/proc/loadavg: 4.03 4.00 3.33 5/194 23822
/proc/meminfo: memFree=13650616/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0.37 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 359 4080 0 0 0 0 36 1 22 0 1 0 510074384 8912896 255 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 255 211 178 0 69 0
[pid=23779] ppid=23776 vsize=28472 CPUtime=161.91 cores=1,3
/proc/23779/stat : 23779 (glucose_static) R 23776 23776 23274 0 -1 4202496 6890 0 0 0 16189 2 0 0 25 0 1 0 510074422 29155328 6845 33554432000 134512640 135217611 4287707520 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23779/statm: 7118 6845 77 173 0 6943 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 37176

[startup+222.301 s]
/proc/loadavg: 3.79 3.95 3.36 4/187 23842
/proc/meminfo: memFree=13720048/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0.37 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 359 4080 0 0 0 0 36 1 22 0 1 0 510074384 8912896 255 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 255 211 178 0 69 0
[pid=23779] ppid=23776 vsize=31084 CPUtime=221.91 cores=1,3
/proc/23779/stat : 23779 (glucose_static) R 23776 23776 23274 0 -1 4202496 7463 0 0 0 22189 2 0 0 25 0 1 0 510074422 31830016 7415 33554432000 134512640 135217611 4287707520 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23779/statm: 7771 7415 77 173 0 7596 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 39788

[startup+282.301 s]
/proc/loadavg: 3.31 3.79 3.34 4/187 23843
/proc/meminfo: memFree=13711472/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0.37 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 359 4080 0 0 0 0 36 1 22 0 1 0 510074384 8912896 255 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 255 211 178 0 69 0
[pid=23779] ppid=23776 vsize=36692 CPUtime=281.91 cores=1,3
/proc/23779/stat : 23779 (glucose_static) R 23776 23776 23274 0 -1 4202496 8814 0 0 0 28188 3 0 0 25 0 1 0 510074422 37572608 8766 33554432000 134512640 135217611 4287707520 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23779/statm: 9173 8766 77 173 0 8998 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 45396

[startup+342.301 s]
/proc/loadavg: 3.10 3.63 3.31 4/187 23848
/proc/meminfo: memFree=13704512/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0.37 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 359 4080 0 0 0 0 36 1 22 0 1 0 510074384 8912896 255 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 255 211 178 0 69 0
[pid=23779] ppid=23776 vsize=37556 CPUtime=341.91 cores=1,3
/proc/23779/stat : 23779 (glucose_static) R 23776 23776 23274 0 -1 4202496 9005 0 0 0 34188 3 0 0 25 0 1 0 510074422 38457344 8957 33554432000 134512640 135217611 4287707520 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23779/statm: 9389 8957 77 173 0 9214 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 46260

[startup+402.301 s]
/proc/loadavg: 3.04 3.52 3.29 4/187 23849
/proc/meminfo: memFree=13697028/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0.37 cores=1,3

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

[pid=23779] ppid=23776 vsize=45344 CPUtime=521.92 cores=1,3
/proc/23779/stat : 23779 (glucose_static) R 23776 23776 23274 0 -1 4202496 10898 0 0 0 52188 4 0 0 25 0 1 0 510074422 46432256 10850 33554432000 134512640 135217611 4287707520 18446744073709551615 134533135 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23779/statm: 11336 10850 77 173 0 11161 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 54048

[startup+582.3 s]
/proc/loadavg: 3.03 3.29 3.24 4/187 23854
/proc/meminfo: memFree=13683512/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0.37 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 359 4080 0 0 0 0 36 1 22 0 1 0 510074384 8912896 255 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 255 211 178 0 69 0
[pid=23779] ppid=23776 vsize=47384 CPUtime=581.92 cores=1,3
/proc/23779/stat : 23779 (glucose_static) R 23776 23776 23274 0 -1 4202496 11408 0 0 0 58188 4 0 0 25 0 1 0 510074422 48521216 11360 33554432000 134512640 135217611 4287707520 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23779/statm: 11846 11360 77 173 0 11671 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 56088

[startup+642.301 s]
/proc/loadavg: 3.01 3.23 3.22 4/187 23856
/proc/meminfo: memFree=13678868/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0.37 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 359 4080 0 0 0 0 36 1 22 0 1 0 510074384 8912896 255 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 255 211 178 0 69 0
[pid=23779] ppid=23776 vsize=48348 CPUtime=641.93 cores=1,3
/proc/23779/stat : 23779 (glucose_static) R 23776 23776 23274 0 -1 4202496 11565 0 0 0 64189 4 0 0 25 0 1 0 510074422 49508352 11517 33554432000 134512640 135217611 4287707520 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23779/statm: 12087 11517 77 173 0 11912 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 57052

[startup+702.301 s]
/proc/loadavg: 3.00 3.19 3.20 4/187 23857
/proc/meminfo: memFree=13676596/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0.37 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 359 4080 0 0 0 0 36 1 22 0 1 0 510074384 8912896 255 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 255 211 178 0 69 0
[pid=23779] ppid=23776 vsize=50068 CPUtime=701.92 cores=1,3
/proc/23779/stat : 23779 (glucose_static) R 23776 23776 23274 0 -1 4202496 11982 0 0 0 70188 4 0 0 25 0 1 0 510074422 51269632 11934 33554432000 134512640 135217611 4287707520 18446744073709551615 134542216 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23779/statm: 12517 11934 77 173 0 12342 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 58772

[startup+762.306 s]
/proc/loadavg: 3.00 3.15 3.19 4/187 23859
/proc/meminfo: memFree=13673676/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0.37 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 359 4080 0 0 0 0 36 1 22 0 1 0 510074384 8912896 255 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 255 211 178 0 69 0
[pid=23779] ppid=23776 vsize=50664 CPUtime=761.93 cores=1,3
/proc/23779/stat : 23779 (glucose_static) R 23776 23776 23274 0 -1 4202496 12119 0 0 0 76188 5 0 0 25 0 1 0 510074422 51879936 12071 33554432000 134512640 135217611 4287707520 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23779/statm: 12666 12071 77 173 0 12491 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 59368

[startup+822.301 s]
/proc/loadavg: 3.00 3.12 3.17 4/187 23861
/proc/meminfo: memFree=13668416/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0.37 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 359 4080 0 0 0 0 36 1 22 0 1 0 510074384 8912896 255 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 255 211 178 0 69 0
[pid=23779] ppid=23776 vsize=55108 CPUtime=821.92 cores=1,3
/proc/23779/stat : 23779 (glucose_static) R 23776 23776 23274 0 -1 4202496 13216 0 0 0 82187 5 0 0 25 0 1 0 510074422 56430592 13168 33554432000 134512640 135217611 4287707520 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23779/statm: 13777 13168 77 173 0 13602 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 63812

[startup+882.3 s]
/proc/loadavg: 3.00 3.10 3.16 4/187 23862
/proc/meminfo: memFree=13665392/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0.37 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 359 4080 0 0 0 0 36 1 22 0 1 0 510074384 8912896 255 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 255 211 178 0 69 0
[pid=23779] ppid=23776 vsize=55180 CPUtime=881.92 cores=1,3
/proc/23779/stat : 23779 (glucose_static) R 23776 23776 23274 0 -1 4202496 13233 0 0 0 88187 5 0 0 25 0 1 0 510074422 56504320 13185 33554432000 134512640 135217611 4287707520 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23779/statm: 13795 13185 77 173 0 13620 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 63884

[startup+942.301 s]
/proc/loadavg: 3.00 3.08 3.15 4/187 23864
/proc/meminfo: memFree=13663220/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0.37 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 359 4080 0 0 0 0 36 1 22 0 1 0 510074384 8912896 255 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 255 211 178 0 69 0
[pid=23779] ppid=23776 vsize=55180 CPUtime=941.92 cores=1,3
/proc/23779/stat : 23779 (glucose_static) R 23776 23776 23274 0 -1 4202496 13253 0 0 0 94187 5 0 0 25 0 1 0 510074422 56504320 13205 33554432000 134512640 135217611 4287707520 18446744073709551615 134533339 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23779/statm: 13795 13205 77 173 0 13620 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 63884

[startup+1002.3 s]
/proc/loadavg: 3.00 3.06 3.14 4/187 23865
/proc/meminfo: memFree=13655744/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0.37 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 359 4080 0 0 0 0 36 1 22 0 1 0 510074384 8912896 255 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 255 211 178 0 69 0
[pid=23779] ppid=23776 vsize=56460 CPUtime=1001.93 cores=1,3
/proc/23779/stat : 23779 (glucose_static) R 23776 23776 23274 0 -1 4202496 13572 0 0 0 100188 5 0 0 25 0 1 0 510074422 57815040 13524 33554432000 134512640 135217611 4287707520 18446744073709551615 134533327 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23779/statm: 14115 13524 77 173 0 13940 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 65164

[startup+1062.3 s]
/proc/loadavg: 3.00 3.05 3.13 4/187 23867
/proc/meminfo: memFree=13656096/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0.37 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 359 4080 0 0 0 0 36 1 22 0 1 0 510074384 8912896 255 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 255 211 178 0 69 0
[pid=23779] ppid=23776 vsize=56948 CPUtime=1061.93 cores=1,3
/proc/23779/stat : 23779 (glucose_static) R 23776 23776 23274 0 -1 4202496 13677 0 0 0 106188 5 0 0 25 0 1 0 510074422 58314752 13629 33554432000 134512640 135217611 4287707520 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23779/statm: 14237 13629 77 173 0 14062 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 65652

[startup+1122.3 s]
/proc/loadavg: 3.00 3.04 3.11 4/187 23899
/proc/meminfo: memFree=12955120/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0.37 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 359 4080 0 0 0 0 36 1 22 0 1 0 510074384 8912896 255 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 255 211 178 0 69 0
[pid=23779] ppid=23776 vsize=57748 CPUtime=1121.93 cores=1,3
/proc/23779/stat : 23779 (glucose_static) R 23776 23776 23274 0 -1 4202496 13929 0 0 0 112188 5 0 0 25 0 1 0 510074422 59133952 13859 33554432000 134512640 135217611 4287707520 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23779/statm: 14437 13859 77 173 0 14262 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 66452

[startup+1182.3 s]
/proc/loadavg: 3.00 3.03 3.10 4/187 23900
/proc/meminfo: memFree=12932248/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0.37 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 359 4080 0 0 0 0 36 1 22 0 1 0 510074384 8912896 255 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 255 211 178 0 69 0
[pid=23779] ppid=23776 vsize=58324 CPUtime=1181.94 cores=1,3
/proc/23779/stat : 23779 (glucose_static) R 23776 23776 23274 0 -1 4202496 14049 0 0 0 118188 6 0 0 25 0 1 0 510074422 59723776 13979 33554432000 134512640 135217611 4287707520 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23779/statm: 14581 13979 77 173 0 14406 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 67028

[startup+1242.3 s]
/proc/loadavg: 3.00 3.02 3.09 4/187 23902
/proc/meminfo: memFree=12927992/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0.37 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 359 4080 0 0 0 0 36 1 22 0 1 0 510074384 8912896 255 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 255 211 178 0 69 0
[pid=23779] ppid=23776 vsize=61864 CPUtime=1241.93 cores=1,3
/proc/23779/stat : 23779 (glucose_static) R 23776 23776 23274 0 -1 4202496 14945 0 0 0 124187 6 0 0 25 0 1 0 510074422 63348736 14875 33554432000 134512640 135217611 4287707520 18446744073709551615 134537582 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23779/statm: 15466 14875 77 173 0 15291 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 70568



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.02 3.09 4/187 23903
/proc/meminfo: memFree=12925972/32950928 swapFree=67111528/67111528
[pid=23776] ppid=23774 vsize=8704 CPUtime=0.37 cores=1,3
/proc/23776/stat : 23776 (glucose.sh) S 23774 23776 23274 0 -1 4202496 359 4080 0 0 0 0 36 1 22 0 1 0 510074384 8912896 255 33554432000 4194304 4922060 140737372620288 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23776/statm: 2176 255 211 178 0 69 0
[pid=23779] ppid=23776 vsize=62728 CPUtime=1299.64 cores=1,3
/proc/23779/stat : 23779 (glucose_static) R 23776 23776 23274 0 -1 4202496 15123 0 0 0 129958 6 0 0 25 0 1 0 510074422 64233472 15053 33554432000 134512640 135217611 4287707520 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23779/statm: 15682 15053 77 173 0 15507 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 71432

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.95
CPU system time (s): 0.083987
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 71432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.95
system time used= 0.083987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19572
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= 22
involuntary context switches= 2382

runsolver used 2.07868 second user time and 5.02524 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-28 11:59:16
IDJOB=3308936
IDBENCH=83130
IDSOLVER=1691
FILE ID=node120/3308936-1303984756
RUNJOBID= node120-1303983220-23295
PBS_JOBID= 13168706
Free space on /tmp= 71976 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom16.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308936-1303984756/watcher-3308936-1303984756 -o /tmp/evaluation-result-3308936-1303984756/solver-3308936-1303984756 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308936-1303984756.cnf

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

MD5SUM BENCH= 73a2c2d9e5c062e561bfdb7c82071a99
RANDOM SEED=903626049

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13618532 kB
Buffers:       2476584 kB
Cached:       16073784 kB
SwapCached:          0 kB
Active:       10977356 kB
Inactive:      7783952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13618532 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3140 kB
Writeback:           0 kB
AnonPages:      209980 kB
Mapped:          16144 kB
Slab:           507168 kB
PageTables:       5712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   396724 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= 71856 MiB
End job on node120 at 2011-04-28 12:20:58