Trace number 3303987

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 105.068 105.072

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_kkb_unknown.cnf
MD5SUM254fcd4eae8129ad5842f186e24e0793
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark105.068
Satisfiable
(Un)Satisfiability was proved
Number of variables34510
Number of clauses701694
Sum of the clauses size2616281
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252869
Number of clauses of size 384757
Number of clauses of size 4564068
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.28	c ==============================================================================
0.00/0.28	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.28	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.28	c ==============================================================================
0.00/0.28	c |         0 |  701694  2616281 |  210508       0        0     nan |  0.000 % |
0.00/0.36	c |         0 |  697544  2607344 |      --       0       --      -- |     --   | -4150/-8937
0.00/0.36	c ==============================================================================
0.00/0.36	c Result  :   #vars: 31688   #clauses: 697544   #literals: 2607344
0.00/0.36	c CPU time:   0.310952 s
0.00/0.36	c ==============================================================================
0.00/0.79	c
0.00/0.79	c Starting glucose
0.00/0.79	c
89.28/89.38	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
89.28/89.38	c WARNING: for repeatability, setting FPU to use double precision
89.28/89.38	c ============================[ Problem Statistics ]=============================
89.28/89.38	c |                                                                             |
89.28/89.38	c |  Number of variables:         31688                                         |
89.28/89.38	c |  Number of clauses:          697544                                         |
89.28/89.38	c |  Parse time:                   0.16 s                                       |
89.28/89.38	c |                                                                             |
89.28/89.38	c ============================[ Search Statistics ]==============================
89.28/89.38	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
89.28/89.38	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
89.28/89.38	c ===============================================================================
89.28/89.38	c |       621 |   31679   697544  2607344 |        1      618     15 |  0.028 % |
89.28/89.38	c |       722 |   31679   697544  2607344 |        1      719     16 |  0.028 % |
89.28/89.38	c |     28867 |   31679   697544  2607344 |        1    15821     17 |  0.028 % |
89.28/89.38	c |     33498 |   31679   697193  2606191 |        1    11176     14 |  0.028 % |
89.28/89.38	c |     37329 |   31679   697193  2606191 |        1    15007     16 |  0.028 % |
89.28/89.38	c |     44329 |   31679   697193  2606191 |        1    22007     16 |  0.028 % |
89.28/89.38	c |     45854 |   31679   697193  2606191 |        1    23532     16 |  0.028 % |
89.28/89.38	c |     50268 |   31679   697193  2606191 |        1    16110     15 |  0.028 % |
89.28/89.38	c |     52997 |   31679   697193  2606191 |        1    18839     15 |  0.028 % |
89.28/89.38	c |    125060 |   31679   697193  2606191 |        1    39882     19 |  0.028 % |
89.28/89.38	c |    127198 |   31679   697193  2606191 |        1    42020     19 |  0.028 % |
89.28/89.38	c |    171273 |   31679   697193  2606191 |        1    39091     17 |  0.028 % |
89.28/89.38	c |    181705 |   31679   697193  2606191 |        1    49523     17 |  0.028 % |
89.28/89.38	c |    275645 |   31662   692230  2587565 |        1    37351     15 |  0.082 % |
89.28/89.38	c |    308767 |   31662   691900  2586249 |        1    36093     13 |  0.082 % |
89.28/89.38	c |    315713 |   31662   691900  2586249 |        1    43039     14 |  0.082 % |
89.28/89.38	c |    322830 |   31662   691900  2586249 |        1    50156     15 |  0.082 % |
89.28/89.38	c |    328505 |   31662   691900  2586249 |        1    55831     15 |  0.082 % |
89.28/89.38	c |    333928 |   31662   691900  2586249 |        1    61254     16 |  0.082 % |
89.28/89.38	c |    336830 |   31662   691900  2586249 |        1    64156     16 |  0.082 % |
89.28/89.38	c |    346837 |   31662   691900  2586249 |        1    74163     17 |  0.082 % |
89.28/89.38	c |    354120 |   31662   691900  2586249 |        1    43784     13 |  0.082 % |
89.28/89.38	c |    354636 |   31662   691900  2586249 |        1    44300     13 |  0.082 % |
89.28/89.38	c |    362737 |   31662   691900  2586249 |        1    52401     14 |  0.082 % |
89.28/89.38	c |    363716 |   31662   691900  2586249 |        1    53380     14 |  0.082 % |
89.28/89.38	c |    391433 |   31662   691900  2586249 |        1    81097     17 |  0.082 % |
89.28/89.38	c |    397745 |   31662   691900  2586249 |        1    46580     13 |  0.082 % |
89.28/89.38	c |    404520 |   31662   691900  2586249 |        1    53355     14 |  0.082 % |
89.28/89.38	c |    410878 |   31662   691900  2586249 |        1    59713     14 |  0.082 % |
89.28/89.38	c |    431993 |   31662   691900  2586249 |        1    80828     16 |  0.082 % |
89.28/89.38	c |    433694 |   31662   691900  2586249 |        1    82529     16 |  0.082 % |
89.28/89.38	c |    447350 |   31662   691900  2586249 |        1    52466     12 |  0.082 % |
89.28/89.38	c |    459482 |   31639   688691  2574091 |        1    46473     11 |  0.155 % |
89.28/89.38	c |    481982 |   31639   688691  2574091 |        1    68973     14 |  0.155 % |
89.28/89.38	c |    487326 |   31639   688691  2574091 |        1    74317     15 |  0.155 % |
89.28/89.38	c |    508318 |   31639   688691  2574091 |        1    57918     13 |  0.155 % |
89.28/89.38	c |    531084 |   31636   688269  2572825 |        1    74359     16 |  0.164 % |
89.28/89.38	c |    564152 |   31623   687321  2569434 |        1    52561     12 |  0.205 % |
89.28/89.38	c |    568992 |   31623   687321  2569434 |        1    57401     13 |  0.205 % |
104.98/105.06	c |    577939 |   31623   687321  2569434 |        1    66348     14 |  0.205 % |
104.98/105.06	c |    612083 |   31623   687321  2569434 |        1    59296     15 |  0.205 % |
104.98/105.06	c |    621270 |   31623   687321  2569434 |        1    68483     16 |  0.205 % |
104.98/105.06	c |    633054 |   31623   687321  2569434 |        1    80267     17 |  0.205 % |
104.98/105.06	c |    656543 |   31582   683138  2552953 |        1    38090     11 |  0.335 % |
104.98/105.06	c |    669741 |   30959   611175  2275694 |        1    13961      7 |  2.301 % |
104.98/105.06	c ===============================================================================
104.98/105.06	c restarts              : 45
104.98/105.06	c nb ReduceDB           : 21
104.98/105.06	c nb removed Clauses    : 514759
104.98/105.06	c nb learnts DL2        : 1925
104.98/105.06	c nb learnts size 2     : 199
104.98/105.06	c nb learnts size 1     : 22
104.98/105.06	c conflicts             : 669741         (6427 /sec)
104.98/105.06	c decisions             : 789736         (0.00 % random) (7578 /sec)
104.98/105.06	c propagations          : 136689526      (1311634 /sec)
104.98/105.06	c conflict literals     : 14383712       (45.77 % deleted)
104.98/105.06	c nb reduced Clauses    : 3302
104.98/105.06	c CPU time              : 104.213 s
104.98/105.06	
104.98/105.06	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-3303987-1303904426/watcher-3303987-1303904426 -o /tmp/evaluation-result-3303987-1303904426/solver-3303987-1303904426 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3303987-1303904426.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.04 2.01 1.94 2/178 11107
/proc/meminfo: memFree=11569464/32951124 swapFree=67102140/67111528
[pid=11107] ppid=11105 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/11107/stat : 11107 (glucose.sh) S 11105 11107 10672 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 580673362 8912896 253 33554432000 4194304 4922060 140735538058000 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11107/statm: 2176 253 211 178 0 69 0

