Trace number 3288482

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 108.343 108.347

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.34	c ==============================================================================
0.00/0.34	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.34	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.34	c ==============================================================================
0.00/0.34	c |         0 |  763101  2854525 |  228930       0        0     nan |  0.000 % |
0.00/0.41	c |         0 |  760817  2851295 |      --       0       --      -- |     --   | -2284/-3230
0.00/0.41	c ==============================================================================
0.00/0.41	c Result  :   #vars: 31632   #clauses: 760817   #literals: 2851295
0.00/0.41	c CPU time:   0.381941 s
0.00/0.41	c ==============================================================================
0.00/0.92	c
0.00/0.92	c Starting glucose
0.00/0.92	c
108.28/108.33	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
108.28/108.33	c WARNING: for repeatability, setting FPU to use double precision
108.28/108.33	c ============================[ Problem Statistics ]=============================
108.28/108.33	c |                                                                             |
108.28/108.33	c |  Number of variables:         31632                                         |
108.28/108.33	c |  Number of clauses:          760817                                         |
108.28/108.33	c |  Parse time:                   0.19 s                                       |
108.28/108.33	c |                                                                             |
108.28/108.33	c ============================[ Search Statistics ]==============================
108.28/108.33	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
108.28/108.33	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
108.28/108.33	c ===============================================================================
108.28/108.33	c |     29192 |   31623   760817  2851295 |        1    16150     17 |  0.028 % |
108.28/108.33	c |     29293 |   31623   760466  2850142 |        1    16251     17 |  0.028 % |
108.28/108.33	c |     31242 |   31623   760466  2850142 |        1    18200     17 |  0.028 % |
108.28/108.33	c |     42156 |   31623   760466  2850142 |        1    19838     16 |  0.028 % |
108.28/108.33	c |     60099 |   31623   760466  2850142 |        1    25944     17 |  0.028 % |
108.28/108.33	c |     78626 |   31623   760466  2850142 |        1    30049     17 |  0.028 % |
108.28/108.33	c |     99308 |   31623   760466  2850142 |        1    33727     16 |  0.028 % |
108.28/108.33	c |    187598 |   31619   759322  2846660 |        1    26624     12 |  0.041 % |
108.28/108.33	c |    197633 |   31619   759322  2846660 |        1    36659     14 |  0.041 % |
108.28/108.33	c |    212747 |   31619   759322  2846660 |        1    51773     16 |  0.041 % |
108.28/108.33	c |    226559 |   31619   759322  2846660 |        1    36282     13 |  0.041 % |
108.28/108.33	c |    228565 |   31619   759322  2846660 |        1    38288     13 |  0.041 % |
108.28/108.33	c |    241665 |   31619   759322  2846660 |        1    51388     16 |  0.041 % |
108.28/108.33	c |    260646 |   31619   759322  2846660 |        1    38113     13 |  0.041 % |
108.28/108.33	c |    284754 |   31616   758488  2844158 |        1    61474     16 |  0.051 % |
108.28/108.33	c |    308821 |   31616   758488  2844158 |        1    50883     14 |  0.051 % |
108.28/108.33	c |    311814 |   31616   758488  2844158 |        1    53876     14 |  0.051 % |
108.28/108.33	c |    323343 |   31616   758488  2844158 |        1    65405     15 |  0.051 % |
108.28/108.33	c |    331178 |   31616   758488  2844158 |        1    73240     16 |  0.051 % |
108.28/108.33	c |    343910 |   31616   758488  2844158 |        1    48451     14 |  0.051 % |
108.28/108.33	c |    367317 |   31616   758488  2844158 |        1    71858     17 |  0.051 % |
108.28/108.33	c |    393488 |   31616   758488  2844158 |        1    57775     14 |  0.051 % |
108.28/108.33	c |    396186 |   31616   758488  2844158 |        1    60473     14 |  0.051 % |
108.28/108.33	c |    411272 |   31616   758488  2844158 |        1    75559     16 |  0.051 % |
108.28/108.33	c |    415048 |   31616   758488  2844158 |        1    79335     16 |  0.051 % |
108.28/108.33	c |    417798 |   31616   758488  2844158 |        1    82085     16 |  0.051 % |
108.28/108.33	c |    443133 |   31616   758488  2844158 |        1    64489     14 |  0.051 % |
108.28/108.33	c |    483484 |   31616   758488  2844158 |        1    59271     14 |  0.051 % |
108.28/108.33	c |    490557 |   31616   758488  2844158 |        1    66344     15 |  0.051 % |
108.28/108.33	c |    492605 |   31616   758488  2844158 |        1    68392     15 |  0.051 % |
108.28/108.33	c |    494016 |   31616   758488  2844158 |        1    69803     15 |  0.051 % |
108.28/108.33	c |    506162 |   31593   751085  2815816 |        1    65494     15 |  0.123 % |
108.28/108.33	c |    525205 |   31593   751085  2815816 |        1    44585     11 |  0.123 % |
108.28/108.33	c |    535407 |   31563   746568  2798641 |        1    39912     10 |  0.218 % |
108.28/108.33	c |    535968 |   31563   746568  2798641 |        1    40473     10 |  0.218 % |
108.28/108.33	c |    552626 |   31563   746568  2798641 |        1    57131     14 |  0.218 % |
108.28/108.33	c |    575577 |   31543   739326  2770206 |        1    34194     10 |  0.281 % |
108.28/108.33	c |    616960 |   30130   668714  2495996 |        1    24987      9 |  4.748 % |
108.28/108.33	c ===============================================================================
108.28/108.33	c restarts              : 38
108.28/108.33	c nb ReduceDB           : 20
108.28/108.33	c nb removed Clauses    : 490463
108.28/108.33	c nb learnts DL2        : 1923
108.28/108.33	c nb learnts size 2     : 213
108.28/108.33	c nb learnts size 1     : 21
108.28/108.33	c conflicts             : 616960         (5748 /sec)
108.28/108.33	c decisions             : 724566         (0.00 % random) (6750 /sec)
108.28/108.33	c propagations          : 128990115      (1201700 /sec)
108.28/108.33	c conflict literals     : 13018365       (46.33 % deleted)
108.28/108.33	c nb reduced Clauses    : 3324
108.28/108.33	c CPU time              : 107.34 s
108.28/108.33	
108.28/108.33	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-3288482-1303767565/watcher-3288482-1303767565 -o /tmp/evaluation-result-3288482-1303767565/solver-3288482-1303767565 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3288482-1303767565.cnf 

