Trace number 3260680

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 122.652 122.653

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/rnd_100_28_u.cnf
MD5SUM7fb794f1c5d1c4d1723aeeb5efb40cdc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark56.3054
Satisfiable
(Un)Satisfiability was proved
Number of variables2856
Number of clauses10578
Sum of the clauses size26556
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25178
Number of clauses of size 35400
Number of clauses of size 40
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.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |   10578    26556 |    3173       0        0     nan |  0.000 % |
0.00/0.05	c |         0 |    6940    27283 |      --       0       --      -- |     --   | -3638/727
0.00/0.05	c ==============================================================================
0.00/0.05	c Result  :   #vars: 1145   #clauses: 6940   #literals: 27283
0.00/0.05	c CPU time:   0.052991 s
0.00/0.05	c ==============================================================================
0.00/0.05	c
0.00/0.05	c Starting glucose
0.00/0.05	c
122.59/122.64	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
122.59/122.64	c WARNING: for repeatability, setting FPU to use double precision
122.59/122.64	c ============================[ Problem Statistics ]=============================
122.59/122.64	c |                                                                             |
122.59/122.64	c |  Number of variables:          1145                                         |
122.59/122.64	c |  Number of clauses:            6940                                         |
122.59/122.64	c |  Parse time:                   0.00 s                                       |
122.59/122.64	c |                                                                             |
122.59/122.64	c ============================[ Search Statistics ]==============================
122.59/122.64	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
122.59/122.64	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
122.59/122.64	c ===============================================================================
122.59/122.64	c |    189678 |    1143     6939    27280 |        1    30083     14 |  0.175 % |
122.59/122.64	c |    189895 |    1143     6939    27280 |        1    30300     14 |  0.175 % |
122.59/122.64	c |    190053 |    1143     6939    27280 |        1    30458     14 |  0.175 % |
122.59/122.64	c |    205003 |    1143     6939    27280 |        1    45408     14 |  0.175 % |
122.59/122.64	c |    205104 |    1143     6939    27280 |        1    45509     14 |  0.175 % |
122.59/122.64	c |    205204 |    1143     6939    27280 |        1    45609     14 |  0.175 % |
122.59/122.64	c |    205305 |    1143     6939    27280 |        1    45710     14 |  0.175 % |
122.59/122.64	c |    205850 |    1143     6939    27280 |        1    46255     14 |  0.175 % |
122.59/122.64	c |    207160 |    1143     6939    27280 |        1    47565     14 |  0.175 % |
122.59/122.64	c |    207261 |    1143     6939    27280 |        1    47666     14 |  0.175 % |
122.59/122.64	c |    213806 |    1143     6939    27280 |        1    54211     15 |  0.175 % |
122.59/122.64	c |    213906 |    1143     6939    27280 |        1    54311     15 |  0.175 % |
122.59/122.64	c |    214007 |    1143     6939    27280 |        1    54412     15 |  0.175 % |
122.59/122.64	c |    214108 |    1143     6939    27280 |        1    54513     15 |  0.175 % |
122.59/122.64	c |    214209 |    1143     6939    27280 |        1    54614     15 |  0.175 % |
122.59/122.64	c |    214309 |    1143     6939    27280 |        1    54714     15 |  0.175 % |
122.59/122.64	c |    214409 |    1143     6939    27280 |        1    54814     15 |  0.175 % |
122.59/122.64	c |    214509 |    1143     6939    27280 |        1    54914     15 |  0.175 % |
122.59/122.64	c |    214609 |    1143     6939    27280 |        1    55014     15 |  0.175 % |
122.59/122.64	c |    214957 |    1143     6939    27280 |        1    55362     15 |  0.175 % |
122.59/122.64	c |    215057 |    1143     6939    27280 |        1    55462     15 |  0.175 % |
122.59/122.64	c |    215158 |    1143     6939    27280 |        1    55563     15 |  0.175 % |
122.59/122.64	c |    215258 |    1143     6939    27280 |        1    55663     15 |  0.175 % |
122.59/122.64	c |    215358 |    1143     6939    27280 |        1    55763     15 |  0.175 % |
122.59/122.64	c |    215458 |    1143     6939    27280 |        1    55863     15 |  0.175 % |
122.59/122.64	c |    215559 |    1143     6939    27280 |        1    55964     15 |  0.175 % |
122.59/122.64	c |    215660 |    1143     6939    27280 |        1    56065     15 |  0.175 % |
122.59/122.64	c |    215760 |    1143     6939    27280 |        1    56165     15 |  0.175 % |
122.59/122.64	c |    215860 |    1143     6939    27280 |        1    56265     15 |  0.175 % |
122.59/122.64	c |    215961 |    1143     6939    27280 |        1    56366     15 |  0.175 % |
122.59/122.64	c |    216062 |    1143     6939    27280 |        1    56467     15 |  0.175 % |
122.59/122.64	c |    216162 |    1143     6939    27280 |        1    56567     15 |  0.175 % |
122.59/122.64	c |    216374 |    1143     6939    27280 |        1    56779     15 |  0.175 % |
122.59/122.64	c |   2455574 |    1069     4976    14700 |        1     5127      4 |  6.638 % |
122.59/122.64	c ===============================================================================
122.59/122.64	c restarts              : 34
122.59/122.64	c nb ReduceDB           : 42
122.59/122.64	c nb removed Clauses    : 1975065
122.59/122.64	c nb learnts DL2        : 2585
122.59/122.64	c nb learnts size 2     : 810
122.59/122.64	c nb learnts size 1     : 22
122.59/122.64	c conflicts             : 2455574        (20035 /sec)
122.59/122.64	c decisions             : 2481560        (0.00 % random) (20247 /sec)
122.59/122.64	c propagations          : 345769191      (2821100 /sec)
122.59/122.64	c conflict literals     : 28230856       (39.59 % deleted)
122.59/122.64	c nb reduced Clauses    : 0
122.59/122.64	c CPU time              : 122.565 s
122.59/122.64	
122.59/122.64	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-3260680-1303509632/watcher-3260680-1303509632 -o /tmp/evaluation-result-3260680-1303509632/solver-3260680-1303509632 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3260680-1303509632.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.99 4/192 8265
/proc/meminfo: memFree=19527632/32951124 swapFree=67111524/67111528
[pid=8265] ppid=8263 vsize=8704 CPUtime=0 cores=4,6
/proc/8265/stat : 8265 (glucose.sh) S 8263 8265 7316 0 -1 4202496 336 0 0 0 0 0 0 0 25 0 1 0 443379332 8912896 253 33554432000 4194304 4922060 140734190142928 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8265/statm: 2176 253 211 178 0 69 0

