Trace number 3308879

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 1300.01

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top26.cnf
MD5SUM7ecd2f8efd83504268f0a96fa44f6fe7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark585.803
Satisfiable
(Un)Satisfiability was proved
Number of variables76943
Number of clauses245006
Sum of the clauses size599044
Maximum clause length2921
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2148643
Number of clauses of size 394790
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 51198

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.10	c ==============================================================================
0.00/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.10	c ==============================================================================
0.00/0.10	c |         0 |  230335   563654 |   69100       0        0     nan |  0.000 % |
0.00/0.78	c |         0 |  144146   487352 |      --       0       --      -- |     --   | -86189/-76302
0.00/0.78	c ==============================================================================
0.00/0.78	c Result  :   #vars: 28296   #clauses: 144146   #literals: 487352
0.00/0.78	c CPU time:   0.754885 s
0.00/0.78	c ==============================================================================
0.00/0.87	c
0.00/0.87	c Starting glucose
0.00/0.87	c
0.00/0.87	
0.00/0.87	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.87	
0.00/0.87	c ============================[ Problem Statistics ]=============================
0.00/0.87	c |                                                                             |
0.00/0.87	c |  Number of variables:  28296                                                |
0.00/0.87	c |  Number of clauses:    144146                                               |
0.87/0.93	c |  Parsing time:         0.05         s                                       |
1299.98/1300.01	HOME/glucose.sh: line 55:  9271 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-3308879-1303984574/watcher-3308879-1303984574 -o /tmp/evaluation-result-3308879-1303984574/solver-3308879-1303984574 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308879-1303984574.cnf 

running on 2 cores: 5,7

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.90 3.92 3.03 4/192 9268
/proc/meminfo: memFree=29409292/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 510057851 8912896 252 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 252 211 178 0 69 0

[startup+0.00979799 s]
/proc/loadavg: 3.90 3.92 3.03 4/192 9268
/proc/meminfo: memFree=29409292/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 510057851 8912896 252 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100822 s]
/proc/loadavg: 3.90 3.92 3.03 4/192 9268
/proc/meminfo: memFree=29409292/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 510057851 8912896 252 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300782 s]
/proc/loadavg: 3.90 3.92 3.03 4/192 9268
/proc/meminfo: memFree=29409292/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 510057851 8912896 252 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700711 s]
/proc/loadavg: 3.90 3.92 3.03 4/192 9268
/proc/meminfo: memFree=29409292/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 510057851 8912896 252 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50056 s]
/proc/loadavg: 3.91 3.92 3.04 5/194 9271
/proc/meminfo: memFree=29386836/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0.87 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 360 10377 0 0 0 0 84 3 18 0 1 0 510057851 8912896 254 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 254 211 178 0 69 0
[pid=9271] ppid=9268 vsize=15800 CPUtime=0.6 cores=5,7
/proc/9271/stat : 9271 (glucose_static) R 9268 9268 8895 0 -1 4202496 3699 0 0 0 60 0 0 0 20 0 1 0 510057939 16179200 3654 33554432000 134512640 135217611 4289522976 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9271/statm: 3950 3654 77 173 0 3775 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 24504

[startup+3.10029 s]
/proc/loadavg: 3.91 3.92 3.04 5/194 9271
/proc/meminfo: memFree=29384604/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0.87 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 360 10377 0 0 0 0 84 3 18 0 1 0 510057851 8912896 254 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 254 211 178 0 69 0
[pid=9271] ppid=9268 vsize=18344 CPUtime=2.2 cores=5,7
/proc/9271/stat : 9271 (glucose_static) R 9268 9268 8895 0 -1 4202496 4325 0 0 0 220 0 0 0 25 0 1 0 510057939 18784256 4280 33554432000 134512640 135217611 4289522976 18446744073709551615 134542578 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9271/statm: 4586 4280 77 173 0 4411 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 27048

[startup+6.30071 s]
/proc/loadavg: 3.91 3.92 3.04 5/194 9271
/proc/meminfo: memFree=29380424/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0.87 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 360 10377 0 0 0 0 84 3 18 0 1 0 510057851 8912896 254 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 254 211 178 0 69 0
[pid=9271] ppid=9268 vsize=20224 CPUtime=5.41 cores=5,7
/proc/9271/stat : 9271 (glucose_static) R 9268 9268 8895 0 -1 4202496 4797 0 0 0 540 1 0 0 25 0 1 0 510057939 20709376 4752 33554432000 134512640 135217611 4289522976 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9271/statm: 5056 4752 77 173 0 4881 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 28928

