Trace number 3365540

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 1111.1 1111.1

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k20.cnf
MD5SUM2bee695ce4278b72ee9295631ad94252
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark162.983
Satisfiable
(Un)Satisfiability was proved
Number of variables31357
Number of clauses133420
Sum of the clauses size370492
Maximum clause length37
Minimum clause length1
Number of clauses of size 1278
Number of clauses of size 258046
Number of clauses of size 369900
Number of clauses of size 4166
Number of clauses of size 5305
Number of clauses of size over 54725

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.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |  133142   370214 |   39942       0        0     nan |  0.000 % |
0.00/0.36	c |         0 |  110225   402477 |      --       0       --      -- |     --   | -21015/37952
0.00/0.36	c ==============================================================================
0.00/0.36	c Result  :   #vars: 14762   #clauses: 110225   #literals: 402477
0.00/0.36	c CPU time:   0.350946 s
0.00/0.36	c ==============================================================================
0.00/0.44	c
0.00/0.44	c Starting glucose
0.00/0.44	c
0.00/0.44	
0.00/0.44	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.44	
0.00/0.44	c ============================[ Problem Statistics ]=============================
0.00/0.44	c |                                                                             |
0.00/0.44	c |  Number of variables:  14762                                                |
0.00/0.44	c |  Number of clauses:    110225                                               |
0.00/0.48	c |  Parsing time:         0.04         s                                       |
1110.98/1111.09	c restarts              : 4131
1110.98/1111.09	c nb ReduceDB           : 100
1110.98/1111.09	c nb learnts DL2        : 18706
1110.98/1111.09	c nb learnts size 2     : 8144
1110.98/1111.09	c nb learnts size 1     : 35
1110.98/1111.09	c conflicts             : 7017508        (6319 /sec)
1110.98/1111.09	c decisions             : 10809522       (1.12 % random) (9733 /sec)
1110.98/1111.09	c propagations          : 1492517645     (1343894 /sec)
1110.98/1111.09	c conflict literals     : 369555635      (16.73 % deleted)
1110.98/1111.09	c Memory used           : 119.66 MB
1110.98/1111.09	c CPU time              : 1110.59 s
1110.98/1111.09	
1110.98/1111.09	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-3365540-1305315247/watcher-3365540-1305315247 -o /tmp/evaluation-result-3365540-1305315247/solver-3365540-1305315247 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365540-1305315247.cnf 

running on 4 cores: 1,3,5,7

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: 0.00 0.00 0.00 1/303 7808
/proc/meminfo: memFree=8674288/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 643123499 8912896 253 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7808/statm: 2176 253 211 178 0 69 0

[startup+0.11295 s]
/proc/loadavg: 0.00 0.00 0.00 1/303 7808
/proc/meminfo: memFree=8674288/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 643123499 8912896 253 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7808/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.200935 s]
/proc/loadavg: 0.00 0.00 0.00 1/303 7808
/proc/meminfo: memFree=8674288/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 643123499 8912896 253 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7808/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300921 s]
/proc/loadavg: 0.00 0.00 0.00 1/303 7808
/proc/meminfo: memFree=8674288/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 643123499 8912896 253 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7808/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700854 s]
/proc/loadavg: 0.00 0.00 0.00 1/303 7808
/proc/meminfo: memFree=8674288/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 360 5788 0 0 0 0 41 2 17 0 1 0 643123499 8912896 255 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7808/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 8704

[startup+1.50071 s]
/proc/loadavg: 0.00 0.00 0.00 3/305 7811
/proc/meminfo: memFree=8658772/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 360 5788 0 0 0 0 41 2 17 0 1 0 643123499 8912896 255 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7808/statm: 2176 255 211 178 0 69 0
[pid=7811] ppid=7808 vsize=12992 CPUtime=1.05 cores=1,3,5,7
/proc/7811/stat : 7811 (glucose_static) R 7808 7808 7780 0 -1 4202496 3093 0 0 0 105 0 0 0 20 0 1 0 643123543 13303808 3043 33554432000 134512640 135217611 4290477440 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7811/statm: 3248 3043 77 173 0 3073 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 21696

