Trace number 3308897

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-top22.cnf
MD5SUMe822739302a2d834ec9ddfe9fbd0caa2
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 variables55875
Number of clauses177646
Sum of the clauses size434144
Maximum clause length2255
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2108197
Number of clauses of size 368250
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5926

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.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |  166893   407954 |   50067       0        0     nan |  0.000 % |
0.00/0.56	c |         0 |  104196   351417 |      --       0       --      -- |     --   | -62697/-56537
0.00/0.56	c ==============================================================================
0.00/0.56	c Result  :   #vars: 20430   #clauses: 104196   #literals: 351417
0.00/0.56	c CPU time:   0.548916 s
0.00/0.56	c ==============================================================================
0.00/0.63	c
0.00/0.63	c Starting glucose
0.00/0.63	c
0.00/0.63	
0.00/0.63	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.63	
0.00/0.63	c ============================[ Problem Statistics ]=============================
0.00/0.63	c |                                                                             |
0.00/0.63	c |  Number of variables:  20430                                                |
0.00/0.63	c |  Number of clauses:    104196                                               |
0.00/0.67	c |  Parsing time:         0.04         s                                       |
1300.00/1300.01	HOME/glucose.sh: line 55: 17633 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-3308897-1303984615/watcher-3308897-1303984615 -o /tmp/evaluation-result-3308897-1303984615/solver-3308897-1303984615 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308897-1303984615.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.00 3.96 3.08 5/192 17630
/proc/meminfo: memFree=17491472/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) R 17628 17630 17281 0 -1 4202496 317 0 0 0 0 0 0 0 25 0 1 0 588692310 8912896 253 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988412821 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/17630/statm: 2176 253 211 178 0 69 0

[startup+0.0947229 s]
/proc/loadavg: 4.00 3.96 3.08 5/192 17630
/proc/meminfo: memFree=17491472/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 588692310 8912896 253 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17630/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100717 s]
/proc/loadavg: 4.00 3.96 3.08 5/192 17630
/proc/meminfo: memFree=17491472/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 588692310 8912896 253 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17630/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300687 s]
/proc/loadavg: 4.00 3.96 3.08 5/192 17630
/proc/meminfo: memFree=17491472/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 588692310 8912896 253 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17630/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700616 s]
/proc/loadavg: 4.00 3.96 3.08 5/192 17630
/proc/meminfo: memFree=17491472/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0.62 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 360 7444 0 0 0 0 61 1 19 0 1 0 588692310 8912896 255 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17630/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 8704

[startup+1.50047 s]
/proc/loadavg: 4.00 3.96 3.09 5/194 17633
/proc/meminfo: memFree=17473508/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0.62 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 360 7444 0 0 0 0 61 1 19 0 1 0 588692310 8912896 255 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17630/statm: 2176 255 211 178 0 69 0
[pid=17633] ppid=17630 vsize=12512 CPUtime=0.85 cores=1,3
/proc/17633/stat : 17633 (glucose_static) R 17630 17630 17281 0 -1 4202496 2996 0 0 0 85 0 0 0 22 0 1 0 588692374 12812288 2951 33554432000 134512640 135217611 4290664512 18446744073709551615 134537799 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17633/statm: 3128 2951 77 173 0 2953 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 21216

[startup+3.10019 s]
/proc/loadavg: 4.00 3.96 3.09 5/194 17633
/proc/meminfo: memFree=17471152/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0.62 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 360 7444 0 0 0 0 61 1 19 0 1 0 588692310 8912896 255 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17630/statm: 2176 255 211 178 0 69 0
[pid=17633] ppid=17630 vsize=14716 CPUtime=2.45 cores=1,3
/proc/17633/stat : 17633 (glucose_static) R 17630 17630 17281 0 -1 4202496 3550 0 0 0 245 0 0 0 25 0 1 0 588692374 15069184 3505 33554432000 134512640 135217611 4290664512 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17633/statm: 3679 3505 77 173 0 3504 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 23420

