Trace number 3303997

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 107.463 107.465

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 benchmark107.463
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.30	c ==============================================================================
0.00/0.30	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.30	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.30	c ==============================================================================
0.00/0.30	c |         0 |  742909  2791650 |  222872       0        0     nan |  0.000 % |
0.00/0.32	c |         0 |  742878  2791868 |      --       0       --      -- |     --   | -31/218
0.00/0.32	c ==============================================================================
0.00/0.32	c Result  :   #vars: 25957   #clauses: 742878   #literals: 2791868
0.00/0.32	c CPU time:   0.272958 s
0.00/0.32	c ==============================================================================
0.00/0.78	c
0.00/0.78	c Starting glucose
0.00/0.78	c
83.98/84.00	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
83.98/84.00	c WARNING: for repeatability, setting FPU to use double precision
83.98/84.00	c ============================[ Problem Statistics ]=============================
83.98/84.00	c |                                                                             |
83.98/84.00	c |  Number of variables:         25957                                         |
83.98/84.00	c |  Number of clauses:          742878                                         |
83.98/84.00	c |  Parse time:                   0.16 s                                       |
83.98/84.00	c |                                                                             |
83.98/84.00	c ============================[ Search Statistics ]==============================
83.98/84.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
83.98/84.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
83.98/84.00	c ===============================================================================
83.98/84.00	c |     20271 |   25956   742878  2791868 |        1     7240     15 |  0.004 % |
83.98/84.00	c |     38727 |   25956   742844  2791766 |        1    16417     18 |  0.004 % |
83.98/84.00	c |     83034 |   25956   742844  2791766 |        1    17461     12 |  0.004 % |
83.98/84.00	c |    122173 |   25956   742844  2791766 |        1    36999     16 |  0.004 % |
83.98/84.00	c |    132393 |   25956   742844  2791766 |        1    25015     12 |  0.004 % |
83.98/84.00	c |    142059 |   25956   742844  2791766 |        1    34681     16 |  0.004 % |
83.98/84.00	c |    279503 |   25956   742844  2791766 |        1    57312     17 |  0.004 % |
83.98/84.00	c |    279880 |   25956   742844  2791766 |        1    57689     17 |  0.004 % |
83.98/84.00	c |    279980 |   25956   742844  2791766 |        1    57789     17 |  0.004 % |
83.98/84.00	c |    280170 |   25956   742844  2791766 |        1    57979     17 |  0.004 % |
83.98/84.00	c |    280272 |   25956   742844  2791766 |        1    58081     17 |  0.004 % |
83.98/84.00	c |    280373 |   25956   742844  2791766 |        1    58182     17 |  0.004 % |
83.98/84.00	c |    281734 |   25956   742844  2791766 |        1    59543     17 |  0.004 % |
83.98/84.00	c |    297905 |   25956   742844  2791766 |        1    40520     13 |  0.004 % |
83.98/84.00	c |    301014 |   25956   742844  2791766 |        1    43629     13 |  0.004 % |
83.98/84.00	c |    306114 |   25956   742844  2791766 |        1    48729     14 |  0.004 % |
83.98/84.00	c |    319796 |   25956   742844  2791766 |        1    62411     15 |  0.004 % |
83.98/84.00	c |    329112 |   25956   742844  2791766 |        1    71727     16 |  0.004 % |
83.98/84.00	c |    329257 |   25956   742844  2791766 |        1    71872     16 |  0.004 % |
83.98/84.00	c |    331893 |   25956   742844  2791766 |        1    74508     16 |  0.004 % |
83.98/84.00	c |    336429 |   25956   742844  2791766 |        1    41247     12 |  0.004 % |
83.98/84.00	c |    344210 |   25956   742844  2791766 |        1    49028     13 |  0.004 % |
83.98/84.00	c |    344974 |   25956   742844  2791766 |        1    49792     13 |  0.004 % |
83.98/84.00	c |    363077 |   25956   742844  2791766 |        1    67895     16 |  0.004 % |
83.98/84.00	c |    394701 |   25956   742844  2791766 |        1    59118     16 |  0.004 % |
83.98/84.00	c |    424457 |   25956   742844  2791766 |        1    45873     12 |  0.004 % |
83.98/84.00	c |    433002 |   25956   742844  2791766 |        1    54418     14 |  0.004 % |
83.98/84.00	c |    462711 |   25956   742844  2791766 |        1    84127     17 |  0.004 % |
83.98/84.00	c |    465709 |   25956   742844  2791766 |        1    87125     17 |  0.004 % |
83.98/84.00	c |    468751 |   25956   742844  2791766 |        1    90167     17 |  0.004 % |
83.98/84.00	c |    480755 |   25956   742844  2791766 |        1    56572     13 |  0.004 % |
83.98/84.00	c |    496011 |   25956   742844  2791766 |        1    71828     16 |  0.004 % |
83.98/84.00	c |    502610 |   25956   742844  2791766 |        1    78427     16 |  0.004 % |
83.98/84.00	c |    511090 |   25956   742844  2791766 |        1    86907     17 |  0.004 % |
83.98/84.00	c |    521980 |   25956   742844  2791766 |        1    49593     11 |  0.004 % |
83.98/84.00	c |    527420 |   25956   742844  2791766 |        1    55033     13 |  0.004 % |
83.98/84.00	c |    527573 |   25956   742844  2791766 |        1    55186     13 |  0.004 % |
83.98/84.00	c |    530476 |   25956   742844  2791766 |        1    58089     13 |  0.004 % |
83.98/84.00	c |    530577 |   25956   742844  2791766 |        1    58190     13 |  0.004 % |
107.38/107.45	c |    530678 |   25956   742844  2791766 |        1    58291     13 |  0.004 % |
107.38/107.45	c |    546571 |   25956   742844  2791766 |        1    74184     16 |  0.004 % |
107.38/107.45	c |    554677 |   25956   742844  2791766 |        1    82290     16 |  0.004 % |
107.38/107.45	c |    579830 |   25895   739188  2778537 |        1    56075     12 |  0.239 % |
107.38/107.45	c |    593267 |   25895   739188  2778537 |        1    69512     14 |  0.239 % |
107.38/107.45	c |    598145 |   25895   731538  2749322 |        1    65677     14 |  0.239 % |
107.38/107.45	c |    601674 |   25895   731538  2749322 |        1    69206     14 |  0.239 % |
107.38/107.45	c |    656588 |   25443   659626  2469937 |        1    24563     10 |  1.980 % |
107.38/107.45	c ===============================================================================
107.38/107.45	c restarts              : 47
107.38/107.45	c nb ReduceDB           : 21
107.38/107.45	c nb removed Clauses    : 564814
107.38/107.45	c nb learnts DL2        : 1712
107.38/107.45	c nb learnts size 2     : 220
107.38/107.45	c nb learnts size 1     : 19
107.38/107.45	c conflicts             : 656588         (6161 /sec)
107.38/107.45	c decisions             : 771380         (0.00 % random) (7238 /sec)
107.38/107.45	c propagations          : 138143304      (1296234 /sec)
107.38/107.45	c conflict literals     : 14369953       (45.72 % deleted)
107.38/107.45	c nb reduced Clauses    : 3820
107.38/107.45	c CPU time              : 106.573 s
107.38/107.45	
107.38/107.45	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-3303997-1303904451/watcher-3303997-1303904451 -o /tmp/evaluation-result-3303997-1303904451/solver-3303997-1303904451 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3303997-1303904451.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.06 1.97 2/178 28180
/proc/meminfo: memFree=22361580/32951124 swapFree=67111528/67111528
[pid=28180] ppid=28178 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/28180/stat : 28180 (glucose.sh) S 28178 28180 27748 0 -1 4202496 334 0 0 0 0 0 0 0 23 0 1 0 482860521 8912896 252 33554432000 4194304 4922060 140733847671648 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28180/statm: 2176 252 211 178 0 69 0

