Trace number 3303989

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.831 108.835

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

running on 4 cores: 0,2,4,6

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.00 2.01 1.97 3/182 20331
/proc/meminfo: memFree=17009444/32951124 swapFree=67111528/67111528
[pid=20331] ppid=20329 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/20331/stat : 20331 (glucose.sh) S 20329 20331 19992 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 502040858 8912896 252 33554432000 4194304 4922060 140735139849024 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20331/statm: 2176 252 211 178 0 69 0

[startup+0.00908204 s]
/proc/loadavg: 2.00 2.01 1.97 3/182 20331
/proc/meminfo: memFree=17009444/32951124 swapFree=67111528/67111528
[pid=20331] ppid=20329 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/20331/stat : 20331 (glucose.sh) S 20329 20331 19992 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 502040858 8912896 252 33554432000 4194304 4922060 140735139849024 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20331/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101075 s]
/proc/loadavg: 2.00 2.01 1.97 3/182 20331
/proc/meminfo: memFree=17009444/32951124 swapFree=67111528/67111528
[pid=20331] ppid=20329 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/20331/stat : 20331 (glucose.sh) S 20329 20331 19992 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 502040858 8912896 252 33554432000 4194304 4922060 140735139849024 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20331/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301077 s]
/proc/loadavg: 2.00 2.01 1.97 3/182 20331
/proc/meminfo: memFree=17009444/32951124 swapFree=67111528/67111528
[pid=20331] ppid=20329 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/20331/stat : 20331 (glucose.sh) S 20329 20331 19992 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 502040858 8912896 252 33554432000 4194304 4922060 140735139849024 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20331/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701016 s]
/proc/loadavg: 2.00 2.01 1.97 3/182 20331
/proc/meminfo: memFree=17009444/32951124 swapFree=67111528/67111528
[pid=20331] ppid=20329 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/20331/stat : 20331 (glucose.sh) S 20329 20331 19992 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 502040858 8912896 252 33554432000 4194304 4922060 140735139849024 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20331/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50082 s]
/proc/loadavg: 2.00 2.01 1.97 4/184 20334
/proc/meminfo: memFree=16969624/32951124 swapFree=67111528/67111528
[pid=20331] ppid=20329 vsize=8704 CPUtime=0.92 cores=0,2,4,6
/proc/20331/stat : 20331 (glucose.sh) S 20329 20331 19992 0 -1 4202496 360 20760 0 0 0 0 85 7 18 0 1 0 502040858 8912896 254 33554432000 4194304 4922060 140735139849024 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20331/statm: 2176 254 211 178 0 69 0
[pid=20334] ppid=20331 vsize=62316 CPUtime=0.56 cores=0,2,4,6
/proc/20334/stat : 20334 (glucose_static) R 20331 20331 19992 0 -1 4202496 12601 0 0 0 54 2 0 0 20 0 1 0 502040952 63811584 11732 33554432000 4194304 4260849 140734890208464 18446744073709551615 4229282 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/20334/statm: 15579 11732 239 17 0 12220 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 71020

[startup+3.10057 s]
/proc/loadavg: 2.00 2.01 1.97 4/184 20334
/proc/meminfo: memFree=16984008/32951124 swapFree=67111528/67111528
[pid=20331] ppid=20329 vsize=8704 CPUtime=0.92 cores=0,2,4,6
/proc/20331/stat : 20331 (glucose.sh) S 20329 20331 19992 0 -1 4202496 360 20760 0 0 0 0 85 7 18 0 1 0 502040858 8912896 254 33554432000 4194304 4922060 140735139849024 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20331/statm: 2176 254 211 178 0 69 0
[pid=20334] ppid=20331 vsize=63120 CPUtime=2.16 cores=0,2,4,6
/proc/20334/stat : 20334 (glucose_static) R 20331 20331 19992 0 -1 4202496 12981 0 0 0 214 2 0 0 25 0 1 0 502040952 64634880 12107 33554432000 4194304 4260849 140734890208464 18446744073709551615 4224808 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/20334/statm: 15780 12107 239 17 0 12421 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 71824