[startup+0.081271 s]
/proc/loadavg: 2.04 2.01 1.94 2/178 11107
/proc/meminfo: memFree=11569464/32951124 swapFree=67102140/67111528
[pid=11107] ppid=11105 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/11107/stat : 11107 (glucose.sh) S 11105 11107 10672 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 580673362 8912896 253 33554432000 4194304 4922060 140735538058000 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11107/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100267 s]
/proc/loadavg: 2.04 2.01 1.94 2/178 11107
/proc/meminfo: memFree=11569464/32951124 swapFree=67102140/67111528
[pid=11107] ppid=11105 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/11107/stat : 11107 (glucose.sh) S 11105 11107 10672 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 580673362 8912896 253 33554432000 4194304 4922060 140735538058000 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11107/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300233 s]
/proc/loadavg: 2.04 2.01 1.94 2/178 11107
/proc/meminfo: memFree=11569464/32951124 swapFree=67102140/67111528
[pid=11107] ppid=11105 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/11107/stat : 11107 (glucose.sh) S 11105 11107 10672 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 580673362 8912896 253 33554432000 4194304 4922060 140735538058000 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11107/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700149 s]
/proc/loadavg: 2.04 2.01 1.94 2/178 11107
/proc/meminfo: memFree=11569464/32951124 swapFree=67102140/67111528
[pid=11107] ppid=11105 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/11107/stat : 11107 (glucose.sh) S 11105 11107 10672 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 580673362 8912896 253 33554432000 4194304 4922060 140735538058000 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11107/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50101 s]
/proc/loadavg: 2.04 2.01 1.94 3/180 11110
/proc/meminfo: memFree=11508464/32951124 swapFree=67102140/67111528
[pid=11107] ppid=11105 vsize=8704 CPUtime=0.78 cores=1,3,5,7
/proc/11107/stat : 11107 (glucose.sh) S 11105 11107 10672 0 -1 4202496 361 17954 0 0 0 0 70 8 15 0 1 0 580673362 8912896 255 33554432000 4194304 4922060 140735538058000 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11107/statm: 2176 255 211 178 0 69 0
[pid=11110] ppid=11107 vsize=60700 CPUtime=0.7 cores=1,3,5,7
/proc/11110/stat : 11110 (glucose_static) R 11107 11107 10672 0 -1 4202496 11711 0 0 0 69 1 0 0 17 0 1 0 580673442 62156800 10950 33554432000 4194304 4260849 140734161003904 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11110/statm: 15175 10950 249 17 0 11816 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 69404