[startup+0.0153311 s]
/proc/loadavg: 2.09 2.06 1.97 2/178 28180
/proc/meminfo: memFree=22361580/32951124 swapFree=67111528/67111528
[pid=28180] ppid=28178 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/28180/stat : 28180 (glucose.sh) S 28178 28180 27748 0 -1 4202496 334 0 0 0 0 0 0 0 23 0 1 0 482860521 8912896 252 33554432000 4194304 4922060 140733847671648 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28180/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100316 s]
/proc/loadavg: 2.09 2.06 1.97 2/178 28180
/proc/meminfo: memFree=22361580/32951124 swapFree=67111528/67111528
[pid=28180] ppid=28178 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/28180/stat : 28180 (glucose.sh) S 28178 28180 27748 0 -1 4202496 334 0 0 0 0 0 0 0 23 0 1 0 482860521 8912896 252 33554432000 4194304 4922060 140733847671648 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28180/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300297 s]
/proc/loadavg: 2.09 2.06 1.97 2/178 28180
/proc/meminfo: memFree=22361580/32951124 swapFree=67111528/67111528
[pid=28180] ppid=28178 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/28180/stat : 28180 (glucose.sh) S 28178 28180 27748 0 -1 4202496 334 0 0 0 0 0 0 0 23 0 1 0 482860521 8912896 252 33554432000 4194304 4922060 140733847671648 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28180/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700211 s]
/proc/loadavg: 2.09 2.06 1.97 2/178 28180
/proc/meminfo: memFree=22361580/32951124 swapFree=67111528/67111528
[pid=28180] ppid=28178 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/28180/stat : 28180 (glucose.sh) S 28178 28180 27748 0 -1 4202496 334 0 0 0 0 0 0 0 23 0 1 0 482860521 8912896 252 33554432000 4194304 4922060 140733847671648 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28180/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50107 s]
/proc/loadavg: 2.09 2.06 1.97 3/180 28183
/proc/meminfo: memFree=22299820/32951124 swapFree=67111528/67111528
[pid=28180] ppid=28178 vsize=8704 CPUtime=0.77 cores=1,3,5,7
/proc/28180/stat : 28180 (glucose.sh) S 28178 28180 27748 0 -1 4202496 360 15998 0 0 0 0 70 7 16 0 1 0 482860521 8912896 254 33554432000 4194304 4922060 140733847671648 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28180/statm: 2176 254 211 178 0 69 0
[pid=28183] ppid=28180 vsize=60240 CPUtime=0.71 cores=1,3,5,7
/proc/28183/stat : 28183 (glucose_static) R 28180 28180 27748 0 -1 4202496 12020 0 0 0 69 2 0 0 18 0 1 0 482860599 61685760 11210 33554432000 4194304 4260849 140733275257008 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28183/statm: 15060 11210 239 17 0 11701 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 68944