[startup+3.10036 s]
/proc/loadavg: 0.08 0.02 0.01 2/305 7811
/proc/meminfo: memFree=8656292/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 360 5788 0 0 0 0 41 2 17 0 1 0 643123499 8912896 255 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7808/statm: 2176 255 211 178 0 69 0
[pid=7811] ppid=7808 vsize=15784 CPUtime=2.65 cores=1,3,5,7
/proc/7811/stat : 7811 (glucose_static) R 7808 7808 7780 0 -1 4202496 3760 0 0 0 265 0 0 0 25 0 1 0 643123543 16162816 3710 33554432000 134512640 135217611 4290477440 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7811/statm: 3946 3710 77 173 0 3771 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 24488

[startup+6.3008 s]
/proc/loadavg: 0.08 0.02 0.01 4/311 7823
/proc/meminfo: memFree=8601876/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 360 5788 0 0 0 0 41 2 17 0 1 0 643123499 8912896 255 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7808/statm: 2176 255 211 178 0 69 0
[pid=7811] ppid=7808 vsize=19348 CPUtime=5.85 cores=1,3,5,7
/proc/7811/stat : 7811 (glucose_static) R 7808 7808 7780 0 -1 4202496 4661 0 0 0 585 0 0 0 25 0 1 0 643123543 19812352 4611 33554432000 134512640 135217611 4290477440 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7811/statm: 4837 4611 77 173 0 4662 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 28052

[startup+12.7007 s]
/proc/loadavg: 0.37 0.08 0.03 4/311 7824
/proc/meminfo: memFree=8592448/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 360 5788 0 0 0 0 41 2 17 0 1 0 643123499 8912896 255 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7808/statm: 2176 255 211 178 0 69 0
[pid=7811] ppid=7808 vsize=24032 CPUtime=12.25 cores=1,3,5,7
/proc/7811/stat : 7811 (glucose_static) R 7808 7808 7780 0 -1 4202496 5820 0 0 0 1225 0 0 0 25 0 1 0 643123543 24608768 5770 33554432000 134512640 135217611 4290477440 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7811/statm: 6008 5770 77 173 0 5833 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 32736

[startup+25.5004 s]
/proc/loadavg: 0.62 0.14 0.05 3/311 7855
/proc/meminfo: memFree=8603024/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 360 5788 0 0 0 0 41 2 17 0 1 0 643123499 8912896 255 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7808/statm: 2176 255 211 178 0 69 0
[pid=7811] ppid=7808 vsize=25936 CPUtime=25.05 cores=1,3,5,7
/proc/7811/stat : 7811 (glucose_static) R 7808 7808 7780 0 -1 4202496 6266 0 0 0 2505 0 0 0 25 0 1 0 643123543 26558464 6216 33554432000 134512640 135217611 4290477440 18446744073709551615 134533190 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7811/statm: 6484 6216 77 173 0 6309 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 34640

[startup+51.1009 s]
/proc/loadavg: 1.17 0.31 0.10 3/311 7886
/proc/meminfo: memFree=8601116/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 360 5788 0 0 0 0 41 2 17 0 1 0 643123499 8912896 255 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7808/statm: 2176 255 211 178 0 69 0
[pid=7811] ppid=7808 vsize=28084 CPUtime=50.65 cores=1,3,5,7
/proc/7811/stat : 7811 (glucose_static) R 7808 7808 7780 0 -1 4202496 6782 0 0 0 5065 0 0 0 25 0 1 0 643123543 28758016 6732 33554432000 134512640 135217611 4290477440 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7811/statm: 7021 6732 77 173 0 6846 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 36788

