Trace number 3288666

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 113.98 113.98

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_b_unsat.cnf
MD5SUM3dc443ddf213a09407d2a75925179735
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark113.98
Satisfiable
(Un)Satisfiability was proved
Number of variables26061
Number of clauses742909
Sum of the clauses size2791650
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 244599
Number of clauses of size 390788
Number of clauses of size 4607522
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.31	c ==============================================================================
0.00/0.31	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.31	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.31	c ==============================================================================
0.00/0.31	c |         0 |  742909  2791650 |  222872       0        0     nan |  0.000 % |
0.00/0.33	c |         0 |  742878  2791868 |      --       0       --      -- |     --   | -31/218
0.00/0.33	c ==============================================================================
0.00/0.33	c Result  :   #vars: 25957   #clauses: 742878   #literals: 2791868
0.00/0.33	c CPU time:   0.281957 s
0.00/0.33	c ==============================================================================
0.00/0.78	c
0.00/0.78	c Starting glucose
0.00/0.78	c
88.78/88.85	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
88.78/88.85	c WARNING: for repeatability, setting FPU to use double precision
88.78/88.85	c ============================[ Problem Statistics ]=============================
88.78/88.85	c |                                                                             |
88.78/88.85	c |  Number of variables:         25957                                         |
88.78/88.85	c |  Number of clauses:          742878                                         |
88.78/88.85	c |  Parse time:                   0.17 s                                       |
88.78/88.85	c |                                                                             |
88.78/88.85	c ============================[ Search Statistics ]==============================
88.78/88.85	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
88.78/88.85	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
88.78/88.85	c ===============================================================================
88.78/88.85	c |     20271 |   25956   742878  2791868 |        1     7240     15 |  0.004 % |
88.78/88.85	c |     38727 |   25956   742844  2791766 |        1    16417     18 |  0.004 % |
88.78/88.85	c |     83034 |   25956   742844  2791766 |        1    17461     12 |  0.004 % |
88.78/88.85	c |    122173 |   25956   742844  2791766 |        1    36999     16 |  0.004 % |
88.78/88.85	c |    132393 |   25956   742844  2791766 |        1    25015     12 |  0.004 % |
88.78/88.85	c |    142059 |   25956   742844  2791766 |        1    34681     16 |  0.004 % |
88.78/88.85	c |    279503 |   25956   742844  2791766 |        1    57312     17 |  0.004 % |
88.78/88.85	c |    279880 |   25956   742844  2791766 |        1    57689     17 |  0.004 % |
88.78/88.85	c |    279980 |   25956   742844  2791766 |        1    57789     17 |  0.004 % |
88.78/88.85	c |    280170 |   25956   742844  2791766 |        1    57979     17 |  0.004 % |
88.78/88.85	c |    280272 |   25956   742844  2791766 |        1    58081     17 |  0.004 % |
88.78/88.85	c |    280373 |   25956   742844  2791766 |        1    58182     17 |  0.004 % |
88.78/88.85	c |    281734 |   25956   742844  2791766 |        1    59543     17 |  0.004 % |
88.78/88.85	c |    297905 |   25956   742844  2791766 |        1    40520     13 |  0.004 % |
88.78/88.85	c |    301014 |   25956   742844  2791766 |        1    43629     13 |  0.004 % |
88.78/88.85	c |    306114 |   25956   742844  2791766 |        1    48729     14 |  0.004 % |
88.78/88.85	c |    319796 |   25956   742844  2791766 |        1    62411     15 |  0.004 % |
88.78/88.85	c |    329112 |   25956   742844  2791766 |        1    71727     16 |  0.004 % |
88.78/88.85	c |    329257 |   25956   742844  2791766 |        1    71872     16 |  0.004 % |
88.78/88.85	c |    331893 |   25956   742844  2791766 |        1    74508     16 |  0.004 % |
88.78/88.85	c |    336429 |   25956   742844  2791766 |        1    41247     12 |  0.004 % |
88.78/88.85	c |    344210 |   25956   742844  2791766 |        1    49028     13 |  0.004 % |
88.78/88.85	c |    344974 |   25956   742844  2791766 |        1    49792     13 |  0.004 % |
88.78/88.85	c |    363077 |   25956   742844  2791766 |        1    67895     16 |  0.004 % |
88.78/88.85	c |    394701 |   25956   742844  2791766 |        1    59118     16 |  0.004 % |
88.78/88.85	c |    424457 |   25956   742844  2791766 |        1    45873     12 |  0.004 % |
88.78/88.85	c |    433002 |   25956   742844  2791766 |        1    54418     14 |  0.004 % |
88.78/88.85	c |    462711 |   25956   742844  2791766 |        1    84127     17 |  0.004 % |
88.78/88.85	c |    465709 |   25956   742844  2791766 |        1    87125     17 |  0.004 % |
88.78/88.85	c |    468751 |   25956   742844  2791766 |        1    90167     17 |  0.004 % |
88.78/88.85	c |    480755 |   25956   742844  2791766 |        1    56572     13 |  0.004 % |
88.78/88.85	c |    496011 |   25956   742844  2791766 |        1    71828     16 |  0.004 % |
88.78/88.85	c |    502610 |   25956   742844  2791766 |        1    78427     16 |  0.004 % |
88.78/88.85	c |    511090 |   25956   742844  2791766 |        1    86907     17 |  0.004 % |
88.78/88.85	c |    521980 |   25956   742844  2791766 |        1    49593     11 |  0.004 % |
88.78/88.85	c |    527420 |   25956   742844  2791766 |        1    55033     13 |  0.004 % |
88.78/88.85	c |    527573 |   25956   742844  2791766 |        1    55186     13 |  0.004 % |
88.78/88.85	c |    530476 |   25956   742844  2791766 |        1    58089     13 |  0.004 % |
88.78/88.85	c |    530577 |   25956   742844  2791766 |        1    58190     13 |  0.004 % |
113.89/113.96	c |    530678 |   25956   742844  2791766 |        1    58291     13 |  0.004 % |
113.89/113.96	c |    546571 |   25956   742844  2791766 |        1    74184     16 |  0.004 % |
113.89/113.96	c |    554677 |   25956   742844  2791766 |        1    82290     16 |  0.004 % |
113.89/113.96	c |    579830 |   25895   739188  2778537 |        1    56075     12 |  0.239 % |
113.89/113.96	c |    593267 |   25895   739188  2778537 |        1    69512     14 |  0.239 % |
113.89/113.96	c |    598145 |   25895   731538  2749322 |        1    65677     14 |  0.239 % |
113.89/113.96	c |    601674 |   25895   731538  2749322 |        1    69206     14 |  0.239 % |
113.89/113.96	c |    656588 |   25443   659626  2469937 |        1    24563     10 |  1.980 % |
113.89/113.96	c ===============================================================================
113.89/113.96	c restarts              : 47
113.89/113.96	c nb ReduceDB           : 21
113.89/113.96	c nb removed Clauses    : 564814
113.89/113.96	c nb learnts DL2        : 1712
113.89/113.96	c nb learnts size 2     : 220
113.89/113.96	c nb learnts size 1     : 19
113.89/113.96	c conflicts             : 656588         (5806 /sec)
113.89/113.96	c decisions             : 771380         (0.00 % random) (6821 /sec)
113.89/113.96	c propagations          : 138143304      (1221612 /sec)
113.89/113.96	c conflict literals     : 14369953       (45.72 % deleted)
113.89/113.96	c nb reduced Clauses    : 3820
113.89/113.96	c CPU time              : 113.083 s
113.89/113.96	
113.89/113.97	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-3288666-1303767799/watcher-3288666-1303767799 -o /tmp/evaluation-result-3288666-1303767799/solver-3288666-1303767799 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3288666-1303767799.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.01 3.18 3/185 9860
/proc/meminfo: memFree=19889180/32951124 swapFree=67111528/67111528
[pid=9860] ppid=9858 vsize=8704 CPUtime=0 cores=1,3
/proc/9860/stat : 9860 (glucose.sh) R 9858 9860 8658 0 -1 4202496 316 0 0 0 0 0 0 0 22 0 1 0 220971209 8912896 252 33554432000 4194304 4922060 140735213731584 18446744073709551615 268660482453 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/9860/statm: 2176 252 211 178 0 69 0

