Trace number 3365890

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.0UNSAT 3630.21 3630.13

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom13.cnf
MD5SUMf3c2fb082f5fbc8fb1f714d6ee13929d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark93.9187
Satisfiable
(Un)Satisfiability was proved
Number of variables19995
Number of clauses66333
Sum of the clauses size168341
Maximum clause length698
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 235137
Number of clauses of size 330832
Number of clauses of size 490
Number of clauses of size 511
Number of clauses of size over 5262

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.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   62361   158899 |   18708       0        0     nan |  0.000 % |
0.00/0.25	c |         0 |   42585   155666 |      --       0       --      -- |     --   | -19776/-3233
0.00/0.25	c ==============================================================================
0.00/0.25	c Result  :   #vars: 7780   #clauses: 42585   #literals: 155666
0.00/0.25	c CPU time:   0.241963 s
0.00/0.25	c ==============================================================================
0.00/0.28	c
0.00/0.28	c Starting glucose
0.00/0.28	c
0.00/0.28	
0.00/0.28	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.28	
0.00/0.28	c ============================[ Problem Statistics ]=============================
0.00/0.28	c |                                                                             |
0.00/0.28	c |  Number of variables:  7780                                                 |
0.00/0.28	c |  Number of clauses:    42585                                                |
0.00/0.29	c |  Parsing time:         0.01         s                                       |
3630.15/3630.12	c restarts              : 2770
3630.15/3630.12	c nb ReduceDB           : 142
3630.15/3630.12	c nb learnts DL2        : 1524
3630.15/3630.12	c nb learnts size 2     : 608
3630.15/3630.12	c nb learnts size 1     : 31
3630.15/3630.12	c conflicts             : 11021960       (3036 /sec)
3630.15/3630.12	c decisions             : 13531042       (1.70 % random) (3728 /sec)
3630.15/3630.12	c propagations          : 3640849497     (1003025 /sec)
3630.15/3630.12	c conflict literals     : 370530981      (49.51 % deleted)
3630.15/3630.12	c Memory used           : 79.85 MB
3630.15/3630.12	c CPU time              : 3629.87 s
3630.15/3630.12	
3630.15/3630.12	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3365890-1305320738/watcher-3365890-1305320738 -o /tmp/evaluation-result-3365890-1305320738/solver-3365890-1305320738 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365890-1305320738.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.13 2.07 2.01 2/283 31714
/proc/meminfo: memFree=14486656/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 643673416 8912896 252 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31714/statm: 2176 252 211 178 0 69 0

[startup+0.018684 s]
/proc/loadavg: 2.13 2.07 2.01 2/283 31714
/proc/meminfo: memFree=14486656/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 643673416 8912896 252 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31714/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100704 s]
/proc/loadavg: 2.13 2.07 2.01 2/283 31714
/proc/meminfo: memFree=14486656/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 643673416 8912896 252 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31714/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300655 s]
/proc/loadavg: 2.13 2.07 2.01 2/283 31714
/proc/meminfo: memFree=14486656/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 358 2885 0 0 0 0 27 0 24 0 1 0 643673416 8912896 254 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31714/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8704

[startup+0.700577 s]
/proc/loadavg: 2.13 2.07 2.01 2/283 31714
/proc/meminfo: memFree=14486656/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 358 2885 0 0 0 0 27 0 24 0 1 0 643673416 8912896 254 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31714/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8704

[startup+1.50041 s]
/proc/loadavg: 2.13 2.07 2.01 3/285 31717
/proc/meminfo: memFree=14477836/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 358 2885 0 0 0 0 27 0 24 0 1 0 643673416 8912896 254 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31714/statm: 2176 254 211 178 0 69 0
[pid=31717] ppid=31714 vsize=6844 CPUtime=1.21 cores=0,2,4,6
/proc/31717/stat : 31717 (glucose_static) R 31714 31714 31324 0 -1 4202496 1585 0 0 0 121 0 0 0 25 0 1 0 643673445 7008256 1540 33554432000 134512640 135217611 4288470192 18446744073709551615 134533073 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31717/statm: 1711 1540 76 173 0 1536 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 15548