[startup+102.301 s]
/proc/loadavg: 1.72 0.61 0.21 3/311 7888
/proc/meminfo: memFree=8576984/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 360 5788 0 0 0 0 41 2 17 0 1 0 643123499 8912896 255 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7808/statm: 2176 255 211 178 0 69 0
[pid=7811] ppid=7808 vsize=42352 CPUtime=101.86 cores=1,3,5,7
/proc/7811/stat : 7811 (glucose_static) R 7808 7808 7780 0 -1 4202496 10325 0 0 0 10185 1 0 0 25 0 1 0 643123543 43368448 10275 33554432000 134512640 135217611 4290477440 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7811/statm: 10588 10275 77 173 0 10413 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 51056

[startup+162.3 s]
/proc/loadavg: 2.05 0.90 0.34 3/311 7890
/proc/meminfo: memFree=8570880/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 360 5788 0 0 0 0 41 2 17 0 1 0 643123499 8912896 255 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7808/statm: 2176 255 211 178 0 69 0
[pid=7811] ppid=7808 vsize=42908 CPUtime=161.85 cores=1,3,5,7
/proc/7811/stat : 7811 (glucose_static) R 7808 7808 7780 0 -1 4202496 10458 0 0 0 16184 1 0 0 25 0 1 0 643123543 43937792 10408 33554432000 134512640 135217611 4290477440 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7811/statm: 10727 10408 77 173 0 10552 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 51612

[startup+222.312 s]
/proc/loadavg: 2.02 1.10 0.44 3/311 7891
/proc/meminfo: memFree=8554968/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 360 5788 0 0 0 0 41 2 17 0 1 0 643123499 8912896 255 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7808/statm: 2176 255 211 178 0 69 0
[pid=7811] ppid=7808 vsize=55656 CPUtime=221.87 cores=1,3,5,7
/proc/7811/stat : 7811 (glucose_static) R 7808 7808 7780 0 -1 4202496 13587 0 0 0 22185 2 0 0 25 0 1 0 643123543 56991744 13537 33554432000 134512640 135217611 4290477440 18446744073709551615 134533552 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7811/statm: 13914 13537 77 173 0 13739 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 64360

[startup+282.3 s]
/proc/loadavg: 2.00 1.26 0.53 3/311 7893
/proc/meminfo: memFree=8539052/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 360 5788 0 0 0 0 41 2 17 0 1 0 643123499 8912896 255 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7808/statm: 2176 255 211 178 0 69 0
[pid=7811] ppid=7808 vsize=68644 CPUtime=281.85 cores=1,3,5,7
/proc/7811/stat : 7811 (glucose_static) R 7808 7808 7780 0 -1 4202496 16851 0 0 0 28183 2 0 0 25 0 1 0 643123543 70291456 16801 33554432000 134512640 135217611 4290477440 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7811/statm: 17161 16801 77 173 0 16986 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 77348

[startup+342.301 s]
/proc/loadavg: 2.00 1.39 0.62 3/311 7894
/proc/meminfo: memFree=8533300/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 360 5788 0 0 0 0 41 2 17 0 1 0 643123499 8912896 255 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7808/statm: 2176 255 211 178 0 69 0
[pid=7811] ppid=7808 vsize=70388 CPUtime=341.83 cores=1,3,5,7
/proc/7811/stat : 7811 (glucose_static) R 7808 7808 7780 0 -1 4202496 17284 0 0 0 34181 2 0 0 25 0 1 0 643123543 72077312 17234 33554432000 134512640 135217611 4290477440 18446744073709551615 134533161 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7811/statm: 17597 17234 77 173 0 17422 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 79092

[startup+402.301 s]
/proc/loadavg: 2.00 1.50 0.71 3/311 7896
/proc/meminfo: memFree=8524952/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0.43 cores=1,3,5,7

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


[startup+762.301 s]
/proc/loadavg: 2.14 1.89 1.13 3/311 7906
/proc/meminfo: memFree=8489332/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 360 5788 0 0 0 0 41 2 17 0 1 0 643123499 8912896 255 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7808/statm: 2176 255 211 178 0 69 0
[pid=7811] ppid=7808 vsize=97588 CPUtime=761.85 cores=1,3,5,7
/proc/7811/stat : 7811 (glucose_static) R 7808 7808 7780 0 -1 4202496 23983 0 0 0 76181 4 0 0 25 0 1 0 643123543 99930112 23933 33554432000 134512640 135217611 4290477440 18446744073709551615 134533339 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7811/statm: 24397 23933 77 173 0 24222 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 106292