[startup+0.088472 s]
/proc/loadavg: 4.00 4.00 3.99 4/192 8265
/proc/meminfo: memFree=19527632/32951124 swapFree=67111524/67111528
[pid=8265] ppid=8263 vsize=8704 CPUtime=0.05 cores=4,6
/proc/8265/stat : 8265 (glucose.sh) S 8263 8265 7316 0 -1 4202496 361 588 0 0 0 0 5 0 25 0 1 0 443379332 8912896 255 33554432000 4194304 4922060 140734190142928 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8265/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8704

[startup+0.100464 s]
/proc/loadavg: 4.00 4.00 3.99 4/192 8265
/proc/meminfo: memFree=19527632/32951124 swapFree=67111524/67111528
[pid=8265] ppid=8263 vsize=8704 CPUtime=0.05 cores=4,6
/proc/8265/stat : 8265 (glucose.sh) S 8263 8265 7316 0 -1 4202496 361 588 0 0 0 0 5 0 25 0 1 0 443379332 8912896 255 33554432000 4194304 4922060 140734190142928 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8265/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8704

[startup+0.300468 s]
/proc/loadavg: 4.00 4.00 3.99 4/192 8265
/proc/meminfo: memFree=19527632/32951124 swapFree=67111524/67111528
[pid=8265] ppid=8263 vsize=8704 CPUtime=0.05 cores=4,6
/proc/8265/stat : 8265 (glucose.sh) S 8263 8265 7316 0 -1 4202496 361 588 0 0 0 0 5 0 25 0 1 0 443379332 8912896 255 33554432000 4194304 4922060 140734190142928 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8265/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8704