[startup+3.10073 s]
/proc/loadavg: 2.04 2.01 1.94 3/180 11110
/proc/meminfo: memFree=11506240/32951124 swapFree=67102140/67111528
[pid=11107] ppid=11105 vsize=8704 CPUtime=0.78 cores=1,3,5,7
/proc/11107/stat : 11107 (glucose.sh) S 11105 11107 10672 0 -1 4202496 361 17954 0 0 0 0 70 8 15 0 1 0 580673362 8912896 255 33554432000 4194304 4922060 140735538058000 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11107/statm: 2176 255 211 178 0 69 0
[pid=11110] ppid=11107 vsize=61096 CPUtime=2.3 cores=1,3,5,7
/proc/11110/stat : 11110 (glucose_static) R 11107 11107 10672 0 -1 4202496 12080 0 0 0 229 1 0 0 20 0 1 0 580673442 62562304 11301 33554432000 4194304 4260849 140734161003904 18446744073709551615 4224617 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11110/statm: 15274 11301 249 17 0 11915 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 69800

[startup+6.30017 s]
/proc/loadavg: 2.03 2.01 1.94 3/180 11110
/proc/meminfo: memFree=11501888/32951124 swapFree=67102140/67111528
[pid=11107] ppid=11105 vsize=8704 CPUtime=0.78 cores=1,3,5,7
/proc/11107/stat : 11107 (glucose.sh) S 11105 11107 10672 0 -1 4202496 361 17954 0 0 0 0 70 8 15 0 1 0 580673362 8912896 255 33554432000 4194304 4922060 140735538058000 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11107/statm: 2176 255 211 178 0 69 0
[pid=11110] ppid=11107 vsize=73988 CPUtime=5.49 cores=1,3,5,7
/proc/11110/stat : 11110 (glucose_static) R 11107 11107 10672 0 -1 4202496 12959 0 0 0 548 1 0 0 25 0 1 0 580673442 75763712 12124 33554432000 4194304 4260849 140734161003904 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11110/statm: 18497 12124 249 17 0 15138 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 82692

[startup+12.701 s]
/proc/loadavg: 2.03 2.01 1.94 3/180 11110
/proc/meminfo: memFree=11498132/32951124 swapFree=67102140/67111528
[pid=11107] ppid=11105 vsize=8704 CPUtime=0.78 cores=1,3,5,7
/proc/11107/stat : 11107 (glucose.sh) S 11105 11107 10672 0 -1 4202496 361 17954 0 0 0 0 70 8 15 0 1 0 580673362 8912896 255 33554432000 4194304 4922060 140735538058000 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11107/statm: 2176 255 211 178 0 69 0
[pid=11110] ppid=11107 vsize=75252 CPUtime=11.9 cores=1,3,5,7
/proc/11110/stat : 11110 (glucose_static) R 11107 11107 10672 0 -1 4202496 19177 0 0 0 1188 2 0 0 25 0 1 0 580673442 77058048 12358 33554432000 4194304 4260849 140734161003904 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11110/statm: 18813 12358 250 17 0 15454 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 83956

