Trace number 3308861

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT09 reference solver:glucose 1.0UNSAT 217.816 217.817

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_f_unknown.cnf
MD5SUMf03ed12a281977a642336980ec847847
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.343
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses763101
Sum of the clauses size2854525
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252598
Number of clauses of size 392683
Number of clauses of size 4617820
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.33	c ==============================================================================
0.00/0.33	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.33	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.33	c ==============================================================================
0.00/0.33	c |         0 |  763101  2854525 |  228930       0        0     nan |  0.000 % |
0.00/0.40	c |         0 |  760817  2851295 |      --       0       --      -- |     --   | -2284/-3230
0.00/0.40	c ==============================================================================
0.00/0.40	c Result  :   #vars: 31632   #clauses: 760817   #literals: 2851295
0.00/0.40	c CPU time:   0.369943 s
0.00/0.40	c ==============================================================================
0.00/0.90	c
0.00/0.90	c Starting glucose
0.00/0.90	c
0.00/0.90	
0.00/0.90	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.90	
0.00/0.90	c ============================[ Problem Statistics ]=============================
0.00/0.90	c |                                                                             |
0.00/0.90	c |  Number of variables:  31632                                                |
0.00/0.90	c |  Number of clauses:    760817                                               |
1.07/1.16	c |  Parsing time:         0.23         s                                       |
217.78/217.80	c restarts              : 44
217.78/217.80	c nb ReduceDB           : 21
217.78/217.80	c nb learnts DL2        : 1821
217.78/217.80	c nb learnts size 2     : 145
217.78/217.80	c nb learnts size 1     : 17
217.78/217.80	c conflicts             : 669220         (3086 /sec)
217.78/217.80	c decisions             : 798794         (1.94 % random) (3683 /sec)
217.78/217.80	c propagations          : 143457502      (661506 /sec)
217.78/217.80	c conflict literals     : 15022033       (45.73 % deleted)
217.78/217.80	c Memory used           : 67.89 MB
217.78/217.80	c CPU time              : 216.865 s
217.78/217.80	
217.78/217.81	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3308861-1303984549/watcher-3308861-1303984549 -o /tmp/evaluation-result-3308861-1303984549/solver-3308861-1303984549 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308861-1303984549.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.93 3.94 3.04 4/192 22158
/proc/meminfo: memFree=13621676/32951124 swapFree=67111528/67111528
[pid=22158] ppid=22156 vsize=8704 CPUtime=0 cores=4,6
/proc/22158/stat : 22158 (glucose.sh) S 22156 22158 21845 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 490870458 8912896 252 33554432000 4194304 4922060 140736837893072 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22158/statm: 2176 252 211 178 0 69 0

