Trace number 1783872

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 1.0UNSAT 289.361 289.488

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl009.sat05-2721.reshuffled-07.cnf
MD5SUM2fe12e7483e7a74328d483192a8a2746
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark67.8687
Satisfiable
(Un)Satisfiability was proved
Number of variables1477
Number of clauses7989
Sum of the clauses size66949
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2284
Number of clauses of size 31202
Number of clauses of size 4154
Number of clauses of size 5924
Number of clauses of size over 55392

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.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    7744    65866 |    2323       0        0     nan |  0.000 % |
0.00/0.05	c |         0 |    6704    58835 |      --       0       --      -- |     --   | -259/-3271
0.00/0.05	c ==============================================================================
0.00/0.05	c Result  :   #vars: 1384   #clauses: 6704   #literals: 58835
0.00/0.05	c CPU time:   0.049992 s
0.00/0.05	c ==============================================================================
0.00/0.07	c
0.00/0.07	c Starting glucose
0.00/0.07	c
0.00/0.07	
0.00/0.07	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.07	
0.00/0.07	c ============================[ Problem Statistics ]=============================
0.00/0.07	c |                                                                             |
0.00/0.07	c |  Number of variables:  1384                                                 |
0.00/0.07	c |  Number of clauses:    6704                                                 |
0.00/0.08	c |  Parsing time:         0.01         s                                       |
289.26/289.47	c restarts              : 23
289.26/289.47	c nb ReduceDB           : 38
289.26/289.47	c nb learnts DL2        : 1007
289.26/289.47	c nb learnts size 2     : 478
289.26/289.47	c nb learnts size 1     : 18
289.26/289.47	c conflicts             : 914203         (3161 /sec)
289.26/289.47	c decisions             : 1456410        (1.93 % random) (5035 /sec)
289.26/289.47	c propagations          : 34322771       (118661 /sec)
289.26/289.47	c conflict literals     : 25559616       (36.78 % deleted)
289.26/289.47	c Memory used           : 18.58 MB
289.26/289.47	c CPU time              : 289.25 s
289.26/289.47	
289.26/289.48	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1783872-1241896860/watcher-1783872-1241896860 -o /tmp/evaluation-result-1783872-1241896860/solver-1783872-1241896860 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783872-1241896860.cnf 

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): 6000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30466
/proc/meminfo: memFree=1732776/2055920 swapFree=4075576/4192956
[pid=30466] ppid=30464 vsize=5360 CPUtime=0
/proc/30466/stat : 30466 (glucose.sh) S 30464 30466 30385 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 217714035 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30466/statm: 1340 236 195 169 0 51 0
[pid=30467] ppid=30466 vsize=1140 CPUtime=0
/proc/30467/stat : 30467 (SatELite_releas) R 30466 30466 30385 0 -1 4194304 145 0 0 0 0 0 0 0 19 0 1 0 217714035 1167360 129 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/30467/statm: 285 131 51 174 0 108 0

