Trace number 3308930

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-top30.cnf
MD5SUM31142839684b7824419884a35a31fc88
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark111.102
Satisfiable
(Un)Satisfiability was proved
Number of variables101451
Number of clauses323566
Sum of the clauses size791464
Maximum clause length3667
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2195809
Number of clauses of size 3125762
Number of clauses of size 4464
Number of clauses of size 528
Number of clauses of size over 51502

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.13	c ==============================================================================
0.00/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.13	c ==============================================================================
0.00/0.13	c |         0 |  304209   745178 |   91262       0        0     nan |  0.000 % |
1.00/1.03	c |         0 |  190843   646647 |      --       0       --      -- |     --   | -113366/-98531
1.00/1.03	c ==============================================================================
1.00/1.03	c Result  :   #vars: 37570   #clauses: 190843   #literals: 646647
1.00/1.03	c CPU time:   1.00185 s
1.00/1.03	c ==============================================================================
1.09/1.16	c
1.09/1.16	c Starting glucose
1.09/1.16	c
1.09/1.16	
1.09/1.16	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.09/1.16	
1.09/1.16	c ============================[ Problem Statistics ]=============================
1.09/1.16	c |                                                                             |
1.09/1.16	c |  Number of variables:  37570                                                |
1.09/1.16	c |  Number of clauses:    190843                                               |
1.15/1.23	c |  Parsing time:         0.06         s                                       |
1300.01/1300.01	HOME/glucose.sh: line 55: 25333 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-3308930-1303984728/watcher-3308930-1303984728 -o /tmp/evaluation-result-3308930-1303984728/solver-3308930-1303984728 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308930-1303984728.cnf 

running on 2 cores: 4,6

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.99 3.98 3.21 4/192 25330
/proc/meminfo: memFree=14255540/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=0 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 510072464 8912896 253 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 253 211 178 0 69 0

[startup+0.0669361 s]
/proc/loadavg: 3.99 3.98 3.21 4/192 25330
/proc/meminfo: memFree=14255540/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=0 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 510072464 8912896 253 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100904 s]
/proc/loadavg: 3.99 3.98 3.21 4/192 25330
/proc/meminfo: memFree=14255540/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=0 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 510072464 8912896 253 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300849 s]
/proc/loadavg: 3.99 3.98 3.21 4/192 25330
/proc/meminfo: memFree=14255540/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=0 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 510072464 8912896 253 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700773 s]
/proc/loadavg: 3.99 3.98 3.21 4/192 25330
/proc/meminfo: memFree=14255540/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=0 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 510072464 8912896 253 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50057 s]
/proc/loadavg: 3.99 3.98 3.21 5/194 25332
/proc/meminfo: memFree=14200592/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=1.15 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 360 13503 0 0 0 0 111 4 18 0 1 0 510072464 8912896 255 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 8704

[startup+3.10035 s]
/proc/loadavg: 3.99 3.98 3.21 5/194 25333
/proc/meminfo: memFree=14224400/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=1.15 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 360 13503 0 0 0 0 111 4 18 0 1 0 510072464 8912896 255 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 255 211 178 0 69 0
[pid=25333] ppid=25330 vsize=21444 CPUtime=1.92 cores=4,6
/proc/25333/stat : 25333 (glucose_static) R 25330 25330 24889 0 -1 4202496 5153 0 0 0 191 1 0 0 25 0 1 0 510072581 21958656 5108 33554432000 134512640 135217611 4291501456 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/25333/statm: 5361 5108 77 173 0 5186 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 30148

[startup+6.30078 s]
/proc/loadavg: 3.99 3.98 3.21 5/194 25333
/proc/meminfo: memFree=14220980/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=1.15 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 360 13503 0 0 0 0 111 4 18 0 1 0 510072464 8912896 255 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 255 211 178 0 69 0
[pid=25333] ppid=25330 vsize=23408 CPUtime=5.12 cores=4,6
/proc/25333/stat : 25333 (glucose_static) R 25330 25330 24889 0 -1 4202496 5619 0 0 0 511 1 0 0 25 0 1 0 510072581 23969792 5574 33554432000 134512640 135217611 4291501456 18446744073709551615 134532614 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/25333/statm: 5852 5574 77 173 0 5677 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 32112

