Trace number 3498794

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.08 5000.01

General information on the benchmark

NameSAT03/industrial/kukula/addm_bench/
am_7_7.shuffled-as.sat03-363.cnf
MD5SUMc7f51e1ee7556440ab29e1c4bfe29538
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4264
Number of clauses14751
Sum of the clauses size40035
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 24214
Number of clauses of size 310535
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.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 |   14746    40026 |    4423       0        0     nan |  0.000 % |
0.00/0.02	c |         0 |   14598    40438 |      --       0       --      -- |     --   | -148/413
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 4165   #clauses: 14598   #literals: 40438
0.00/0.02	c CPU time:   0.020996 s
0.00/0.02	c ==============================================================================
0.00/0.03	c
0.00/0.03	c Starting glucose
0.00/0.03	c
0.00/0.03	
0.00/0.03	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.03	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.03	
0.00/0.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Number of variables:  4165                                                 |
0.00/0.03	c |  Number of clauses:    14598                                                |
0.00/0.04	c |  Parsing time:         0.00         s                                       |
5000.05/5000.01	HOME/ebglucose.sh: line 57: 10135 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 /tmp/evaluation-result-3498794-1307971156/watcher-3498794-1307971156 -o /tmp/evaluation-result-3498794-1307971156/solver-3498794-1307971156 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498794-1307971156.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.92 1.98 1.99 2/173 10131
/proc/meminfo: memFree=28723840/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 354 232 0 0 0 0 0 0 25 0 1 0 908715236 8912896 252 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10131/statm: 2176 252 211 178 0 69 0

[startup+0.0711529 s]
/proc/loadavg: 1.92 1.98 1.99 2/173 10131
/proc/meminfo: memFree=28723840/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8704

[startup+0.101163 s]
/proc/loadavg: 1.92 1.98 1.99 2/173 10131
/proc/meminfo: memFree=28723840/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8704

[startup+0.301123 s]
/proc/loadavg: 1.92 1.98 1.99 2/173 10131
/proc/meminfo: memFree=28723840/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8704

[startup+0.701057 s]
/proc/loadavg: 1.92 1.98 1.99 2/173 10131
/proc/meminfo: memFree=28723840/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8704

[startup+1.50092 s]
/proc/loadavg: 1.92 1.98 1.99 3/175 10135
/proc/meminfo: memFree=28720004/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
[pid=10135] ppid=10131 vsize=7316 CPUtime=1.46 cores=0,2,4,6
/proc/10135/stat : 10135 (ebglucose_stati) R 10131 10131 8795 0 -1 4202496 1197 0 0 0 146 0 0 0 25 0 1 0 908715240 7491584 1138 33554432000 134512640 134556542 4291936784 18446744073709551615 134529963 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10135/statm: 1829 1138 213 11 0 1163 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 16020

[startup+3.10065 s]
/proc/loadavg: 1.92 1.98 1.99 3/175 10135
/proc/meminfo: memFree=28718764/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
[pid=10135] ppid=10131 vsize=7848 CPUtime=3.06 cores=0,2,4,6
/proc/10135/stat : 10135 (ebglucose_stati) R 10131 10131 8795 0 -1 4202496 1332 0 0 0 305 1 0 0 25 0 1 0 908715240 8036352 1273 33554432000 134512640 134556542 4291936784 18446744073709551615 134537221 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10135/statm: 1962 1273 213 11 0 1296 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16552

[startup+6.30111 s]
/proc/loadavg: 1.93 1.98 1.99 3/175 10135
/proc/meminfo: memFree=28717644/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
[pid=10135] ppid=10131 vsize=9056 CPUtime=6.25 cores=0,2,4,6
/proc/10135/stat : 10135 (ebglucose_stati) R 10131 10131 8795 0 -1 4202496 1634 0 0 0 624 1 0 0 25 0 1 0 908715240 9273344 1575 33554432000 134512640 134556542 4291936784 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10135/statm: 2264 1575 213 11 0 1598 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 17760

[startup+12.701 s]
/proc/loadavg: 1.93 1.98 1.99 3/175 10135
/proc/meminfo: memFree=28714524/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
[pid=10135] ppid=10131 vsize=11520 CPUtime=12.65 cores=0,2,4,6
/proc/10135/stat : 10135 (ebglucose_stati) R 10131 10131 8795 0 -1 4202496 2248 0 0 0 1264 1 0 0 25 0 1 0 908715240 11796480 2189 33554432000 134512640 134556542 4291936784 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10135/statm: 2880 2189 213 11 0 2214 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 20224