[startup+12.7005 s]
/proc/loadavg: 3.92 3.93 3.05 5/194 9271
/proc/meminfo: memFree=29376804/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0.87 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 360 10377 0 0 0 0 84 3 18 0 1 0 510057851 8912896 254 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 254 211 178 0 69 0
[pid=9271] ppid=9268 vsize=22340 CPUtime=11.81 cores=5,7
/proc/9271/stat : 9271 (glucose_static) R 9268 9268 8895 0 -1 4202496 5330 0 0 0 1180 1 0 0 25 0 1 0 510057939 22876160 5285 33554432000 134512640 135217611 4289522976 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9271/statm: 5585 5285 77 173 0 5410 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 31044

[startup+25.5002 s]
/proc/loadavg: 3.93 3.93 3.06 5/194 9272
/proc/meminfo: memFree=29371144/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0.87 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 360 10377 0 0 0 0 84 3 18 0 1 0 510057851 8912896 254 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 254 211 178 0 69 0
[pid=9271] ppid=9268 vsize=25688 CPUtime=24.61 cores=5,7
/proc/9271/stat : 9271 (glucose_static) R 9268 9268 8895 0 -1 4202496 6144 0 0 0 2460 1 0 0 25 0 1 0 510057939 26304512 6099 33554432000 134512640 135217611 4289522976 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9271/statm: 6422 6099 77 173 0 6247 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 34392

[startup+51.1006 s]
/proc/loadavg: 3.96 3.93 3.09 5/194 9272
/proc/meminfo: memFree=29363316/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0.87 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 360 10377 0 0 0 0 84 3 18 0 1 0 510057851 8912896 254 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 254 211 178 0 69 0
[pid=9271] ppid=9268 vsize=28900 CPUtime=50.2 cores=5,7
/proc/9271/stat : 9271 (glucose_static) R 9268 9268 8895 0 -1 4202496 6929 0 0 0 5019 1 0 0 25 0 1 0 510057939 29593600 6884 33554432000 134512640 135217611 4289522976 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9271/statm: 7225 6884 77 173 0 7050 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 37604

[startup+102.307 s]
/proc/loadavg: 3.98 3.94 3.13 5/194 9274
/proc/meminfo: memFree=29340212/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0.87 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 360 10377 0 0 0 0 84 3 18 0 1 0 510057851 8912896 254 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 254 211 178 0 69 0
[pid=9271] ppid=9268 vsize=32500 CPUtime=101.41 cores=5,7
/proc/9271/stat : 9271 (glucose_static) R 9268 9268 8895 0 -1 4202496 7778 0 0 0 10140 1 0 0 25 0 1 0 510057939 33280000 7733 33554432000 134512640 135217611 4289522976 18446744073709551615 134533073 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9271/statm: 8125 7733 77 173 0 7950 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 41204

[startup+162.3 s]
/proc/loadavg: 3.99 3.95 3.19 5/194 9275
/proc/meminfo: memFree=29276296/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0.87 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 360 10377 0 0 0 0 84 3 18 0 1 0 510057851 8912896 254 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 254 211 178 0 69 0
[pid=9271] ppid=9268 vsize=35464 CPUtime=161.41 cores=5,7
/proc/9271/stat : 9271 (glucose_static) R 9268 9268 8895 0 -1 4202496 8509 0 0 0 16139 2 0 0 25 0 1 0 510057939 36315136 8464 33554432000 134512640 135217611 4289522976 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9271/statm: 8866 8464 77 173 0 8691 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 44168

[startup+222.3 s]
/proc/loadavg: 3.99 3.95 3.23 5/194 9277
/proc/meminfo: memFree=29268688/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0.87 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 360 10377 0 0 0 0 84 3 18 0 1 0 510057851 8912896 254 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 254 211 178 0 69 0
[pid=9271] ppid=9268 vsize=38152 CPUtime=221.41 cores=5,7
/proc/9271/stat : 9271 (glucose_static) R 9268 9268 8895 0 -1 4202496 9161 0 0 0 22139 2 0 0 25 0 1 0 510057939 39067648 9116 33554432000 134512640 135217611 4289522976 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9271/statm: 9538 9116 77 173 0 9363 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 46856