running on 2 cores: 0,2

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 9733
/proc/meminfo: memFree=20058444/32951124 swapFree=67111528/67111528
[pid=9733] ppid=9731 vsize=8704 CPUtime=0 cores=0,2
/proc/9733/stat : 9733 (glucose.sh) S 9731 9733 8658 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 220947835 8912896 252 33554432000 4194304 4922060 140733449715088 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9733/statm: 2176 252 211 178 0 69 0

[startup+0.04185 s]
/proc/loadavg: 3.00 3.04 3.25 4/185 9733
/proc/meminfo: memFree=20058444/32951124 swapFree=67111528/67111528
[pid=9733] ppid=9731 vsize=8704 CPUtime=0 cores=0,2
/proc/9733/stat : 9733 (glucose.sh) S 9731 9733 8658 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 220947835 8912896 252 33554432000 4194304 4922060 140733449715088 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9733/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100866 s]
/proc/loadavg: 3.00 3.04 3.25 4/185 9733
/proc/meminfo: memFree=20058444/32951124 swapFree=67111528/67111528
[pid=9733] ppid=9731 vsize=8704 CPUtime=0 cores=0,2
/proc/9733/stat : 9733 (glucose.sh) S 9731 9733 8658 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 220947835 8912896 252 33554432000 4194304 4922060 140733449715088 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9733/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300853 s]
/proc/loadavg: 3.00 3.04 3.25 4/185 9733
/proc/meminfo: memFree=20058444/32951124 swapFree=67111528/67111528
[pid=9733] ppid=9731 vsize=8704 CPUtime=0 cores=0,2
/proc/9733/stat : 9733 (glucose.sh) S 9731 9733 8658 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 220947835 8912896 252 33554432000 4194304 4922060 140733449715088 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9733/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700756 s]
/proc/loadavg: 3.00 3.04 3.25 4/185 9733
/proc/meminfo: memFree=20058444/32951124 swapFree=67111528/67111528
[pid=9733] ppid=9731 vsize=8704 CPUtime=0 cores=0,2
/proc/9733/stat : 9733 (glucose.sh) S 9731 9733 8658 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 220947835 8912896 252 33554432000 4194304 4922060 140733449715088 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9733/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50062 s]
/proc/loadavg: 3.00 3.04 3.25 4/187 9736
/proc/meminfo: memFree=20018624/32951124 swapFree=67111528/67111528
[pid=9733] ppid=9731 vsize=8704 CPUtime=0.92 cores=0,2
/proc/9733/stat : 9733 (glucose.sh) S 9731 9733 8658 0 -1 4202496 360 20760 0 0 0 0 86 6 18 0 1 0 220947835 8912896 254 33554432000 4194304 4922060 140733449715088 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9733/statm: 2176 254 211 178 0 69 0
[pid=9736] ppid=9733 vsize=62320 CPUtime=0.56 cores=0,2
/proc/9736/stat : 9736 (glucose_static) R 9733 9733 8658 0 -1 4202496 12602 0 0 0 54 2 0 0 18 0 1 0 220947928 63815680 11732 33554432000 4194304 4260849 140737053189856 18446744073709551615 4224486 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9736/statm: 15580 11732 239 17 0 12221 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 71024