[startup+0.024693 s]
/proc/loadavg: 3.93 3.94 3.04 4/192 22158
/proc/meminfo: memFree=13621676/32951124 swapFree=67111528/67111528
[pid=22158] ppid=22156 vsize=8704 CPUtime=0 cores=4,6
/proc/22158/stat : 22158 (glucose.sh) S 22156 22158 21845 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 490870458 8912896 252 33554432000 4194304 4922060 140736837893072 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22158/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100679 s]
/proc/loadavg: 3.93 3.94 3.04 4/192 22158
/proc/meminfo: memFree=13621676/32951124 swapFree=67111528/67111528
[pid=22158] ppid=22156 vsize=8704 CPUtime=0 cores=4,6
/proc/22158/stat : 22158 (glucose.sh) S 22156 22158 21845 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 490870458 8912896 252 33554432000 4194304 4922060 140736837893072 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22158/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300657 s]
/proc/loadavg: 3.93 3.94 3.04 4/192 22158
/proc/meminfo: memFree=13621676/32951124 swapFree=67111528/67111528
[pid=22158] ppid=22156 vsize=8704 CPUtime=0 cores=4,6
/proc/22158/stat : 22158 (glucose.sh) S 22156 22158 21845 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 490870458 8912896 252 33554432000 4194304 4922060 140736837893072 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22158/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700592 s]
/proc/loadavg: 3.93 3.94 3.04 4/192 22158
/proc/meminfo: memFree=13621676/32951124 swapFree=67111528/67111528
[pid=22158] ppid=22156 vsize=8704 CPUtime=0 cores=4,6
/proc/22158/stat : 22158 (glucose.sh) S 22156 22158 21845 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 490870458 8912896 252 33554432000 4194304 4922060 140736837893072 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22158/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50045 s]
/proc/loadavg: 3.93 3.94 3.04 5/194 22161
/proc/meminfo: memFree=13580004/32951124 swapFree=67111528/67111528
[pid=22158] ppid=22156 vsize=8704 CPUtime=0.89 cores=4,6
/proc/22158/stat : 22158 (glucose.sh) S 22156 22158 21845 0 -1 4202496 359 20761 0 0 0 0 84 5 18 0 1 0 490870458 8912896 254 33554432000 4194304 4922060 140736837893072 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22158/statm: 2176 254 211 178 0 69 0
[pid=22161] ppid=22158 vsize=52612 CPUtime=0.58 cores=4,6
/proc/22161/stat : 22161 (glucose_static) R 22158 22158 21845 0 -1 4202496 12594 0 0 0 56 2 0 0 20 0 1 0 490870549 53874688 12529 33554432000 134512640 135217611 4289213104 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22161/statm: 13153 12529 75 173 0 12978 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 61316

[startup+3.10115 s]
/proc/loadavg: 3.93 3.94 3.04 5/194 22161
/proc/meminfo: memFree=13548632/32951124 swapFree=67111528/67111528
[pid=22158] ppid=22156 vsize=8704 CPUtime=0.89 cores=4,6
/proc/22158/stat : 22158 (glucose.sh) S 22156 22158 21845 0 -1 4202496 359 20761 0 0 0 0 84 5 18 0 1 0 490870458 8912896 254 33554432000 4194304 4922060 140736837893072 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22158/statm: 2176 254 211 178 0 69 0
[pid=22161] ppid=22158 vsize=53292 CPUtime=2.18 cores=4,6
/proc/22161/stat : 22161 (glucose_static) R 22158 22158 21845 0 -1 4202496 12746 0 0 0 216 2 0 0 25 0 1 0 490870549 54571008 12681 33554432000 134512640 135217611 4289213104 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22161/statm: 13323 12681 75 173 0 13148 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 61996

[startup+6.30054 s]
/proc/loadavg: 3.93 3.94 3.04 5/194 22161
/proc/meminfo: memFree=13542432/32951124 swapFree=67111528/67111528
[pid=22158] ppid=22156 vsize=8704 CPUtime=0.89 cores=4,6
/proc/22158/stat : 22158 (glucose.sh) S 22156 22158 21845 0 -1 4202496 359 20761 0 0 0 0 84 5 18 0 1 0 490870458 8912896 254 33554432000 4194304 4922060 140736837893072 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22158/statm: 2176 254 211 178 0 69 0
[pid=22161] ppid=22158 vsize=55024 CPUtime=5.38 cores=4,6
/proc/22161/stat : 22161 (glucose_static) R 22158 22158 21845 0 -1 4202496 13196 0 0 0 536 2 0 0 25 0 1 0 490870549 56344576 13131 33554432000 134512640 135217611 4289213104 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22161/statm: 13756 13131 75 173 0 13581 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 63728