[startup+0.700402 s]
/proc/loadavg: 4.00 4.00 3.99 4/192 8265
/proc/meminfo: memFree=19527632/32951124 swapFree=67111524/67111528
[pid=8265] ppid=8263 vsize=8704 CPUtime=0.05 cores=4,6
/proc/8265/stat : 8265 (glucose.sh) S 8263 8265 7316 0 -1 4202496 361 588 0 0 0 0 5 0 25 0 1 0 443379332 8912896 255 33554432000 4194304 4922060 140734190142928 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8265/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8704

[startup+1.50025 s]
/proc/loadavg: 4.00 4.00 3.99 5/194 8268
/proc/meminfo: memFree=19514720/32951124 swapFree=67111524/67111528
[pid=8265] ppid=8263 vsize=8704 CPUtime=0.05 cores=4,6
/proc/8265/stat : 8265 (glucose.sh) S 8263 8265 7316 0 -1 4202496 361 588 0 0 0 0 5 0 25 0 1 0 443379332 8912896 255 33554432000 4194304 4922060 140734190142928 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8265/statm: 2176 255 211 178 0 69 0
[pid=8268] ppid=8265 vsize=21296 CPUtime=1.43 cores=4,6
/proc/8268/stat : 8268 (glucose_static) R 8265 8265 7316 0 -1 4202496 2359 0 0 0 143 0 0 0 20 0 1 0 443379338 21807104 1878 33554432000 4194304 4260849 140736611875600 18446744073709551615 4224635 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8268/statm: 5324 1878 241 17 0 1965 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 30000

[startup+3.10097 s]
/proc/loadavg: 4.00 4.00 3.99 5/194 8268
/proc/meminfo: memFree=19502560/32951124 swapFree=67111524/67111528
[pid=8265] ppid=8263 vsize=8704 CPUtime=0.05 cores=4,6
/proc/8265/stat : 8265 (glucose.sh) S 8263 8265 7316 0 -1 4202496 361 588 0 0 0 0 5 0 25 0 1 0 443379332 8912896 255 33554432000 4194304 4922060 140734190142928 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8265/statm: 2176 255 211 178 0 69 0
[pid=8268] ppid=8265 vsize=23976 CPUtime=3.03 cores=4,6
/proc/8268/stat : 8268 (glucose_static) R 8265 8265 7316 0 -1 4202496 2759 0 0 0 303 0 0 0 25 0 1 0 443379338 24551424 2263 33554432000 4194304 4260849 140736611875600 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8268/statm: 5994 2263 241 17 0 2635 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 32680

[startup+6.30042 s]
/proc/loadavg: 4.00 4.00 3.99 5/194 8268
/proc/meminfo: memFree=19561044/32951124 swapFree=67111524/67111528
[pid=8265] ppid=8263 vsize=8704 CPUtime=0.05 cores=4,6
/proc/8265/stat : 8265 (glucose.sh) S 8263 8265 7316 0 -1 4202496 361 588 0 0 0 0 5 0 25 0 1 0 443379332 8912896 255 33554432000 4194304 4922060 140734190142928 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8265/statm: 2176 255 211 178 0 69 0
[pid=8268] ppid=8265 vsize=26680 CPUtime=6.23 cores=4,6
/proc/8268/stat : 8268 (glucose_static) R 8265 8265 7316 0 -1 4202496 3749 0 0 0 623 0 0 0 25 0 1 0 443379338 27320320 3187 33554432000 4194304 4260849 140736611875600 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8268/statm: 6670 3187 249 17 0 3311 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 35384

[startup+12.7003 s]
/proc/loadavg: 4.00 4.00 3.99 5/194 8269
/proc/meminfo: memFree=19565268/32951124 swapFree=67111524/67111528
[pid=8265] ppid=8263 vsize=8704 CPUtime=0.05 cores=4,6
/proc/8265/stat : 8265 (glucose.sh) S 8263 8265 7316 0 -1 4202496 361 588 0 0 0 0 5 0 25 0 1 0 443379332 8912896 255 33554432000 4194304 4922060 140734190142928 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8265/statm: 2176 255 211 178 0 69 0
[pid=8268] ppid=8265 vsize=33876 CPUtime=12.63 cores=4,6
/proc/8268/stat : 8268 (glucose_static) R 8265 8265 7316 0 -1 4202496 6415 0 0 0 1263 0 0 0 25 0 1 0 443379338 34689024 4582 33554432000 4194304 4260849 140736611875600 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8268/statm: 8469 4582 250 17 0 5110 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 42580