[startup+25.5009 s]
/proc/loadavg: 1.95 1.98 1.99 3/175 10135
/proc/meminfo: memFree=28712416/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
[pid=10135] ppid=10131 vsize=13812 CPUtime=25.45 cores=0,2,4,6
/proc/10135/stat : 10135 (ebglucose_stati) R 10131 10131 8795 0 -1 4202496 2762 0 0 0 2544 1 0 0 25 0 1 0 908715240 14143488 2703 33554432000 134512640 134556542 4291936784 18446744073709551615 134537510 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10135/statm: 3453 2703 214 11 0 2787 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 22516

[startup+51.1006 s]
/proc/loadavg: 2.03 2.00 2.00 3/175 10137
/proc/meminfo: memFree=28709412/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
[pid=10135] ppid=10131 vsize=16588 CPUtime=51.06 cores=0,2,4,6
/proc/10135/stat : 10135 (ebglucose_stati) R 10131 10131 8795 0 -1 4202496 3476 0 0 0 5101 5 0 0 25 0 1 0 908715240 16986112 3417 33554432000 134512640 134556542 4291936784 18446744073709551615 134537495 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10135/statm: 4147 3417 214 11 0 3481 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 25292

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/175 10137
/proc/meminfo: memFree=28704072/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
[pid=10135] ppid=10131 vsize=21468 CPUtime=102.26 cores=0,2,4,6
/proc/10135/stat : 10135 (ebglucose_stati) R 10131 10131 8795 0 -1 4202496 4647 0 0 0 10221 5 0 0 25 0 1 0 908715240 21983232 4588 33554432000 134512640 134556542 4291936784 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10135/statm: 5367 4588 214 11 0 4701 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 30172

[startup+162.301 s]
/proc/loadavg: 2.24 2.07 2.02 3/175 10181
/proc/meminfo: memFree=28709032/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
[pid=10135] ppid=10131 vsize=23664 CPUtime=162.25 cores=0,2,4,6
/proc/10135/stat : 10135 (ebglucose_stati) R 10131 10131 8795 0 -1 4202496 5181 0 0 0 16202 23 0 0 25 0 1 0 908715240 24231936 5122 33554432000 134512640 134556542 4291936784 18446744073709551615 134530895 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10135/statm: 5916 5122 214 11 0 5250 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 32368

[startup+222.301 s]
/proc/loadavg: 2.09 2.06 2.02 3/175 10183
/proc/meminfo: memFree=28699300/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
[pid=10135] ppid=10131 vsize=25204 CPUtime=222.25 cores=0,2,4,6
/proc/10135/stat : 10135 (ebglucose_stati) R 10131 10131 8795 0 -1 4202496 5483 0 0 0 22202 23 0 0 25 0 1 0 908715240 25808896 5424 33554432000 134512640 134556542 4291936784 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10135/statm: 6301 5424 214 11 0 5635 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 33908

[startup+282.301 s]
/proc/loadavg: 2.03 2.04 2.01 3/175 10185
/proc/meminfo: memFree=28691852/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
[pid=10135] ppid=10131 vsize=28120 CPUtime=282.25 cores=0,2,4,6
/proc/10135/stat : 10135 (ebglucose_stati) R 10131 10131 8795 0 -1 4202496 6195 0 0 0 28201 24 0 0 25 0 1 0 908715240 28794880 6136 33554432000 134512640 134556542 4291936784 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10135/statm: 7030 6136 214 11 0 6364 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 36824

[startup+342.3 s]
/proc/loadavg: 2.01 2.03 2.01 3/175 10187
/proc/meminfo: memFree=28683396/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
[pid=10135] ppid=10131 vsize=31584 CPUtime=342.26 cores=0,2,4,6
/proc/10135/stat : 10135 (ebglucose_stati) R 10131 10131 8795 0 -1 4202496 7042 0 0 0 34201 25 0 0 25 0 1 0 908715240 32342016 6983 33554432000 134512640 134556542 4291936784 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10135/statm: 7896 6983 214 11 0 7230 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 40288

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/175 10187
/proc/meminfo: memFree=28677796/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6

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