[startup+0.0813279 s]
/proc/loadavg: 3.00 3.01 3.18 3/185 9860
/proc/meminfo: memFree=19889180/32951124 swapFree=67111528/67111528
[pid=9860] ppid=9858 vsize=8704 CPUtime=0 cores=1,3
/proc/9860/stat : 9860 (glucose.sh) S 9858 9860 8658 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 220971209 8912896 252 33554432000 4194304 4922060 140735213731584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9860/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100337 s]
/proc/loadavg: 3.00 3.01 3.18 3/185 9860
/proc/meminfo: memFree=19889180/32951124 swapFree=67111528/67111528
[pid=9860] ppid=9858 vsize=8704 CPUtime=0 cores=1,3
/proc/9860/stat : 9860 (glucose.sh) S 9858 9860 8658 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 220971209 8912896 252 33554432000 4194304 4922060 140735213731584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9860/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300268 s]
/proc/loadavg: 3.00 3.01 3.18 3/185 9860
/proc/meminfo: memFree=19889180/32951124 swapFree=67111528/67111528
[pid=9860] ppid=9858 vsize=8704 CPUtime=0 cores=1,3
/proc/9860/stat : 9860 (glucose.sh) S 9858 9860 8658 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 220971209 8912896 252 33554432000 4194304 4922060 140735213731584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9860/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700198 s]
/proc/loadavg: 3.00 3.01 3.18 3/185 9860
/proc/meminfo: memFree=19889180/32951124 swapFree=67111528/67111528
[pid=9860] ppid=9858 vsize=8704 CPUtime=0 cores=1,3
/proc/9860/stat : 9860 (glucose.sh) S 9858 9860 8658 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 220971209 8912896 252 33554432000 4194304 4922060 140735213731584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9860/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50105 s]
/proc/loadavg: 3.00 3.01 3.18 4/187 9863
/proc/meminfo: memFree=19826800/32951124 swapFree=67111528/67111528
[pid=9860] ppid=9858 vsize=8704 CPUtime=0.78 cores=1,3
/proc/9860/stat : 9860 (glucose.sh) S 9858 9860 8658 0 -1 4202496 360 15997 0 0 0 0 70 8 15 0 1 0 220971209 8912896 254 33554432000 4194304 4922060 140735213731584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9860/statm: 2176 254 211 178 0 69 0
[pid=9863] ppid=9860 vsize=60100 CPUtime=0.7 cores=1,3
/proc/9863/stat : 9863 (glucose_static) R 9860 9860 8658 0 -1 4202496 12014 0 0 0 69 1 0 0 17 0 1 0 220971288 61542400 11203 33554432000 4194304 4260849 140733233495808 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9863/statm: 15025 11203 239 17 0 11666 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 68804