[startup+25.5008 s]
/proc/loadavg: 2.02 2.01 1.94 3/180 11110
/proc/meminfo: memFree=11471760/32951124 swapFree=67102140/67111528
[pid=11107] ppid=11105 vsize=8704 CPUtime=0.78 cores=1,3,5,7
/proc/11107/stat : 11107 (glucose.sh) S 11105 11107 10672 0 -1 4202496 361 17954 0 0 0 0 70 8 15 0 1 0 580673362 8912896 255 33554432000 4194304 4922060 140735538058000 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11107/statm: 2176 255 211 178 0 69 0
[pid=11110] ppid=11107 vsize=94828 CPUtime=24.7 cores=1,3,5,7
/proc/11110/stat : 11110 (glucose_static) R 11107 11107 10672 0 -1 4202496 31537 0 0 0 2466 4 0 0 25 0 1 0 580673442 97103872 18049 33554432000 4194304 4260849 140734161003904 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11110/statm: 23707 18049 250 17 0 20348 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 103532

[startup+51.1003 s]
/proc/loadavg: 2.01 2.01 1.94 3/180 11111
/proc/meminfo: memFree=11495356/32951124 swapFree=67102140/67111528
[pid=11107] ppid=11105 vsize=8704 CPUtime=0.78 cores=1,3,5,7
/proc/11107/stat : 11107 (glucose.sh) S 11105 11107 10672 0 -1 4202496 361 17954 0 0 0 0 70 8 15 0 1 0 580673362 8912896 255 33554432000 4194304 4922060 140735538058000 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11107/statm: 2176 255 211 178 0 69 0
[pid=11110] ppid=11107 vsize=113504 CPUtime=50.3 cores=1,3,5,7
/proc/11110/stat : 11110 (glucose_static) R 11107 11107 10672 0 -1 4202496 37299 0 0 0 5025 5 0 0 25 0 1 0 580673442 116228096 23086 33554432000 4194304 4260849 140734161003904 18446744073709551615 4225149 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11110/statm: 28376 23086 250 17 0 25017 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 122208

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 11112
/proc/meminfo: memFree=11472020/32951124 swapFree=67102140/67111528
[pid=11107] ppid=11105 vsize=8704 CPUtime=0.78 cores=1,3,5,7
/proc/11107/stat : 11107 (glucose.sh) S 11105 11107 10672 0 -1 4202496 361 17954 0 0 0 0 70 8 15 0 1 0 580673362 8912896 255 33554432000 4194304 4922060 140735538058000 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11107/statm: 2176 255 211 178 0 69 0
[pid=11110] ppid=11107 vsize=113504 CPUtime=101.5 cores=1,3,5,7
/proc/11110/stat : 11110 (glucose_static) R 11107 11107 10672 0 -1 4202496 37897 0 0 0 10145 5 0 0 25 0 1 0 580673442 116228096 23662 33554432000 4194304 4260849 140734161003904 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11110/statm: 28376 23662 250 17 0 25017 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 122208

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

