Trace number 3288436

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
glucose 2UNSAT 110.799 110.804

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_kkb_unknown.cnf
MD5SUM254fcd4eae8129ad5842f186e24e0793
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark110.799
Satisfiable
(Un)Satisfiability was proved
Number of variables34510
Number of clauses701694
Sum of the clauses size2616281
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252869
Number of clauses of size 384757
Number of clauses of size 4564068
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.29	c ==============================================================================
0.00/0.29	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.29	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.29	c ==============================================================================
0.00/0.29	c |         0 |  701694  2616281 |  210508       0        0     nan |  0.000 % |
0.00/0.36	c |         0 |  697544  2607344 |      --       0       --      -- |     --   | -4150/-8937
0.00/0.36	c ==============================================================================
0.00/0.36	c Result  :   #vars: 31688   #clauses: 697544   #literals: 2607344
0.00/0.36	c CPU time:   0.32395 s
0.00/0.36	c ==============================================================================
0.00/0.79	c
0.00/0.79	c Starting glucose
0.00/0.79	c
94.27/94.39	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
94.27/94.39	c WARNING: for repeatability, setting FPU to use double precision
94.27/94.39	c ============================[ Problem Statistics ]=============================
94.27/94.39	c |                                                                             |
94.27/94.39	c |  Number of variables:         31688                                         |
94.27/94.39	c |  Number of clauses:          697544                                         |
94.27/94.39	c |  Parse time:                   0.16 s                                       |
94.27/94.39	c |                                                                             |
94.27/94.39	c ============================[ Search Statistics ]==============================
94.27/94.39	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
94.27/94.39	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
94.27/94.39	c ===============================================================================
94.27/94.39	c |       621 |   31679   697544  2607344 |        1      618     15 |  0.028 % |
94.27/94.39	c |       722 |   31679   697544  2607344 |        1      719     16 |  0.028 % |
94.27/94.39	c |     28867 |   31679   697544  2607344 |        1    15821     17 |  0.028 % |
94.27/94.39	c |     33498 |   31679   697193  2606191 |        1    11176     14 |  0.028 % |
94.27/94.39	c |     37329 |   31679   697193  2606191 |        1    15007     16 |  0.028 % |
94.27/94.39	c |     44329 |   31679   697193  2606191 |        1    22007     16 |  0.028 % |
94.27/94.39	c |     45854 |   31679   697193  2606191 |        1    23532     16 |  0.028 % |
94.27/94.39	c |     50268 |   31679   697193  2606191 |        1    16110     15 |  0.028 % |
94.27/94.39	c |     52997 |   31679   697193  2606191 |        1    18839     15 |  0.028 % |
94.27/94.39	c |    125060 |   31679   697193  2606191 |        1    39882     19 |  0.028 % |
94.27/94.39	c |    127198 |   31679   697193  2606191 |        1    42020     19 |  0.028 % |
94.27/94.39	c |    171273 |   31679   697193  2606191 |        1    39091     17 |  0.028 % |
94.27/94.39	c |    181705 |   31679   697193  2606191 |        1    49523     17 |  0.028 % |
94.27/94.39	c |    275645 |   31662   692230  2587565 |        1    37351     15 |  0.082 % |
94.27/94.39	c |    308767 |   31662   691900  2586249 |        1    36093     13 |  0.082 % |
94.27/94.39	c |    315713 |   31662   691900  2586249 |        1    43039     14 |  0.082 % |
94.27/94.39	c |    322830 |   31662   691900  2586249 |        1    50156     15 |  0.082 % |
94.27/94.39	c |    328505 |   31662   691900  2586249 |        1    55831     15 |  0.082 % |
94.27/94.39	c |    333928 |   31662   691900  2586249 |        1    61254     16 |  0.082 % |
94.27/94.39	c |    336830 |   31662   691900  2586249 |        1    64156     16 |  0.082 % |
94.27/94.39	c |    346837 |   31662   691900  2586249 |        1    74163     17 |  0.082 % |
94.27/94.39	c |    354120 |   31662   691900  2586249 |        1    43784     13 |  0.082 % |
94.27/94.39	c |    354636 |   31662   691900  2586249 |        1    44300     13 |  0.082 % |
94.27/94.39	c |    362737 |   31662   691900  2586249 |        1    52401     14 |  0.082 % |
94.27/94.39	c |    363716 |   31662   691900  2586249 |        1    53380     14 |  0.082 % |
94.27/94.39	c |    391433 |   31662   691900  2586249 |        1    81097     17 |  0.082 % |
94.27/94.39	c |    397745 |   31662   691900  2586249 |        1    46580     13 |  0.082 % |
94.27/94.39	c |    404520 |   31662   691900  2586249 |        1    53355     14 |  0.082 % |
94.27/94.39	c |    410878 |   31662   691900  2586249 |        1    59713     14 |  0.082 % |
94.27/94.39	c |    431993 |   31662   691900  2586249 |        1    80828     16 |  0.082 % |
94.27/94.39	c |    433694 |   31662   691900  2586249 |        1    82529     16 |  0.082 % |
94.27/94.39	c |    447350 |   31662   691900  2586249 |        1    52466     12 |  0.082 % |
94.27/94.39	c |    459482 |   31639   688691  2574091 |        1    46473     11 |  0.155 % |
94.27/94.39	c |    481982 |   31639   688691  2574091 |        1    68973     14 |  0.155 % |
94.27/94.39	c |    487326 |   31639   688691  2574091 |        1    74317     15 |  0.155 % |
94.27/94.39	c |    508318 |   31639   688691  2574091 |        1    57918     13 |  0.155 % |
94.27/94.39	c |    531084 |   31636   688269  2572825 |        1    74359     16 |  0.164 % |
94.27/94.39	c |    564152 |   31623   687321  2569434 |        1    52561     12 |  0.205 % |
94.27/94.39	c |    568992 |   31623   687321  2569434 |        1    57401     13 |  0.205 % |
110.67/110.79	c |    577939 |   31623   687321  2569434 |        1    66348     14 |  0.205 % |
110.67/110.79	c |    612083 |   31623   687321  2569434 |        1    59296     15 |  0.205 % |
110.67/110.79	c |    621270 |   31623   687321  2569434 |        1    68483     16 |  0.205 % |
110.67/110.79	c |    633054 |   31623   687321  2569434 |        1    80267     17 |  0.205 % |
110.67/110.79	c |    656543 |   31582   683138  2552953 |        1    38090     11 |  0.335 % |
110.67/110.79	c |    669741 |   30959   611175  2275694 |        1    13961      7 |  2.301 % |
110.67/110.79	c ===============================================================================
110.67/110.79	c restarts              : 45
110.67/110.79	c nb ReduceDB           : 21
110.67/110.79	c nb removed Clauses    : 514759
110.67/110.79	c nb learnts DL2        : 1925
110.67/110.79	c nb learnts size 2     : 199
110.67/110.79	c nb learnts size 1     : 22
110.67/110.79	c conflicts             : 669741         (6092 /sec)
110.67/110.79	c decisions             : 789736         (0.00 % random) (7184 /sec)
110.67/110.79	c propagations          : 136689526      (1243397 /sec)
110.67/110.79	c conflict literals     : 14383712       (45.77 % deleted)
110.67/110.79	c nb reduced Clauses    : 3302
110.67/110.79	c CPU time              : 109.932 s
110.67/110.79	
110.67/110.79	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-3288436-1303767563/watcher-3288436-1303767563 -o /tmp/evaluation-result-3288436-1303767563/solver-3288436-1303767563 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3288436-1303767563.cnf 