[startup+25.501 s]
/proc/loadavg: 4.00 4.00 3.99 6/194 8269
/proc/meminfo: memFree=19573288/32951124 swapFree=67111524/67111528
[pid=8265] ppid=8263 vsize=8704 CPUtime=0.05 cores=4,6
/proc/8265/stat : 8265 (glucose.sh) S 8263 8265 7316 0 -1 4202496 361 588 0 0 0 0 5 0 25 0 1 0 443379332 8912896 255 33554432000 4194304 4922060 140734190142928 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8265/statm: 2176 255 211 178 0 69 0
[pid=8268] ppid=8265 vsize=38140 CPUtime=25.44 cores=4,6
/proc/8268/stat : 8268 (glucose_static) R 8265 8265 7316 0 -1 4202496 7819 0 0 0 2543 1 0 0 25 0 1 0 443379338 39055360 5900 33554432000 4194304 4260849 140736611875600 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8268/statm: 9535 5900 250 17 0 6176 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46844

[startup+51.1005 s]
/proc/loadavg: 4.00 4.00 3.99 6/195 8279
/proc/meminfo: memFree=19465916/32951124 swapFree=67111524/67111528
[pid=8265] ppid=8263 vsize=8704 CPUtime=0.05 cores=4,6
/proc/8265/stat : 8265 (glucose.sh) S 8263 8265 7316 0 -1 4202496 361 588 0 0 0 0 5 0 25 0 1 0 443379332 8912896 255 33554432000 4194304 4922060 140734190142928 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8265/statm: 2176 255 211 178 0 69 0
[pid=8268] ppid=8265 vsize=47136 CPUtime=51.03 cores=4,6
/proc/8268/stat : 8268 (glucose_static) R 8265 8265 7316 0 -1 4202496 11359 0 0 0 5102 1 0 0 25 0 1 0 443379338 48267264 7470 33554432000 4194304 4260849 140736611875600 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8268/statm: 11784 7470 250 17 0 8425 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 55840

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.99 5/194 8280
/proc/meminfo: memFree=19563984/32951124 swapFree=67111524/67111528
[pid=8265] ppid=8263 vsize=8704 CPUtime=0.05 cores=4,6
/proc/8265/stat : 8265 (glucose.sh) S 8263 8265 7316 0 -1 4202496 361 588 0 0 0 0 5 0 25 0 1 0 443379332 8912896 255 33554432000 4194304 4922060 140734190142928 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8265/statm: 2176 255 211 178 0 69 0
[pid=8268] ppid=8265 vsize=54208 CPUtime=102.24 cores=4,6
/proc/8268/stat : 8268 (glucose_static) R 8265 8265 7316 0 -1 4202496 13758 0 0 0 10222 2 0 0 25 0 1 0 443379338 55508992 9708 33554432000 4194304 4260849 140736611875600 18446744073709551615 4224352 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8268/statm: 13552 9708 250 17 0 10193 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 62912

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

[startup+115.1 s]
/proc/loadavg: 4.08 4.02 4.00 5/194 8280
/proc/meminfo: memFree=19513632/32951124 swapFree=67111524/67111528
[pid=8265] ppid=8263 vsize=8704 CPUtime=0.05 cores=4,6
/proc/8265/stat : 8265 (glucose.sh) S 8263 8265 7316 0 -1 4202496 361 588 0 0 0 0 5 0 25 0 1 0 443379332 8912896 255 33554432000 4194304 4922060 140734190142928 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8265/statm: 2176 255 211 178 0 69 0
[pid=8268] ppid=8265 vsize=54208 CPUtime=115.03 cores=4,6
/proc/8268/stat : 8268 (glucose_static) R 8265 8265 7316 0 -1 4202496 14263 0 0 0 11501 2 0 0 25 0 1 0 443379338 55508992 10186 33554432000 4194304 4260849 140736611875600 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8268/statm: 13552 10186 250 17 0 10193 0
Current children cumulated CPU time (s) 115.08
Current children cumulated vsize (KiB) 62912