[startup+822.301 s]
/proc/loadavg: 2.05 1.91 1.18 3/311 7907
/proc/meminfo: memFree=8485204/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 360 5788 0 0 0 0 41 2 17 0 1 0 643123499 8912896 255 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7808/statm: 2176 255 211 178 0 69 0
[pid=7811] ppid=7808 vsize=98920 CPUtime=821.85 cores=1,3,5,7
/proc/7811/stat : 7811 (glucose_static) R 7808 7808 7780 0 -1 4202496 24298 0 0 0 82181 4 0 0 25 0 1 0 643123543 101294080 24248 33554432000 134512640 135217611 4290477440 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7811/statm: 24730 24248 77 173 0 24555 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 107624

[startup+882.311 s]
/proc/loadavg: 2.02 1.92 1.23 3/311 7909
/proc/meminfo: memFree=8478824/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 360 5788 0 0 0 0 41 2 17 0 1 0 643123499 8912896 255 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7808/statm: 2176 255 211 178 0 69 0
[pid=7811] ppid=7808 vsize=100908 CPUtime=881.86 cores=1,3,5,7
/proc/7811/stat : 7811 (glucose_static) R 7808 7808 7780 0 -1 4202496 24948 0 0 0 88182 4 0 0 25 0 1 0 643123543 103329792 24757 33554432000 134512640 135217611 4290477440 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7811/statm: 25227 24757 77 173 0 25052 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 109612

[startup+942.301 s]
/proc/loadavg: 2.00 1.94 1.27 3/311 7910
/proc/meminfo: memFree=8477048/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 360 5788 0 0 0 0 41 2 17 0 1 0 643123499 8912896 255 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7808/statm: 2176 255 211 178 0 69 0
[pid=7811] ppid=7808 vsize=102756 CPUtime=941.85 cores=1,3,5,7
/proc/7811/stat : 7811 (glucose_static) R 7808 7808 7780 0 -1 4202496 25398 0 0 0 94181 4 0 0 25 0 1 0 643123543 105222144 25207 33554432000 134512640 135217611 4290477440 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7811/statm: 25689 25207 77 173 0 25514 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 111460

[startup+1002.3 s]
/proc/loadavg: 2.00 1.94 1.32 3/311 7912
/proc/meminfo: memFree=8471056/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 360 5788 0 0 0 0 41 2 17 0 1 0 643123499 8912896 255 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7808/statm: 2176 255 211 178 0 69 0
[pid=7811] ppid=7808 vsize=108344 CPUtime=1001.85 cores=1,3,5,7
/proc/7811/stat : 7811 (glucose_static) R 7808 7808 7780 0 -1 4202496 26664 0 0 0 100181 4 0 0 25 0 1 0 643123543 110944256 26473 33554432000 134512640 135217611 4290477440 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7811/statm: 27086 26473 77 173 0 26911 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 117048

[startup+1062.3 s]
/proc/loadavg: 2.00 1.95 1.36 3/311 7914
/proc/meminfo: memFree=8462836/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 360 5788 0 0 0 0 41 2 17 0 1 0 643123499 8912896 255 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7808/statm: 2176 255 211 178 0 69 0
[pid=7811] ppid=7808 vsize=113880 CPUtime=1061.85 cores=1,3,5,7
/proc/7811/stat : 7811 (glucose_static) R 7808 7808 7780 0 -1 4202496 28003 0 0 0 106180 5 0 0 25 0 1 0 643123543 116613120 27812 33554432000 134512640 135217611 4290477440 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7811/statm: 28470 27812 77 173 0 28295 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 122584

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