[startup+282.301 s]
/proc/loadavg: 3.99 3.96 3.28 5/194 9279
/proc/meminfo: memFree=29261804/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0.87 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 360 10377 0 0 0 0 84 3 18 0 1 0 510057851 8912896 254 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 254 211 178 0 69 0
[pid=9271] ppid=9268 vsize=40980 CPUtime=281.4 cores=5,7
/proc/9271/stat : 9271 (glucose_static) R 9268 9268 8895 0 -1 4202496 9853 0 0 0 28138 2 0 0 25 0 1 0 510057939 41963520 9808 33554432000 134512640 135217611 4289522976 18446744073709551615 134533609 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9271/statm: 10245 9808 77 173 0 10070 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 49684

[startup+342.301 s]
/proc/loadavg: 4.07 3.98 3.33 5/194 9289
/proc/meminfo: memFree=29255248/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0.87 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 360 10377 0 0 0 0 84 3 18 0 1 0 510057851 8912896 254 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 254 211 178 0 69 0
[pid=9271] ppid=9268 vsize=44044 CPUtime=341.4 cores=5,7
/proc/9271/stat : 9271 (glucose_static) R 9268 9268 8895 0 -1 4202496 10612 0 0 0 34138 2 0 0 25 0 1 0 510057939 45101056 10567 33554432000 134512640 135217611 4289522976 18446744073709551615 134533034 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9271/statm: 11011 10567 77 173 0 10836 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 52748

[startup+402.301 s]
/proc/loadavg: 4.15 4.01 3.38 5/194 9321
/proc/meminfo: memFree=29298876/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0.87 cores=5,7

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

[pid=9271] ppid=9268 vsize=46964 CPUtime=521.41 cores=5,7
/proc/9271/stat : 9271 (glucose_static) R 9268 9268 8895 0 -1 4202496 11300 0 0 0 52138 3 0 0 25 0 1 0 510057939 48091136 11255 33554432000 134512640 135217611 4289522976 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9271/statm: 11741 11255 77 173 0 11566 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 55668

[startup+582.301 s]
/proc/loadavg: 4.06 4.03 3.49 5/194 9389
/proc/meminfo: memFree=30009356/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0.87 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 360 10377 0 0 0 0 84 3 18 0 1 0 510057851 8912896 254 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 254 211 178 0 69 0
[pid=9271] ppid=9268 vsize=48088 CPUtime=581.41 cores=5,7
/proc/9271/stat : 9271 (glucose_static) R 9268 9268 8895 0 -1 4202496 11537 0 0 0 58138 3 0 0 25 0 1 0 510057939 49242112 11492 33554432000 134512640 135217611 4289522976 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9271/statm: 12022 11492 77 173 0 11847 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 56792

[startup+642.3 s]
/proc/loadavg: 4.02 4.02 3.52 5/194 9390
/proc/meminfo: memFree=29993952/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0.87 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 360 10377 0 0 0 0 84 3 18 0 1 0 510057851 8912896 254 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 254 211 178 0 69 0
[pid=9271] ppid=9268 vsize=50860 CPUtime=641.41 cores=5,7
/proc/9271/stat : 9271 (glucose_static) R 9268 9268 8895 0 -1 4202496 12161 0 0 0 64138 3 0 0 25 0 1 0 510057939 52080640 12116 33554432000 134512640 135217611 4289522976 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9271/statm: 12715 12116 77 173 0 12540 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 59564

[startup+702.3 s]
/proc/loadavg: 4.01 4.02 3.54 5/194 9392
/proc/meminfo: memFree=29988060/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0.87 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 360 10377 0 0 0 0 84 3 18 0 1 0 510057851 8912896 254 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 254 211 178 0 69 0
[pid=9271] ppid=9268 vsize=52528 CPUtime=701.4 cores=5,7
/proc/9271/stat : 9271 (glucose_static) R 9268 9268 8895 0 -1 4202496 12601 0 0 0 70137 3 0 0 25 0 1 0 510057939 53788672 12556 33554432000 134512640 135217611 4289522976 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9271/statm: 13132 12556 77 173 0 12957 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 61232