[startup+3.10078 s]
/proc/loadavg: 3.00 3.01 3.18 4/187 9863
/proc/meminfo: memFree=19821840/32951124 swapFree=67111528/67111528
[pid=9860] ppid=9858 vsize=8704 CPUtime=0.78 cores=1,3
/proc/9860/stat : 9860 (glucose.sh) S 9858 9860 8658 0 -1 4202496 360 15997 0 0 0 0 70 8 15 0 1 0 220971209 8912896 254 33554432000 4194304 4922060 140735213731584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9860/statm: 2176 254 211 178 0 69 0
[pid=9863] ppid=9860 vsize=60896 CPUtime=2.3 cores=1,3
/proc/9863/stat : 9863 (glucose_static) R 9860 9860 8658 0 -1 4202496 12473 0 0 0 229 1 0 0 20 0 1 0 220971288 62357504 11652 33554432000 4194304 4260849 140733233495808 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9863/statm: 15224 11652 239 17 0 11865 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 69600

[startup+6.30022 s]
/proc/loadavg: 3.00 3.01 3.18 4/187 9863
/proc/meminfo: memFree=19814152/32951124 swapFree=67111528/67111528
[pid=9860] ppid=9858 vsize=8704 CPUtime=0.78 cores=1,3
/proc/9860/stat : 9860 (glucose.sh) S 9858 9860 8658 0 -1 4202496 360 15997 0 0 0 0 70 8 15 0 1 0 220971209 8912896 254 33554432000 4194304 4922060 140735213731584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9860/statm: 2176 254 211 178 0 69 0
[pid=9863] ppid=9860 vsize=73340 CPUtime=5.51 cores=1,3
/proc/9863/stat : 9863 (glucose_static) R 9860 9860 8658 0 -1 4202496 13335 0 0 0 549 2 0 0 25 0 1 0 220971288 75100160 12487 33554432000 4194304 4260849 140733233495808 18446744073709551615 4240052 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9863/statm: 18335 12487 250 17 0 14976 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 82044