running on 2 cores: 1,3

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.00 3.04 3.25 4/185 9703
/proc/meminfo: memFree=20028020/32951124 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=8704 CPUtime=0 cores=1,3
/proc/9703/stat : 9703 (glucose.sh) S 9701 9703 8658 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 220947611 8912896 253 33554432000 4194304 4922060 140734878162464 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9703/statm: 2176 253 211 178 0 69 0

[startup+0.0951791 s]
/proc/loadavg: 3.00 3.04 3.25 4/185 9703
/proc/meminfo: memFree=20028020/32951124 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=8704 CPUtime=0 cores=1,3
/proc/9703/stat : 9703 (glucose.sh) S 9701 9703 8658 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 220947611 8912896 253 33554432000 4194304 4922060 140734878162464 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9703/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101177 s]
/proc/loadavg: 3.00 3.04 3.25 4/185 9703
/proc/meminfo: memFree=20028020/32951124 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=8704 CPUtime=0 cores=1,3
/proc/9703/stat : 9703 (glucose.sh) S 9701 9703 8658 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 220947611 8912896 253 33554432000 4194304 4922060 140734878162464 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9703/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300155 s]
/proc/loadavg: 3.00 3.04 3.25 4/185 9703
/proc/meminfo: memFree=20028020/32951124 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=8704 CPUtime=0 cores=1,3
/proc/9703/stat : 9703 (glucose.sh) S 9701 9703 8658 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 220947611 8912896 253 33554432000 4194304 4922060 140734878162464 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9703/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701083 s]
/proc/loadavg: 3.00 3.04 3.25 4/185 9703
/proc/meminfo: memFree=20028020/32951124 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=8704 CPUtime=0 cores=1,3
/proc/9703/stat : 9703 (glucose.sh) S 9701 9703 8658 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 220947611 8912896 253 33554432000 4194304 4922060 140734878162464 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9703/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50093 s]
/proc/loadavg: 3.00 3.04 3.25 4/187 9706
/proc/meminfo: memFree=19965516/32951124 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=8704 CPUtime=0.78 cores=1,3
/proc/9703/stat : 9703 (glucose.sh) S 9701 9703 8658 0 -1 4202496 361 17954 0 0 0 0 72 6 15 0 1 0 220947611 8912896 255 33554432000 4194304 4922060 140734878162464 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9703/statm: 2176 255 211 178 0 69 0
[pid=9706] ppid=9703 vsize=60692 CPUtime=0.69 cores=1,3
/proc/9706/stat : 9706 (glucose_static) R 9703 9703 8658 0 -1 4202496 11704 0 0 0 67 2 0 0 17 0 1 0 220947690 62148608 10942 33554432000 4194304 4260849 140735580884256 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9706/statm: 15173 10942 249 17 0 11814 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 69396