[startup+12.7004 s]
/proc/loadavg: 3.94 3.94 3.05 5/194 22161
/proc/meminfo: memFree=13533840/32951124 swapFree=67111528/67111528
[pid=22158] ppid=22156 vsize=8704 CPUtime=0.89 cores=4,6
/proc/22158/stat : 22158 (glucose.sh) S 22156 22158 21845 0 -1 4202496 359 20761 0 0 0 0 84 5 18 0 1 0 490870458 8912896 254 33554432000 4194304 4922060 140736837893072 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22158/statm: 2176 254 211 178 0 69 0
[pid=22161] ppid=22158 vsize=56624 CPUtime=11.78 cores=4,6
/proc/22161/stat : 22161 (glucose_static) R 22158 22158 21845 0 -1 4202496 13587 0 0 0 1176 2 0 0 25 0 1 0 490870549 57982976 13522 33554432000 134512640 135217611 4289213104 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22161/statm: 14156 13522 76 173 0 13981 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 65328

[startup+25.501 s]
/proc/loadavg: 3.95 3.94 3.06 5/194 22162
/proc/meminfo: memFree=13520588/32951124 swapFree=67111528/67111528
[pid=22158] ppid=22156 vsize=8704 CPUtime=0.89 cores=4,6
/proc/22158/stat : 22158 (glucose.sh) S 22156 22158 21845 0 -1 4202496 359 20761 0 0 0 0 84 5 18 0 1 0 490870458 8912896 254 33554432000 4194304 4922060 140736837893072 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22158/statm: 2176 254 211 178 0 69 0
[pid=22161] ppid=22158 vsize=58900 CPUtime=24.58 cores=4,6
/proc/22161/stat : 22161 (glucose_static) R 22158 22158 21845 0 -1 4202496 14158 0 0 0 2456 2 0 0 25 0 1 0 490870549 60313600 14093 33554432000 134512640 135217611 4289213104 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22161/statm: 14725 14093 76 173 0 14550 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 67604

[startup+51.1004 s]
/proc/loadavg: 3.97 3.94 3.09 5/194 22192
/proc/meminfo: memFree=13912212/32951124 swapFree=67111528/67111528
[pid=22158] ppid=22156 vsize=8704 CPUtime=0.89 cores=4,6
/proc/22158/stat : 22158 (glucose.sh) S 22156 22158 21845 0 -1 4202496 359 20761 0 0 0 0 84 5 18 0 1 0 490870458 8912896 254 33554432000 4194304 4922060 140736837893072 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22158/statm: 2176 254 211 178 0 69 0
[pid=22161] ppid=22158 vsize=61436 CPUtime=50.18 cores=4,6
/proc/22161/stat : 22161 (glucose_static) R 22158 22158 21845 0 -1 4202496 14757 0 0 0 5016 2 0 0 25 0 1 0 490870549 62910464 14692 33554432000 134512640 135217611 4289213104 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22161/statm: 15359 14692 76 173 0 15184 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 70140

[startup+102.307 s]
/proc/loadavg: 3.98 3.95 3.14 5/194 22194
/proc/meminfo: memFree=13903268/32951124 swapFree=67111528/67111528
[pid=22158] ppid=22156 vsize=8704 CPUtime=0.89 cores=4,6
/proc/22158/stat : 22158 (glucose.sh) S 22156 22158 21845 0 -1 4202496 359 20761 0 0 0 0 84 5 18 0 1 0 490870458 8912896 254 33554432000 4194304 4922060 140736837893072 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22158/statm: 2176 254 211 178 0 69 0
[pid=22161] ppid=22158 vsize=64648 CPUtime=101.39 cores=4,6
/proc/22161/stat : 22161 (glucose_static) R 22158 22158 21845 0 -1 4202496 15570 0 0 0 10136 3 0 0 25 0 1 0 490870549 66199552 15505 33554432000 134512640 135217611 4289213104 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22161/statm: 16162 15505 76 173 0 15987 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 73352

