Trace number 3498605

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.0? (TO) 5000.04 4999.91

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-21-s100.cnf
MD5SUMd34c45eae853ce60c342643824196dbf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark38.0462
Satisfiable
(Un)Satisfiability was proved
Number of variables31613
Number of clauses95104
Sum of the clauses size224206
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260978
Number of clauses of size 334062
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   94904   223730 |   28471       0        0     nan |  0.000 % |
0.00/0.61	c |         0 |   57479   171136 |      --       0       --      -- |     --   | -37085/-51618
0.00/0.61	c ==============================================================================
0.00/0.61	c Result  :   #vars: 13839   #clauses: 57479   #literals: 171136
0.00/0.61	c CPU time:   0.599908 s
0.00/0.61	c ==============================================================================
0.00/0.65	c
0.00/0.65	c Starting glucose
0.00/0.65	c
0.00/0.65	
0.00/0.65	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.65	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.65	
0.00/0.65	c ============================[ Problem Statistics ]=============================
0.00/0.65	c |                                                                             |
0.00/0.65	c |  Number of variables:  13839                                                |
0.00/0.65	c |  Number of clauses:    57479                                                |
0.00/0.67	c |  Parsing time:         0.02         s                                       |
5000.02/4999.91	HOME/ebglucose.sh: line 57:  3838 Terminated              $RS $TMP.cnf -verbosity=0 $TMP.result "$@"

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.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-3498605-1307961458/watcher-3498605-1307961458 -o /var/tmp/evaluation-result-3498605-1307961458/solver-3498605-1307961458 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498605-1307961458.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: 1.00 1.00 1.00 2/175 3833
/proc/meminfo: memFree=15150844/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 356 233 0 0 0 0 0 0 18 0 1 0 907746152 8912896 253 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3833/statm: 2176 253 211 178 0 69 0

[startup+0.0156389 s]
/proc/loadavg: 1.00 1.00 1.00 2/175 3833
/proc/meminfo: memFree=15150844/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 356 233 0 0 0 0 0 0 18 0 1 0 907746152 8912896 253 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3833/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100676 s]
/proc/loadavg: 1.00 1.00 1.00 2/175 3833
/proc/meminfo: memFree=15150844/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 356 233 0 0 0 0 0 0 18 0 1 0 907746152 8912896 253 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3833/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.30062 s]
/proc/loadavg: 1.00 1.00 1.00 2/175 3833
/proc/meminfo: memFree=15150844/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 356 233 0 0 0 0 0 0 18 0 1 0 907746152 8912896 253 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3833/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.704527 s]
/proc/loadavg: 1.00 1.00 1.00 2/175 3833
/proc/meminfo: memFree=15150844/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0.64 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 382 4746 0 0 0 0 63 1 15 0 1 0 907746152 8912896 256 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3833/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 8704

[startup+1.5004 s]
/proc/loadavg: 1.00 1.00 1.00 3/177 3838
/proc/meminfo: memFree=15137552/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0.64 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 382 4746 0 0 0 0 63 1 15 0 1 0 907746152 8912896 256 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3833/statm: 2176 256 211 178 0 69 0
[pid=3838] ppid=3833 vsize=9444 CPUtime=0.84 cores=0,2,4,6
/proc/3838/stat : 3838 (ebglucose_stati) R 3833 3833 3094 0 -1 4202496 1866 0 0 0 84 0 0 0 17 0 1 0 907746217 9670656 1807 33554432000 134512640 134556542 4288894832 18446744073709551615 134531285 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3838/statm: 2361 1807 208 11 0 1695 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 18148

[startup+3.10111 s]
/proc/loadavg: 1.00 1.00 1.00 3/177 3838
/proc/meminfo: memFree=15136808/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0.64 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 382 4746 0 0 0 0 63 1 15 0 1 0 907746152 8912896 256 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3833/statm: 2176 256 211 178 0 69 0
[pid=3838] ppid=3833 vsize=9840 CPUtime=2.44 cores=0,2,4,6
/proc/3838/stat : 3838 (ebglucose_stati) R 3833 3833 3094 0 -1 4202496 1952 0 0 0 244 0 0 0 20 0 1 0 907746217 10076160 1893 33554432000 134512640 134556542 4288894832 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3838/statm: 2460 1893 208 11 0 1794 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 18544