[startup+103.901 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 11113
/proc/meminfo: memFree=11471400/32951124 swapFree=67102140/67111528
[pid=11107] ppid=11105 vsize=8704 CPUtime=0.78 cores=1,3,5,7
/proc/11107/stat : 11107 (glucose.sh) S 11105 11107 10672 0 -1 4202496 361 17954 0 0 0 0 70 8 15 0 1 0 580673362 8912896 255 33554432000 4194304 4922060 140735538058000 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11107/statm: 2176 255 211 178 0 69 0
[pid=11110] ppid=11107 vsize=113504 CPUtime=103.1 cores=1,3,5,7
/proc/11110/stat : 11110 (glucose_static) R 11107 11107 10672 0 -1 4202496 37897 0 0 0 10305 5 0 0 25 0 1 0 580673442 116228096 23662 33554432000 4194304 4260849 140734161003904 18446744073709551615 4224658 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11110/statm: 28376 23662 250 17 0 25017 0
Current children cumulated CPU time (s) 103.88
Current children cumulated vsize (KiB) 122208

[startup+104.701 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 11113
/proc/meminfo: memFree=11470780/32951124 swapFree=67102140/67111528
[pid=11107] ppid=11105 vsize=8704 CPUtime=0.78 cores=1,3,5,7
/proc/11107/stat : 11107 (glucose.sh) S 11105 11107 10672 0 -1 4202496 361 17954 0 0 0 0 70 8 15 0 1 0 580673362 8912896 255 33554432000 4194304 4922060 140735538058000 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11107/statm: 2176 255 211 178 0 69 0
[pid=11110] ppid=11107 vsize=113504 CPUtime=103.9 cores=1,3,5,7
/proc/11110/stat : 11110 (glucose_static) R 11107 11107 10672 0 -1 4202496 37897 0 0 0 10385 5 0 0 25 0 1 0 580673442 116228096 23662 33554432000 4194304 4260849 140734161003904 18446744073709551615 4225091 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11110/statm: 28376 23662 250 17 0 25017 0
Current children cumulated CPU time (s) 104.68
Current children cumulated vsize (KiB) 122208

[startup+104.901 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 11113
/proc/meminfo: memFree=11470780/32951124 swapFree=67102140/67111528
[pid=11107] ppid=11105 vsize=8704 CPUtime=0.78 cores=1,3,5,7
/proc/11107/stat : 11107 (glucose.sh) S 11105 11107 10672 0 -1 4202496 361 17954 0 0 0 0 70 8 15 0 1 0 580673362 8912896 255 33554432000 4194304 4922060 140735538058000 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11107/statm: 2176 255 211 178 0 69 0
[pid=11110] ppid=11107 vsize=113504 CPUtime=104.1 cores=1,3,5,7
/proc/11110/stat : 11110 (glucose_static) R 11107 11107 10672 0 -1 4202496 37897 0 0 0 10405 5 0 0 25 0 1 0 580673442 116228096 23662 33554432000 4194304 4260849 140734161003904 18446744073709551615 4226995 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11110/statm: 28376 23662 250 17 0 25017 0
Current children cumulated CPU time (s) 104.88
Current children cumulated vsize (KiB) 122208

[startup+105.001 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 11113
/proc/meminfo: memFree=11470780/32951124 swapFree=67102140/67111528
[pid=11107] ppid=11105 vsize=8704 CPUtime=0.78 cores=1,3,5,7
/proc/11107/stat : 11107 (glucose.sh) S 11105 11107 10672 0 -1 4202496 361 17954 0 0 0 0 70 8 15 0 1 0 580673362 8912896 255 33554432000 4194304 4922060 140735538058000 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11107/statm: 2176 255 211 178 0 69 0
[pid=11110] ppid=11107 vsize=113504 CPUtime=104.2 cores=1,3,5,7
/proc/11110/stat : 11110 (glucose_static) R 11107 11107 10672 0 -1 4202496 37897 0 0 0 10415 5 0 0 25 0 1 0 580673442 116228096 23662 33554432000 4194304 4260849 140734161003904 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11110/statm: 28376 23662 250 17 0 25017 0
Current children cumulated CPU time (s) 104.98
Current children cumulated vsize (KiB) 122208

Child status: 20
Real time (s): 105.072
CPU time (s): 105.068
CPU user time (s): 104.925
CPU system time (s): 0.142978
CPU usage (%): 99.9961
Max. virtual memory (cumulated for all children) (KiB): 122208

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

runsolver used 0.162975 second user time and 0.404938 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-27 13:40:27
IDJOB=3303987
IDBENCH=82496
IDSOLVER=1687
FILE ID=node119/3303987-1303904426
RUNJOBID= node119-1303899343-10691
PBS_JOBID= 13164529
Free space on /tmp= 71740 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT11/application/manthey/traffic/traffic_kkb_unknown.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3303987-1303904426/watcher-3303987-1303904426 -o /tmp/evaluation-result-3303987-1303904426/solver-3303987-1303904426 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3303987-1303904426.cnf 

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

MD5SUM BENCH= 254fcd4eae8129ad5842f186e24e0793
RANDOM SEED=1706330369

node119.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.815
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.63
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.815
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.83
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.815
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.74
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.815
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.83
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.815
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.67
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.815
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.815
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.815
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:      11569612 kB
Buffers:       2238204 kB
Cached:       18290780 kB
SwapCached:       5504 kB
Active:        9293620 kB
Inactive:     11502916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11569612 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           18276 kB
Writeback:          12 kB
AnonPages:      264076 kB
Mapped:          15016 kB
Slab:           520204 kB
PageTables:       5292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   420768 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= 71740 MiB
End job on node119 at 2011-04-27 13:42:12