Trace number 3498821

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
EBGlucose 1.0UNSAT 4296.55 4296.42

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer16.shuffled.cnf
MD5SUMf98b1abe53ae4846a5f9102253ed913e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark738.98
Satisfiable
(Un)Satisfiability was proved
Number of variables264
Number of clauses1476
Sum of the clauses size3168
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21452
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 524

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.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    1476     3168 |     442       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    1452     5280 |      --       0       --      -- |     --   | -24/2112
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 240   #clauses: 1452   #literals: 5280
0.00/0.00	c CPU time:   0.001999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.00	
0.00/0.00	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.00	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.00	
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  240                                                  |
0.00/0.00	c |  Number of clauses:    1452                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
4296.52/4296.41	c restarts              : 5667
4296.52/4296.41	c nb ReduceDB           : 205
4296.52/4296.41	c nb learnts DL2        : 395
4296.52/4296.41	c nb learnts size 2     : 175
4296.52/4296.41	c nb learnts size 1     : 19
4296.52/4296.41	c conflicts             : 22021846       (5126 /sec)
4296.52/4296.41	c decisions             : 27076598       (1.71 % random) (6302 /sec)
4296.52/4296.41	c propagations          : 292224517      (68015 /sec)
4296.52/4296.41	c conflict literals     : 518804545      (35.49 % deleted)
4296.52/4296.41	c Memory used           : 88.57 MB
4296.52/4296.41	c CPU time              : 4296.46 s
4296.52/4296.41	
4296.52/4296.41	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.1 (svn: 989)

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 /var/tmp/evaluation-result-3498821-1307972853/watcher-3498821-1307972853 -o /var/tmp/evaluation-result-3498821-1307972853/solver-3498821-1307972853 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498821-1307972853.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.07 2.02 2.00 3/178 31999
/proc/meminfo: memFree=10763912/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) R 31997 31999 30781 0 -1 4202496 362 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 252 33554432000 4194304 4922060 140733476238176 18446744073709551615 260019860720 0 0 4100 65536 0 0 0 17 0 0 0 0
/proc/31999/statm: 2176 252 211 178 0 69 0