[startup+3.10079 s]
/proc/loadavg: 2.09 2.06 1.97 3/180 28183
/proc/meminfo: memFree=22296720/32951124 swapFree=67111528/67111528
[pid=28180] ppid=28178 vsize=8704 CPUtime=0.77 cores=1,3,5,7
/proc/28180/stat : 28180 (glucose.sh) S 28178 28180 27748 0 -1 4202496 360 15998 0 0 0 0 70 7 16 0 1 0 482860521 8912896 254 33554432000 4194304 4922060 140733847671648 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28180/statm: 2176 254 211 178 0 69 0
[pid=28183] ppid=28180 vsize=60904 CPUtime=2.31 cores=1,3,5,7
/proc/28183/stat : 28183 (glucose_static) R 28180 28180 27748 0 -1 4202496 12494 0 0 0 229 2 0 0 21 0 1 0 482860599 62365696 11673 33554432000 4194304 4260849 140733275257008 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28183/statm: 15226 11673 239 17 0 11867 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 69608

[startup+6.30023 s]
/proc/loadavg: 2.08 2.06 1.97 3/180 28183
/proc/meminfo: memFree=22293288/32951124 swapFree=67111528/67111528
[pid=28180] ppid=28178 vsize=8704 CPUtime=0.77 cores=1,3,5,7
/proc/28180/stat : 28180 (glucose.sh) S 28178 28180 27748 0 -1 4202496 360 15998 0 0 0 0 70 7 16 0 1 0 482860521 8912896 254 33554432000 4194304 4922060 140733847671648 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28180/statm: 2176 254 211 178 0 69 0
[pid=28183] ppid=28180 vsize=73348 CPUtime=5.51 cores=1,3,5,7
/proc/28183/stat : 28183 (glucose_static) R 28180 28180 27748 0 -1 4202496 13378 0 0 0 549 2 0 0 25 0 1 0 482860599 75108352 12529 33554432000 4194304 4260849 140733275257008 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28183/statm: 18337 12529 250 17 0 14978 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 82052