[startup+12.7011 s]
/proc/loadavg: 3.00 3.01 3.18 4/187 9863
/proc/meminfo: memFree=19806088/32951124 swapFree=67111528/67111528
[pid=9860] ppid=9858 vsize=8704 CPUtime=0.78 cores=1,3
/proc/9860/stat : 9860 (glucose.sh) S 9858 9860 8658 0 -1 4202496 360 15997 0 0 0 0 70 8 15 0 1 0 220971209 8912896 254 33554432000 4194304 4922060 140735213731584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9860/statm: 2176 254 211 178 0 69 0
[pid=9863] ppid=9860 vsize=74288 CPUtime=11.91 cores=1,3
/proc/9863/stat : 9863 (glucose_static) R 9860 9860 8658 0 -1 4202496 19571 0 0 0 1188 3 0 0 25 0 1 0 220971288 76070912 12369 33554432000 4194304 4260849 140733233495808 18446744073709551615 4224374 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9863/statm: 18572 12369 251 17 0 15213 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 82992

[startup+25.5008 s]
/proc/loadavg: 3.00 3.01 3.18 4/187 9864
/proc/meminfo: memFree=19802448/32951124 swapFree=67111528/67111528
[pid=9860] ppid=9858 vsize=8704 CPUtime=0.78 cores=1,3
/proc/9860/stat : 9860 (glucose.sh) S 9858 9860 8658 0 -1 4202496 360 15997 0 0 0 0 70 8 15 0 1 0 220971209 8912896 254 33554432000 4194304 4922060 140735213731584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9860/statm: 2176 254 211 178 0 69 0
[pid=9863] ppid=9860 vsize=94140 CPUtime=24.71 cores=1,3
/proc/9863/stat : 9863 (glucose_static) R 9860 9860 8658 0 -1 4202496 31484 0 0 0 2467 4 0 0 25 0 1 0 220971288 96399360 17508 33554432000 4194304 4260849 140733233495808 18446744073709551615 4224374 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9863/statm: 23535 17508 251 17 0 20176 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 102844

[startup+51.1003 s]
/proc/loadavg: 3.07 3.02 3.18 4/187 9864
/proc/meminfo: memFree=19755460/32951124 swapFree=67111528/67111528
[pid=9860] ppid=9858 vsize=8704 CPUtime=0.78 cores=1,3
/proc/9860/stat : 9860 (glucose.sh) S 9858 9860 8658 0 -1 4202496 360 15997 0 0 0 0 70 8 15 0 1 0 220971209 8912896 254 33554432000 4194304 4922060 140735213731584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9860/statm: 2176 254 211 178 0 69 0
[pid=9863] ppid=9860 vsize=112924 CPUtime=50.3 cores=1,3
/proc/9863/stat : 9863 (glucose_static) R 9860 9860 8658 0 -1 4202496 38288 0 0 0 5025 5 0 0 25 0 1 0 220971288 115634176 23508 33554432000 4194304 4260849 140733233495808 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9863/statm: 28231 23508 252 17 0 24872 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 121628