[pid=10135] ppid=10131 vsize=82788 CPUtime=4242.32 cores=0,2,4,6
/proc/10135/stat : 10135 (ebglucose_stati) R 10131 10131 8795 0 -1 4202496 18762 0 0 0 424162 70 0 0 25 0 1 0 908715240 84774912 18687 33554432000 134512640 134556542 4291936784 18446744073709551615 134537241 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10135/statm: 20697 18687 214 11 0 20031 0
Current children cumulated CPU time (s) 4242.34
Current children cumulated vsize (KiB) 91492

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 10303
/proc/meminfo: memFree=28513080/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
[pid=10135] ppid=10131 vsize=83296 CPUtime=4302.32 cores=0,2,4,6
/proc/10135/stat : 10135 (ebglucose_stati) R 10131 10131 8795 0 -1 4202496 18856 0 0 0 430162 70 0 0 25 0 1 0 908715240 85295104 18781 33554432000 134512640 134556542 4291936784 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10135/statm: 20824 18781 214 11 0 20158 0
Current children cumulated CPU time (s) 4302.34
Current children cumulated vsize (KiB) 92000

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 10305
/proc/meminfo: memFree=28512184/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
[pid=10135] ppid=10131 vsize=84212 CPUtime=4362.32 cores=0,2,4,6
/proc/10135/stat : 10135 (ebglucose_stati) R 10131 10131 8795 0 -1 4202496 19063 0 0 0 436161 71 0 0 25 0 1 0 908715240 86233088 18988 33554432000 134512640 134556542 4291936784 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10135/statm: 21053 18988 214 11 0 20387 0
Current children cumulated CPU time (s) 4362.34
Current children cumulated vsize (KiB) 92916

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 10307
/proc/meminfo: memFree=28511656/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
[pid=10135] ppid=10131 vsize=84560 CPUtime=4422.32 cores=0,2,4,6
/proc/10135/stat : 10135 (ebglucose_stati) R 10131 10131 8795 0 -1 4202496 19116 0 0 0 442161 71 0 0 25 0 1 0 908715240 86589440 19041 33554432000 134512640 134556542 4291936784 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10135/statm: 21140 19041 214 11 0 20474 0
Current children cumulated CPU time (s) 4422.34
Current children cumulated vsize (KiB) 93264

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 10309
/proc/meminfo: memFree=28502704/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
[pid=10135] ppid=10131 vsize=85312 CPUtime=4482.32 cores=0,2,4,6
/proc/10135/stat : 10135 (ebglucose_stati) R 10131 10131 8795 0 -1 4202496 19169 0 0 0 448160 72 0 0 25 0 1 0 908715240 87359488 19094 33554432000 134512640 134556542 4291936784 18446744073709551615 134537230 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10135/statm: 21328 19094 214 11 0 20662 0
Current children cumulated CPU time (s) 4482.34
Current children cumulated vsize (KiB) 94016

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 10311
/proc/meminfo: memFree=28500948/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
[pid=10135] ppid=10131 vsize=87180 CPUtime=4542.32 cores=0,2,4,6
/proc/10135/stat : 10135 (ebglucose_stati) R 10131 10131 8795 0 -1 4202496 19630 0 0 0 454160 72 0 0 25 0 1 0 908715240 89272320 19555 33554432000 134512640 134556542 4291936784 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10135/statm: 21795 19555 214 11 0 21129 0
Current children cumulated CPU time (s) 4542.34
Current children cumulated vsize (KiB) 95884

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 10311
/proc/meminfo: memFree=28500300/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
[pid=10135] ppid=10131 vsize=87948 CPUtime=4602.33 cores=0,2,4,6
/proc/10135/stat : 10135 (ebglucose_stati) R 10131 10131 8795 0 -1 4202496 19728 0 0 0 460160 73 0 0 25 0 1 0 908715240 90058752 19653 33554432000 134512640 134556542 4291936784 18446744073709551615 134537186 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10135/statm: 21987 19653 214 11 0 21321 0
Current children cumulated CPU time (s) 4602.35
Current children cumulated vsize (KiB) 96652

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 10313
/proc/meminfo: memFree=28499532/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
[pid=10135] ppid=10131 vsize=88772 CPUtime=4662.32 cores=0,2,4,6
/proc/10135/stat : 10135 (ebglucose_stati) R 10131 10131 8795 0 -1 4202496 19899 0 0 0 466159 73 0 0 25 0 1 0 908715240 90902528 19824 33554432000 134512640 134556542 4291936784 18446744073709551615 134537418 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10135/statm: 22193 19824 214 11 0 21527 0
Current children cumulated CPU time (s) 4662.34
Current children cumulated vsize (KiB) 97476

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 10315
/proc/meminfo: memFree=28499256/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
[pid=10135] ppid=10131 vsize=89096 CPUtime=4722.33 cores=0,2,4,6
/proc/10135/stat : 10135 (ebglucose_stati) R 10131 10131 8795 0 -1 4202496 19958 0 0 0 472159 74 0 0 25 0 1 0 908715240 91234304 19883 33554432000 134512640 134556542 4291936784 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10135/statm: 22274 19883 214 11 0 21608 0
Current children cumulated CPU time (s) 4722.35
Current children cumulated vsize (KiB) 97800

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 10317
/proc/meminfo: memFree=28497620/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
[pid=10135] ppid=10131 vsize=89496 CPUtime=4782.33 cores=0,2,4,6
/proc/10135/stat : 10135 (ebglucose_stati) R 10131 10131 8795 0 -1 4202496 20035 0 0 0 478158 75 0 0 25 0 1 0 908715240 91643904 19960 33554432000 134512640 134556542 4291936784 18446744073709551615 134537276 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10135/statm: 22374 19960 214 11 0 21708 0
Current children cumulated CPU time (s) 4782.35
Current children cumulated vsize (KiB) 98200