[startup+0.0978419 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30466
/proc/meminfo: memFree=1732776/2055920 swapFree=4075576/4192956
[pid=30466] ppid=30464 vsize=5360 CPUtime=0.06
/proc/30466/stat : 30466 (glucose.sh) S 30464 30466 30385 0 -1 4194304 313 419 0 0 0 0 6 0 17 0 1 0 217714035 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30466/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+0.10184 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30466
/proc/meminfo: memFree=1732776/2055920 swapFree=4075576/4192956
[pid=30466] ppid=30464 vsize=5360 CPUtime=0.06
/proc/30466/stat : 30466 (glucose.sh) S 30464 30466 30385 0 -1 4194304 313 419 0 0 0 0 6 0 17 0 1 0 217714035 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30466/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+0.301861 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30466
/proc/meminfo: memFree=1732776/2055920 swapFree=4075576/4192956
[pid=30466] ppid=30464 vsize=5360 CPUtime=0.06
/proc/30466/stat : 30466 (glucose.sh) S 30464 30466 30385 0 -1 4194304 313 419 0 0 0 0 6 0 17 0 1 0 217714035 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30466/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+0.7019 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30466
/proc/meminfo: memFree=1732776/2055920 swapFree=4075576/4192956
[pid=30466] ppid=30464 vsize=5360 CPUtime=0.06
/proc/30466/stat : 30466 (glucose.sh) S 30464 30466 30385 0 -1 4194304 313 419 0 0 0 0 6 0 17 0 1 0 217714035 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30466/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+1.50197 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30469
/proc/meminfo: memFree=1729560/2055920 swapFree=4075576/4192956
[pid=30466] ppid=30464 vsize=5360 CPUtime=0.06
/proc/30466/stat : 30466 (glucose.sh) S 30464 30466 30385 0 -1 4194304 313 419 0 0 0 0 6 0 17 0 1 0 217714035 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30466/statm: 1340 238 195 169 0 51 0
[pid=30469] ppid=30466 vsize=4596 CPUtime=1.41
/proc/30469/stat : 30469 (glucose_static) R 30466 30466 30385 0 -1 4194304 848 0 0 0 141 0 0 0 25 0 1 0 217714042 4706304 834 1992294400 134512640 135217611 4294956304 18446744073709551615 134533344 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30469/statm: 1149 834 76 172 0 974 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9956

[startup+3.10111 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30469
/proc/meminfo: memFree=1728728/2055920 swapFree=4075576/4192956
[pid=30466] ppid=30464 vsize=5360 CPUtime=0.06
/proc/30466/stat : 30466 (glucose.sh) S 30464 30466 30385 0 -1 4194304 313 419 0 0 0 0 6 0 17 0 1 0 217714035 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30466/statm: 1340 238 195 169 0 51 0
[pid=30469] ppid=30466 vsize=5388 CPUtime=3.01
/proc/30469/stat : 30469 (glucose_static) R 30466 30466 30385 0 -1 4194304 1042 0 0 0 301 0 0 0 25 0 1 0 217714042 5517312 1028 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30469/statm: 1347 1028 76 172 0 1172 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10748

[startup+6.30139 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30469
/proc/meminfo: memFree=1727520/2055920 swapFree=4075576/4192956
[pid=30466] ppid=30464 vsize=5360 CPUtime=0.06
/proc/30466/stat : 30466 (glucose.sh) S 30464 30466 30385 0 -1 4194304 313 419 0 0 0 0 6 0 17 0 1 0 217714035 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30466/statm: 1340 238 195 169 0 51 0
[pid=30469] ppid=30466 vsize=6144 CPUtime=6.21
/proc/30469/stat : 30469 (glucose_static) R 30466 30466 30385 0 -1 4194304 1238 0 0 0 621 0 0 0 25 0 1 0 217714042 6291456 1224 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30469/statm: 1536 1224 76 172 0 1361 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11504

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30469
/proc/meminfo: memFree=1726112/2055920 swapFree=4075576/4192956
[pid=30466] ppid=30464 vsize=5360 CPUtime=0.06
/proc/30466/stat : 30466 (glucose.sh) S 30464 30466 30385 0 -1 4194304 313 419 0 0 0 0 6 0 17 0 1 0 217714035 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30466/statm: 1340 238 195 169 0 51 0
[pid=30469] ppid=30466 vsize=7352 CPUtime=12.61
/proc/30469/stat : 30469 (glucose_static) R 30466 30466 30385 0 -1 4194304 1535 0 0 0 1261 0 0 0 25 0 1 0 217714042 7528448 1521 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30469/statm: 1838 1521 76 172 0 1663 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12712

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30469
/proc/meminfo: memFree=1724576/2055920 swapFree=4075576/4192956
[pid=30466] ppid=30464 vsize=5360 CPUtime=0.06
/proc/30466/stat : 30466 (glucose.sh) S 30464 30466 30385 0 -1 4194304 313 419 0 0 0 0 6 0 17 0 1 0 217714035 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30466/statm: 1340 238 195 169 0 51 0
[pid=30469] ppid=30466 vsize=9060 CPUtime=25.4
/proc/30469/stat : 30469 (glucose_static) R 30466 30466 30385 0 -1 4194304 1941 0 0 0 2540 0 0 0 25 0 1 0 217714042 9277440 1927 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30469/statm: 2265 1927 76 172 0 2090 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 14420

[startup+51.1024 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30469
/proc/meminfo: memFree=1722656/2055920 swapFree=4075576/4192956
[pid=30466] ppid=30464 vsize=5360 CPUtime=0.06
/proc/30466/stat : 30466 (glucose.sh) S 30464 30466 30385 0 -1 4194304 313 419 0 0 0 0 6 0 17 0 1 0 217714035 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30466/statm: 1340 238 195 169 0 51 0
[pid=30469] ppid=30466 vsize=11180 CPUtime=50.99
/proc/30469/stat : 30469 (glucose_static) R 30466 30466 30385 0 -1 4194304 2435 0 0 0 5098 1 0 0 25 0 1 0 217714042 11448320 2421 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30469/statm: 2795 2421 76 172 0 2620 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 16540

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30469
/proc/meminfo: memFree=1719584/2055920 swapFree=4075576/4192956
[pid=30466] ppid=30464 vsize=5360 CPUtime=0.06
/proc/30466/stat : 30466 (glucose.sh) S 30464 30466 30385 0 -1 4194304 313 419 0 0 0 0 6 0 17 0 1 0 217714035 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30466/statm: 1340 238 195 169 0 51 0
[pid=30469] ppid=30466 vsize=14192 CPUtime=102.18
/proc/30469/stat : 30469 (glucose_static) R 30466 30466 30385 0 -1 4194304 3171 0 0 0 10216 2 0 0 25 0 1 0 217714042 14532608 3157 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30469/statm: 3548 3157 76 172 0 3373 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 19552

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30469
/proc/meminfo: memFree=1717792/2055920 swapFree=4075576/4192956
[pid=30466] ppid=30464 vsize=5360 CPUtime=0.06
/proc/30466/stat : 30466 (glucose.sh) S 30464 30466 30385 0 -1 4194304 313 419 0 0 0 0 6 0 17 0 1 0 217714035 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30466/statm: 1340 238 195 169 0 51 0
[pid=30469] ppid=30466 vsize=15996 CPUtime=162.14
/proc/30469/stat : 30469 (glucose_static) R 30466 30466 30385 0 -1 4194304 3599 0 0 0 16212 2 0 0 25 0 1 0 217714042 16379904 3585 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30469/statm: 3999 3585 76 172 0 3824 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 21356

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30469
/proc/meminfo: memFree=1716192/2055920 swapFree=4075576/4192956
[pid=30466] ppid=30464 vsize=5360 CPUtime=0.06
/proc/30466/stat : 30466 (glucose.sh) S 30464 30466 30385 0 -1 4194304 313 419 0 0 0 0 6 0 17 0 1 0 217714035 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30466/statm: 1340 238 195 169 0 51 0
[pid=30469] ppid=30466 vsize=17800 CPUtime=222.11
/proc/30469/stat : 30469 (glucose_static) R 30466 30466 30385 0 -1 4194304 4006 0 0 0 22209 2 0 0 25 0 1 0 217714042 18227200 3992 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30469/statm: 4450 3992 76 172 0 4275 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 23160

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30469
/proc/meminfo: memFree=1714976/2055920 swapFree=4075576/4192956
[pid=30466] ppid=30464 vsize=5360 CPUtime=0.06
/proc/30466/stat : 30466 (glucose.sh) S 30464 30466 30385 0 -1 4194304 313 419 0 0 0 0 6 0 17 0 1 0 217714035 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30466/statm: 1340 238 195 169 0 51 0
[pid=30469] ppid=30466 vsize=19024 CPUtime=282.1
/proc/30469/stat : 30469 (glucose_static) R 30466 30466 30385 0 -1 4194304 4318 0 0 0 28207 3 0 0 25 0 1 0 217714042 19480576 4304 1992294400 134512640 135217611 4294956304 18446744073709551615 134532976 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30469/statm: 4756 4304 76 172 0 4581 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 24384

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

[startup+284.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30469
/proc/meminfo: memFree=1714912/2055920 swapFree=4075576/4192956
[pid=30466] ppid=30464 vsize=5360 CPUtime=0.06
/proc/30466/stat : 30466 (glucose.sh) S 30464 30466 30385 0 -1 4194304 313 419 0 0 0 0 6 0 17 0 1 0 217714035 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30466/statm: 1340 238 195 169 0 51 0
[pid=30469] ppid=30466 vsize=19024 CPUtime=284.5
/proc/30469/stat : 30469 (glucose_static) R 30466 30466 30385 0 -1 4194304 4319 0 0 0 28447 3 0 0 25 0 1 0 217714042 19480576 4305 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30469/statm: 4756 4305 76 172 0 4581 0
Current children cumulated CPU time (s) 284.56
Current children cumulated vsize (KiB) 24384

[startup+287.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30469
/proc/meminfo: memFree=1714912/2055920 swapFree=4075576/4192956
[pid=30466] ppid=30464 vsize=5360 CPUtime=0.06
/proc/30466/stat : 30466 (glucose.sh) S 30464 30466 30385 0 -1 4194304 313 419 0 0 0 0 6 0 17 0 1 0 217714035 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30466/statm: 1340 238 195 169 0 51 0
[pid=30469] ppid=30466 vsize=19024 CPUtime=287.7
/proc/30469/stat : 30469 (glucose_static) R 30466 30466 30385 0 -1 4194304 4320 0 0 0 28767 3 0 0 25 0 1 0 217714042 19480576 4306 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30469/statm: 4756 4306 76 172 0 4581 0
Current children cumulated CPU time (s) 287.76
Current children cumulated vsize (KiB) 24384

[startup+288.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30469
/proc/meminfo: memFree=1714912/2055920 swapFree=4075576/4192956
[pid=30466] ppid=30464 vsize=5360 CPUtime=0.06
/proc/30466/stat : 30466 (glucose.sh) S 30464 30466 30385 0 -1 4194304 313 419 0 0 0 0 6 0 17 0 1 0 217714035 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30466/statm: 1340 238 195 169 0 51 0
[pid=30469] ppid=30466 vsize=19024 CPUtime=288.5
/proc/30469/stat : 30469 (glucose_static) R 30466 30466 30385 0 -1 4194304 4320 0 0 0 28847 3 0 0 25 0 1 0 217714042 19480576 4306 1992294400 134512640 135217611 4294956304 18446744073709551615 134522539 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30469/statm: 4756 4306 76 172 0 4581 0
Current children cumulated CPU time (s) 288.56
Current children cumulated vsize (KiB) 24384

[startup+289.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30469
/proc/meminfo: memFree=1714912/2055920 swapFree=4075576/4192956
[pid=30466] ppid=30464 vsize=5360 CPUtime=0.06
/proc/30466/stat : 30466 (glucose.sh) S 30464 30466 30385 0 -1 4194304 313 419 0 0 0 0 6 0 17 0 1 0 217714035 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30466/statm: 1340 238 195 169 0 51 0
[pid=30469] ppid=30466 vsize=19024 CPUtime=288.9
/proc/30469/stat : 30469 (glucose_static) R 30466 30466 30385 0 -1 4194304 4320 0 0 0 28887 3 0 0 25 0 1 0 217714042 19480576 4306 1992294400 134512640 135217611 4294956304 18446744073709551615 134536756 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30469/statm: 4756 4306 76 172 0 4581 0
Current children cumulated CPU time (s) 288.96
Current children cumulated vsize (KiB) 24384

[startup+289.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30469
/proc/meminfo: memFree=1714912/2055920 swapFree=4075576/4192956
[pid=30466] ppid=30464 vsize=5360 CPUtime=0.06
/proc/30466/stat : 30466 (glucose.sh) S 30464 30466 30385 0 -1 4194304 313 419 0 0 0 0 6 0 17 0 1 0 217714035 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30466/statm: 1340 238 195 169 0 51 0
[pid=30469] ppid=30466 vsize=19024 CPUtime=289.1
/proc/30469/stat : 30469 (glucose_static) R 30466 30466 30385 0 -1 4194304 4320 0 0 0 28907 3 0 0 25 0 1 0 217714042 19480576 4306 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30469/statm: 4756 4306 76 172 0 4581 0
Current children cumulated CPU time (s) 289.16
Current children cumulated vsize (KiB) 24384

[startup+289.403 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30469
/proc/meminfo: memFree=1714912/2055920 swapFree=4075576/4192956
[pid=30466] ppid=30464 vsize=5360 CPUtime=0.06
/proc/30466/stat : 30466 (glucose.sh) S 30464 30466 30385 0 -1 4194304 313 419 0 0 0 0 6 0 17 0 1 0 217714035 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30466/statm: 1340 238 195 169 0 51 0
[pid=30469] ppid=30466 vsize=19024 CPUtime=289.2
/proc/30469/stat : 30469 (glucose_static) R 30466 30466 30385 0 -1 4194304 4320 0 0 0 28917 3 0 0 25 0 1 0 217714042 19480576 4306 1992294400 134512640 135217611 4294956304 18446744073709551615 134533280 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30469/statm: 4756 4306 76 172 0 4581 0
Current children cumulated CPU time (s) 289.26
Current children cumulated vsize (KiB) 24384

Child status: 20
Real time (s): 289.488
CPU time (s): 289.361
CPU user time (s): 289.321
CPU system time (s): 0.039993
CPU usage (%): 99.956
Max. virtual memory (cumulated for all children) (KiB): 24384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 289.321
system time used= 0.039993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5219
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= 37
involuntary context switches= 613

runsolver used 0.285956 second user time and 0.777881 second system time

The end

Launcher Data

Begin job on node43 at 2009-05-09 21:21:00
IDJOB=1783872
IDBENCH=24716
IDSOLVER=610
FILE ID=node43/1783872-1241896860
PBS_JOBID= 9264758
Free space on /tmp= 66088 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-icl009.sat05-2721.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783872-1241896860/watcher-1783872-1241896860 -o /tmp/evaluation-result-1783872-1241896860/solver-1783872-1241896860 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783872-1241896860.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 2fe12e7483e7a74328d483192a8a2746
RANDOM SEED=1624309498

node43.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.237
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.237
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1733320 kB
Buffers:         43404 kB
Cached:         102696 kB
SwapCached:     111552 kB
Active:          79348 kB
Inactive:       180568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1733320 kB
SwapTotal:     4192956 kB
SwapFree:      4075576 kB
Dirty:            1896 kB
Writeback:           0 kB
Mapped:          14036 kB
Slab:            48692 kB
Committed_AS:   774584 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66088 MiB
End job on node43 at 2009-05-09 21:25:49