[startup+3.10065 s]
/proc/loadavg: 3.00 3.04 3.25 4/183 9728
/proc/meminfo: memFree=20059576/32951124 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=8704 CPUtime=0.78 cores=1,3
/proc/9703/stat : 9703 (glucose.sh) S 9701 9703 8658 0 -1 4202496 361 17954 0 0 0 0 72 6 15 0 1 0 220947611 8912896 255 33554432000 4194304 4922060 140734878162464 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9703/statm: 2176 255 211 178 0 69 0
[pid=9706] ppid=9703 vsize=61088 CPUtime=2.29 cores=1,3
/proc/9706/stat : 9706 (glucose_static) R 9703 9703 8658 0 -1 4202496 12069 0 0 0 227 2 0 0 19 0 1 0 220947690 62554112 11289 33554432000 4194304 4260849 140735580884256 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9706/statm: 15272 11289 249 17 0 11913 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 69792

[startup+6.30109 s]
/proc/loadavg: 3.00 3.04 3.25 4/187 9736
/proc/meminfo: memFree=19983284/32951124 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=8704 CPUtime=0.78 cores=1,3
/proc/9703/stat : 9703 (glucose.sh) S 9701 9703 8658 0 -1 4202496 361 17954 0 0 0 0 72 6 15 0 1 0 220947611 8912896 255 33554432000 4194304 4922060 140734878162464 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9703/statm: 2176 255 211 178 0 69 0
[pid=9706] ppid=9703 vsize=73980 CPUtime=5.49 cores=1,3
/proc/9706/stat : 9706 (glucose_static) R 9703 9703 8658 0 -1 4202496 12928 0 0 0 547 2 0 0 25 0 1 0 220947690 75755520 12093 33554432000 4194304 4260849 140735580884256 18446744073709551615 4225142 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9706/statm: 18495 12093 249 17 0 15136 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 82684