[startup+162.301 s]
/proc/loadavg: 4.05 3.97 3.19 5/194 22195
/proc/meminfo: memFree=13895460/32951124 swapFree=67111528/67111528
[pid=22158] ppid=22156 vsize=8704 CPUtime=0.89 cores=4,6
/proc/22158/stat : 22158 (glucose.sh) S 22156 22158 21845 0 -1 4202496 359 20761 0 0 0 0 84 5 18 0 1 0 490870458 8912896 254 33554432000 4194304 4922060 140736837893072 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22158/statm: 2176 254 211 178 0 69 0
[pid=22161] ppid=22158 vsize=67728 CPUtime=161.39 cores=4,6
/proc/22161/stat : 22161 (glucose_static) R 22158 22158 21845 0 -1 4202496 16313 0 0 0 16136 3 0 0 25 0 1 0 490870549 69353472 16248 33554432000 134512640 135217611 4289213104 18446744073709551615 134533043 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22161/statm: 16932 16248 76 173 0 16757 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 76432

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

[startup+179.101 s]
/proc/loadavg: 4.04 3.97 3.20 5/194 22196
/proc/meminfo: memFree=13893044/32951124 swapFree=67111528/67111528
[pid=22158] ppid=22156 vsize=8704 CPUtime=0.89 cores=4,6
/proc/22158/stat : 22158 (glucose.sh) S 22156 22158 21845 0 -1 4202496 359 20761 0 0 0 0 84 5 18 0 1 0 490870458 8912896 254 33554432000 4194304 4922060 140736837893072 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22158/statm: 2176 254 211 178 0 69 0
[pid=22161] ppid=22158 vsize=68316 CPUtime=178.19 cores=4,6
/proc/22161/stat : 22161 (glucose_static) R 22158 22158 21845 0 -1 4202496 16477 0 0 0 17816 3 0 0 25 0 1 0 490870549 69955584 16412 33554432000 134512640 135217611 4289213104 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22161/statm: 17079 16412 76 173 0 16904 0
Current children cumulated CPU time (s) 179.08
Current children cumulated vsize (KiB) 77020

[startup+204.701 s]
/proc/loadavg: 4.02 3.97 3.22 5/194 22196
/proc/meminfo: memFree=13891528/32951124 swapFree=67111528/67111528
[pid=22158] ppid=22156 vsize=8704 CPUtime=0.89 cores=4,6
/proc/22158/stat : 22158 (glucose.sh) S 22156 22158 21845 0 -1 4202496 359 20761 0 0 0 0 84 5 18 0 1 0 490870458 8912896 254 33554432000 4194304 4922060 140736837893072 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22158/statm: 2176 254 211 178 0 69 0
[pid=22161] ppid=22158 vsize=69252 CPUtime=203.79 cores=4,6
/proc/22161/stat : 22161 (glucose_static) R 22158 22158 21845 0 -1 4202496 16697 0 0 0 20376 3 0 0 25 0 1 0 490870549 70914048 16632 33554432000 134512640 135217611 4289213104 18446744073709551615 134533144 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22161/statm: 17313 16632 76 173 0 17138 0
Current children cumulated CPU time (s) 204.68
Current children cumulated vsize (KiB) 77956

[startup+211.101 s]
/proc/loadavg: 4.10 3.99 3.23 5/194 22197
/proc/meminfo: memFree=13890660/32951124 swapFree=67111528/67111528
[pid=22158] ppid=22156 vsize=8704 CPUtime=0.89 cores=4,6
/proc/22158/stat : 22158 (glucose.sh) S 22156 22158 21845 0 -1 4202496 359 20761 0 0 0 0 84 5 18 0 1 0 490870458 8912896 254 33554432000 4194304 4922060 140736837893072 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22158/statm: 2176 254 211 178 0 69 0
[pid=22161] ppid=22158 vsize=69384 CPUtime=210.19 cores=4,6
/proc/22161/stat : 22161 (glucose_static) R 22158 22158 21845 0 -1 4202496 16750 0 0 0 21016 3 0 0 25 0 1 0 490870549 71049216 16685 33554432000 134512640 135217611 4289213104 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22161/statm: 17346 16685 76 173 0 17171 0
Current children cumulated CPU time (s) 211.08
Current children cumulated vsize (KiB) 78088