[startup+12.7007 s]
/proc/loadavg: 3.99 3.98 3.22 5/194 25333
/proc/meminfo: memFree=14217076/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=1.15 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 360 13503 0 0 0 0 111 4 18 0 1 0 510072464 8912896 255 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 255 211 178 0 69 0
[pid=25333] ppid=25330 vsize=25264 CPUtime=11.52 cores=4,6
/proc/25333/stat : 25333 (glucose_static) R 25330 25330 24889 0 -1 4202496 6113 0 0 0 1151 1 0 0 25 0 1 0 510072581 25870336 6068 33554432000 134512640 135217611 4291501456 18446744073709551615 134527845 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/25333/statm: 6316 6068 77 173 0 6141 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 33968

[startup+25.5004 s]
/proc/loadavg: 3.99 3.98 3.23 5/194 25334
/proc/meminfo: memFree=14213224/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=1.15 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 360 13503 0 0 0 0 111 4 18 0 1 0 510072464 8912896 255 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 255 211 178 0 69 0
[pid=25333] ppid=25330 vsize=27740 CPUtime=24.32 cores=4,6
/proc/25333/stat : 25333 (glucose_static) R 25330 25330 24889 0 -1 4202496 6710 0 0 0 2431 1 0 0 25 0 1 0 510072581 28405760 6665 33554432000 134512640 135217611 4291501456 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/25333/statm: 6935 6665 77 173 0 6760 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 36444

[startup+51.1008 s]
/proc/loadavg: 3.99 3.98 3.25 5/194 25334
/proc/meminfo: memFree=14196512/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=1.15 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 360 13503 0 0 0 0 111 4 18 0 1 0 510072464 8912896 255 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 255 211 178 0 69 0
[pid=25333] ppid=25330 vsize=31772 CPUtime=49.92 cores=4,6
/proc/25333/stat : 25333 (glucose_static) R 25330 25330 24889 0 -1 4202496 7692 0 0 0 4991 1 0 0 25 0 1 0 510072581 32534528 7647 33554432000 134512640 135217611 4291501456 18446744073709551615 134534001 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/25333/statm: 7943 7647 77 173 0 7768 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 40476

[startup+102.307 s]
/proc/loadavg: 3.99 3.98 3.29 5/194 25367
/proc/meminfo: memFree=14779216/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=1.15 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 360 13503 0 0 0 0 111 4 18 0 1 0 510072464 8912896 255 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 255 211 178 0 69 0
[pid=25333] ppid=25330 vsize=34240 CPUtime=101.14 cores=4,6
/proc/25333/stat : 25333 (glucose_static) R 25330 25330 24889 0 -1 4202496 8271 0 0 0 10112 2 0 0 25 0 1 0 510072581 35061760 8226 33554432000 134512640 135217611 4291501456 18446744073709551615 134527916 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/25333/statm: 8560 8226 77 173 0 8385 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 42944

[startup+162.3 s]
/proc/loadavg: 3.99 3.98 3.33 5/194 25377
/proc/meminfo: memFree=14766468/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=1.15 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 360 13503 0 0 0 0 111 4 18 0 1 0 510072464 8912896 255 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 255 211 178 0 69 0
[pid=25333] ppid=25330 vsize=38192 CPUtime=161.13 cores=4,6
/proc/25333/stat : 25333 (glucose_static) R 25330 25330 24889 0 -1 4202496 9249 0 0 0 16111 2 0 0 25 0 1 0 510072581 39108608 9204 33554432000 134512640 135217611 4291501456 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/25333/statm: 9548 9204 77 173 0 9373 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 46896