[startup+12.7011 s]
/proc/loadavg: 2.08 2.06 1.97 3/180 28183
/proc/meminfo: memFree=22293548/32951124 swapFree=67111528/67111528
[pid=28180] ppid=28178 vsize=8704 CPUtime=0.77 cores=1,3,5,7
/proc/28180/stat : 28180 (glucose.sh) S 28178 28180 27748 0 -1 4202496 360 15998 0 0 0 0 70 7 16 0 1 0 482860521 8912896 254 33554432000 4194304 4922060 140733847671648 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28180/statm: 2176 254 211 178 0 69 0
[pid=28183] ppid=28180 vsize=74296 CPUtime=11.91 cores=1,3,5,7
/proc/28183/stat : 28183 (glucose_static) R 28180 28180 27748 0 -1 4202496 19687 0 0 0 1188 3 0 0 25 0 1 0 482860599 76079104 12482 33554432000 4194304 4260849 140733275257008 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28183/statm: 18574 12482 251 17 0 15215 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 83000

[startup+25.5008 s]
/proc/loadavg: 2.06 2.06 1.97 3/180 28183
/proc/meminfo: memFree=22293752/32951124 swapFree=67111528/67111528
[pid=28180] ppid=28178 vsize=8704 CPUtime=0.77 cores=1,3,5,7
/proc/28180/stat : 28180 (glucose.sh) S 28178 28180 27748 0 -1 4202496 360 15998 0 0 0 0 70 7 16 0 1 0 482860521 8912896 254 33554432000 4194304 4922060 140733847671648 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28180/statm: 2176 254 211 178 0 69 0
[pid=28183] ppid=28180 vsize=94148 CPUtime=24.71 cores=1,3,5,7
/proc/28183/stat : 28183 (glucose_static) R 28180 28180 27748 0 -1 4202496 31743 0 0 0 2466 5 0 0 25 0 1 0 482860599 96407552 17760 33554432000 4194304 4260849 140733275257008 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28183/statm: 23537 17760 251 17 0 20178 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 102852

[startup+51.1003 s]
/proc/loadavg: 2.04 2.05 1.97 3/180 28184
/proc/meminfo: memFree=22238764/32951124 swapFree=67111528/67111528
[pid=28180] ppid=28178 vsize=8704 CPUtime=0.77 cores=1,3,5,7
/proc/28180/stat : 28180 (glucose.sh) S 28178 28180 27748 0 -1 4202496 360 15998 0 0 0 0 70 7 16 0 1 0 482860521 8912896 254 33554432000 4194304 4922060 140733847671648 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28180/statm: 2176 254 211 178 0 69 0
[pid=28183] ppid=28180 vsize=124604 CPUtime=50.31 cores=1,3,5,7
/proc/28183/stat : 28183 (glucose_static) R 28180 28180 27748 0 -1 4202496 38534 0 0 0 5025 6 0 0 25 0 1 0 482860599 127594496 23742 33554432000 4194304 4260849 140733275257008 18446744073709551615 4224703 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28183/statm: 31151 23742 252 17 0 27792 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 133308