[startup+762.307 s]
/proc/loadavg: 4.00 4.01 3.57 5/194 9393
/proc/meminfo: memFree=29977328/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0.87 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 360 10377 0 0 0 0 84 3 18 0 1 0 510057851 8912896 254 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 254 211 178 0 69 0
[pid=9271] ppid=9268 vsize=56208 CPUtime=761.42 cores=5,7
/proc/9271/stat : 9271 (glucose_static) R 9268 9268 8895 0 -1 4202496 13507 0 0 0 76138 4 0 0 25 0 1 0 510057939 57556992 13462 33554432000 134512640 135217611 4289522976 18446744073709551615 134533081 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9271/statm: 14052 13462 77 173 0 13877 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 64912

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.59 5/194 9395
/proc/meminfo: memFree=29969452/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0.87 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 360 10377 0 0 0 0 84 3 18 0 1 0 510057851 8912896 254 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 254 211 178 0 69 0
[pid=9271] ppid=9268 vsize=56424 CPUtime=821.41 cores=5,7
/proc/9271/stat : 9271 (glucose_static) R 9268 9268 8895 0 -1 4202496 13564 0 0 0 82137 4 0 0 25 0 1 0 510057939 57778176 13519 33554432000 134512640 135217611 4289522976 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9271/statm: 14106 13519 77 173 0 13931 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 65128

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.62 5/194 9397
/proc/meminfo: memFree=29965680/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0.87 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 360 10377 0 0 0 0 84 3 18 0 1 0 510057851 8912896 254 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 254 211 178 0 69 0
[pid=9271] ppid=9268 vsize=56748 CPUtime=881.41 cores=5,7
/proc/9271/stat : 9271 (glucose_static) R 9268 9268 8895 0 -1 4202496 13645 0 0 0 88137 4 0 0 25 0 1 0 510057939 58109952 13600 33554432000 134512640 135217611 4289522976 18446744073709551615 134542578 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9271/statm: 14187 13600 77 173 0 14012 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 65452

[startup+942.301 s]
/proc/loadavg: 4.08 4.02 3.64 5/194 9398
/proc/meminfo: memFree=29960052/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0.87 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 360 10377 0 0 0 0 84 3 18 0 1 0 510057851 8912896 254 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 254 211 178 0 69 0
[pid=9271] ppid=9268 vsize=58208 CPUtime=941.41 cores=5,7
/proc/9271/stat : 9271 (glucose_static) R 9268 9268 8895 0 -1 4202496 14003 0 0 0 94137 4 0 0 25 0 1 0 510057939 59604992 13958 33554432000 134512640 135217611 4289522976 18446744073709551615 134533181 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9271/statm: 14552 13958 77 173 0 14377 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 66912

[startup+1002.3 s]
/proc/loadavg: 4.06 4.03 3.67 5/194 9400
/proc/meminfo: memFree=29954296/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0.87 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 360 10377 0 0 0 0 84 3 18 0 1 0 510057851 8912896 254 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 254 211 178 0 69 0
[pid=9271] ppid=9268 vsize=60816 CPUtime=1001.4 cores=5,7
/proc/9271/stat : 9271 (glucose_static) R 9268 9268 8895 0 -1 4202496 14618 0 0 0 100136 4 0 0 25 0 1 0 510057939 62275584 14573 33554432000 134512640 135217611 4289522976 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9271/statm: 15204 14573 77 173 0 15029 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 69520

[startup+1062.3 s]
/proc/loadavg: 4.02 4.02 3.68 5/194 9401
/proc/meminfo: memFree=29948296/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0.87 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 360 10377 0 0 0 0 84 3 18 0 1 0 510057851 8912896 254 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 254 211 178 0 69 0
[pid=9271] ppid=9268 vsize=60816 CPUtime=1061.4 cores=5,7
/proc/9271/stat : 9271 (glucose_static) R 9268 9268 8895 0 -1 4202496 14640 0 0 0 106136 4 0 0 25 0 1 0 510057939 62275584 14595 33554432000 134512640 135217611 4289522976 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9271/statm: 15204 14595 77 173 0 15029 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 69520