[startup+3.10116 s]
/proc/loadavg: 2.13 2.07 2.01 3/285 31717
/proc/meminfo: memFree=14476224/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 358 2885 0 0 0 0 27 0 24 0 1 0 643673416 8912896 254 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31714/statm: 2176 254 211 178 0 69 0
[pid=31717] ppid=31714 vsize=8468 CPUtime=2.81 cores=0,2,4,6
/proc/31717/stat : 31717 (glucose_static) R 31714 31714 31324 0 -1 4202496 1974 0 0 0 281 0 0 0 25 0 1 0 643673445 8671232 1929 33554432000 134512640 135217611 4288470192 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31717/statm: 2117 1929 76 173 0 1942 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 17172

[startup+6.30061 s]
/proc/loadavg: 2.12 2.07 2.01 3/285 31717
/proc/meminfo: memFree=14474400/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 358 2885 0 0 0 0 27 0 24 0 1 0 643673416 8912896 254 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31714/statm: 2176 254 211 178 0 69 0
[pid=31717] ppid=31714 vsize=9184 CPUtime=6.01 cores=0,2,4,6
/proc/31717/stat : 31717 (glucose_static) R 31714 31714 31324 0 -1 4202496 2139 0 0 0 601 0 0 0 25 0 1 0 643673445 9404416 2094 33554432000 134512640 135217611 4288470192 18446744073709551615 134532744 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31717/statm: 2296 2094 77 173 0 2121 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 17888

[startup+12.7005 s]
/proc/loadavg: 2.11 2.07 2.01 3/285 31719
/proc/meminfo: memFree=14471956/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 358 2885 0 0 0 0 27 0 24 0 1 0 643673416 8912896 254 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31714/statm: 2176 254 211 178 0 69 0
[pid=31717] ppid=31714 vsize=10772 CPUtime=12.41 cores=0,2,4,6
/proc/31717/stat : 31717 (glucose_static) R 31714 31714 31324 0 -1 4202496 2558 0 0 0 1241 0 0 0 25 0 1 0 643673445 11030528 2513 33554432000 134512640 135217611 4288470192 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31717/statm: 2693 2513 77 173 0 2518 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 19476

[startup+25.5003 s]
/proc/loadavg: 2.08 2.07 2.01 3/285 31721
/proc/meminfo: memFree=14470960/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 358 2885 0 0 0 0 27 0 24 0 1 0 643673416 8912896 254 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31714/statm: 2176 254 211 178 0 69 0
[pid=31717] ppid=31714 vsize=12548 CPUtime=25.21 cores=0,2,4,6
/proc/31717/stat : 31717 (glucose_static) R 31714 31714 31324 0 -1 4202496 2982 0 0 0 2521 0 0 0 25 0 1 0 643673445 12849152 2937 33554432000 134512640 135217611 4288470192 18446744073709551615 134533327 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31717/statm: 3137 2937 77 173 0 2962 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 21252

[startup+51.1008 s]
/proc/loadavg: 2.06 2.06 2.00 3/285 31751
/proc/meminfo: memFree=14549468/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 358 2885 0 0 0 0 27 0 24 0 1 0 643673416 8912896 254 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31714/statm: 2176 254 211 178 0 69 0
[pid=31717] ppid=31714 vsize=16832 CPUtime=50.81 cores=0,2,4,6
/proc/31717/stat : 31717 (glucose_static) R 31714 31714 31324 0 -1 4202496 4015 0 0 0 5081 0 0 0 25 0 1 0 643673445 17235968 3970 33554432000 134512640 135217611 4288470192 18446744073709551615 134533165 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31717/statm: 4208 3970 77 173 0 4033 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 25536