[startup+214.3 s]
/proc/loadavg: 4.09 3.99 3.24 5/194 22197
/proc/meminfo: memFree=13890536/32951124 swapFree=67111528/67111528
[pid=22158] ppid=22156 vsize=8704 CPUtime=0.89 cores=4,6
/proc/22158/stat : 22158 (glucose.sh) S 22156 22158 21845 0 -1 4202496 359 20761 0 0 0 0 84 5 18 0 1 0 490870458 8912896 254 33554432000 4194304 4922060 140736837893072 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22158/statm: 2176 254 211 178 0 69 0
[pid=22161] ppid=22158 vsize=69384 CPUtime=213.38 cores=4,6
/proc/22161/stat : 22161 (glucose_static) R 22158 22158 21845 0 -1 4202496 16752 0 0 0 21335 3 0 0 25 0 1 0 490870549 71049216 16687 33554432000 134512640 135217611 4289213104 18446744073709551615 134533100 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22161/statm: 17346 16687 76 173 0 17171 0
Current children cumulated CPU time (s) 214.27
Current children cumulated vsize (KiB) 78088

[startup+215.901 s]
/proc/loadavg: 4.09 3.99 3.24 5/194 22197
/proc/meminfo: memFree=13890652/32951124 swapFree=67111528/67111528
[pid=22158] ppid=22156 vsize=8704 CPUtime=0.89 cores=4,6
/proc/22158/stat : 22158 (glucose.sh) S 22156 22158 21845 0 -1 4202496 359 20761 0 0 0 0 84 5 18 0 1 0 490870458 8912896 254 33554432000 4194304 4922060 140736837893072 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22158/statm: 2176 254 211 178 0 69 0
[pid=22161] ppid=22158 vsize=69516 CPUtime=214.99 cores=4,6
/proc/22161/stat : 22161 (glucose_static) R 22158 22158 21845 0 -1 4202496 16761 0 0 0 21496 3 0 0 25 0 1 0 490870549 71184384 16696 33554432000 134512640 135217611 4289213104 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22161/statm: 17379 16696 76 173 0 17204 0
Current children cumulated CPU time (s) 215.88
Current children cumulated vsize (KiB) 78220

[startup+216.707 s]
/proc/loadavg: 4.09 3.99 3.24 5/194 22197
/proc/meminfo: memFree=13890528/32951124 swapFree=67111528/67111528
[pid=22158] ppid=22156 vsize=8704 CPUtime=0.89 cores=4,6
/proc/22158/stat : 22158 (glucose.sh) S 22156 22158 21845 0 -1 4202496 359 20761 0 0 0 0 84 5 18 0 1 0 490870458 8912896 254 33554432000 4194304 4922060 140736837893072 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22158/statm: 2176 254 211 178 0 69 0
[pid=22161] ppid=22158 vsize=69516 CPUtime=215.79 cores=4,6
/proc/22161/stat : 22161 (glucose_static) R 22158 22158 21845 0 -1 4202496 16761 0 0 0 21576 3 0 0 25 0 1 0 490870549 71184384 16696 33554432000 134512640 135217611 4289213104 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22161/statm: 17379 16696 76 173 0 17204 0
Current children cumulated CPU time (s) 216.68
Current children cumulated vsize (KiB) 78220

[startup+217.501 s]
/proc/loadavg: 4.09 3.99 3.24 5/194 22197
/proc/meminfo: memFree=13890528/32951124 swapFree=67111528/67111528
[pid=22158] ppid=22156 vsize=8704 CPUtime=0.89 cores=4,6
/proc/22158/stat : 22158 (glucose.sh) S 22156 22158 21845 0 -1 4202496 359 20761 0 0 0 0 84 5 18 0 1 0 490870458 8912896 254 33554432000 4194304 4922060 140736837893072 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22158/statm: 2176 254 211 178 0 69 0
[pid=22161] ppid=22158 vsize=69516 CPUtime=216.59 cores=4,6
/proc/22161/stat : 22161 (glucose_static) R 22158 22158 21845 0 -1 4202496 16764 0 0 0 21656 3 0 0 25 0 1 0 490870549 71184384 16699 33554432000 134512640 135217611 4289213104 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22161/statm: 17379 16699 76 173 0 17204 0
Current children cumulated CPU time (s) 217.48
Current children cumulated vsize (KiB) 78220