[startup+118.301 s]
/proc/loadavg: 4.08 4.02 4.00 5/194 8280
/proc/meminfo: memFree=19478540/32951124 swapFree=67111524/67111528
[pid=8265] ppid=8263 vsize=8704 CPUtime=0.05 cores=4,6
/proc/8265/stat : 8265 (glucose.sh) S 8263 8265 7316 0 -1 4202496 361 588 0 0 0 0 5 0 25 0 1 0 443379332 8912896 255 33554432000 4194304 4922060 140734190142928 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8265/statm: 2176 255 211 178 0 69 0
[pid=8268] ppid=8265 vsize=54208 CPUtime=118.24 cores=4,6
/proc/8268/stat : 8268 (glucose_static) R 8265 8265 7316 0 -1 4202496 14263 0 0 0 11822 2 0 0 25 0 1 0 443379338 55508992 10186 33554432000 4194304 4260849 140736611875600 18446744073709551615 4224873 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8268/statm: 13552 10186 250 17 0 10193 0
Current children cumulated CPU time (s) 118.29
Current children cumulated vsize (KiB) 62912

[startup+119.906 s]
/proc/loadavg: 4.07 4.02 4.00 5/194 8280
/proc/meminfo: memFree=19499864/32951124 swapFree=67111524/67111528
[pid=8265] ppid=8263 vsize=8704 CPUtime=0.05 cores=4,6
/proc/8265/stat : 8265 (glucose.sh) S 8263 8265 7316 0 -1 4202496 361 588 0 0 0 0 5 0 25 0 1 0 443379332 8912896 255 33554432000 4194304 4922060 140734190142928 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8265/statm: 2176 255 211 178 0 69 0
[pid=8268] ppid=8265 vsize=54208 CPUtime=119.84 cores=4,6
/proc/8268/stat : 8268 (glucose_static) R 8265 8265 7316 0 -1 4202496 14263 0 0 0 11982 2 0 0 25 0 1 0 443379338 55508992 10186 33554432000 4194304 4260849 140736611875600 18446744073709551615 4224682 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8268/statm: 13552 10186 250 17 0 10193 0
Current children cumulated CPU time (s) 119.89
Current children cumulated vsize (KiB) 62912

[startup+121.501 s]
/proc/loadavg: 4.07 4.02 4.00 5/194 8280
/proc/meminfo: memFree=19491060/32951124 swapFree=67111524/67111528
[pid=8265] ppid=8263 vsize=8704 CPUtime=0.05 cores=4,6
/proc/8265/stat : 8265 (glucose.sh) S 8263 8265 7316 0 -1 4202496 361 588 0 0 0 0 5 0 25 0 1 0 443379332 8912896 255 33554432000 4194304 4922060 140734190142928 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8265/statm: 2176 255 211 178 0 69 0
[pid=8268] ppid=8265 vsize=54208 CPUtime=121.44 cores=4,6
/proc/8268/stat : 8268 (glucose_static) R 8265 8265 7316 0 -1 4202496 14263 0 0 0 12142 2 0 0 25 0 1 0 443379338 55508992 10186 33554432000 4194304 4260849 140736611875600 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8268/statm: 13552 10186 250 17 0 10193 0
Current children cumulated CPU time (s) 121.49
Current children cumulated vsize (KiB) 62912