[startup+12.701 s]
/proc/loadavg: 3.00 3.04 3.25 4/187 9736
/proc/meminfo: memFree=19970640/32951124 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=8704 CPUtime=0.78 cores=1,3
/proc/9703/stat : 9703 (glucose.sh) S 9701 9703 8658 0 -1 4202496 361 17954 0 0 0 0 72 6 15 0 1 0 220947611 8912896 255 33554432000 4194304 4922060 140734878162464 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9703/statm: 2176 255 211 178 0 69 0
[pid=9706] ppid=9703 vsize=63436 CPUtime=11.89 cores=1,3
/proc/9706/stat : 9706 (glucose_static) R 9703 9703 8658 0 -1 4202496 19098 0 0 0 1186 3 0 0 25 0 1 0 220947690 64958464 12285 33554432000 4194304 4260849 140735580884256 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9706/statm: 15859 12285 250 17 0 12500 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 72140

[startup+25.5007 s]
/proc/loadavg: 3.00 3.04 3.24 4/187 9736
/proc/meminfo: memFree=19932388/32951124 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=8704 CPUtime=0.78 cores=1,3
/proc/9703/stat : 9703 (glucose.sh) S 9701 9703 8658 0 -1 4202496 361 17954 0 0 0 0 72 6 15 0 1 0 220947611 8912896 255 33554432000 4194304 4922060 140734878162464 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9703/statm: 2176 255 211 178 0 69 0
[pid=9706] ppid=9703 vsize=94820 CPUtime=24.69 cores=1,3
/proc/9706/stat : 9706 (glucose_static) R 9703 9703 8658 0 -1 4202496 31368 0 0 0 2464 5 0 0 25 0 1 0 220947690 97095680 17886 33554432000 4194304 4260849 140735580884256 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9706/statm: 23705 17886 250 17 0 20346 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 103524

[startup+51.1002 s]
/proc/loadavg: 3.00 3.03 3.23 4/187 9737
/proc/meminfo: memFree=19870972/32951124 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=8704 CPUtime=0.78 cores=1,3
/proc/9703/stat : 9703 (glucose.sh) S 9701 9703 8658 0 -1 4202496 361 17954 0 0 0 0 72 6 15 0 1 0 220947611 8912896 255 33554432000 4194304 4922060 140734878162464 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9703/statm: 2176 255 211 178 0 69 0
[pid=9706] ppid=9703 vsize=113496 CPUtime=50.29 cores=1,3
/proc/9706/stat : 9706 (glucose_static) R 9703 9703 8658 0 -1 4202496 37299 0 0 0 5023 6 0 0 25 0 1 0 220947690 116219904 23085 33554432000 4194304 4260849 140735580884256 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9706/statm: 28374 23085 250 17 0 25015 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 122200

[startup+102.306 s]
/proc/loadavg: 3.00 3.03 3.22 4/187 9738
/proc/meminfo: memFree=19860564/32951124 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=8704 CPUtime=0.78 cores=1,3
/proc/9703/stat : 9703 (glucose.sh) S 9701 9703 8658 0 -1 4202496 361 17954 0 0 0 0 72 6 15 0 1 0 220947611 8912896 255 33554432000 4194304 4922060 140734878162464 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9703/statm: 2176 255 211 178 0 69 0
[pid=9706] ppid=9703 vsize=113496 CPUtime=101.5 cores=1,3
/proc/9706/stat : 9706 (glucose_static) R 9703 9703 8658 0 -1 4202496 37897 0 0 0 10144 6 0 0 25 0 1 0 220947690 116219904 23661 33554432000 4194304 4260849 140735580884256 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9706/statm: 28374 23661 250 17 0 25015 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 122200

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