[startup+0.0497821 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 31999
/proc/meminfo: memFree=10763912/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100779 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 31999
/proc/meminfo: memFree=10763912/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300756 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 31999
/proc/meminfo: memFree=10763912/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700658 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 31999
/proc/meminfo: memFree=10763912/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.5005 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 32003
/proc/meminfo: memFree=10760440/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
[pid=32003] ppid=31999 vsize=7312 CPUtime=1.49 cores=0,2,4,6
/proc/32003/stat : 32003 (ebglucose_stati) R 31999 31999 30781 0 -1 4202496 1158 0 0 0 149 0 0 0 25 0 1 0 987515872 7487488 1099 33554432000 134512640 134556542 4289083056 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32003/statm: 1828 1099 211 11 0 1162 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16016

[startup+3.10022 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 32003
/proc/meminfo: memFree=10759076/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
[pid=32003] ppid=31999 vsize=8300 CPUtime=3.08 cores=0,2,4,6
/proc/32003/stat : 32003 (ebglucose_stati) R 31999 31999 30781 0 -1 4202496 1418 0 0 0 308 0 0 0 25 0 1 0 987515872 8499200 1359 33554432000 134512640 134556542 4289083056 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32003/statm: 2075 1359 211 11 0 1409 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 17004

[startup+6.30065 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 32003
/proc/meminfo: memFree=10757064/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
[pid=32003] ppid=31999 vsize=10312 CPUtime=6.29 cores=0,2,4,6
/proc/32003/stat : 32003 (ebglucose_stati) R 31999 31999 30781 0 -1 4202496 1872 0 0 0 629 0 0 0 25 0 1 0 987515872 10559488 1813 33554432000 134512640 134556542 4289083056 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32003/statm: 2578 1813 211 11 0 1912 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19016

[startup+12.7005 s]
/proc/loadavg: 2.06 2.01 2.00 3/180 32003
/proc/meminfo: memFree=10753996/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
[pid=32003] ppid=31999 vsize=12988 CPUtime=12.68 cores=0,2,4,6
/proc/32003/stat : 32003 (ebglucose_stati) R 31999 31999 30781 0 -1 4202496 2516 0 0 0 1268 0 0 0 25 0 1 0 987515872 13299712 2457 33554432000 134512640 134556542 4289083056 18446744073709551615 134537186 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32003/statm: 3247 2457 212 11 0 2581 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 21692

[startup+25.5011 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 32003
/proc/meminfo: memFree=10750396/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
[pid=32003] ppid=31999 vsize=16432 CPUtime=25.48 cores=0,2,4,6
/proc/32003/stat : 32003 (ebglucose_stati) R 31999 31999 30781 0 -1 4202496 3319 0 0 0 2548 0 0 0 25 0 1 0 987515872 16826368 3260 33554432000 134512640 134556542 4289083056 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32003/statm: 4108 3260 212 11 0 3442 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25136

[startup+51.1004 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 32004
/proc/meminfo: memFree=10746524/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
[pid=32003] ppid=31999 vsize=20420 CPUtime=51.08 cores=0,2,4,6
/proc/32003/stat : 32003 (ebglucose_stati) R 31999 31999 30781 0 -1 4202496 4254 0 0 0 5108 0 0 0 25 0 1 0 987515872 20910080 4195 33554432000 134512640 134556542 4289083056 18446744073709551615 134537454 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32003/statm: 5105 4195 212 11 0 4439 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 29124

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 32005
/proc/meminfo: memFree=10741524/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
[pid=32003] ppid=31999 vsize=25540 CPUtime=102.3 cores=0,2,4,6
/proc/32003/stat : 32003 (ebglucose_stati) R 31999 31999 30781 0 -1 4202496 5431 0 0 0 10229 1 0 0 25 0 1 0 987515872 26152960 5372 33554432000 134512640 134556542 4289083056 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32003/statm: 6385 5372 212 11 0 5719 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 34244

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32007
/proc/meminfo: memFree=10737624/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
[pid=32003] ppid=31999 vsize=29612 CPUtime=162.29 cores=0,2,4,6
/proc/32003/stat : 32003 (ebglucose_stati) R 31999 31999 30781 0 -1 4202496 6418 0 0 0 16228 1 0 0 25 0 1 0 987515872 30322688 6359 33554432000 134512640 134556542 4289083056 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32003/statm: 7403 6359 212 11 0 6737 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 38316

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32009
/proc/meminfo: memFree=10734344/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
[pid=32003] ppid=31999 vsize=33116 CPUtime=222.29 cores=0,2,4,6
/proc/32003/stat : 32003 (ebglucose_stati) R 31999 31999 30781 0 -1 4202496 7226 0 0 0 22228 1 0 0 25 0 1 0 987515872 33910784 7167 33554432000 134512640 134556542 4289083056 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32003/statm: 8279 7167 212 11 0 7613 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 41820

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32010
/proc/meminfo: memFree=10731192/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
[pid=32003] ppid=31999 vsize=36736 CPUtime=282.29 cores=0,2,4,6
/proc/32003/stat : 32003 (ebglucose_stati) R 31999 31999 30781 0 -1 4202496 8009 0 0 0 28228 1 0 0 25 0 1 0 987515872 37617664 7950 33554432000 134512640 134556542 4289083056 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32003/statm: 9184 7950 212 11 0 8518 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 45440

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32012
/proc/meminfo: memFree=10728652/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
[pid=32003] ppid=31999 vsize=39004 CPUtime=342.29 cores=0,2,4,6
/proc/32003/stat : 32003 (ebglucose_stati) R 31999 31999 30781 0 -1 4202496 8551 0 0 0 34228 1 0 0 25 0 1 0 987515872 39940096 8492 33554432000 134512640 134556542 4289083056 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32003/statm: 9751 8492 212 11 0 9085 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 47708

[startup+402.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 32013
/proc/meminfo: memFree=10726748/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6

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


[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/173 32230
/proc/meminfo: memFree=10887884/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
[pid=32003] ppid=31999 vsize=90112 CPUtime=4002.41 cores=0,2,4,6
/proc/32003/stat : 32003 (ebglucose_stati) R 31999 31999 30781 0 -1 4202496 19833 0 0 0 400234 7 0 0 25 0 1 0 987515872 92274688 19768 33554432000 134512640 134556542 4289083056 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32003/statm: 22528 19768 212 11 0 21862 0
Current children cumulated CPU time (s) 4002.41
Current children cumulated vsize (KiB) 98816

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.13 2/173 32232
/proc/meminfo: memFree=10887820/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
[pid=32003] ppid=31999 vsize=90112 CPUtime=4062.42 cores=0,2,4,6
/proc/32003/stat : 32003 (ebglucose_stati) R 31999 31999 30781 0 -1 4202496 19835 0 0 0 406235 7 0 0 25 0 1 0 987515872 92274688 19770 33554432000 134512640 134556542 4289083056 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32003/statm: 22528 19770 212 11 0 21862 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 98816

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/173 32234
/proc/meminfo: memFree=10887764/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
[pid=32003] ppid=31999 vsize=90220 CPUtime=4122.41 cores=0,2,4,6
/proc/32003/stat : 32003 (ebglucose_stati) R 31999 31999 30781 0 -1 4202496 19851 0 0 0 412234 7 0 0 25 0 1 0 987515872 92385280 19786 33554432000 134512640 134556542 4289083056 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32003/statm: 22555 19786 212 11 0 21889 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 98924

[startup+4182.3 s]
/proc/loadavg: 1.07 1.02 1.11 2/173 32235
/proc/meminfo: memFree=10887832/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
[pid=32003] ppid=31999 vsize=90400 CPUtime=4182.42 cores=0,2,4,6
/proc/32003/stat : 32003 (ebglucose_stati) R 31999 31999 30781 0 -1 4202496 19876 0 0 0 418235 7 0 0 25 0 1 0 987515872 92569600 19811 33554432000 134512640 134556542 4289083056 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32003/statm: 22600 19811 212 11 0 21934 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 99104

[startup+4242.3 s]
/proc/loadavg: 1.02 1.01 1.10 2/173 32237
/proc/meminfo: memFree=10887652/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
[pid=32003] ppid=31999 vsize=90588 CPUtime=4242.42 cores=0,2,4,6
/proc/32003/stat : 32003 (ebglucose_stati) R 31999 31999 30781 0 -1 4202496 19894 0 0 0 424235 7 0 0 25 0 1 0 987515872 92762112 19829 33554432000 134512640 134556542 4289083056 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32003/statm: 22647 19829 212 11 0 21981 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 99292

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

[startup+4249.5 s]
/proc/loadavg: 1.02 1.01 1.10 2/173 32237
/proc/meminfo: memFree=10887528/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
[pid=32003] ppid=31999 vsize=90588 CPUtime=4249.62 cores=0,2,4,6
/proc/32003/stat : 32003 (ebglucose_stati) R 31999 31999 30781 0 -1 4202496 19894 0 0 0 424955 7 0 0 25 0 1 0 987515872 92762112 19829 33554432000 134512640 134556542 4289083056 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32003/statm: 22647 19829 212 11 0 21981 0
Current children cumulated CPU time (s) 4249.62
Current children cumulated vsize (KiB) 99292

[startup+4275.1 s]
/proc/loadavg: 1.01 1.01 1.09 2/173 32238
/proc/meminfo: memFree=10887384/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
[pid=32003] ppid=31999 vsize=90696 CPUtime=4275.22 cores=0,2,4,6
/proc/32003/stat : 32003 (ebglucose_stati) R 31999 31999 30781 0 -1 4202496 19907 0 0 0 427515 7 0 0 25 0 1 0 987515872 92872704 19842 33554432000 134512640 134556542 4289083056 18446744073709551615 134525141 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32003/statm: 22674 19842 212 11 0 22008 0
Current children cumulated CPU time (s) 4275.22
Current children cumulated vsize (KiB) 99400

[startup+4287.9 s]
/proc/loadavg: 1.01 1.01 1.09 2/173 32238
/proc/meminfo: memFree=10887488/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
[pid=32003] ppid=31999 vsize=90696 CPUtime=4288.02 cores=0,2,4,6
/proc/32003/stat : 32003 (ebglucose_stati) R 31999 31999 30781 0 -1 4202496 19907 0 0 0 428795 7 0 0 25 0 1 0 987515872 92872704 19842 33554432000 134512640 134556542 4289083056 18446744073709551615 134542064 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32003/statm: 22674 19842 212 11 0 22008 0
Current children cumulated CPU time (s) 4288.02
Current children cumulated vsize (KiB) 99400

[startup+4291.11 s]
/proc/loadavg: 1.01 1.01 1.09 2/173 32238
/proc/meminfo: memFree=10887364/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
[pid=32003] ppid=31999 vsize=90696 CPUtime=4291.22 cores=0,2,4,6
/proc/32003/stat : 32003 (ebglucose_stati) R 31999 31999 30781 0 -1 4202496 19907 0 0 0 429115 7 0 0 25 0 1 0 987515872 92872704 19842 33554432000 134512640 134556542 4289083056 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32003/statm: 22674 19842 212 11 0 22008 0
Current children cumulated CPU time (s) 4291.22
Current children cumulated vsize (KiB) 99400

[startup+4294.3 s]
/proc/loadavg: 1.01 1.00 1.09 2/173 32238
/proc/meminfo: memFree=10887468/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
[pid=32003] ppid=31999 vsize=90696 CPUtime=4294.42 cores=0,2,4,6
/proc/32003/stat : 32003 (ebglucose_stati) R 31999 31999 30781 0 -1 4202496 19907 0 0 0 429435 7 0 0 25 0 1 0 987515872 92872704 19842 33554432000 134512640 134556542 4289083056 18446744073709551615 134537230 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32003/statm: 22674 19842 212 11 0 22008 0
Current children cumulated CPU time (s) 4294.42
Current children cumulated vsize (KiB) 99400

[startup+4295.1 s]
/proc/loadavg: 1.01 1.00 1.09 2/173 32238
/proc/meminfo: memFree=10887468/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
[pid=32003] ppid=31999 vsize=90696 CPUtime=4295.22 cores=0,2,4,6
/proc/32003/stat : 32003 (ebglucose_stati) R 31999 31999 30781 0 -1 4202496 19907 0 0 0 429515 7 0 0 25 0 1 0 987515872 92872704 19842 33554432000 134512640 134556542 4289083056 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32003/statm: 22674 19842 212 11 0 22008 0
Current children cumulated CPU time (s) 4295.22
Current children cumulated vsize (KiB) 99400

[startup+4295.9 s]
/proc/loadavg: 1.01 1.00 1.09 2/173 32238
/proc/meminfo: memFree=10887468/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
[pid=32003] ppid=31999 vsize=90696 CPUtime=4296.02 cores=0,2,4,6
/proc/32003/stat : 32003 (ebglucose_stati) R 31999 31999 30781 0 -1 4202496 19907 0 0 0 429595 7 0 0 25 0 1 0 987515872 92872704 19842 33554432000 134512640 134556542 4289083056 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32003/statm: 22674 19842 212 11 0 22008 0
Current children cumulated CPU time (s) 4296.02
Current children cumulated vsize (KiB) 99400

[startup+4296.3 s]
/proc/loadavg: 1.01 1.00 1.09 2/173 32238
/proc/meminfo: memFree=10887468/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
[pid=32003] ppid=31999 vsize=90696 CPUtime=4296.42 cores=0,2,4,6
/proc/32003/stat : 32003 (ebglucose_stati) R 31999 31999 30781 0 -1 4202496 19907 0 0 0 429635 7 0 0 25 0 1 0 987515872 92872704 19842 33554432000 134512640 134556542 4289083056 18446744073709551615 134537341 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32003/statm: 22674 19842 212 11 0 22008 0
Current children cumulated CPU time (s) 4296.42
Current children cumulated vsize (KiB) 99400

[startup+4296.4 s]
/proc/loadavg: 1.01 1.00 1.09 2/173 32238
/proc/meminfo: memFree=10887468/32951124 swapFree=67056304/67111528
[pid=31999] ppid=31997 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31999/stat : 31999 (ebglucose.sh) S 31997 31999 30781 0 -1 4202496 383 422 0 0 0 0 0 0 18 0 1 0 987515871 8912896 255 33554432000 4194304 4922060 140733476238176 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31999/statm: 2176 255 211 178 0 69 0
[pid=32003] ppid=31999 vsize=90696 CPUtime=4296.52 cores=0,2,4,6
/proc/32003/stat : 32003 (ebglucose_stati) R 31999 31999 30781 0 -1 4202496 19907 0 0 0 429645 7 0 0 25 0 1 0 987515872 92872704 19842 33554432000 134512640 134556542 4289083056 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/32003/statm: 22674 19842 212 11 0 22008 0
Current children cumulated CPU time (s) 4296.52
Current children cumulated vsize (KiB) 99400

Child status: 20
Real time (s): 4296.42
CPU time (s): 4296.55
CPU user time (s): 4296.47
CPU system time (s): 0.079987
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 99400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4296.47
system time used= 0.079987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20936
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= 53
involuntary context switches= 5422

runsolver used 6.39703 second user time and 13.164 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-13 15:47:33
IDJOB=3498821
IDBENCH=87943
IDSOLVER=1992
FILE ID=node110/3498821-1307972853
RUNJOBID= node110-1307962848-31328
PBS_JOBID= 13559718
Free space on /var/tmp= 2876 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT02/industrial/aloul/Homer/homer16.shuffled.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498821-1307972853/watcher-3498821-1307972853 -o /var/tmp/evaluation-result-3498821-1307972853/solver-3498821-1307972853 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498821-1307972853.cnf

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

MD5SUM BENCH= f98b1abe53ae4846a5f9102253ed913e
RANDOM SEED=878400974

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10764208 kB
Buffers:        105856 kB
Cached:       21141696 kB
SwapCached:       9184 kB
Active:        5954436 kB
Inactive:     15509876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10764208 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:             828 kB
Writeback:           0 kB
AnonPages:      214120 kB
Mapped:          14488 kB
Slab:           657876 kB
PageTables:       4764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   412188 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 /var/tmp at the end= 2884 MiB
End job on node110 at 2011-06-13 16:59:09