[startup+1122.3 s]
/proc/loadavg: 4.05 4.03 3.71 5/194 9403
/proc/meminfo: memFree=29941904/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0.87 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 360 10377 0 0 0 0 84 3 18 0 1 0 510057851 8912896 254 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 254 211 178 0 69 0
[pid=9271] ppid=9268 vsize=60816 CPUtime=1121.4 cores=5,7
/proc/9271/stat : 9271 (glucose_static) R 9268 9268 8895 0 -1 4202496 14657 0 0 0 112136 4 0 0 25 0 1 0 510057939 62275584 14612 33554432000 134512640 135217611 4289522976 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9271/statm: 15204 14612 77 173 0 15029 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 69520

[startup+1182.3 s]
/proc/loadavg: 4.02 4.02 3.72 5/194 9405
/proc/meminfo: memFree=29934048/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0.87 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 360 10377 0 0 0 0 84 3 18 0 1 0 510057851 8912896 254 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 254 211 178 0 69 0
[pid=9271] ppid=9268 vsize=61608 CPUtime=1181.4 cores=5,7
/proc/9271/stat : 9271 (glucose_static) R 9268 9268 8895 0 -1 4202496 14862 0 0 0 118136 4 0 0 25 0 1 0 510057939 63086592 14817 33554432000 134512640 135217611 4289522976 18446744073709551615 134527953 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9271/statm: 15402 14817 77 173 0 15227 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 70312

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 3.74 5/194 9406
/proc/meminfo: memFree=29931276/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0.87 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 360 10377 0 0 0 0 84 3 18 0 1 0 510057851 8912896 254 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 254 211 178 0 69 0
[pid=9271] ppid=9268 vsize=62664 CPUtime=1241.41 cores=5,7
/proc/9271/stat : 9271 (glucose_static) R 9268 9268 8895 0 -1 4202496 15122 0 0 0 124136 5 0 0 25 0 1 0 510057939 64167936 15077 33554432000 134512640 135217611 4289522976 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9271/statm: 15666 15077 77 173 0 15491 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 71368



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.47 3.87 3.70 4/187 9426
/proc/meminfo: memFree=30025932/32951124 swapFree=67111364/67111528
[pid=9268] ppid=9266 vsize=8704 CPUtime=0.87 cores=5,7
/proc/9268/stat : 9268 (glucose.sh) S 9266 9268 8895 0 -1 4202496 360 10377 0 0 0 0 84 3 18 0 1 0 510057851 8912896 254 33554432000 4194304 4922060 140734148955328 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/9268/statm: 2176 254 211 178 0 69 0
[pid=9271] ppid=9268 vsize=64892 CPUtime=1299.11 cores=5,7
/proc/9271/stat : 9271 (glucose_static) R 9268 9268 8895 0 -1 4202496 15635 0 0 0 129906 5 0 0 25 0 1 0 510057939 66449408 15590 33554432000 134512640 135217611 4289522976 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/9271/statm: 16223 15590 77 173 0 16048 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 73596

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
CPU user time (s): 1299.91
CPU system time (s): 0.089986
CPU usage (%): 99.999
Max. virtual memory (cumulated for all children) (KiB): 73600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.91
system time used= 0.089986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26402
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= 10
involuntary context switches= 2217

runsolver used 2.08468 second user time and 5.01924 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-28 11:56:15
IDJOB=3308879
IDBENCH=83103
IDSOLVER=1691
FILE ID=node106/3308879-1303984574
RUNJOBID= node106-1303983222-8916
PBS_JOBID= 13168720
Free space on /tmp= 71940 MiB

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

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

MD5SUM BENCH= 7ecd2f8efd83504268f0a96fa44f6fe7
RANDOM SEED=436929836

node106.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29409564 kB
Buffers:        185488 kB
Cached:        2143056 kB
SwapCached:         88 kB
Active:        1736376 kB
Inactive:      1593096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29409564 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           29376 kB
Writeback:           0 kB
AnonPages:     1000816 kB
Mapped:          15928 kB
Slab:           144644 kB
PageTables:       7356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1223132 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= 71956 MiB
End job on node106 at 2011-04-28 12:17:57