[startup+105.501 s]
/proc/loadavg: 3.00 3.03 3.22 4/187 9738
/proc/meminfo: memFree=19857088/32951124 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=8704 CPUtime=0.78 cores=1,3
/proc/9703/stat : 9703 (glucose.sh) S 9701 9703 8658 0 -1 4202496 361 17954 0 0 0 0 72 6 15 0 1 0 220947611 8912896 255 33554432000 4194304 4922060 140734878162464 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9703/statm: 2176 255 211 178 0 69 0
[pid=9706] ppid=9703 vsize=113496 CPUtime=104.7 cores=1,3
/proc/9706/stat : 9706 (glucose_static) R 9703 9703 8658 0 -1 4202496 37897 0 0 0 10464 6 0 0 25 0 1 0 220947690 116219904 23661 33554432000 4194304 4260849 140735580884256 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9706/statm: 28374 23661 250 17 0 25015 0
Current children cumulated CPU time (s) 105.48
Current children cumulated vsize (KiB) 122200

[startup+108.701 s]
/proc/loadavg: 3.00 3.03 3.22 4/187 9738
/proc/meminfo: memFree=19854732/32951124 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=8704 CPUtime=0.78 cores=1,3
/proc/9703/stat : 9703 (glucose.sh) S 9701 9703 8658 0 -1 4202496 361 17954 0 0 0 0 72 6 15 0 1 0 220947611 8912896 255 33554432000 4194304 4922060 140734878162464 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9703/statm: 2176 255 211 178 0 69 0
[pid=9706] ppid=9703 vsize=113496 CPUtime=107.89 cores=1,3
/proc/9706/stat : 9706 (glucose_static) R 9703 9703 8658 0 -1 4202496 37897 0 0 0 10783 6 0 0 25 0 1 0 220947690 116219904 23661 33554432000 4194304 4260849 140735580884256 18446744073709551615 4224352 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9706/statm: 28374 23661 250 17 0 25015 0
Current children cumulated CPU time (s) 108.67
Current children cumulated vsize (KiB) 122200

[startup+109.501 s]
/proc/loadavg: 3.00 3.03 3.22 4/187 9739
/proc/meminfo: memFree=19853492/32951124 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=8704 CPUtime=0.78 cores=1,3
/proc/9703/stat : 9703 (glucose.sh) S 9701 9703 8658 0 -1 4202496 361 17954 0 0 0 0 72 6 15 0 1 0 220947611 8912896 255 33554432000 4194304 4922060 140734878162464 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9703/statm: 2176 255 211 178 0 69 0
[pid=9706] ppid=9703 vsize=113496 CPUtime=108.69 cores=1,3
/proc/9706/stat : 9706 (glucose_static) R 9703 9703 8658 0 -1 4202496 37897 0 0 0 10863 6 0 0 25 0 1 0 220947690 116219904 23661 33554432000 4194304 4260849 140735580884256 18446744073709551615 4224667 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9706/statm: 28374 23661 250 17 0 25015 0
Current children cumulated CPU time (s) 109.47
Current children cumulated vsize (KiB) 122200