[startup+3.10031 s]
/proc/loadavg: 3.00 3.04 3.25 4/187 9736
/proc/meminfo: memFree=19986756/32951124 swapFree=67111528/67111528
[pid=9733] ppid=9731 vsize=8704 CPUtime=0.92 cores=0,2
/proc/9733/stat : 9733 (glucose.sh) S 9731 9733 8658 0 -1 4202496 360 20760 0 0 0 0 86 6 18 0 1 0 220947835 8912896 254 33554432000 4194304 4922060 140733449715088 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9733/statm: 2176 254 211 178 0 69 0
[pid=9736] ppid=9733 vsize=63124 CPUtime=2.16 cores=0,2
/proc/9736/stat : 9736 (glucose_static) R 9733 9733 8658 0 -1 4202496 12984 0 0 0 214 2 0 0 21 0 1 0 220947928 64638976 12109 33554432000 4194304 4260849 140737053189856 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9736/statm: 15781 12109 239 17 0 12422 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 71828

[startup+6.30077 s]
/proc/loadavg: 3.00 3.04 3.25 4/187 9736
/proc/meminfo: memFree=19977452/32951124 swapFree=67111528/67111528
[pid=9733] ppid=9731 vsize=8704 CPUtime=0.92 cores=0,2
/proc/9733/stat : 9733 (glucose.sh) S 9731 9733 8658 0 -1 4202496 360 20760 0 0 0 0 86 6 18 0 1 0 220947835 8912896 254 33554432000 4194304 4922060 140733449715088 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9733/statm: 2176 254 211 178 0 69 0
[pid=9736] ppid=9733 vsize=75380 CPUtime=5.37 cores=0,2
/proc/9736/stat : 9736 (glucose_static) R 9733 9733 8658 0 -1 4202496 13609 0 0 0 535 2 0 0 25 0 1 0 220947928 77189120 12685 33554432000 4194304 4260849 140737053189856 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9736/statm: 18845 12685 248 17 0 15486 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84084

[startup+12.7007 s]
/proc/loadavg: 3.00 3.04 3.25 4/187 9736
/proc/meminfo: memFree=19969052/32951124 swapFree=67111528/67111528
[pid=9733] ppid=9731 vsize=8704 CPUtime=0.92 cores=0,2
/proc/9733/stat : 9733 (glucose.sh) S 9731 9733 8658 0 -1 4202496 360 20760 0 0 0 0 86 6 18 0 1 0 220947835 8912896 254 33554432000 4194304 4922060 140733449715088 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9733/statm: 2176 254 211 178 0 69 0
[pid=9736] ppid=9733 vsize=64600 CPUtime=11.76 cores=0,2
/proc/9736/stat : 9736 (glucose_static) R 9733 9733 8658 0 -1 4202496 19989 0 0 0 1173 3 0 0 25 0 1 0 220947928 66150400 12604 33554432000 4194304 4260849 140737053189856 18446744073709551615 4224808 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9736/statm: 16150 12604 249 17 0 12791 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 73304