[startup+222.301 s]
/proc/loadavg: 3.99 3.98 3.37 5/194 25379
/proc/meminfo: memFree=14757124/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=1.15 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 360 13503 0 0 0 0 111 4 18 0 1 0 510072464 8912896 255 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 255 211 178 0 69 0
[pid=25333] ppid=25330 vsize=40528 CPUtime=221.13 cores=4,6
/proc/25333/stat : 25333 (glucose_static) R 25330 25330 24889 0 -1 4202496 9766 0 0 0 22111 2 0 0 25 0 1 0 510072581 41500672 9721 33554432000 134512640 135217611 4291501456 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/25333/statm: 10132 9721 77 173 0 9957 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 49232

[startup+282.301 s]
/proc/loadavg: 3.93 3.97 3.40 5/194 25410
/proc/meminfo: memFree=15049740/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=1.15 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 360 13503 0 0 0 0 111 4 18 0 1 0 510072464 8912896 255 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 255 211 178 0 69 0
[pid=25333] ppid=25330 vsize=44036 CPUtime=281.14 cores=4,6
/proc/25333/stat : 25333 (glucose_static) R 25330 25330 24889 0 -1 4202496 10618 0 0 0 28111 3 0 0 25 0 1 0 510072581 45092864 10573 33554432000 134512640 135217611 4291501456 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/25333/statm: 11009 10573 77 173 0 10834 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 52740

[startup+342.301 s]
/proc/loadavg: 4.08 4.00 3.44 5/194 25475
/proc/meminfo: memFree=14708980/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=1.15 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 360 13503 0 0 0 0 111 4 18 0 1 0 510072464 8912896 255 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 255 211 178 0 69 0
[pid=25333] ppid=25330 vsize=45376 CPUtime=341.13 cores=4,6
/proc/25333/stat : 25333 (glucose_static) R 25330 25330 24889 0 -1 4202496 10991 0 0 0 34110 3 0 0 25 0 1 0 510072581 46465024 10946 33554432000 134512640 135217611 4291501456 18446744073709551615 134526239 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/25333/statm: 11344 10946 77 173 0 11169 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 54080

[startup+402.301 s]
/proc/loadavg: 4.03 4.00 3.47 5/194 25478
/proc/meminfo: memFree=14613276/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=1.15 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 360 13503 0 0 0 0 111 4 18 0 1 0 510072464 8912896 255 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 255 211 178 0 69 0
[pid=25333] ppid=25330 vsize=47356 CPUtime=401.13 cores=4,6

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