[startup+110.301 s]
/proc/loadavg: 3.00 3.03 3.22 4/187 9739
/proc/meminfo: memFree=19852496/32951124 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=8704 CPUtime=0.78 cores=1,3
/proc/9703/stat : 9703 (glucose.sh) S 9701 9703 8658 0 -1 4202496 361 17954 0 0 0 0 72 6 15 0 1 0 220947611 8912896 255 33554432000 4194304 4922060 140734878162464 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9703/statm: 2176 255 211 178 0 69 0
[pid=9706] ppid=9703 vsize=113496 CPUtime=109.49 cores=1,3
/proc/9706/stat : 9706 (glucose_static) R 9703 9703 8658 0 -1 4202496 37897 0 0 0 10943 6 0 0 25 0 1 0 220947690 116219904 23661 33554432000 4194304 4260849 140735580884256 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9706/statm: 28374 23661 250 17 0 25015 0
Current children cumulated CPU time (s) 110.27
Current children cumulated vsize (KiB) 122200

[startup+110.701 s]
/proc/loadavg: 3.00 3.03 3.22 4/187 9739
/proc/meminfo: memFree=19852496/32951124 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=8704 CPUtime=0.78 cores=1,3
/proc/9703/stat : 9703 (glucose.sh) S 9701 9703 8658 0 -1 4202496 361 17954 0 0 0 0 72 6 15 0 1 0 220947611 8912896 255 33554432000 4194304 4922060 140734878162464 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9703/statm: 2176 255 211 178 0 69 0
[pid=9706] ppid=9703 vsize=113496 CPUtime=109.89 cores=1,3
/proc/9706/stat : 9706 (glucose_static) R 9703 9703 8658 0 -1 4202496 37897 0 0 0 10983 6 0 0 25 0 1 0 220947690 116219904 23661 33554432000 4194304 4260849 140735580884256 18446744073709551615 4221426 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9706/statm: 28374 23661 250 17 0 25015 0
Current children cumulated CPU time (s) 110.67
Current children cumulated vsize (KiB) 122200

[startup+110.801 s]
/proc/loadavg: 3.00 3.03 3.22 4/187 9739
/proc/meminfo: memFree=19852496/32951124 swapFree=67111528/67111528
[pid=9703] ppid=9701 vsize=8704 CPUtime=110.78 cores=1,3
/proc/9703/stat : 9703 (glucose.sh) R 9701 9703 8658 0 -1 4202496 371 55855 0 0 0 0 11065 13 15 0 1 0 220947611 8912896 257 33554432000 4194304 4922060 140734878162464 18446744073709551615 268660482453 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/9703/statm: 2176 257 213 178 0 69 0
Current children cumulated CPU time (s) 110.78
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 110.804
CPU time (s): 110.799
CPU user time (s): 110.659
CPU system time (s): 0.139978
CPU usage (%): 99.9959
Max. virtual memory (cumulated for all children) (KiB): 122200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 110.659
system time used= 0.139978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56427
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= 14
involuntary context switches= 169

runsolver used 0.144977 second user time and 0.462929 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-25 23:39:23
IDJOB=3288436
IDBENCH=82496
IDSOLVER=1651
FILE ID=node107/3288436-1303767563
RUNJOBID= node107-1303764844-8678
PBS_JOBID= 13157153
Free space on /tmp= 71468 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT11/application/manthey/traffic/traffic_kkb_unknown.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288436-1303767563/watcher-3288436-1303767563 -o /tmp/evaluation-result-3288436-1303767563/solver-3288436-1303767563 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3288436-1303767563.cnf 

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

MD5SUM BENCH= 254fcd4eae8129ad5842f186e24e0793
RANDOM SEED=222253881

node107.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.829
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.65
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.829
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.75
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.829
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.67
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.829
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.829
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.829
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	: 5359.47
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.829
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.829
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:      20028424 kB
Buffers:       2031744 kB
Cached:        9978556 kB
SwapCached:          0 kB
Active:        8269188 kB
Inactive:      4171720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20028424 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           33196 kB
Writeback:           0 kB
AnonPages:      429796 kB
Mapped:          15300 kB
Slab:           416456 kB
PageTables:       5884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   618308 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= 71500 MiB
End job on node107 at 2011-04-25 23:41:14