[startup+25.5004 s]
/proc/loadavg: 3.00 3.04 3.24 4/187 9736
/proc/meminfo: memFree=19914656/32951124 swapFree=67111528/67111528
[pid=9733] ppid=9731 vsize=8704 CPUtime=0.92 cores=0,2
/proc/9733/stat : 9733 (glucose.sh) S 9731 9733 8658 0 -1 4202496 360 20760 0 0 0 0 86 6 18 0 1 0 220947835 8912896 254 33554432000 4194304 4922060 140733449715088 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9733/statm: 2176 254 211 178 0 69 0
[pid=9736] ppid=9733 vsize=96300 CPUtime=24.56 cores=0,2
/proc/9736/stat : 9736 (glucose_static) R 9733 9733 8658 0 -1 4202496 31901 0 0 0 2451 5 0 0 25 0 1 0 220947928 98611200 17766 33554432000 4194304 4260849 140737053189856 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9736/statm: 24075 17766 249 17 0 20716 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 105004

[startup+51.1009 s]
/proc/loadavg: 3.00 3.03 3.23 4/187 9737
/proc/meminfo: memFree=19867236/32951124 swapFree=67111528/67111528
[pid=9733] ppid=9731 vsize=8704 CPUtime=0.92 cores=0,2
/proc/9733/stat : 9733 (glucose.sh) S 9731 9733 8658 0 -1 4202496 360 20760 0 0 0 0 86 6 18 0 1 0 220947835 8912896 254 33554432000 4194304 4922060 140733449715088 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9733/statm: 2176 254 211 178 0 69 0
[pid=9736] ppid=9733 vsize=126644 CPUtime=50.17 cores=0,2
/proc/9736/stat : 9736 (glucose_static) R 9733 9733 8658 0 -1 4202496 39604 0 0 0 5011 6 0 0 25 0 1 0 220947928 129683456 24625 33554432000 4194304 4260849 140737053189856 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9736/statm: 31661 24625 249 17 0 28302 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 135348

[startup+102.307 s]
/proc/loadavg: 3.00 3.03 3.22 4/187 9738
/proc/meminfo: memFree=19858084/32951124 swapFree=67111528/67111528
[pid=9733] ppid=9731 vsize=8704 CPUtime=0.92 cores=0,2
/proc/9733/stat : 9733 (glucose.sh) S 9731 9733 8658 0 -1 4202496 360 20760 0 0 0 0 86 6 18 0 1 0 220947835 8912896 254 33554432000 4194304 4922060 140733449715088 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9733/statm: 2176 254 211 178 0 69 0
[pid=9736] ppid=9733 vsize=126644 CPUtime=101.37 cores=0,2
/proc/9736/stat : 9736 (glucose_static) R 9733 9733 8658 0 -1 4202496 41881 0 0 0 10131 6 0 0 25 0 1 0 220947928 129683456 26811 33554432000 4194304 4260849 140737053189856 18446744073709551615 4224374 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9736/statm: 31661 26811 249 17 0 28302 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 135348

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

[startup+105.5 s]
/proc/loadavg: 3.00 3.03 3.22 4/187 9738
/proc/meminfo: memFree=19854732/32951124 swapFree=67111528/67111528
[pid=9733] ppid=9731 vsize=8704 CPUtime=0.92 cores=0,2
/proc/9733/stat : 9733 (glucose.sh) S 9731 9733 8658 0 -1 4202496 360 20760 0 0 0 0 86 6 18 0 1 0 220947835 8912896 254 33554432000 4194304 4922060 140733449715088 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9733/statm: 2176 254 211 178 0 69 0
[pid=9736] ppid=9733 vsize=126644 CPUtime=104.57 cores=0,2
/proc/9736/stat : 9736 (glucose_static) R 9733 9733 8658 0 -1 4202496 41881 0 0 0 10451 6 0 0 25 0 1 0 220947928 129683456 26811 33554432000 4194304 4260849 140737053189856 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9736/statm: 31661 26811 249 17 0 28302 0
Current children cumulated CPU time (s) 105.49
Current children cumulated vsize (KiB) 135348