[startup+217.701 s]
/proc/loadavg: 4.09 3.99 3.24 5/194 22197
/proc/meminfo: memFree=13890396/32951124 swapFree=67111528/67111528
[pid=22158] ppid=22156 vsize=8704 CPUtime=0.89 cores=4,6
/proc/22158/stat : 22158 (glucose.sh) S 22156 22158 21845 0 -1 4202496 359 20761 0 0 0 0 84 5 18 0 1 0 490870458 8912896 254 33554432000 4194304 4922060 140736837893072 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22158/statm: 2176 254 211 178 0 69 0
[pid=22161] ppid=22158 vsize=69516 CPUtime=216.79 cores=4,6
/proc/22161/stat : 22161 (glucose_static) R 22158 22158 21845 0 -1 4202496 16764 0 0 0 21676 3 0 0 25 0 1 0 490870549 71184384 16699 33554432000 134512640 135217611 4289213104 18446744073709551615 134522377 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22161/statm: 17379 16699 76 173 0 17204 0
Current children cumulated CPU time (s) 217.68
Current children cumulated vsize (KiB) 78220

[startup+217.807 s]
/proc/loadavg: 4.09 3.99 3.24 5/194 22197
/proc/meminfo: memFree=13890396/32951124 swapFree=67111528/67111528
[pid=22158] ppid=22156 vsize=8704 CPUtime=0.89 cores=4,6
/proc/22158/stat : 22158 (glucose.sh) S 22156 22158 21845 0 -1 4202496 359 20761 0 0 0 0 84 5 18 0 1 0 490870458 8912896 254 33554432000 4194304 4922060 140736837893072 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22158/statm: 2176 254 211 178 0 69 0
[pid=22161] ppid=22158 vsize=69520 CPUtime=216.89 cores=4,6
/proc/22161/stat : 22161 (glucose_static) R 22158 22158 21845 0 -1 4202496 16775 0 0 0 21686 3 0 0 25 0 1 0 490870549 71188480 16709 33554432000 134512640 135217611 4289213104 18446744073709551615 134745582 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22161/statm: 17379 16709 86 173 0 17204 0
Current children cumulated CPU time (s) 217.78
Current children cumulated vsize (KiB) 78224

Child status: 20
Real time (s): 217.817
CPU time (s): 217.816
CPU user time (s): 217.716
CPU system time (s): 0.099984
CPU usage (%): 99.9993
Max. virtual memory (cumulated for all children) (KiB): 78224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 217.716
system time used= 0.099984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38105
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37
involuntary context switches= 165

runsolver used 0.39194 second user time and 0.802877 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-28 11:55:50
IDJOB=3308861
IDBENCH=82497
IDSOLVER=1691
FILE ID=node142/3308861-1303984549
RUNJOBID= node142-1303983194-21864
PBS_JOBID= 13168684
Free space on /tmp= 71064 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/manthey/traffic/traffic_f_unknown.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308861-1303984549/watcher-3308861-1303984549 -o /tmp/evaluation-result-3308861-1303984549/solver-3308861-1303984549 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308861-1303984549.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= f03ed12a281977a642336980ec847847
RANDOM SEED=604937935

node142.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.846
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.69
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.846
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	: 5131.95
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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13621832 kB
Buffers:       2098260 kB
Cached:       16007024 kB
SwapCached:          0 kB
Active:        8531480 kB
Inactive:     10217892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13621832 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          216524 kB
Writeback:           0 kB
AnonPages:      643256 kB
Mapped:          16068 kB
Slab:           514856 kB
PageTables:       6568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   855660 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71140 MiB
End job on node142 at 2011-04-28 11:59:28