[startup+6.30052 s]
/proc/loadavg: 1.08 1.02 1.01 3/177 3838
/proc/meminfo: memFree=15135076/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0.64 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 382 4746 0 0 0 0 63 1 15 0 1 0 907746152 8912896 256 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3833/statm: 2176 256 211 178 0 69 0
[pid=3838] ppid=3833 vsize=10500 CPUtime=5.64 cores=0,2,4,6
/proc/3838/stat : 3838 (ebglucose_stati) R 3833 3833 3094 0 -1 4202496 2138 0 0 0 564 0 0 0 25 0 1 0 907746217 10752000 2079 33554432000 134512640 134556542 4288894832 18446744073709551615 134537824 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3838/statm: 2625 2079 208 11 0 1959 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 19204

[startup+12.7004 s]
/proc/loadavg: 1.15 1.03 1.01 3/177 3838
/proc/meminfo: memFree=15133148/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0.64 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 382 4746 0 0 0 0 63 1 15 0 1 0 907746152 8912896 256 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3833/statm: 2176 256 211 178 0 69 0
[pid=3838] ppid=3833 vsize=11324 CPUtime=12.04 cores=0,2,4,6
/proc/3838/stat : 3838 (ebglucose_stati) R 3833 3833 3094 0 -1 4202496 2318 0 0 0 1204 0 0 0 25 0 1 0 907746217 11595776 2259 33554432000 134512640 134556542 4288894832 18446744073709551615 134537050 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3838/statm: 2831 2259 208 11 0 2165 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20028

[startup+25.501 s]
/proc/loadavg: 1.34 1.08 1.02 3/177 3882
/proc/meminfo: memFree=15131768/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0.64 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 382 4746 0 0 0 0 63 1 15 0 1 0 907746152 8912896 256 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3833/statm: 2176 256 211 178 0 69 0
[pid=3838] ppid=3833 vsize=12552 CPUtime=24.84 cores=0,2,4,6
/proc/3838/stat : 3838 (ebglucose_stati) R 3833 3833 3094 0 -1 4202496 2634 0 0 0 2484 0 0 0 25 0 1 0 907746217 12853248 2575 33554432000 134512640 134556542 4288894832 18446744073709551615 134537378 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3838/statm: 3138 2575 208 11 0 2472 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 21256

[startup+51.1004 s]
/proc/loadavg: 1.56 1.15 1.05 3/177 3882
/proc/meminfo: memFree=15127652/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0.64 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 382 4746 0 0 0 0 63 1 15 0 1 0 907746152 8912896 256 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3833/statm: 2176 256 211 178 0 69 0
[pid=3838] ppid=3833 vsize=14012 CPUtime=50.44 cores=0,2,4,6
/proc/3838/stat : 3838 (ebglucose_stati) R 3833 3833 3094 0 -1 4202496 2988 0 0 0 5044 0 0 0 25 0 1 0 907746217 14348288 2929 33554432000 134512640 134556542 4288894832 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3838/statm: 3503 2929 208 11 0 2837 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 22716

[startup+102.306 s]
/proc/loadavg: 1.81 1.28 1.10 3/177 3884
/proc/meminfo: memFree=15123008/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0.64 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 382 4746 0 0 0 0 63 1 15 0 1 0 907746152 8912896 256 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3833/statm: 2176 256 211 178 0 69 0
[pid=3838] ppid=3833 vsize=16032 CPUtime=101.64 cores=0,2,4,6
/proc/3838/stat : 3838 (ebglucose_stati) R 3833 3833 3094 0 -1 4202496 3502 0 0 0 10164 0 0 0 25 0 1 0 907746217 16416768 3443 33554432000 134512640 134556542 4288894832 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3838/statm: 4008 3443 208 11 0 3342 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 24736

[startup+162.301 s]
/proc/loadavg: 1.93 1.41 1.15 3/177 3928
/proc/meminfo: memFree=15117100/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0.64 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 382 4746 0 0 0 0 63 1 15 0 1 0 907746152 8912896 256 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3833/statm: 2176 256 211 178 0 69 0
[pid=3838] ppid=3833 vsize=18052 CPUtime=161.64 cores=0,2,4,6
/proc/3838/stat : 3838 (ebglucose_stati) R 3833 3833 3094 0 -1 4202496 3997 0 0 0 16164 0 0 0 25 0 1 0 907746217 18485248 3938 33554432000 134512640 134556542 4288894832 18446744073709551615 134534229 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3838/statm: 4513 3938 208 11 0 3847 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 26756