[pid=25333] ppid=25330 vsize=50652 CPUtime=521.14 cores=4,6
/proc/25333/stat : 25333 (glucose_static) R 25330 25330 24889 0 -1 4202496 12218 0 0 0 52110 4 0 0 25 0 1 0 510072581 51867648 12173 33554432000 134512640 135217611 4291501456 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/25333/statm: 12663 12173 77 173 0 12488 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 59356

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.56 5/194 25482
/proc/meminfo: memFree=14576624/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=1.15 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 360 13503 0 0 0 0 111 4 18 0 1 0 510072464 8912896 255 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 255 211 178 0 69 0
[pid=25333] ppid=25330 vsize=52260 CPUtime=581.14 cores=4,6
/proc/25333/stat : 25333 (glucose_static) R 25330 25330 24889 0 -1 4202496 12596 0 0 0 58110 4 0 0 25 0 1 0 510072581 53514240 12551 33554432000 134512640 135217611 4291501456 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/25333/statm: 13065 12551 77 173 0 12890 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 60964

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.58 5/194 25484
/proc/meminfo: memFree=14570140/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=1.15 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 360 13503 0 0 0 0 111 4 18 0 1 0 510072464 8912896 255 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 255 211 178 0 69 0
[pid=25333] ppid=25330 vsize=53004 CPUtime=641.15 cores=4,6
/proc/25333/stat : 25333 (glucose_static) R 25330 25330 24889 0 -1 4202496 12786 0 0 0 64111 4 0 0 25 0 1 0 510072581 54276096 12741 33554432000 134512640 135217611 4291501456 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/25333/statm: 13251 12741 77 173 0 13076 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 61708

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.61 5/194 25486
/proc/meminfo: memFree=14565276/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=1.15 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 360 13503 0 0 0 0 111 4 18 0 1 0 510072464 8912896 255 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 255 211 178 0 69 0
[pid=25333] ppid=25330 vsize=54492 CPUtime=701.14 cores=4,6
/proc/25333/stat : 25333 (glucose_static) R 25330 25330 24889 0 -1 4202496 13148 0 0 0 70110 4 0 0 25 0 1 0 510072581 55799808 13103 33554432000 134512640 135217611 4291501456 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/25333/statm: 13623 13103 77 173 0 13448 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 63196

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.63 5/194 25487
/proc/meminfo: memFree=14559548/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=1.15 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 360 13503 0 0 0 0 111 4 18 0 1 0 510072464 8912896 255 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 255 211 178 0 69 0
[pid=25333] ppid=25330 vsize=55176 CPUtime=761.15 cores=4,6
/proc/25333/stat : 25333 (glucose_static) R 25330 25330 24889 0 -1 4202496 13307 0 0 0 76111 4 0 0 25 0 1 0 510072581 56500224 13262 33554432000 134512640 135217611 4291501456 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/25333/statm: 13794 13262 77 173 0 13619 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 63880

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.65 5/194 25489
/proc/meminfo: memFree=14550216/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=1.15 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 360 13503 0 0 0 0 111 4 18 0 1 0 510072464 8912896 255 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 255 211 178 0 69 0
[pid=25333] ppid=25330 vsize=56340 CPUtime=821.14 cores=4,6
/proc/25333/stat : 25333 (glucose_static) R 25330 25330 24889 0 -1 4202496 13589 0 0 0 82110 4 0 0 25 0 1 0 510072581 57692160 13544 33554432000 134512640 135217611 4291501456 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/25333/statm: 14085 13544 77 173 0 13910 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 65044

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.67 5/194 25490
/proc/meminfo: memFree=14548080/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=1.15 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 360 13503 0 0 0 0 111 4 18 0 1 0 510072464 8912896 255 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 255 211 178 0 69 0
[pid=25333] ppid=25330 vsize=57300 CPUtime=881.15 cores=4,6
/proc/25333/stat : 25333 (glucose_static) R 25330 25330 24889 0 -1 4202496 13828 0 0 0 88111 4 0 0 25 0 1 0 510072581 58675200 13783 33554432000 134512640 135217611 4291501456 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/25333/statm: 14325 13783 77 173 0 14150 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 66004

[startup+942.301 s]
/proc/loadavg: 4.03 4.01 3.69 5/194 25492
/proc/meminfo: memFree=14543708/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=1.15 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 360 13503 0 0 0 0 111 4 18 0 1 0 510072464 8912896 255 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 255 211 178 0 69 0
[pid=25333] ppid=25330 vsize=58260 CPUtime=941.15 cores=4,6
/proc/25333/stat : 25333 (glucose_static) R 25330 25330 24889 0 -1 4202496 14087 0 0 0 94111 4 0 0 25 0 1 0 510072581 59658240 14042 33554432000 134512640 135217611 4291501456 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/25333/statm: 14565 14042 77 173 0 14390 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 66964