[startup+6.30063 s]
/proc/loadavg: 4.00 3.96 3.09 5/194 17633
/proc/meminfo: memFree=17468072/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0.62 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 360 7444 0 0 0 0 61 1 19 0 1 0 588692310 8912896 255 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17630/statm: 2176 255 211 178 0 69 0
[pid=17633] ppid=17630 vsize=16868 CPUtime=5.65 cores=1,3
/proc/17633/stat : 17633 (glucose_static) R 17630 17630 17281 0 -1 4202496 4079 0 0 0 565 0 0 0 25 0 1 0 588692374 17272832 4034 33554432000 134512640 135217611 4290664512 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17633/statm: 4217 4034 77 173 0 4042 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 25572

[startup+12.7005 s]
/proc/loadavg: 4.00 3.96 3.10 5/194 17633
/proc/meminfo: memFree=17463840/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0.62 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 360 7444 0 0 0 0 61 1 19 0 1 0 588692310 8912896 255 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17630/statm: 2176 255 211 178 0 69 0
[pid=17633] ppid=17630 vsize=18720 CPUtime=12.05 cores=1,3
/proc/17633/stat : 17633 (glucose_static) R 17630 17630 17281 0 -1 4202496 4537 0 0 0 1205 0 0 0 25 0 1 0 588692374 19169280 4492 33554432000 134512640 135217611 4290664512 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17633/statm: 4680 4492 77 173 0 4505 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 27424

[startup+25.5003 s]
/proc/loadavg: 4.00 3.97 3.11 5/194 17695
/proc/meminfo: memFree=17520244/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0.62 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 360 7444 0 0 0 0 61 1 19 0 1 0 588692310 8912896 255 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17630/statm: 2176 255 211 178 0 69 0
[pid=17633] ppid=17630 vsize=21080 CPUtime=24.86 cores=1,3
/proc/17633/stat : 17633 (glucose_static) R 17630 17630 17281 0 -1 4202496 5136 0 0 0 2485 1 0 0 25 0 1 0 588692374 21585920 5091 33554432000 134512640 135217611 4290664512 18446744073709551615 134537558 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17633/statm: 5270 5091 77 173 0 5095 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 29784

[startup+51.1008 s]
/proc/loadavg: 4.00 3.97 3.13 5/194 17695
/proc/meminfo: memFree=17506576/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0.62 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 360 7444 0 0 0 0 61 1 19 0 1 0 588692310 8912896 255 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17630/statm: 2176 255 211 178 0 69 0
[pid=17633] ppid=17630 vsize=23872 CPUtime=50.45 cores=1,3
/proc/17633/stat : 17633 (glucose_static) R 17630 17630 17281 0 -1 4202496 5799 0 0 0 5044 1 0 0 25 0 1 0 588692374 24444928 5754 33554432000 134512640 135217611 4290664512 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17633/statm: 5968 5754 77 173 0 5793 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 32576

[startup+102.307 s]
/proc/loadavg: 4.00 3.97 3.18 5/194 17697
/proc/meminfo: memFree=17492636/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0.62 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 360 7444 0 0 0 0 61 1 19 0 1 0 588692310 8912896 255 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17630/statm: 2176 255 211 178 0 69 0
[pid=17633] ppid=17630 vsize=27208 CPUtime=101.66 cores=1,3
/proc/17633/stat : 17633 (glucose_static) R 17630 17630 17281 0 -1 4202496 6607 0 0 0 10165 1 0 0 25 0 1 0 588692374 27860992 6562 33554432000 134512640 135217611 4290664512 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17633/statm: 6802 6562 77 173 0 6627 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 35912

[startup+162.3 s]
/proc/loadavg: 4.04 3.99 3.23 5/194 17727
/proc/meminfo: memFree=17548640/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0.62 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 360 7444 0 0 0 0 61 1 19 0 1 0 588692310 8912896 255 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17630/statm: 2176 255 211 178 0 69 0
[pid=17633] ppid=17630 vsize=31628 CPUtime=161.65 cores=1,3
/proc/17633/stat : 17633 (glucose_static) R 17630 17630 17281 0 -1 4202496 7661 0 0 0 16164 1 0 0 25 0 1 0 588692374 32387072 7616 33554432000 134512640 135217611 4290664512 18446744073709551615 134527881 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17633/statm: 7907 7616 77 173 0 7732 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 40332