[startup+102.306 s]
/proc/loadavg: 2.01 2.04 1.97 3/180 28185
/proc/meminfo: memFree=22220024/32951124 swapFree=67111528/67111528
[pid=28180] ppid=28178 vsize=8704 CPUtime=0.77 cores=1,3,5,7
/proc/28180/stat : 28180 (glucose.sh) S 28178 28180 27748 0 -1 4202496 360 15998 0 0 0 0 70 7 16 0 1 0 482860521 8912896 254 33554432000 4194304 4922060 140733847671648 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28180/statm: 2176 254 211 178 0 69 0
[pid=28183] ppid=28180 vsize=124764 CPUtime=101.52 cores=1,3,5,7
/proc/28183/stat : 28183 (glucose_static) R 28180 28180 27748 0 -1 4202496 55775 0 0 0 10143 9 0 0 25 0 1 0 482860599 127758336 25023 33554432000 4194304 4260849 140733275257008 18446744073709551615 4209338 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28183/statm: 31191 25023 252 17 0 27832 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 133468

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

[startup+105.501 s]
/proc/loadavg: 2.01 2.04 1.97 3/180 28186
/proc/meminfo: memFree=22219404/32951124 swapFree=67111528/67111528
[pid=28180] ppid=28178 vsize=8704 CPUtime=0.77 cores=1,3,5,7
/proc/28180/stat : 28180 (glucose.sh) S 28178 28180 27748 0 -1 4202496 360 15998 0 0 0 0 70 7 16 0 1 0 482860521 8912896 254 33554432000 4194304 4922060 140733847671648 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28180/statm: 2176 254 211 178 0 69 0
[pid=28183] ppid=28180 vsize=124764 CPUtime=104.71 cores=1,3,5,7
/proc/28183/stat : 28183 (glucose_static) R 28180 28180 27748 0 -1 4202496 55907 0 0 0 10462 9 0 0 25 0 1 0 482860599 127758336 25152 33554432000 4194304 4260849 140733275257008 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28183/statm: 31191 25152 252 17 0 27832 0
Current children cumulated CPU time (s) 105.48
Current children cumulated vsize (KiB) 133468

[startup+106.301 s]
/proc/loadavg: 2.01 2.04 1.97 3/180 28186
/proc/meminfo: memFree=22219404/32951124 swapFree=67111528/67111528
[pid=28180] ppid=28178 vsize=8704 CPUtime=0.77 cores=1,3,5,7
/proc/28180/stat : 28180 (glucose.sh) S 28178 28180 27748 0 -1 4202496 360 15998 0 0 0 0 70 7 16 0 1 0 482860521 8912896 254 33554432000 4194304 4922060 140733847671648 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28180/statm: 2176 254 211 178 0 69 0
[pid=28183] ppid=28180 vsize=124764 CPUtime=105.51 cores=1,3,5,7
/proc/28183/stat : 28183 (glucose_static) R 28180 28180 27748 0 -1 4202496 55907 0 0 0 10542 9 0 0 25 0 1 0 482860599 127758336 25152 33554432000 4194304 4260849 140733275257008 18446744073709551615 4224812 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28183/statm: 31191 25152 252 17 0 27832 0
Current children cumulated CPU time (s) 106.28
Current children cumulated vsize (KiB) 133468

[startup+107.1 s]
/proc/loadavg: 2.01 2.04 1.97 3/180 28186
/proc/meminfo: memFree=22219280/32951124 swapFree=67111528/67111528
[pid=28180] ppid=28178 vsize=8704 CPUtime=0.77 cores=1,3,5,7
/proc/28180/stat : 28180 (glucose.sh) S 28178 28180 27748 0 -1 4202496 360 15998 0 0 0 0 70 7 16 0 1 0 482860521 8912896 254 33554432000 4194304 4922060 140733847671648 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28180/statm: 2176 254 211 178 0 69 0
[pid=28183] ppid=28180 vsize=124764 CPUtime=106.31 cores=1,3,5,7
/proc/28183/stat : 28183 (glucose_static) R 28180 28180 27748 0 -1 4202496 55907 0 0 0 10622 9 0 0 25 0 1 0 482860599 127758336 25152 33554432000 4194304 4260849 140733275257008 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28183/statm: 31191 25152 252 17 0 27832 0
Current children cumulated CPU time (s) 107.08
Current children cumulated vsize (KiB) 133468