[startup+102.306 s]
/proc/loadavg: 3.03 3.02 3.17 4/187 9866
/proc/meminfo: memFree=19753748/32951124 swapFree=67111528/67111528
[pid=9860] ppid=9858 vsize=8704 CPUtime=0.78 cores=1,3
/proc/9860/stat : 9860 (glucose.sh) S 9858 9860 8658 0 -1 4202496 360 15997 0 0 0 0 70 8 15 0 1 0 220971209 8912896 254 33554432000 4194304 4922060 140735213731584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9860/statm: 2176 254 211 178 0 69 0
[pid=9863] ppid=9860 vsize=124756 CPUtime=101.51 cores=1,3
/proc/9863/stat : 9863 (glucose_static) R 9860 9860 8658 0 -1 4202496 55206 0 0 0 10142 9 0 0 25 0 1 0 220971288 127750144 24473 33554432000 4194304 4260849 140733233495808 18446744073709551615 4225107 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9863/statm: 31189 24473 252 17 0 27830 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 133460

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

[startup+108.7 s]
/proc/loadavg: 3.02 3.02 3.17 4/187 9866
/proc/meminfo: memFree=19743824/32951124 swapFree=67111528/67111528
[pid=9860] ppid=9858 vsize=8704 CPUtime=0.78 cores=1,3
/proc/9860/stat : 9860 (glucose.sh) S 9858 9860 8658 0 -1 4202496 360 15997 0 0 0 0 70 8 15 0 1 0 220971209 8912896 254 33554432000 4194304 4922060 140735213731584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9860/statm: 2176 254 211 178 0 69 0
[pid=9863] ppid=9860 vsize=124756 CPUtime=107.91 cores=1,3
/proc/9863/stat : 9863 (glucose_static) R 9860 9860 8658 0 -1 4202496 55792 0 0 0 10781 10 0 0 25 0 1 0 220971288 127750144 25038 33554432000 4194304 4260849 140733233495808 18446744073709551615 4209287 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9863/statm: 31189 25038 252 17 0 27830 0
Current children cumulated CPU time (s) 108.69
Current children cumulated vsize (KiB) 133460

[startup+111.901 s]
/proc/loadavg: 3.02 3.02 3.16 4/187 9866
/proc/meminfo: memFree=19738968/32951124 swapFree=67111528/67111528
[pid=9860] ppid=9858 vsize=8704 CPUtime=0.78 cores=1,3
/proc/9860/stat : 9860 (glucose.sh) S 9858 9860 8658 0 -1 4202496 360 15997 0 0 0 0 70 8 15 0 1 0 220971209 8912896 254 33554432000 4194304 4922060 140735213731584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9860/statm: 2176 254 211 178 0 69 0
[pid=9863] ppid=9860 vsize=124756 CPUtime=111.11 cores=1,3
/proc/9863/stat : 9863 (glucose_static) R 9860 9860 8658 0 -1 4202496 55907 0 0 0 11101 10 0 0 25 0 1 0 220971288 127750144 25151 33554432000 4194304 4260849 140733233495808 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9863/statm: 31189 25151 252 17 0 27830 0
Current children cumulated CPU time (s) 111.89
Current children cumulated vsize (KiB) 133460