[startup+222.3 s]
/proc/loadavg: 1.97 1.51 1.20 3/177 3930
/proc/meminfo: memFree=15111656/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0.64 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 382 4746 0 0 0 0 63 1 15 0 1 0 907746152 8912896 256 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3833/statm: 2176 256 211 178 0 69 0
[pid=3838] ppid=3833 vsize=19352 CPUtime=221.64 cores=0,2,4,6
/proc/3838/stat : 3838 (ebglucose_stati) R 3833 3833 3094 0 -1 4202496 4303 0 0 0 22164 0 0 0 25 0 1 0 907746217 19816448 4244 33554432000 134512640 134556542 4288894832 18446744073709551615 134534184 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3838/statm: 4838 4244 208 11 0 4172 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 28056

[startup+282.3 s]
/proc/loadavg: 1.99 1.60 1.25 3/177 3931
/proc/meminfo: memFree=15108380/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0.64 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 382 4746 0 0 0 0 63 1 15 0 1 0 907746152 8912896 256 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3833/statm: 2176 256 211 178 0 69 0
[pid=3838] ppid=3833 vsize=19904 CPUtime=281.64 cores=0,2,4,6
/proc/3838/stat : 3838 (ebglucose_stati) R 3833 3833 3094 0 -1 4202496 4434 0 0 0 28164 0 0 0 25 0 1 0 907746217 20381696 4375 33554432000 134512640 134556542 4288894832 18446744073709551615 134531174 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3838/statm: 4976 4375 208 11 0 4310 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 28608

[startup+342.3 s]
/proc/loadavg: 1.99 1.67 1.29 3/177 3933
/proc/meminfo: memFree=15105368/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0.64 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 382 4746 0 0 0 0 63 1 15 0 1 0 907746152 8912896 256 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3833/statm: 2176 256 211 178 0 69 0
[pid=3838] ppid=3833 vsize=21000 CPUtime=341.64 cores=0,2,4,6
/proc/3838/stat : 3838 (ebglucose_stati) R 3833 3833 3094 0 -1 4202496 4705 0 0 0 34164 0 0 0 25 0 1 0 907746217 21504000 4646 33554432000 134512640 134556542 4288894832 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3838/statm: 5250 4646 208 11 0 4584 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 29704

[startup+402.301 s]
/proc/loadavg: 2.04 1.74 1.34 3/177 3935
/proc/meminfo: memFree=15102836/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0.64 cores=0,2,4,6

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

[pid=3838] ppid=3833 vsize=51868 CPUtime=4301.76 cores=0,2,4,6
/proc/3838/stat : 3838 (ebglucose_stati) R 3833 3833 3094 0 -1 4202496 11816 0 0 0 430169 7 0 0 25 0 1 0 907746217 53112832 11757 33554432000 134512640 134556542 4288894832 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3838/statm: 12967 11757 212 11 0 12301 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 60572