[startup+1075.2 s]
/proc/loadavg: 2.00 1.95 1.36 3/311 7914
/proc/meminfo: memFree=8461328/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 360 5788 0 0 0 0 41 2 17 0 1 0 643123499 8912896 255 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7808/statm: 2176 255 211 178 0 69 0
[pid=7811] ppid=7808 vsize=115456 CPUtime=1074.75 cores=1,3,5,7
/proc/7811/stat : 7811 (glucose_static) R 7808 7808 7780 0 -1 4202496 28387 0 0 0 107470 5 0 0 25 0 1 0 643123543 118226944 28196 33554432000 134512640 135217611 4290477440 18446744073709551615 134533158 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7811/statm: 28864 28196 77 173 0 28689 0
Current children cumulated CPU time (s) 1075.18
Current children cumulated vsize (KiB) 124160

[startup+1088.01 s]
/proc/loadavg: 2.00 1.95 1.37 3/311 7914
/proc/meminfo: memFree=8453880/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 360 5788 0 0 0 0 41 2 17 0 1 0 643123499 8912896 255 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7808/statm: 2176 255 211 178 0 69 0
[pid=7811] ppid=7808 vsize=122524 CPUtime=1087.56 cores=1,3,5,7
/proc/7811/stat : 7811 (glucose_static) R 7808 7808 7780 0 -1 4202496 30147 0 0 0 108751 5 0 0 25 0 1 0 643123543 125464576 29956 33554432000 134512640 135217611 4290477440 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7811/statm: 30631 29956 77 173 0 30456 0
Current children cumulated CPU time (s) 1087.99
Current children cumulated vsize (KiB) 131228

[startup+1100.8 s]
/proc/loadavg: 2.00 1.95 1.38 3/311 7914
/proc/meminfo: memFree=8453376/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 360 5788 0 0 0 0 41 2 17 0 1 0 643123499 8912896 255 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7808/statm: 2176 255 211 178 0 69 0
[pid=7811] ppid=7808 vsize=122524 CPUtime=1100.35 cores=1,3,5,7
/proc/7811/stat : 7811 (glucose_static) R 7808 7808 7780 0 -1 4202496 30151 0 0 0 110030 5 0 0 25 0 1 0 643123543 125464576 29960 33554432000 134512640 135217611 4290477440 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7811/statm: 30631 29960 77 173 0 30456 0
Current children cumulated CPU time (s) 1100.78
Current children cumulated vsize (KiB) 131228

[startup+1107.2 s]
/proc/loadavg: 2.00 1.95 1.38 3/311 7915
/proc/meminfo: memFree=8453368/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 360 5788 0 0 0 0 41 2 17 0 1 0 643123499 8912896 255 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7808/statm: 2176 255 211 178 0 69 0
[pid=7811] ppid=7808 vsize=122524 CPUtime=1106.75 cores=1,3,5,7
/proc/7811/stat : 7811 (glucose_static) R 7808 7808 7780 0 -1 4202496 30152 0 0 0 110670 5 0 0 25 0 1 0 643123543 125464576 29961 33554432000 134512640 135217611 4290477440 18446744073709551615 134542201 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7811/statm: 30631 29961 77 173 0 30456 0
Current children cumulated CPU time (s) 1107.18
Current children cumulated vsize (KiB) 131228

[startup+1108.8 s]
/proc/loadavg: 2.00 1.95 1.38 3/311 7915
/proc/meminfo: memFree=8453368/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 360 5788 0 0 0 0 41 2 17 0 1 0 643123499 8912896 255 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7808/statm: 2176 255 211 178 0 69 0
[pid=7811] ppid=7808 vsize=122524 CPUtime=1108.35 cores=1,3,5,7
/proc/7811/stat : 7811 (glucose_static) R 7808 7808 7780 0 -1 4202496 30152 0 0 0 110830 5 0 0 25 0 1 0 643123543 125464576 29961 33554432000 134512640 135217611 4290477440 18446744073709551615 134532758 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7811/statm: 30631 29961 77 173 0 30456 0
Current children cumulated CPU time (s) 1108.78
Current children cumulated vsize (KiB) 131228