[startup+6.30094 s]
/proc/loadavg: 2.00 2.01 1.97 4/184 20334
/proc/meminfo: memFree=16981040/32951124 swapFree=67111528/67111528
[pid=20331] ppid=20329 vsize=8704 CPUtime=0.92 cores=0,2,4,6
/proc/20331/stat : 20331 (glucose.sh) S 20329 20331 19992 0 -1 4202496 360 20760 0 0 0 0 85 7 18 0 1 0 502040858 8912896 254 33554432000 4194304 4922060 140735139849024 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20331/statm: 2176 254 211 178 0 69 0
[pid=20334] ppid=20331 vsize=75376 CPUtime=5.36 cores=0,2,4,6
/proc/20334/stat : 20334 (glucose_static) R 20331 20331 19992 0 -1 4202496 13549 0 0 0 534 2 0 0 25 0 1 0 502040952 77185024 12657 33554432000 4194304 4260849 140734890208464 18446744073709551615 4213403 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/20334/statm: 18844 12657 248 17 0 15485 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84080

[startup+12.7008 s]
/proc/loadavg: 2.00 2.01 1.97 4/184 20335
/proc/meminfo: memFree=16946324/32951124 swapFree=67111528/67111528
[pid=20331] ppid=20329 vsize=8704 CPUtime=0.92 cores=0,2,4,6
/proc/20331/stat : 20331 (glucose.sh) S 20329 20331 19992 0 -1 4202496 360 20760 0 0 0 0 85 7 18 0 1 0 502040858 8912896 254 33554432000 4194304 4922060 140735139849024 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20331/statm: 2176 254 211 178 0 69 0
[pid=20334] ppid=20331 vsize=64596 CPUtime=11.76 cores=0,2,4,6
/proc/20334/stat : 20334 (glucose_static) R 20331 20331 19992 0 -1 4202496 19982 0 0 0 1173 3 0 0 25 0 1 0 502040952 66146304 12599 33554432000 4194304 4260849 140734890208464 18446744073709551615 4224658 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/20334/statm: 16149 12599 249 17 0 12790 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 73300

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 1.97 4/184 20335
/proc/meminfo: memFree=16960116/32951124 swapFree=67111528/67111528
[pid=20331] ppid=20329 vsize=8704 CPUtime=0.92 cores=0,2,4,6
/proc/20331/stat : 20331 (glucose.sh) S 20329 20331 19992 0 -1 4202496 360 20760 0 0 0 0 85 7 18 0 1 0 502040858 8912896 254 33554432000 4194304 4922060 140735139849024 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20331/statm: 2176 254 211 178 0 69 0
[pid=20334] ppid=20331 vsize=96296 CPUtime=24.55 cores=0,2,4,6
/proc/20334/stat : 20334 (glucose_static) R 20331 20331 19992 0 -1 4202496 31892 0 0 0 2451 4 0 0 25 0 1 0 502040952 98607104 17759 33554432000 4194304 4260849 140734890208464 18446744073709551615 4224352 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/20334/statm: 24074 17759 249 17 0 20715 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 105000

[startup+51.1008 s]
/proc/loadavg: 2.00 2.01 1.97 4/184 20336
/proc/meminfo: memFree=16932932/32951124 swapFree=67111528/67111528
[pid=20331] ppid=20329 vsize=8704 CPUtime=0.92 cores=0,2,4,6
/proc/20331/stat : 20331 (glucose.sh) S 20329 20331 19992 0 -1 4202496 360 20760 0 0 0 0 85 7 18 0 1 0 502040858 8912896 254 33554432000 4194304 4922060 140735139849024 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20331/statm: 2176 254 211 178 0 69 0
[pid=20334] ppid=20331 vsize=126640 CPUtime=50.15 cores=0,2,4,6
/proc/20334/stat : 20334 (glucose_static) R 20331 20331 19992 0 -1 4202496 39585 0 0 0 5010 5 0 0 25 0 1 0 502040952 129679360 24607 33554432000 4194304 4260849 140734890208464 18446744073709551615 4224682 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/20334/statm: 31660 24607 249 17 0 28301 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 135344

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.97 4/184 20337
/proc/meminfo: memFree=16873084/32951124 swapFree=67111528/67111528
[pid=20331] ppid=20329 vsize=8704 CPUtime=0.92 cores=0,2,4,6
/proc/20331/stat : 20331 (glucose.sh) S 20329 20331 19992 0 -1 4202496 360 20760 0 0 0 0 85 7 18 0 1 0 502040858 8912896 254 33554432000 4194304 4922060 140735139849024 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20331/statm: 2176 254 211 178 0 69 0
[pid=20334] ppid=20331 vsize=126640 CPUtime=101.36 cores=0,2,4,6
/proc/20334/stat : 20334 (glucose_static) R 20331 20331 19992 0 -1 4202496 41879 0 0 0 10130 6 0 0 25 0 1 0 502040952 129679360 26810 33554432000 4194304 4260849 140734890208464 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/20334/statm: 31660 26810 249 17 0 28301 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 135344

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