[startup+122.301 s]
/proc/loadavg: 4.07 4.02 4.00 5/194 8280
/proc/meminfo: memFree=19482256/32951124 swapFree=67111524/67111528
[pid=8265] ppid=8263 vsize=8704 CPUtime=0.05 cores=4,6
/proc/8265/stat : 8265 (glucose.sh) S 8263 8265 7316 0 -1 4202496 361 588 0 0 0 0 5 0 25 0 1 0 443379332 8912896 255 33554432000 4194304 4922060 140734190142928 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8265/statm: 2176 255 211 178 0 69 0
[pid=8268] ppid=8265 vsize=54208 CPUtime=122.24 cores=4,6
/proc/8268/stat : 8268 (glucose_static) R 8265 8265 7316 0 -1 4202496 14263 0 0 0 12222 2 0 0 25 0 1 0 443379338 55508992 10186 33554432000 4194304 4260849 140736611875600 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8268/statm: 13552 10186 250 17 0 10193 0
Current children cumulated CPU time (s) 122.29
Current children cumulated vsize (KiB) 62912

[startup+122.501 s]
/proc/loadavg: 4.07 4.02 4.00 5/194 8280
/proc/meminfo: memFree=19482256/32951124 swapFree=67111524/67111528
[pid=8265] ppid=8263 vsize=8704 CPUtime=0.05 cores=4,6
/proc/8265/stat : 8265 (glucose.sh) S 8263 8265 7316 0 -1 4202496 361 588 0 0 0 0 5 0 25 0 1 0 443379332 8912896 255 33554432000 4194304 4922060 140734190142928 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8265/statm: 2176 255 211 178 0 69 0
[pid=8268] ppid=8265 vsize=54208 CPUtime=122.44 cores=4,6
/proc/8268/stat : 8268 (glucose_static) R 8265 8265 7316 0 -1 4202496 14263 0 0 0 12242 2 0 0 25 0 1 0 443379338 55508992 10186 33554432000 4194304 4260849 140736611875600 18446744073709551615 4210280 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8268/statm: 13552 10186 250 17 0 10193 0
Current children cumulated CPU time (s) 122.49
Current children cumulated vsize (KiB) 62912

[startup+122.601 s]
/proc/loadavg: 4.07 4.02 4.00 5/194 8280
/proc/meminfo: memFree=19482256/32951124 swapFree=67111524/67111528
[pid=8265] ppid=8263 vsize=8704 CPUtime=0.05 cores=4,6
/proc/8265/stat : 8265 (glucose.sh) S 8263 8265 7316 0 -1 4202496 361 588 0 0 0 0 5 0 25 0 1 0 443379332 8912896 255 33554432000 4194304 4922060 140734190142928 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8265/statm: 2176 255 211 178 0 69 0
[pid=8268] ppid=8265 vsize=54208 CPUtime=122.54 cores=4,6
/proc/8268/stat : 8268 (glucose_static) R 8265 8265 7316 0 -1 4202496 14263 0 0 0 12252 2 0 0 25 0 1 0 443379338 55508992 10186 33554432000 4194304 4260849 140736611875600 18446744073709551615 4209925 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8268/statm: 13552 10186 250 17 0 10193 0
Current children cumulated CPU time (s) 122.59
Current children cumulated vsize (KiB) 62912

Child status: 20
Real time (s): 122.653
CPU time (s): 122.652
CPU user time (s): 122.622
CPU system time (s): 0.029995
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 62912

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

runsolver used 0.201969 second user time and 0.473927 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-23 00:00:32
IDJOB=3260680
IDBENCH=83192
IDSOLVER=1651
FILE ID=node144/3260680-1303509632
RUNJOBID= node144-1303507677-7644
PBS_JOBID= 13134279
Free space on /tmp= 72040 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/rnd_100_28_u.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3260680-1303509632/watcher-3260680-1303509632 -o /tmp/evaluation-result-3260680-1303509632/solver-3260680-1303509632 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3260680-1303509632.cnf 

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

MD5SUM BENCH= 7fb794f1c5d1c4d1723aeeb5efb40cdc
RANDOM SEED=983103070

node144.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.850
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.70
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.850
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.16
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.850
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.850
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19527780 kB
Buffers:       1862292 kB
Cached:       10325588 kB
SwapCached:          4 kB
Active:        3562532 kB
Inactive:      9332520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19527780 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1328 kB
Writeback:           0 kB
AnonPages:      706188 kB
Mapped:          15344 kB
Slab:           462348 kB
PageTables:       6780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   964552 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= 72040 MiB
End job on node144 at 2011-04-23 00:02:35