[startup+107.3 s]
/proc/loadavg: 2.01 2.04 1.97 3/180 28186
/proc/meminfo: memFree=22219280/32951124 swapFree=67111528/67111528
[pid=28180] ppid=28178 vsize=8704 CPUtime=0.77 cores=1,3,5,7
/proc/28180/stat : 28180 (glucose.sh) S 28178 28180 27748 0 -1 4202496 360 15998 0 0 0 0 70 7 16 0 1 0 482860521 8912896 254 33554432000 4194304 4922060 140733847671648 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28180/statm: 2176 254 211 178 0 69 0
[pid=28183] ppid=28180 vsize=124764 CPUtime=106.51 cores=1,3,5,7
/proc/28183/stat : 28183 (glucose_static) R 28180 28180 27748 0 -1 4202496 55907 0 0 0 10642 9 0 0 25 0 1 0 482860599 127758336 25152 33554432000 4194304 4260849 140733275257008 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28183/statm: 31191 25152 252 17 0 27832 0
Current children cumulated CPU time (s) 107.28
Current children cumulated vsize (KiB) 133468

[startup+107.4 s]
/proc/loadavg: 2.01 2.04 1.97 3/180 28186
/proc/meminfo: memFree=22219280/32951124 swapFree=67111528/67111528
[pid=28180] ppid=28178 vsize=8704 CPUtime=0.77 cores=1,3,5,7
/proc/28180/stat : 28180 (glucose.sh) S 28178 28180 27748 0 -1 4202496 360 15998 0 0 0 0 70 7 16 0 1 0 482860521 8912896 254 33554432000 4194304 4922060 140733847671648 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/28180/statm: 2176 254 211 178 0 69 0
[pid=28183] ppid=28180 vsize=124764 CPUtime=106.61 cores=1,3,5,7
/proc/28183/stat : 28183 (glucose_static) R 28180 28180 27748 0 -1 4202496 55907 0 0 0 10652 9 0 0 25 0 1 0 482860599 127758336 25152 33554432000 4194304 4260849 140733275257008 18446744073709551615 4224727 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28183/statm: 31191 25152 252 17 0 27832 0
Current children cumulated CPU time (s) 107.38
Current children cumulated vsize (KiB) 133468

Child status: 20
Real time (s): 107.465
CPU time (s): 107.463
CPU user time (s): 107.283
CPU system time (s): 0.179972
CPU usage (%): 99.9976
Max. virtual memory (cumulated for all children) (KiB): 163816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 107.283
system time used= 0.179972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72482
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= 101

runsolver used 0.159975 second user time and 0.428934 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-27 13:40:52
IDJOB=3303997
IDBENCH=82501
IDSOLVER=1687
FILE ID=node140/3303997-1303904451
RUNJOBID= node140-1303899331-27767
PBS_JOBID= 13164508
Free space on /tmp= 72704 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-3303997-1303904451/watcher-3303997-1303904451 -o /tmp/evaluation-result-3303997-1303904451/solver-3303997-1303904451 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3303997-1303904451.cnf 

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

MD5SUM BENCH= 3dc443ddf213a09407d2a75925179735
RANDOM SEED=881743864

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22361860 kB
Buffers:       2274496 kB
Cached:        7623152 kB
SwapCached:          0 kB
Active:        2445676 kB
Inactive:      7573556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22361860 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           34356 kB
Writeback:           0 kB
AnonPages:      121524 kB
Mapped:          15204 kB
Slab:           505388 kB
PageTables:       4932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   261732 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= 72704 MiB
End job on node140 at 2011-04-27 13:42:40