[startup+105.501 s]
/proc/loadavg: 2.00 2.00 1.97 4/184 20337
/proc/meminfo: memFree=16869364/32951124 swapFree=67111528/67111528
[pid=20331] ppid=20329 vsize=8704 CPUtime=0.92 cores=0,2,4,6
/proc/20331/stat : 20331 (glucose.sh) S 20329 20331 19992 0 -1 4202496 360 20760 0 0 0 0 85 7 18 0 1 0 502040858 8912896 254 33554432000 4194304 4922060 140735139849024 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20331/statm: 2176 254 211 178 0 69 0
[pid=20334] ppid=20331 vsize=126640 CPUtime=104.56 cores=0,2,4,6
/proc/20334/stat : 20334 (glucose_static) R 20331 20331 19992 0 -1 4202496 41879 0 0 0 10450 6 0 0 25 0 1 0 502040952 129679360 26810 33554432000 4194304 4260849 140734890208464 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/20334/statm: 31660 26810 249 17 0 28301 0
Current children cumulated CPU time (s) 105.48
Current children cumulated vsize (KiB) 135344

[startup+107.101 s]
/proc/loadavg: 2.00 2.00 1.97 4/184 20337
/proc/meminfo: memFree=16867752/32951124 swapFree=67111528/67111528
[pid=20331] ppid=20329 vsize=8704 CPUtime=0.92 cores=0,2,4,6
/proc/20331/stat : 20331 (glucose.sh) S 20329 20331 19992 0 -1 4202496 360 20760 0 0 0 0 85 7 18 0 1 0 502040858 8912896 254 33554432000 4194304 4922060 140735139849024 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20331/statm: 2176 254 211 178 0 69 0
[pid=20334] ppid=20331 vsize=126640 CPUtime=106.15 cores=0,2,4,6
/proc/20334/stat : 20334 (glucose_static) R 20331 20331 19992 0 -1 4202496 41879 0 0 0 10609 6 0 0 25 0 1 0 502040952 129679360 26810 33554432000 4194304 4260849 140734890208464 18446744073709551615 4224352 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/20334/statm: 31660 26810 249 17 0 28301 0
Current children cumulated CPU time (s) 107.07
Current children cumulated vsize (KiB) 135344

[startup+107.901 s]
/proc/loadavg: 2.00 2.00 1.97 4/184 20337
/proc/meminfo: memFree=16923612/32951124 swapFree=67111528/67111528
[pid=20331] ppid=20329 vsize=8704 CPUtime=0.92 cores=0,2,4,6
/proc/20331/stat : 20331 (glucose.sh) S 20329 20331 19992 0 -1 4202496 360 20760 0 0 0 0 85 7 18 0 1 0 502040858 8912896 254 33554432000 4194304 4922060 140735139849024 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20331/statm: 2176 254 211 178 0 69 0
[pid=20334] ppid=20331 vsize=126640 CPUtime=106.95 cores=0,2,4,6
/proc/20334/stat : 20334 (glucose_static) R 20331 20331 19992 0 -1 4202496 41879 0 0 0 10689 6 0 0 25 0 1 0 502040952 129679360 26810 33554432000 4194304 4260849 140734890208464 18446744073709551615 4225110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/20334/statm: 31660 26810 249 17 0 28301 0
Current children cumulated CPU time (s) 107.87
Current children cumulated vsize (KiB) 135344