[startup+107.101 s]
/proc/loadavg: 3.00 3.03 3.22 4/187 9739
/proc/meminfo: memFree=19853492/32951124 swapFree=67111528/67111528
[pid=9733] ppid=9731 vsize=8704 CPUtime=0.92 cores=0,2
/proc/9733/stat : 9733 (glucose.sh) S 9731 9733 8658 0 -1 4202496 360 20760 0 0 0 0 86 6 18 0 1 0 220947835 8912896 254 33554432000 4194304 4922060 140733449715088 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9733/statm: 2176 254 211 178 0 69 0
[pid=9736] ppid=9733 vsize=126644 CPUtime=106.16 cores=0,2
/proc/9736/stat : 9736 (glucose_static) R 9733 9733 8658 0 -1 4202496 41881 0 0 0 10610 6 0 0 25 0 1 0 220947928 129683456 26811 33554432000 4194304 4260849 140737053189856 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9736/statm: 31661 26811 249 17 0 28302 0
Current children cumulated CPU time (s) 107.08
Current children cumulated vsize (KiB) 135348

[startup+107.901 s]
/proc/loadavg: 3.00 3.03 3.22 4/187 9739
/proc/meminfo: memFree=19852372/32951124 swapFree=67111528/67111528
[pid=9733] ppid=9731 vsize=8704 CPUtime=0.92 cores=0,2
/proc/9733/stat : 9733 (glucose.sh) S 9731 9733 8658 0 -1 4202496 360 20760 0 0 0 0 86 6 18 0 1 0 220947835 8912896 254 33554432000 4194304 4922060 140733449715088 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9733/statm: 2176 254 211 178 0 69 0
[pid=9736] ppid=9733 vsize=126644 CPUtime=106.96 cores=0,2
/proc/9736/stat : 9736 (glucose_static) R 9733 9733 8658 0 -1 4202496 41881 0 0 0 10690 6 0 0 25 0 1 0 220947928 129683456 26811 33554432000 4194304 4260849 140737053189856 18446744073709551615 4220627 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9736/statm: 31661 26811 249 17 0 28302 0
Current children cumulated CPU time (s) 107.88
Current children cumulated vsize (KiB) 135348

[startup+108.301 s]
/proc/loadavg: 3.00 3.03 3.22 4/187 9739
/proc/meminfo: memFree=19852372/32951124 swapFree=67111528/67111528
[pid=9733] ppid=9731 vsize=8704 CPUtime=0.92 cores=0,2
/proc/9733/stat : 9733 (glucose.sh) S 9731 9733 8658 0 -1 4202496 360 20760 0 0 0 0 86 6 18 0 1 0 220947835 8912896 254 33554432000 4194304 4922060 140733449715088 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9733/statm: 2176 254 211 178 0 69 0
[pid=9736] ppid=9733 vsize=126644 CPUtime=107.36 cores=0,2
/proc/9736/stat : 9736 (glucose_static) R 9733 9733 8658 0 -1 4202496 41881 0 0 0 10730 6 0 0 25 0 1 0 220947928 129683456 26811 33554432000 4194304 4260849 140737053189856 18446744073709551615 4224730 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9736/statm: 31661 26811 249 17 0 28302 0
Current children cumulated CPU time (s) 108.28
Current children cumulated vsize (KiB) 135348

Child status: 20
Real time (s): 108.347
CPU time (s): 108.343
CPU user time (s): 108.202
CPU system time (s): 0.140978
CPU usage (%): 99.9962
Max. virtual memory (cumulated for all children) (KiB): 135348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 108.202
system time used= 0.140978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63216
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= 39
involuntary context switches= 276

runsolver used 0.164974 second user time and 0.429934 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-25 23:39:26
IDJOB=3288482
IDBENCH=82497
IDSOLVER=1651
FILE ID=node107/3288482-1303767565
RUNJOBID= node107-1303764844-8676
PBS_JOBID= 13157153
Free space on /tmp= 71468 MiB

SOLVER NAME= glucose 2
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-3288482-1303767565/watcher-3288482-1303767565 -o /tmp/evaluation-result-3288482-1303767565/solver-3288482-1303767565 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3288482-1303767565.cnf 

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

MD5SUM BENCH= f03ed12a281977a642336980ec847847
RANDOM SEED=945514254

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:      20058716 kB
Buffers:       2031800 kB
Cached:        9980284 kB
SwapCached:          0 kB
Active:        8234640 kB
Inactive:      4175220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20058716 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           56392 kB
Writeback:           0 kB
AnonPages:      396904 kB
Mapped:          15288 kB
Slab:           417576 kB
PageTables:       5672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   569688 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= 71468 MiB
End job on node107 at 2011-04-25 23:41:14