[startup+112.701 s]
/proc/loadavg: 3.02 3.02 3.16 4/187 9866
/proc/meminfo: memFree=19737604/32951124 swapFree=67111528/67111528
[pid=9860] ppid=9858 vsize=8704 CPUtime=0.78 cores=1,3
/proc/9860/stat : 9860 (glucose.sh) S 9858 9860 8658 0 -1 4202496 360 15997 0 0 0 0 70 8 15 0 1 0 220971209 8912896 254 33554432000 4194304 4922060 140735213731584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9860/statm: 2176 254 211 178 0 69 0
[pid=9863] ppid=9860 vsize=124756 CPUtime=111.91 cores=1,3
/proc/9863/stat : 9863 (glucose_static) R 9860 9860 8658 0 -1 4202496 55907 0 0 0 11181 10 0 0 25 0 1 0 220971288 127750144 25151 33554432000 4194304 4260849 140733233495808 18446744073709551615 4224669 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9863/statm: 31189 25151 252 17 0 27830 0
Current children cumulated CPU time (s) 112.69
Current children cumulated vsize (KiB) 133460

[startup+113.5 s]
/proc/loadavg: 3.02 3.02 3.16 4/187 9866
/proc/meminfo: memFree=19735984/32951124 swapFree=67111528/67111528
[pid=9860] ppid=9858 vsize=8704 CPUtime=0.78 cores=1,3
/proc/9860/stat : 9860 (glucose.sh) S 9858 9860 8658 0 -1 4202496 360 15997 0 0 0 0 70 8 15 0 1 0 220971209 8912896 254 33554432000 4194304 4922060 140735213731584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9860/statm: 2176 254 211 178 0 69 0
[pid=9863] ppid=9860 vsize=124756 CPUtime=112.71 cores=1,3
/proc/9863/stat : 9863 (glucose_static) R 9860 9860 8658 0 -1 4202496 55907 0 0 0 11261 10 0 0 25 0 1 0 220971288 127750144 25151 33554432000 4194304 4260849 140733233495808 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9863/statm: 31189 25151 252 17 0 27830 0
Current children cumulated CPU time (s) 113.49
Current children cumulated vsize (KiB) 133460

[startup+113.9 s]
/proc/loadavg: 3.02 3.02 3.16 4/187 9866
/proc/meminfo: memFree=19735984/32951124 swapFree=67111528/67111528
[pid=9860] ppid=9858 vsize=8704 CPUtime=0.78 cores=1,3
/proc/9860/stat : 9860 (glucose.sh) S 9858 9860 8658 0 -1 4202496 360 15997 0 0 0 0 70 8 15 0 1 0 220971209 8912896 254 33554432000 4194304 4922060 140735213731584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9860/statm: 2176 254 211 178 0 69 0
[pid=9863] ppid=9860 vsize=124756 CPUtime=113.11 cores=1,3
/proc/9863/stat : 9863 (glucose_static) R 9860 9860 8658 0 -1 4202496 55907 0 0 0 11301 10 0 0 25 0 1 0 220971288 127750144 25151 33554432000 4194304 4260849 140733233495808 18446744073709551615 4224374 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9863/statm: 31189 25151 252 17 0 27830 0
Current children cumulated CPU time (s) 113.89
Current children cumulated vsize (KiB) 133460

Child status: 20
Real time (s): 113.98
CPU time (s): 113.98
CPU user time (s): 113.786
CPU system time (s): 0.19397
CPU usage (%): 99.9997
Max. virtual memory (cumulated for all children) (KiB): 163808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 113.786
system time used= 0.19397
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72479
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= 42
involuntary context switches= 1263

runsolver used 0.186971 second user time and 0.439933 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-25 23:43:19
IDJOB=3288666
IDBENCH=82501
IDSOLVER=1651
FILE ID=node107/3288666-1303767799
RUNJOBID= node107-1303764844-8678
PBS_JOBID= 13157153
Free space on /tmp= 71436 MiB

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

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

MD5SUM BENCH= 3dc443ddf213a09407d2a75925179735
RANDOM SEED=1218862571

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:      19889336 kB
Buffers:       2032204 kB
Cached:       10041948 kB
SwapCached:          0 kB
Active:        8373780 kB
Inactive:      4206448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19889336 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           52948 kB
Writeback:           0 kB
AnonPages:      505704 kB
Mapped:          15296 kB
Slab:           416308 kB
PageTables:       6028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   715676 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= 71436 MiB
End job on node107 at 2011-04-25 23:45:13