[startup+1110.4 s]
/proc/loadavg: 2.00 1.95 1.38 3/311 7915
/proc/meminfo: memFree=8453244/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 360 5788 0 0 0 0 41 2 17 0 1 0 643123499 8912896 255 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7808/statm: 2176 255 211 178 0 69 0
[pid=7811] ppid=7808 vsize=122524 CPUtime=1109.95 cores=1,3,5,7
/proc/7811/stat : 7811 (glucose_static) R 7808 7808 7780 0 -1 4202496 30152 0 0 0 110990 5 0 0 25 0 1 0 643123543 125464576 29961 33554432000 134512640 135217611 4290477440 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7811/statm: 30631 29961 77 173 0 30456 0
Current children cumulated CPU time (s) 1110.38
Current children cumulated vsize (KiB) 131228

[startup+1110.8 s]
/proc/loadavg: 2.00 1.95 1.38 3/311 7915
/proc/meminfo: memFree=8453244/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 360 5788 0 0 0 0 41 2 17 0 1 0 643123499 8912896 255 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7808/statm: 2176 255 211 178 0 69 0
[pid=7811] ppid=7808 vsize=122524 CPUtime=1110.35 cores=1,3,5,7
/proc/7811/stat : 7811 (glucose_static) R 7808 7808 7780 0 -1 4202496 30152 0 0 0 111030 5 0 0 25 0 1 0 643123543 125464576 29961 33554432000 134512640 135217611 4290477440 18446744073709551615 134540945 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7811/statm: 30631 29961 77 173 0 30456 0
Current children cumulated CPU time (s) 1110.78
Current children cumulated vsize (KiB) 131228

[startup+1111 s]
/proc/loadavg: 2.00 1.95 1.38 3/311 7915
/proc/meminfo: memFree=8453120/32950928 swapFree=67111348/67111528
[pid=7808] ppid=7806 vsize=8704 CPUtime=0.43 cores=1,3,5,7
/proc/7808/stat : 7808 (glucose.sh) S 7806 7808 7780 0 -1 4202496 360 5788 0 0 0 0 41 2 17 0 1 0 643123499 8912896 255 33554432000 4194304 4922060 140735468057440 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7808/statm: 2176 255 211 178 0 69 0
[pid=7811] ppid=7808 vsize=122524 CPUtime=1110.55 cores=1,3,5,7
/proc/7811/stat : 7811 (glucose_static) R 7808 7808 7780 0 -1 4202496 30152 0 0 0 111050 5 0 0 25 0 1 0 643123543 125464576 29961 33554432000 134512640 135217611 4290477440 18446744073709551615 134542569 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7811/statm: 30631 29961 77 173 0 30456 0
Current children cumulated CPU time (s) 1110.98
Current children cumulated vsize (KiB) 131228

Child status: 20
Real time (s): 1111.1
CPU time (s): 1111.1
CPU user time (s): 1111.01
CPU system time (s): 0.090986
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 131228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1111.01
system time used= 0.090986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36521
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= 39
involuntary context switches= 10309

runsolver used 3.17352 second user time and 7.68483 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-13 21:34:07
IDJOB=3365540
IDBENCH=20529
IDSOLVER=1842
FILE ID=node120/3365540-1305315247
RUNJOBID= node120-1305315246-7799
PBS_JOBID= 13324312
Free space on /tmp= 47972 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k20.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365540-1305315247/watcher-3365540-1305315247 -o /tmp/evaluation-result-3365540-1305315247/solver-3365540-1305315247 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365540-1305315247.cnf

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

MD5SUM BENCH= 2bee695ce4278b72ee9295631ad94252
RANDOM SEED=729255872

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       8674568 kB
Buffers:        208160 kB
Cached:        7166368 kB
SwapCached:          0 kB
Active:       17301760 kB
Inactive:      6576448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8674568 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            4708 kB
Writeback:           0 kB
AnonPages:    16503836 kB
Mapped:          24100 kB
Slab:           284596 kB
PageTables:      48172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51546608 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= 47956 MiB
End job on node120 at 2011-05-13 21:52:39