[startup+1002.3 s]
/proc/loadavg: 4.01 4.01 3.71 5/194 25494
/proc/meminfo: memFree=14536620/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=1.15 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 360 13503 0 0 0 0 111 4 18 0 1 0 510072464 8912896 255 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 255 211 178 0 69 0
[pid=25333] ppid=25330 vsize=62500 CPUtime=1001.15 cores=4,6
/proc/25333/stat : 25333 (glucose_static) R 25330 25330 24889 0 -1 4202496 15139 0 0 0 100110 5 0 0 25 0 1 0 510072581 64000000 15094 33554432000 134512640 135217611 4291501456 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/25333/statm: 15625 15094 77 173 0 15450 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 71204

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.72 5/194 25495
/proc/meminfo: memFree=14532492/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=1.15 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 360 13503 0 0 0 0 111 4 18 0 1 0 510072464 8912896 255 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 255 211 178 0 69 0
[pid=25333] ppid=25330 vsize=63364 CPUtime=1061.15 cores=4,6
/proc/25333/stat : 25333 (glucose_static) R 25330 25330 24889 0 -1 4202496 15349 0 0 0 106110 5 0 0 25 0 1 0 510072581 64884736 15304 33554432000 134512640 135217611 4291501456 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/25333/statm: 15841 15304 77 173 0 15666 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 72068

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.74 5/194 25497
/proc/meminfo: memFree=14526144/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=1.15 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 360 13503 0 0 0 0 111 4 18 0 1 0 510072464 8912896 255 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 255 211 178 0 69 0
[pid=25333] ppid=25330 vsize=63652 CPUtime=1121.15 cores=4,6
/proc/25333/stat : 25333 (glucose_static) R 25330 25330 24889 0 -1 4202496 15432 0 0 0 112110 5 0 0 25 0 1 0 510072581 65179648 15387 33554432000 134512640 135217611 4291501456 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/25333/statm: 15913 15387 77 173 0 15738 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 72356

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.75 5/194 25498
/proc/meminfo: memFree=14523632/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=1.15 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 360 13503 0 0 0 0 111 4 18 0 1 0 510072464 8912896 255 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 255 211 178 0 69 0
[pid=25333] ppid=25330 vsize=63724 CPUtime=1181.15 cores=4,6
/proc/25333/stat : 25333 (glucose_static) R 25330 25330 24889 0 -1 4202496 15458 0 0 0 118110 5 0 0 25 0 1 0 510072581 65253376 15413 33554432000 134512640 135217611 4291501456 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/25333/statm: 15931 15413 77 173 0 15756 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 72428

[startup+1242.3 s]
/proc/loadavg: 4.04 4.01 3.77 5/194 25592
/proc/meminfo: memFree=14561256/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=1.15 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 360 13503 0 0 0 0 111 4 18 0 1 0 510072464 8912896 255 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 255 211 178 0 69 0
[pid=25333] ppid=25330 vsize=64156 CPUtime=1241.15 cores=4,6
/proc/25333/stat : 25333 (glucose_static) R 25330 25330 24889 0 -1 4202496 15520 0 0 0 124110 5 0 0 25 0 1 0 510072581 65695744 15475 33554432000 134512640 135217611 4291501456 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/25333/statm: 16039 15475 77 173 0 15864 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 72860



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.01 3.78 5/194 25594
/proc/meminfo: memFree=14547940/32950928 swapFree=67111528/67111528
[pid=25330] ppid=25328 vsize=8704 CPUtime=1.15 cores=4,6
/proc/25330/stat : 25330 (glucose.sh) S 25328 25330 24889 0 -1 4202496 360 13503 0 0 0 0 111 4 18 0 1 0 510072464 8912896 255 33554432000 4194304 4922060 140733310076720 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/25330/statm: 2176 255 211 178 0 69 0
[pid=25333] ppid=25330 vsize=64684 CPUtime=1298.86 cores=4,6
/proc/25333/stat : 25333 (glucose_static) R 25330 25330 24889 0 -1 4202496 15654 0 0 0 129881 5 0 0 25 0 1 0 510072581 66236416 15609 33554432000 134512640 135217611 4291501456 18446744073709551615 134532987 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/25333/statm: 16171 15609 77 173 0 15996 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 73388

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.93
system time used= 0.106983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29527
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= 17
involuntary context switches= 2528

runsolver used 2.10268 second user time and 4.99924 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-28 11:58:48
IDJOB=3308930
IDBENCH=83126
IDSOLVER=1691
FILE ID=node125/3308930-1303984728
RUNJOBID= node125-1303983196-24908
PBS_JOBID= 13168701
Free space on /tmp= 72468 MiB

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

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

MD5SUM BENCH= 31142839684b7824419884a35a31fc88
RANDOM SEED=1686263872

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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:      14255564 kB
Buffers:       2212528 kB
Cached:       15234408 kB
SwapCached:          0 kB
Active:        9656472 kB
Inactive:      8505408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14255564 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7036 kB
Writeback:          20 kB
AnonPages:      714132 kB
Mapped:          15972 kB
Slab:           468684 kB
PageTables:       6772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   911788 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= 72520 MiB
End job on node125 at 2011-04-28 12:20:30