[startup+222.301 s]
/proc/loadavg: 4.01 3.99 3.28 5/194 17730
/proc/meminfo: memFree=17535116/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0.62 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 360 7444 0 0 0 0 61 1 19 0 1 0 588692310 8912896 255 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17630/statm: 2176 255 211 178 0 69 0
[pid=17633] ppid=17630 vsize=35060 CPUtime=221.66 cores=1,3
/proc/17633/stat : 17633 (glucose_static) R 17630 17630 17281 0 -1 4202496 8509 0 0 0 22164 2 0 0 25 0 1 0 588692374 35901440 8464 33554432000 134512640 135217611 4290664512 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17633/statm: 8765 8464 77 173 0 8590 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 43764

[startup+282.3 s]
/proc/loadavg: 4.00 3.99 3.32 5/194 17741
/proc/meminfo: memFree=17523984/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0.62 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 360 7444 0 0 0 0 61 1 19 0 1 0 588692310 8912896 255 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17630/statm: 2176 255 211 178 0 69 0
[pid=17633] ppid=17630 vsize=38332 CPUtime=281.66 cores=1,3
/proc/17633/stat : 17633 (glucose_static) R 17630 17630 17281 0 -1 4202496 9278 0 0 0 28164 2 0 0 25 0 1 0 588692374 39251968 9233 33554432000 134512640 135217611 4290664512 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17633/statm: 9583 9233 77 173 0 9408 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 47036

[startup+342.301 s]
/proc/loadavg: 4.00 3.99 3.36 5/194 17742
/proc/meminfo: memFree=17513412/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0.62 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 360 7444 0 0 0 0 61 1 19 0 1 0 588692310 8912896 255 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17630/statm: 2176 255 211 178 0 69 0
[pid=17633] ppid=17630 vsize=39312 CPUtime=341.66 cores=1,3
/proc/17633/stat : 17633 (glucose_static) R 17630 17630 17281 0 -1 4202496 9556 0 0 0 34164 2 0 0 25 0 1 0 588692374 40255488 9511 33554432000 134512640 135217611 4290664512 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17633/statm: 9828 9511 77 173 0 9653 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 48016

[startup+402.3 s]
/proc/loadavg: 4.00 3.99 3.39 5/194 17744
/proc/meminfo: memFree=17503464/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0.62 cores=1,3

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

[pid=17633] ppid=17630 vsize=46272 CPUtime=521.66 cores=1,3
/proc/17633/stat : 17633 (glucose_static) R 17630 17630 17281 0 -1 4202496 11105 0 0 0 52164 2 0 0 25 0 1 0 588692374 47382528 11060 33554432000 134512640 135217611 4290664512 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17633/statm: 11568 11060 77 173 0 11393 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 54976

[startup+582.301 s]
/proc/loadavg: 4.06 4.01 3.50 5/194 17749
/proc/meminfo: memFree=17481168/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0.62 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 360 7444 0 0 0 0 61 1 19 0 1 0 588692310 8912896 255 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17630/statm: 2176 255 211 178 0 69 0
[pid=17633] ppid=17630 vsize=47772 CPUtime=581.67 cores=1,3
/proc/17633/stat : 17633 (glucose_static) R 17630 17630 17281 0 -1 4202496 11476 0 0 0 58164 3 0 0 25 0 1 0 588692374 48918528 11431 33554432000 134512640 135217611 4290664512 18446744073709551615 134533271 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17633/statm: 11943 11431 77 173 0 11768 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 56476

[startup+642.3 s]
/proc/loadavg: 4.02 4.01 3.53 5/194 17750
/proc/meminfo: memFree=17471448/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0.62 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 360 7444 0 0 0 0 61 1 19 0 1 0 588692310 8912896 255 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17630/statm: 2176 255 211 178 0 69 0
[pid=17633] ppid=17630 vsize=48896 CPUtime=641.67 cores=1,3
/proc/17633/stat : 17633 (glucose_static) R 17630 17630 17281 0 -1 4202496 11723 0 0 0 64164 3 0 0 25 0 1 0 588692374 50069504 11678 33554432000 134512640 135217611 4290664512 18446744073709551615 134533609 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17633/statm: 12224 11678 77 173 0 12049 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 57600