[startup+108.3 s]
/proc/loadavg: 2.00 2.00 1.97 4/184 20337
/proc/meminfo: memFree=16923612/32951124 swapFree=67111528/67111528
[pid=20331] ppid=20329 vsize=8704 CPUtime=0.92 cores=0,2,4,6
/proc/20331/stat : 20331 (glucose.sh) S 20329 20331 19992 0 -1 4202496 360 20760 0 0 0 0 85 7 18 0 1 0 502040858 8912896 254 33554432000 4194304 4922060 140735139849024 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20331/statm: 2176 254 211 178 0 69 0
[pid=20334] ppid=20331 vsize=126640 CPUtime=107.35 cores=0,2,4,6
/proc/20334/stat : 20334 (glucose_static) R 20331 20331 19992 0 -1 4202496 41879 0 0 0 10729 6 0 0 25 0 1 0 502040952 129679360 26810 33554432000 4194304 4260849 140734890208464 18446744073709551615 4225149 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/20334/statm: 31660 26810 249 17 0 28301 0
Current children cumulated CPU time (s) 108.27
Current children cumulated vsize (KiB) 135344

[startup+108.7 s]
/proc/loadavg: 2.00 2.00 1.97 4/184 20337
/proc/meminfo: memFree=16923612/32951124 swapFree=67111528/67111528
[pid=20331] ppid=20329 vsize=8704 CPUtime=0.92 cores=0,2,4,6
/proc/20331/stat : 20331 (glucose.sh) S 20329 20331 19992 0 -1 4202496 360 20760 0 0 0 0 85 7 18 0 1 0 502040858 8912896 254 33554432000 4194304 4922060 140735139849024 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20331/statm: 2176 254 211 178 0 69 0
[pid=20334] ppid=20331 vsize=126640 CPUtime=107.75 cores=0,2,4,6
/proc/20334/stat : 20334 (glucose_static) R 20331 20331 19992 0 -1 4202496 41879 0 0 0 10769 6 0 0 25 0 1 0 502040952 129679360 26810 33554432000 4194304 4260849 140734890208464 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/20334/statm: 31660 26810 249 17 0 28301 0
Current children cumulated CPU time (s) 108.67
Current children cumulated vsize (KiB) 135344

[startup+108.8 s]
/proc/loadavg: 2.00 2.00 1.97 4/184 20337
/proc/meminfo: memFree=16923612/32951124 swapFree=67111528/67111528
[pid=20331] ppid=20329 vsize=8704 CPUtime=0.92 cores=0,2,4,6
/proc/20331/stat : 20331 (glucose.sh) S 20329 20331 19992 0 -1 4202496 360 20760 0 0 0 0 85 7 18 0 1 0 502040858 8912896 254 33554432000 4194304 4922060 140735139849024 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20331/statm: 2176 254 211 178 0 69 0
[pid=20334] ppid=20331 vsize=126640 CPUtime=107.86 cores=0,2,4,6
/proc/20334/stat : 20334 (glucose_static) R 20331 20331 19992 0 -1 4202496 41879 0 0 0 10780 6 0 0 25 0 1 0 502040952 129679360 26810 33554432000 4194304 4260849 140734890208464 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/20334/statm: 31660 26810 249 17 0 28301 0
Current children cumulated CPU time (s) 108.78
Current children cumulated vsize (KiB) 135344

Child status: 20
Real time (s): 108.835
CPU time (s): 108.831
CPU user time (s): 108.678
CPU system time (s): 0.152976
CPU usage (%): 99.997
Max. virtual memory (cumulated for all children) (KiB): 135344

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

runsolver used 0.197969 second user time and 0.402938 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-27 13:40:30
IDJOB=3303989
IDBENCH=82497
IDSOLVER=1687
FILE ID=node133/3303989-1303904429
RUNJOBID= node133-1303899333-20010
PBS_JOBID= 13164515
Free space on /tmp= 71828 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-3303989-1303904429/watcher-3303989-1303904429 -o /tmp/evaluation-result-3303989-1303904429/solver-3303989-1303904429 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3303989-1303904429.cnf 

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

MD5SUM BENCH= f03ed12a281977a642336980ec847847
RANDOM SEED=1169098254

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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	: 6741.12
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.834
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.834
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.83
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.834
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.74
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.834
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:      17009600 kB
Buffers:       2185996 kB
Cached:       12963332 kB
SwapCached:          0 kB
Active:        9010860 kB
Inactive:      6366300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17009600 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           35268 kB
Writeback:           0 kB
AnonPages:      227148 kB
Mapped:          15240 kB
Slab:           500740 kB
PageTables:       5052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   386884 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71828 MiB
End job on node133 at 2011-04-27 13:42:19