[startup+102.311 s]
/proc/loadavg: 2.02 2.05 2.00 3/285 31753
/proc/meminfo: memFree=14538096/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 358 2885 0 0 0 0 27 0 24 0 1 0 643673416 8912896 254 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31714/statm: 2176 254 211 178 0 69 0
[pid=31717] ppid=31714 vsize=21540 CPUtime=102.02 cores=0,2,4,6
/proc/31717/stat : 31717 (glucose_static) R 31714 31714 31324 0 -1 4202496 5142 0 0 0 10202 0 0 0 25 0 1 0 643673445 22056960 5097 33554432000 134512640 135217611 4288470192 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31717/statm: 5385 5097 77 173 0 5210 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 30244

[startup+162.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/285 31754
/proc/meminfo: memFree=14530276/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 358 2885 0 0 0 0 27 0 24 0 1 0 643673416 8912896 254 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31714/statm: 2176 254 211 178 0 69 0
[pid=31717] ppid=31714 vsize=24716 CPUtime=162.02 cores=0,2,4,6
/proc/31717/stat : 31717 (glucose_static) R 31714 31714 31324 0 -1 4202496 5914 0 0 0 16201 1 0 0 25 0 1 0 643673445 25309184 5869 33554432000 134512640 135217611 4288470192 18446744073709551615 134537299 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31717/statm: 6179 5869 77 173 0 6004 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 33420

[startup+222.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/285 31756
/proc/meminfo: memFree=14523192/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 358 2885 0 0 0 0 27 0 24 0 1 0 643673416 8912896 254 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31714/statm: 2176 254 211 178 0 69 0
[pid=31717] ppid=31714 vsize=27540 CPUtime=222.02 cores=0,2,4,6
/proc/31717/stat : 31717 (glucose_static) R 31714 31714 31324 0 -1 4202496 6534 0 0 0 22201 1 0 0 25 0 1 0 643673445 28200960 6489 33554432000 134512640 135217611 4288470192 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31717/statm: 6885 6489 77 173 0 6710 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 36244

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/285 31758
/proc/meminfo: memFree=14518712/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 358 2885 0 0 0 0 27 0 24 0 1 0 643673416 8912896 254 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31714/statm: 2176 254 211 178 0 69 0
[pid=31717] ppid=31714 vsize=29732 CPUtime=282.02 cores=0,2,4,6
/proc/31717/stat : 31717 (glucose_static) R 31714 31714 31324 0 -1 4202496 7058 0 0 0 28201 1 0 0 25 0 1 0 643673445 30445568 7013 33554432000 134512640 135217611 4288470192 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31717/statm: 7433 7013 77 173 0 7258 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 38436

[startup+342.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/285 31759
/proc/meminfo: memFree=14513356/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 358 2885 0 0 0 0 27 0 24 0 1 0 643673416 8912896 254 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31714/statm: 2176 254 211 178 0 69 0
[pid=31717] ppid=31714 vsize=32500 CPUtime=342.01 cores=0,2,4,6
/proc/31717/stat : 31717 (glucose_static) R 31714 31714 31324 0 -1 4202496 7755 0 0 0 34200 1 0 0 25 0 1 0 643673445 33280000 7710 33554432000 134512640 135217611 4288470192 18446744073709551615 134533158 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31717/statm: 8125 7710 77 173 0 7950 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 41204

[startup+402.301 s]
/proc/loadavg: 2.07 2.05 2.01 3/285 31761
/proc/meminfo: memFree=14509496/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6

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


[startup+3282.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/285 31838
/proc/meminfo: memFree=14424600/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 358 2885 0 0 0 0 27 0 24 0 1 0 643673416 8912896 254 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31714/statm: 2176 254 211 178 0 69 0
[pid=31717] ppid=31714 vsize=79172 CPUtime=3282.08 cores=0,2,4,6
/proc/31717/stat : 31717 (glucose_static) R 31714 31714 31324 0 -1 4202496 18566 0 0 0 328204 4 0 0 25 0 1 0 643673445 81072128 18461 33554432000 134512640 135217611 4288470192 18446744073709551615 134532918 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31717/statm: 19793 18461 77 173 0 19618 0
Current children cumulated CPU time (s) 3282.35
Current children cumulated vsize (KiB) 87876

[startup+3342.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/285 31848
/proc/meminfo: memFree=14422232/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 358 2885 0 0 0 0 27 0 24 0 1 0 643673416 8912896 254 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31714/statm: 2176 254 211 178 0 69 0
[pid=31717] ppid=31714 vsize=79384 CPUtime=3342.08 cores=0,2,4,6
/proc/31717/stat : 31717 (glucose_static) R 31714 31714 31324 0 -1 4202496 18627 0 0 0 334204 4 0 0 25 0 1 0 643673445 81289216 18522 33554432000 134512640 135217611 4288470192 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31717/statm: 19846 18522 77 173 0 19671 0
Current children cumulated CPU time (s) 3342.35
Current children cumulated vsize (KiB) 88088

[startup+3402.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/285 31850
/proc/meminfo: memFree=14420732/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 358 2885 0 0 0 0 27 0 24 0 1 0 643673416 8912896 254 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31714/statm: 2176 254 211 178 0 69 0
[pid=31717] ppid=31714 vsize=80724 CPUtime=3402.09 cores=0,2,4,6
/proc/31717/stat : 31717 (glucose_static) R 31714 31714 31324 0 -1 4202496 18944 0 0 0 340205 4 0 0 25 0 1 0 643673445 82661376 18839 33554432000 134512640 135217611 4288470192 18446744073709551615 134542173 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31717/statm: 20181 18839 77 173 0 20006 0
Current children cumulated CPU time (s) 3402.36
Current children cumulated vsize (KiB) 89428

[startup+3462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/285 31851
/proc/meminfo: memFree=14419592/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 358 2885 0 0 0 0 27 0 24 0 1 0 643673416 8912896 254 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31714/statm: 2176 254 211 178 0 69 0
[pid=31717] ppid=31714 vsize=81044 CPUtime=3462.08 cores=0,2,4,6
/proc/31717/stat : 31717 (glucose_static) R 31714 31714 31324 0 -1 4202496 18997 0 0 0 346204 4 0 0 25 0 1 0 643673445 82989056 18892 33554432000 134512640 135217611 4288470192 18446744073709551615 134533144 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31717/statm: 20261 18892 77 173 0 20086 0
Current children cumulated CPU time (s) 3462.35
Current children cumulated vsize (KiB) 89748

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/285 31853
/proc/meminfo: memFree=14419828/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 358 2885 0 0 0 0 27 0 24 0 1 0 643673416 8912896 254 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31714/statm: 2176 254 211 178 0 69 0
[pid=31717] ppid=31714 vsize=81476 CPUtime=3522.08 cores=0,2,4,6
/proc/31717/stat : 31717 (glucose_static) R 31714 31714 31324 0 -1 4202496 19069 0 0 0 352204 4 0 0 25 0 1 0 643673445 83431424 18964 33554432000 134512640 135217611 4288470192 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31717/statm: 20369 18964 77 173 0 20194 0
Current children cumulated CPU time (s) 3522.35
Current children cumulated vsize (KiB) 90180

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/285 31855
/proc/meminfo: memFree=14418572/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 358 2885 0 0 0 0 27 0 24 0 1 0 643673416 8912896 254 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31714/statm: 2176 254 211 178 0 69 0
[pid=31717] ppid=31714 vsize=81764 CPUtime=3582.08 cores=0,2,4,6
/proc/31717/stat : 31717 (glucose_static) R 31714 31714 31324 0 -1 4202496 19138 0 0 0 358204 4 0 0 25 0 1 0 643673445 83726336 19033 33554432000 134512640 135217611 4288470192 18446744073709551615 134533280 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31717/statm: 20441 19033 77 173 0 20266 0
Current children cumulated CPU time (s) 3582.35
Current children cumulated vsize (KiB) 90468

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

[startup+3583.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/285 31855
/proc/meminfo: memFree=14418572/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 358 2885 0 0 0 0 27 0 24 0 1 0 643673416 8912896 254 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31714/statm: 2176 254 211 178 0 69 0
[pid=31717] ppid=31714 vsize=81764 CPUtime=3583.68 cores=0,2,4,6
/proc/31717/stat : 31717 (glucose_static) R 31714 31714 31324 0 -1 4202496 19138 0 0 0 358364 4 0 0 25 0 1 0 643673445 83726336 19033 33554432000 134512640 135217611 4288470192 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31717/statm: 20441 19033 77 173 0 20266 0
Current children cumulated CPU time (s) 3583.95
Current children cumulated vsize (KiB) 90468

[startup+3609.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/285 31855
/proc/meminfo: memFree=14418696/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 358 2885 0 0 0 0 27 0 24 0 1 0 643673416 8912896 254 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31714/statm: 2176 254 211 178 0 69 0
[pid=31717] ppid=31714 vsize=81764 CPUtime=3609.28 cores=0,2,4,6
/proc/31717/stat : 31717 (glucose_static) R 31714 31714 31324 0 -1 4202496 19140 0 0 0 360924 4 0 0 25 0 1 0 643673445 83726336 19035 33554432000 134512640 135217611 4288470192 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31717/statm: 20441 19035 77 173 0 20266 0
Current children cumulated CPU time (s) 3609.55
Current children cumulated vsize (KiB) 90468

[startup+3622.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/285 31858
/proc/meminfo: memFree=14418692/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 358 2885 0 0 0 0 27 0 24 0 1 0 643673416 8912896 254 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31714/statm: 2176 254 211 178 0 69 0
[pid=31717] ppid=31714 vsize=81764 CPUtime=3622.09 cores=0,2,4,6
/proc/31717/stat : 31717 (glucose_static) R 31714 31714 31324 0 -1 4202496 19144 0 0 0 362205 4 0 0 25 0 1 0 643673445 83726336 19039 33554432000 134512640 135217611 4288470192 18446744073709551615 134533231 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31717/statm: 20441 19039 77 173 0 20266 0
Current children cumulated CPU time (s) 3622.36
Current children cumulated vsize (KiB) 90468

[startup+3625.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/285 31859
/proc/meminfo: memFree=14419044/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 358 2885 0 0 0 0 27 0 24 0 1 0 643673416 8912896 254 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31714/statm: 2176 254 211 178 0 69 0
[pid=31717] ppid=31714 vsize=81764 CPUtime=3625.29 cores=0,2,4,6
/proc/31717/stat : 31717 (glucose_static) R 31714 31714 31324 0 -1 4202496 19148 0 0 0 362525 4 0 0 25 0 1 0 643673445 83726336 19043 33554432000 134512640 135217611 4288470192 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31717/statm: 20441 19043 77 173 0 20266 0
Current children cumulated CPU time (s) 3625.56
Current children cumulated vsize (KiB) 90468

[startup+3628.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/285 31859
/proc/meminfo: memFree=14418916/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 358 2885 0 0 0 0 27 0 24 0 1 0 643673416 8912896 254 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31714/statm: 2176 254 211 178 0 69 0
[pid=31717] ppid=31714 vsize=81764 CPUtime=3628.48 cores=0,2,4,6
/proc/31717/stat : 31717 (glucose_static) R 31714 31714 31324 0 -1 4202496 19148 0 0 0 362844 4 0 0 25 0 1 0 643673445 83726336 19043 33554432000 134512640 135217611 4288470192 18446744073709551615 134522384 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31717/statm: 20441 19043 77 173 0 20266 0
Current children cumulated CPU time (s) 3628.75
Current children cumulated vsize (KiB) 90468

[startup+3629.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/285 31859
/proc/meminfo: memFree=14418792/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 358 2885 0 0 0 0 27 0 24 0 1 0 643673416 8912896 254 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31714/statm: 2176 254 211 178 0 69 0
[pid=31717] ppid=31714 vsize=81764 CPUtime=3629.28 cores=0,2,4,6
/proc/31717/stat : 31717 (glucose_static) R 31714 31714 31324 0 -1 4202496 19148 0 0 0 362924 4 0 0 25 0 1 0 643673445 83726336 19043 33554432000 134512640 135217611 4288470192 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31717/statm: 20441 19043 77 173 0 20266 0
Current children cumulated CPU time (s) 3629.55
Current children cumulated vsize (KiB) 90468

[startup+3629.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/285 31859
/proc/meminfo: memFree=14418792/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 358 2885 0 0 0 0 27 0 24 0 1 0 643673416 8912896 254 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31714/statm: 2176 254 211 178 0 69 0
[pid=31717] ppid=31714 vsize=81764 CPUtime=3629.69 cores=0,2,4,6
/proc/31717/stat : 31717 (glucose_static) R 31714 31714 31324 0 -1 4202496 19148 0 0 0 362965 4 0 0 25 0 1 0 643673445 83726336 19043 33554432000 134512640 135217611 4288470192 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31717/statm: 20441 19043 77 173 0 20266 0
Current children cumulated CPU time (s) 3629.96
Current children cumulated vsize (KiB) 90468

[startup+3630.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/285 31859
/proc/meminfo: memFree=14418792/32951132 swapFree=67093824/67111528
[pid=31714] ppid=31712 vsize=8704 CPUtime=0.27 cores=0,2,4,6
/proc/31714/stat : 31714 (glucose.sh) S 31712 31714 31324 0 -1 4202496 358 2885 0 0 0 0 27 0 24 0 1 0 643673416 8912896 254 33554432000 4194304 4922060 140733241823600 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31714/statm: 2176 254 211 178 0 69 0
[pid=31717] ppid=31714 vsize=81764 CPUtime=3629.88 cores=0,2,4,6
/proc/31717/stat : 31717 (glucose_static) R 31714 31714 31324 0 -1 4202496 19148 0 0 0 362984 4 0 0 25 0 1 0 643673445 83726336 19043 33554432000 134512640 135217611 4288470192 18446744073709551615 134532987 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31717/statm: 20441 19043 77 173 0 20266 0
Current children cumulated CPU time (s) 3630.15
Current children cumulated vsize (KiB) 90468

Child status: 20
Real time (s): 3630.13
CPU time (s): 3630.21
CPU user time (s): 3630.14
CPU system time (s): 0.06499
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 90468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3630.14
system time used= 0.06499
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22613
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= 37
involuntary context switches= 4859

runsolver used 10.5224 second user time and 22.3916 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-13 23:05:38
IDJOB=3365890
IDBENCH=83117
IDSOLVER=1842
FILE ID=node131/3365890-1305320738
RUNJOBID= node131-1305315243-31342
PBS_JOBID= 13324301
Free space on /tmp= 52580 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom13.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365890-1305320738/watcher-3365890-1305320738 -o /tmp/evaluation-result-3365890-1305320738/solver-3365890-1305320738 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365890-1305320738.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f3c2fb082f5fbc8fb1f714d6ee13929d
RANDOM SEED=638088924

node131.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	: 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.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.83
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.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.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.77
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      14486928 kB
Buffers:        233744 kB
Cached:        8033780 kB
SwapCached:       1504 kB
Active:       10620672 kB
Inactive:      7482536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      14486928 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:            2564 kB
Writeback:           8 kB
AnonPages:     9834240 kB
Mapped:          27268 kB
Slab:           267932 kB
PageTables:      31348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 28143536 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 52568 MiB
End job on node131 at 2011-05-14 00:06:08