[startup+702.301 s]
/proc/loadavg: 4.01 4.00 3.56 5/194 17752
/proc/meminfo: memFree=17464108/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0.62 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 360 7444 0 0 0 0 61 1 19 0 1 0 588692310 8912896 255 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17630/statm: 2176 255 211 178 0 69 0
[pid=17633] ppid=17630 vsize=50128 CPUtime=701.67 cores=1,3
/proc/17633/stat : 17633 (glucose_static) R 17630 17630 17281 0 -1 4202496 12035 0 0 0 70164 3 0 0 25 0 1 0 588692374 51331072 11990 33554432000 134512640 135217611 4290664512 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17633/statm: 12532 11990 77 173 0 12357 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 58832

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.58 5/194 17753
/proc/meminfo: memFree=17456264/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0.62 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 360 7444 0 0 0 0 61 1 19 0 1 0 588692310 8912896 255 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17630/statm: 2176 255 211 178 0 69 0
[pid=17633] ppid=17630 vsize=50724 CPUtime=761.67 cores=1,3
/proc/17633/stat : 17633 (glucose_static) R 17630 17630 17281 0 -1 4202496 12200 0 0 0 76164 3 0 0 25 0 1 0 588692374 51941376 12155 33554432000 134512640 135217611 4290664512 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17633/statm: 12681 12155 77 173 0 12506 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 59428

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.61 5/194 17755
/proc/meminfo: memFree=17450656/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0.62 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 360 7444 0 0 0 0 61 1 19 0 1 0 588692310 8912896 255 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17630/statm: 2176 255 211 178 0 69 0
[pid=17633] ppid=17630 vsize=51572 CPUtime=821.67 cores=1,3
/proc/17633/stat : 17633 (glucose_static) R 17630 17630 17281 0 -1 4202496 12398 0 0 0 82164 3 0 0 25 0 1 0 588692374 52809728 12353 33554432000 134512640 135217611 4290664512 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17633/statm: 12893 12353 77 173 0 12718 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 60276

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.63 5/194 17757
/proc/meminfo: memFree=17445296/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0.62 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 360 7444 0 0 0 0 61 1 19 0 1 0 588692310 8912896 255 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17630/statm: 2176 255 211 178 0 69 0
[pid=17633] ppid=17630 vsize=51896 CPUtime=881.67 cores=1,3
/proc/17633/stat : 17633 (glucose_static) R 17630 17630 17281 0 -1 4202496 12464 0 0 0 88164 3 0 0 25 0 1 0 588692374 53141504 12419 33554432000 134512640 135217611 4290664512 18446744073709551615 134533327 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17633/statm: 12974 12419 77 173 0 12799 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 60600

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.65 5/194 17758
/proc/meminfo: memFree=17441556/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0.62 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 360 7444 0 0 0 0 61 1 19 0 1 0 588692310 8912896 255 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17630/statm: 2176 255 211 178 0 69 0
[pid=17633] ppid=17630 vsize=53756 CPUtime=941.68 cores=1,3
/proc/17633/stat : 17633 (glucose_static) R 17630 17630 17281 0 -1 4202496 12935 0 0 0 94164 4 0 0 25 0 1 0 588692374 55046144 12890 33554432000 134512640 135217611 4290664512 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17633/statm: 13439 12890 77 173 0 13264 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 62460

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.67 5/194 17760
/proc/meminfo: memFree=17434336/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0.62 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 360 7444 0 0 0 0 61 1 19 0 1 0 588692310 8912896 255 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17630/statm: 2176 255 211 178 0 69 0
[pid=17633] ppid=17630 vsize=55488 CPUtime=1001.67 cores=1,3
/proc/17633/stat : 17633 (glucose_static) R 17630 17630 17281 0 -1 4202496 13380 0 0 0 100163 4 0 0 25 0 1 0 588692374 56819712 13335 33554432000 134512640 135217611 4290664512 18446744073709551615 134533643 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17633/statm: 13872 13335 77 173 0 13697 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 64192

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.68 5/194 17761
/proc/meminfo: memFree=17428732/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0.62 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 360 7444 0 0 0 0 61 1 19 0 1 0 588692310 8912896 255 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17630/statm: 2176 255 211 178 0 69 0
[pid=17633] ppid=17630 vsize=57360 CPUtime=1061.67 cores=1,3
/proc/17633/stat : 17633 (glucose_static) R 17630 17630 17281 0 -1 4202496 13798 0 0 0 106163 4 0 0 25 0 1 0 588692374 58736640 13753 33554432000 134512640 135217611 4290664512 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17633/statm: 14340 13753 77 173 0 14165 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 66064