[startup+4842.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 10319
/proc/meminfo: memFree=28496112/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
[pid=10135] ppid=10131 vsize=89988 CPUtime=4842.32 cores=0,2,4,6
/proc/10135/stat : 10135 (ebglucose_stati) R 10131 10131 8795 0 -1 4202496 20090 0 0 0 484157 75 0 0 25 0 1 0 908715240 92147712 20015 33554432000 134512640 134556542 4291936784 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10135/statm: 22497 20015 214 11 0 21831 0
Current children cumulated CPU time (s) 4842.34
Current children cumulated vsize (KiB) 98692

[startup+4902.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 10319
/proc/meminfo: memFree=28495832/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
[pid=10135] ppid=10131 vsize=90240 CPUtime=4902.33 cores=0,2,4,6
/proc/10135/stat : 10135 (ebglucose_stati) R 10131 10131 8795 0 -1 4202496 20137 0 0 0 490157 76 0 0 25 0 1 0 908715240 92405760 20062 33554432000 134512640 134556542 4291936784 18446744073709551615 134537587 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10135/statm: 22560 20062 214 11 0 21894 0
Current children cumulated CPU time (s) 4902.35
Current children cumulated vsize (KiB) 98944

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 10321
/proc/meminfo: memFree=28496180/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
[pid=10135] ppid=10131 vsize=90312 CPUtime=4962.33 cores=0,2,4,6
/proc/10135/stat : 10135 (ebglucose_stati) R 10131 10131 8795 0 -1 4202496 20155 0 0 0 496157 76 0 0 25 0 1 0 908715240 92479488 20080 33554432000 134512640 134556542 4291936784 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10135/statm: 22578 20080 214 11 0 21912 0
Current children cumulated CPU time (s) 4962.35
Current children cumulated vsize (KiB) 99016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 10323
/proc/meminfo: memFree=28496036/32951132 swapFree=67061148/67111528
[pid=10131] ppid=10129 vsize=8704 CPUtime=0.02 cores=0,2,4,6
/proc/10131/stat : 10131 (ebglucose.sh) S 10129 10131 8795 0 -1 4202496 379 903 0 0 0 0 2 0 25 0 1 0 908715236 8912896 255 33554432000 4194304 4922060 140734684838416 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10131/statm: 2176 255 211 178 0 69 0
[pid=10135] ppid=10131 vsize=90312 CPUtime=5000.03 cores=0,2,4,6
/proc/10135/stat : 10135 (ebglucose_stati) R 10131 10131 8795 0 -1 4202496 20155 0 0 0 499926 77 0 0 25 0 1 0 908715240 92479488 20080 33554432000 134512640 134556542 4291936784 18446744073709551615 134537352 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10135/statm: 22578 20080 214 11 0 21912 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 99016

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.01
CPU time (s): 5000.08
CPU user time (s): 4999.3
CPU system time (s): 0.78288
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 99016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.3
system time used= 0.78288
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21450
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= 31
involuntary context switches= 8311

runsolver used 7.64584 second user time and 15.8156 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-13 15:19:16
IDJOB=3498794
IDBENCH=84237
IDSOLVER=1992
FILE ID=node129/3498794-1307971156
RUNJOBID= node129-1307961152-9629
PBS_JOBID= 13559699
Free space on /tmp= 74048 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT03/industrial/kukula/addm_bench/am_7_7.shuffled-as.sat03-363.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498794-1307971156/watcher-3498794-1307971156 -o /tmp/evaluation-result-3498794-1307971156/solver-3498794-1307971156 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498794-1307971156.cnf

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

MD5SUM BENCH= c7f51e1ee7556440ab29e1c4bfe29538
RANDOM SEED=251617614

node129.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.831
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.831
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.831
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.831
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.831
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.831
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.831
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.831
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:     32951132 kB
MemFree:      28724268 kB
Buffers:        453388 kB
Cached:        3382148 kB
SwapCached:      13132 kB
Active:        1263948 kB
Inactive:      2677920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28724268 kB
SwapTotal:    67111528 kB
SwapFree:     67061148 kB
Dirty:            1184 kB
Writeback:           0 kB
AnonPages:      102820 kB
Mapped:          10020 kB
Slab:           221084 kB
PageTables:       4436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   272532 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74012 MiB
End job on node129 at 2011-06-13 16:42:38