[startup+4362.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/177 4433
/proc/meminfo: memFree=14973664/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0.64 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 382 4746 0 0 0 0 63 1 15 0 1 0 907746152 8912896 256 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3833/statm: 2176 256 211 178 0 69 0
[pid=3838] ppid=3833 vsize=52300 CPUtime=4361.76 cores=0,2,4,6
/proc/3838/stat : 3838 (ebglucose_stati) R 3833 3833 3094 0 -1 4202496 11898 0 0 0 436169 7 0 0 25 0 1 0 907746217 53555200 11839 33554432000 134512640 134556542 4288894832 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3838/statm: 13075 11839 212 11 0 12409 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 61004

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4435
/proc/meminfo: memFree=14973396/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0.64 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 382 4746 0 0 0 0 63 1 15 0 1 0 907746152 8912896 256 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3833/statm: 2176 256 211 178 0 69 0
[pid=3838] ppid=3833 vsize=52300 CPUtime=4421.76 cores=0,2,4,6
/proc/3838/stat : 3838 (ebglucose_stati) R 3833 3833 3094 0 -1 4202496 11899 0 0 0 442169 7 0 0 25 0 1 0 907746217 53555200 11840 33554432000 134512640 134556542 4288894832 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3838/statm: 13075 11840 212 11 0 12409 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 61004

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4436
/proc/meminfo: memFree=14973128/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0.64 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 382 4746 0 0 0 0 63 1 15 0 1 0 907746152 8912896 256 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3833/statm: 2176 256 211 178 0 69 0
[pid=3838] ppid=3833 vsize=52444 CPUtime=4481.76 cores=0,2,4,6
/proc/3838/stat : 3838 (ebglucose_stati) R 3833 3833 3094 0 -1 4202496 11938 0 0 0 448169 7 0 0 25 0 1 0 907746217 53702656 11879 33554432000 134512640 134556542 4288894832 18446744073709551615 134543431 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3838/statm: 13111 11879 212 11 0 12445 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 61148

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4438
/proc/meminfo: memFree=14971988/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0.64 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 382 4746 0 0 0 0 63 1 15 0 1 0 907746152 8912896 256 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3833/statm: 2176 256 211 178 0 69 0
[pid=3838] ppid=3833 vsize=52588 CPUtime=4541.76 cores=0,2,4,6
/proc/3838/stat : 3838 (ebglucose_stati) R 3833 3833 3094 0 -1 4202496 11967 0 0 0 454169 7 0 0 25 0 1 0 907746217 53850112 11908 33554432000 134512640 134556542 4288894832 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3838/statm: 13147 11908 212 11 0 12481 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 61292

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4440
/proc/meminfo: memFree=14970732/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0.64 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 382 4746 0 0 0 0 63 1 15 0 1 0 907746152 8912896 256 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3833/statm: 2176 256 211 178 0 69 0
[pid=3838] ppid=3833 vsize=52984 CPUtime=4601.77 cores=0,2,4,6
/proc/3838/stat : 3838 (ebglucose_stati) R 3833 3833 3094 0 -1 4202496 12045 0 0 0 460170 7 0 0 25 0 1 0 907746217 54255616 11986 33554432000 134512640 134556542 4288894832 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3838/statm: 13246 11986 212 11 0 12580 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 61688

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4441
/proc/meminfo: memFree=14970196/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0.64 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 382 4746 0 0 0 0 63 1 15 0 1 0 907746152 8912896 256 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3833/statm: 2176 256 211 178 0 69 0
[pid=3838] ppid=3833 vsize=52984 CPUtime=4661.77 cores=0,2,4,6
/proc/3838/stat : 3838 (ebglucose_stati) R 3833 3833 3094 0 -1 4202496 12047 0 0 0 466170 7 0 0 25 0 1 0 907746217 54255616 11988 33554432000 134512640 134556542 4288894832 18446744073709551615 134537209 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3838/statm: 13246 11988 212 11 0 12580 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 61688

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4443
/proc/meminfo: memFree=14969796/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0.64 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 382 4746 0 0 0 0 63 1 15 0 1 0 907746152 8912896 256 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3833/statm: 2176 256 211 178 0 69 0
[pid=3838] ppid=3833 vsize=53200 CPUtime=4721.77 cores=0,2,4,6
/proc/3838/stat : 3838 (ebglucose_stati) R 3833 3833 3094 0 -1 4202496 12093 0 0 0 472170 7 0 0 25 0 1 0 907746217 54476800 12034 33554432000 134512640 134556542 4288894832 18446744073709551615 134536987 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3838/statm: 13300 12034 212 11 0 12634 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 61904

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4444
/proc/meminfo: memFree=14969032/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0.64 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 382 4746 0 0 0 0 63 1 15 0 1 0 907746152 8912896 256 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3833/statm: 2176 256 211 178 0 69 0
[pid=3838] ppid=3833 vsize=53860 CPUtime=4781.77 cores=0,2,4,6
/proc/3838/stat : 3838 (ebglucose_stati) R 3833 3833 3094 0 -1 4202496 12208 0 0 0 478170 7 0 0 25 0 1 0 907746217 55152640 12149 33554432000 134512640 134556542 4288894832 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3838/statm: 13465 12149 212 11 0 12799 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 62564

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4446
/proc/meminfo: memFree=14968880/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0.64 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 382 4746 0 0 0 0 63 1 15 0 1 0 907746152 8912896 256 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3833/statm: 2176 256 211 178 0 69 0
[pid=3838] ppid=3833 vsize=54076 CPUtime=4841.77 cores=0,2,4,6
/proc/3838/stat : 3838 (ebglucose_stati) R 3833 3833 3094 0 -1 4202496 12251 0 0 0 484170 7 0 0 25 0 1 0 907746217 55373824 12192 33554432000 134512640 134556542 4288894832 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3838/statm: 13519 12192 212 11 0 12853 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 62780

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4448
/proc/meminfo: memFree=14968244/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0.64 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 382 4746 0 0 0 0 63 1 15 0 1 0 907746152 8912896 256 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3833/statm: 2176 256 211 178 0 69 0
[pid=3838] ppid=3833 vsize=54532 CPUtime=4901.77 cores=0,2,4,6
/proc/3838/stat : 3838 (ebglucose_stati) R 3833 3833 3094 0 -1 4202496 12375 0 0 0 490170 7 0 0 25 0 1 0 907746217 55840768 12316 33554432000 134512640 134556542 4288894832 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3838/statm: 13633 12316 212 11 0 12967 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 63236

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4449
/proc/meminfo: memFree=14967840/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0.64 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 382 4746 0 0 0 0 63 1 15 0 1 0 907746152 8912896 256 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3833/statm: 2176 256 211 178 0 69 0
[pid=3838] ppid=3833 vsize=54532 CPUtime=4961.77 cores=0,2,4,6
/proc/3838/stat : 3838 (ebglucose_stati) R 3833 3833 3094 0 -1 4202496 12375 0 0 0 496170 7 0 0 25 0 1 0 907746217 55840768 12316 33554432000 134512640 134556542 4288894832 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3838/statm: 13633 12316 212 11 0 12967 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 63236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4450
/proc/meminfo: memFree=14967324/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0.64 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 382 4746 0 0 0 0 63 1 15 0 1 0 907746152 8912896 256 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3833/statm: 2176 256 211 178 0 69 0
[pid=3838] ppid=3833 vsize=54748 CPUtime=4999.38 cores=0,2,4,6
/proc/3838/stat : 3838 (ebglucose_stati) R 3833 3833 3094 0 -1 4202496 12413 0 0 0 499931 7 0 0 25 0 1 0 907746217 56061952 12354 33554432000 134512640 134556542 4288894832 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3838/statm: 13687 12354 212 11 0 13021 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 63452

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4450
/proc/meminfo: memFree=14967324/32951124 swapFree=67060180/67111528
[pid=3833] ppid=3831 vsize=8704 CPUtime=0.64 cores=0,2,4,6
/proc/3833/stat : 3833 (ebglucose.sh) S 3831 3833 3094 0 -1 4202496 382 4746 0 0 0 0 63 1 15 0 1 0 907746152 8912896 256 33554432000 4194304 4922060 140734784480704 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3833/statm: 2176 256 211 178 0 69 0
[pid=3838] ppid=3833 vsize=54748 CPUtime=4999.38 cores=0,2,4,6
/proc/3838/stat : 3838 (ebglucose_stati) R 3833 3833 3094 0 -1 4202496 12413 0 0 0 499931 7 0 0 25 0 1 0 907746217 56061952 12354 33554432000 134512640 134556542 4288894832 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3838/statm: 13687 12354 212 11 0 13021 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 63452

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.91
CPU time (s): 5000.04
CPU user time (s): 4999.95
CPU system time (s): 0.092985
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 63452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.95
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17552
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= 29
involuntary context switches= 7406

runsolver used 7.45887 second user time and 15.6376 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-13 12:37:38
IDJOB=3498605
IDBENCH=70873
IDSOLVER=1992
FILE ID=node106/3498605-1307961458
RUNJOBID= node106-1307961457-3803
PBS_JOBID= 13559722
Free space on /var/tmp= 2888 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-21-s100.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498605-1307961458/watcher-3498605-1307961458 -o /var/tmp/evaluation-result-3498605-1307961458/solver-3498605-1307961458 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498605-1307961458.cnf

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

MD5SUM BENCH= d34c45eae853ce60c342643824196dbf
RANDOM SEED=1450524685

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15151396 kB
Buffers:         82468 kB
Cached:       17069048 kB
SwapCached:      12872 kB
Active:        1782304 kB
Inactive:     15399960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15151396 kB
SwapTotal:    67111528 kB
SwapFree:     67060180 kB
Dirty:            4688 kB
Writeback:           0 kB
AnonPages:       27936 kB
Mapped:          10236 kB
Slab:           553804 kB
PageTables:       3968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188772 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= 2880 MiB
End job on node106 at 2011-06-13 14:01:00