[startup+1122.3 s]
/proc/loadavg: 4.06 4.01 3.71 5/194 17763
/proc/meminfo: memFree=17425348/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0.62 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 360 7444 0 0 0 0 61 1 19 0 1 0 588692310 8912896 255 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17630/statm: 2176 255 211 178 0 69 0
[pid=17633] ppid=17630 vsize=58204 CPUtime=1121.68 cores=1,3
/proc/17633/stat : 17633 (glucose_static) R 17630 17630 17281 0 -1 4202496 14000 0 0 0 112164 4 0 0 25 0 1 0 588692374 59600896 13955 33554432000 134512640 135217611 4290664512 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17633/statm: 14551 13955 77 173 0 14376 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 66908

[startup+1182.3 s]
/proc/loadavg: 4.02 4.01 3.72 5/194 17765
/proc/meminfo: memFree=17423452/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0.62 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 360 7444 0 0 0 0 61 1 19 0 1 0 588692310 8912896 255 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17630/statm: 2176 255 211 178 0 69 0
[pid=17633] ppid=17630 vsize=59472 CPUtime=1181.67 cores=1,3
/proc/17633/stat : 17633 (glucose_static) R 17630 17630 17281 0 -1 4202496 14332 0 0 0 118163 4 0 0 25 0 1 0 588692374 60899328 14287 33554432000 134512640 135217611 4290664512 18446744073709551615 134533144 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17633/statm: 14868 14287 77 173 0 14693 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 68176

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.74 5/194 17766
/proc/meminfo: memFree=17421556/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0.62 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 360 7444 0 0 0 0 61 1 19 0 1 0 588692310 8912896 255 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17630/statm: 2176 255 211 178 0 69 0
[pid=17633] ppid=17630 vsize=59812 CPUtime=1241.68 cores=1,3
/proc/17633/stat : 17633 (glucose_static) R 17630 17630 17281 0 -1 4202496 14384 0 0 0 124164 4 0 0 25 0 1 0 588692374 61247488 14339 33554432000 134512640 135217611 4290664512 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17633/statm: 14953 14339 77 173 0 14778 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 68516



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.75 5/194 17768
/proc/meminfo: memFree=17418424/32950940 swapFree=67111528/67111528
[pid=17630] ppid=17628 vsize=8704 CPUtime=0.62 cores=1,3
/proc/17630/stat : 17630 (glucose.sh) S 17628 17630 17281 0 -1 4202496 360 7444 0 0 0 0 61 1 19 0 1 0 588692310 8912896 255 33554432000 4194304 4922060 140733999642512 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17630/statm: 2176 255 211 178 0 69 0
[pid=17633] ppid=17630 vsize=60684 CPUtime=1299.38 cores=1,3
/proc/17633/stat : 17633 (glucose_static) R 17630 17630 17281 0 -1 4202496 14636 0 0 0 129934 4 0 0 25 0 1 0 588692374 62140416 14570 33554432000 134512640 135217611 4290664512 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/17633/statm: 15171 14570 77 173 0 14996 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 69388

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1299.96
CPU system time (s): 0.071989
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 69388

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

runsolver used 2.14067 second user time and 4.96425 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-28 11:56:55
IDJOB=3308897
IDBENCH=83113
IDSOLVER=1691
FILE ID=node117/3308897-1303984615
RUNJOBID= node117-1303983223-17301
PBS_JOBID= 13168709
Free space on /tmp= 71624 MiB

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

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

MD5SUM BENCH= e822739302a2d834ec9ddfe9fbd0caa2
RANDOM SEED=2079501604

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17491620 kB
Buffers:       2371648 kB
Cached:       12284164 kB
SwapCached:          0 kB
Active:        8199712 kB
Inactive:      6679948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17491620 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           35660 kB
Writeback:           0 kB
AnonPages:      223252 kB
Mapped:          16024 kB
Slab:           516916 kB
PageTables:       5220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   412584 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= 71640 MiB
End job on node117 at 2011-04-28 12:18:37