Trace number 1783860

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 1023.17 1023.43

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG7-gensys-icl006.sat05-3132.reshuffled-07.cnf
MD5SUM56dc474305bf6e6817771129f995c737
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark324.402
Satisfiable
(Un)Satisfiability was proved
Number of variables728
Number of clauses17199
Sum of the clauses size75582
Maximum clause length13
Minimum clause length1
Number of clauses of size 149
Number of clauses of size 21177
Number of clauses of size 38740
Number of clauses of size 4232
Number of clauses of size 5250
Number of clauses of size over 56751

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.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   16517    72143 |    4955       0        0     nan |  0.000 % |
0.03/0.06	c |         0 |   12052    55981 |      --       0       --      -- |     --   | -274/-1109
0.03/0.06	c ==============================================================================
0.03/0.06	c Result  :   #vars: 668   #clauses: 12052   #literals: 55981
0.03/0.06	c CPU time:   0.052991 s
0.03/0.06	c ==============================================================================
0.03/0.07	c
0.03/0.07	c Starting glucose
0.03/0.07	c
0.03/0.08	
0.03/0.08	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.03/0.08	
0.03/0.08	c ============================[ Problem Statistics ]=============================
0.03/0.08	c |                                                                             |
0.03/0.08	c |  Number of variables:  668                                                  |
0.03/0.08	c |  Number of clauses:    12052                                                |
0.03/0.09	c |  Parsing time:         0.01         s                                       |
1023.11/1023.41	c restarts              : 184
1023.11/1023.41	c nb ReduceDB           : 50
1023.11/1023.41	c nb learnts DL2        : 257
1023.11/1023.41	c nb learnts size 2     : 116
1023.11/1023.41	c nb learnts size 1     : 16
1023.11/1023.41	c conflicts             : 1475389        (1442 /sec)
1023.11/1023.41	c decisions             : 1618101        (1.67 % random) (1582 /sec)
1023.11/1023.41	c propagations          : 91044812       (88997 /sec)
1023.11/1023.41	c conflict literals     : 42140953       (47.47 % deleted)
1023.11/1023.41	c Memory used           : 23.77 MB
1023.11/1023.41	c CPU time              : 1023.01 s
1023.11/1023.41	
1023.11/1023.42	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-1783860-1241895748/watcher-1783860-1241895748 -o /tmp/evaluation-result-1783860-1241895748/solver-1783860-1241895748 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783860-1241895748.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 23867
/proc/meminfo: memFree=1931368/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 217603376 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 236 195 169 0 51 0
[pid=23868] ppid=23867 vsize=1008 CPUtime=0
/proc/23868/stat : 23868 (SatELite_releas) R 23867 23867 23784 0 -1 4194304 120 0 0 0 0 0 0 0 19 0 1 0 217603376 1032192 104 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/23868/statm: 252 107 51 174 0 75 0

[startup+0.0389041 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23867
/proc/meminfo: memFree=1931368/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 217603376 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 236 195 169 0 51 0
[pid=23868] ppid=23867 vsize=2252 CPUtime=0.03
/proc/23868/stat : 23868 (SatELite_releas) R 23867 23867 23784 0 -1 4194304 446 0 0 0 3 0 0 0 19 0 1 0 217603376 2306048 430 1992294400 134512640 135225430 4294956176 18446744073709551615 134586192 0 0 4096 3 0 0 0 17 1 0 0
/proc/23868/statm: 563 430 72 174 0 386 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7612

[startup+0.101914 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23867
/proc/meminfo: memFree=1931368/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+0.301935 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23867
/proc/meminfo: memFree=1931368/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+0.701975 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23867
/proc/meminfo: memFree=1931368/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+1.50105 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1928216/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
[pid=23870] ppid=23867 vsize=4160 CPUtime=1.41
/proc/23870/stat : 23870 (glucose_static) R 23867 23867 23784 0 -1 4194304 751 0 0 0 141 0 0 0 25 0 1 0 217603384 4259840 737 1992294400 134512640 135217611 4294956304 18446744073709551615 134533073 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23870/statm: 1040 737 76 172 0 865 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9520

[startup+3.10121 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1927576/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
[pid=23870] ppid=23867 vsize=4820 CPUtime=3.01
/proc/23870/stat : 23870 (glucose_static) R 23867 23867 23784 0 -1 4194304 900 0 0 0 301 0 0 0 25 0 1 0 217603384 4935680 886 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23870/statm: 1205 886 76 172 0 1030 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10180

[startup+6.30152 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1926560/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
[pid=23870] ppid=23867 vsize=5620 CPUtime=6.21
/proc/23870/stat : 23870 (glucose_static) R 23867 23867 23784 0 -1 4194304 1112 0 0 0 620 1 0 0 25 0 1 0 217603384 5754880 1098 1992294400 134512640 135217611 4294956304 18446744073709551615 134526239 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23870/statm: 1405 1098 76 172 0 1230 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10980

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1925536/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
[pid=23870] ppid=23867 vsize=6776 CPUtime=12.61
/proc/23870/stat : 23870 (glucose_static) R 23867 23867 23784 0 -1 4194304 1381 0 0 0 1260 1 0 0 25 0 1 0 217603384 6938624 1367 1992294400 134512640 135217611 4294956304 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23870/statm: 1694 1367 76 172 0 1519 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12136

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1924000/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
[pid=23870] ppid=23867 vsize=8132 CPUtime=25.4
/proc/23870/stat : 23870 (glucose_static) R 23867 23867 23784 0 -1 4194304 1727 0 0 0 2539 1 0 0 25 0 1 0 217603384 8327168 1713 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23870/statm: 2033 1713 76 172 0 1858 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 13492

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1922336/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
[pid=23870] ppid=23867 vsize=9880 CPUtime=50.99
/proc/23870/stat : 23870 (glucose_static) R 23867 23867 23784 0 -1 4194304 2154 0 0 0 5098 1 0 0 25 0 1 0 217603384 10117120 2140 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23870/statm: 2470 2140 76 172 0 2295 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 15240

[startup+102.305 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 23870
/proc/meminfo: memFree=1920416/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
[pid=23870] ppid=23867 vsize=11924 CPUtime=102.19
/proc/23870/stat : 23870 (glucose_static) R 23867 23867 23784 0 -1 4194304 2644 0 0 0 10217 2 0 0 25 0 1 0 217603384 12210176 2630 1992294400 134512640 135217611 4294956304 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23870/statm: 2981 2630 76 172 0 2806 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 17284

[startup+162.302 s]
/proc/loadavg: 1.12 1.04 1.01 2/66 23870
/proc/meminfo: memFree=1918432/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
[pid=23870] ppid=23867 vsize=13992 CPUtime=162.17
/proc/23870/stat : 23870 (glucose_static) R 23867 23867 23784 0 -1 4194304 3131 0 0 0 16214 3 0 0 25 0 1 0 217603384 14327808 3117 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23870/statm: 3498 3117 76 172 0 3323 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 19352

[startup+222.302 s]
/proc/loadavg: 1.04 1.03 1.00 2/66 23870
/proc/meminfo: memFree=1917152/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
[pid=23870] ppid=23867 vsize=15424 CPUtime=222.15
/proc/23870/stat : 23870 (glucose_static) R 23867 23867 23784 0 -1 4194304 3438 0 0 0 22212 3 0 0 25 0 1 0 217603384 15794176 3424 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23870/statm: 3856 3424 76 172 0 3681 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 20784

[startup+282.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 23870
/proc/meminfo: memFree=1915744/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
[pid=23870] ppid=23867 vsize=16848 CPUtime=282.13
/proc/23870/stat : 23870 (glucose_static) R 23867 23867 23784 0 -1 4194304 3786 0 0 0 28210 3 0 0 25 0 1 0 217603384 17252352 3772 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23870/statm: 4212 3772 76 172 0 4037 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 22208

[startup+342.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 23870
/proc/meminfo: memFree=1914464/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
[pid=23870] ppid=23867 vsize=18204 CPUtime=342.12
/proc/23870/stat : 23870 (glucose_static) R 23867 23867 23784 0 -1 4194304 4104 0 0 0 34208 4 0 0 25 0 1 0 217603384 18640896 4090 1992294400 134512640 135217611 4294956304 18446744073709551615 134533174 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23870/statm: 4551 4090 76 172 0 4376 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 23564

[startup+402.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 23870
/proc/meminfo: memFree=1913760/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
[pid=23870] ppid=23867 vsize=18752 CPUtime=402.1

################
# More data... #
################


[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1910688/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
[pid=23870] ppid=23867 vsize=22072 CPUtime=642.05
/proc/23870/stat : 23870 (glucose_static) R 23867 23867 23784 0 -1 4194304 5011 0 0 0 64200 5 0 0 25 0 1 0 217603384 22601728 4997 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23870/statm: 5518 4997 76 172 0 5343 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 27432

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1909856/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
[pid=23870] ppid=23867 vsize=22748 CPUtime=702.04
/proc/23870/stat : 23870 (glucose_static) R 23867 23867 23784 0 -1 4194304 5193 0 0 0 70198 6 0 0 25 0 1 0 217603384 23293952 5179 1992294400 134512640 135217611 4294956304 18446744073709551615 134533161 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23870/statm: 5687 5179 76 172 0 5512 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 28108

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1909536/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
[pid=23870] ppid=23867 vsize=23244 CPUtime=762.02
/proc/23870/stat : 23870 (glucose_static) R 23867 23867 23784 0 -1 4194304 5280 0 0 0 76196 6 0 0 25 0 1 0 217603384 23801856 5266 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23870/statm: 5811 5266 76 172 0 5636 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 28604

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1909344/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
[pid=23870] ppid=23867 vsize=23392 CPUtime=822
/proc/23870/stat : 23870 (glucose_static) R 23867 23867 23784 0 -1 4194304 5313 0 0 0 82194 6 0 0 25 0 1 0 217603384 23953408 5299 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23870/statm: 5848 5299 76 172 0 5673 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 28752

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1909280/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
[pid=23870] ppid=23867 vsize=23528 CPUtime=881.99
/proc/23870/stat : 23870 (glucose_static) R 23867 23867 23784 0 -1 4194304 5330 0 0 0 88193 6 0 0 25 0 1 0 217603384 24092672 5316 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23870/statm: 5882 5316 76 172 0 5707 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 28888

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1908960/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
[pid=23870] ppid=23867 vsize=23896 CPUtime=941.97
/proc/23870/stat : 23870 (glucose_static) R 23867 23867 23784 0 -1 4194304 5403 0 0 0 94191 6 0 0 25 0 1 0 217603384 24469504 5389 1992294400 134512640 135217611 4294956304 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23870/statm: 5974 5389 76 172 0 5799 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 29256

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1908768/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
[pid=23870] ppid=23867 vsize=24032 CPUtime=1001.96
/proc/23870/stat : 23870 (glucose_static) R 23867 23867 23784 0 -1 4194304 5451 0 0 0 100190 6 0 0 25 0 1 0 217603384 24608768 5437 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23870/statm: 6008 5437 76 172 0 5833 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 29392

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

[startup+1011.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1908704/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
[pid=23870] ppid=23867 vsize=24192 CPUtime=1010.75
/proc/23870/stat : 23870 (glucose_static) R 23867 23867 23784 0 -1 4194304 5473 0 0 0 101069 6 0 0 25 0 1 0 217603384 24772608 5459 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23870/statm: 6048 5459 76 172 0 5873 0
Current children cumulated CPU time (s) 1010.81
Current children cumulated vsize (KiB) 29552

[startup+1017.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1908448/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
[pid=23870] ppid=23867 vsize=24336 CPUtime=1017.16
/proc/23870/stat : 23870 (glucose_static) R 23867 23867 23784 0 -1 4194304 5531 0 0 0 101710 6 0 0 25 0 1 0 217603384 24920064 5517 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23870/statm: 6084 5517 76 172 0 5909 0
Current children cumulated CPU time (s) 1017.22
Current children cumulated vsize (KiB) 29696

[startup+1020.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1908448/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
[pid=23870] ppid=23867 vsize=24336 CPUtime=1020.35
/proc/23870/stat : 23870 (glucose_static) R 23867 23867 23784 0 -1 4194304 5532 0 0 0 102029 6 0 0 25 0 1 0 217603384 24920064 5518 1992294400 134512640 135217611 4294956304 18446744073709551615 134522688 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23870/statm: 6084 5518 76 172 0 5909 0
Current children cumulated CPU time (s) 1020.41
Current children cumulated vsize (KiB) 29696

[startup+1022.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1908448/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
[pid=23870] ppid=23867 vsize=24336 CPUtime=1021.95
/proc/23870/stat : 23870 (glucose_static) R 23867 23867 23784 0 -1 4194304 5532 0 0 0 102189 6 0 0 25 0 1 0 217603384 24920064 5518 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23870/statm: 6084 5518 76 172 0 5909 0
Current children cumulated CPU time (s) 1022.01
Current children cumulated vsize (KiB) 29696

[startup+1023.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1908448/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
[pid=23870] ppid=23867 vsize=24336 CPUtime=1022.75
/proc/23870/stat : 23870 (glucose_static) R 23867 23867 23784 0 -1 4194304 5532 0 0 0 102269 6 0 0 25 0 1 0 217603384 24920064 5518 1992294400 134512640 135217611 4294956304 18446744073709551615 134522684 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23870/statm: 6084 5518 76 172 0 5909 0
Current children cumulated CPU time (s) 1022.81
Current children cumulated vsize (KiB) 29696

[startup+1023.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1908448/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
[pid=23870] ppid=23867 vsize=24336 CPUtime=1022.95
/proc/23870/stat : 23870 (glucose_static) R 23867 23867 23784 0 -1 4194304 5532 0 0 0 102289 6 0 0 25 0 1 0 217603384 24920064 5518 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23870/statm: 6084 5518 76 172 0 5909 0
Current children cumulated CPU time (s) 1023.01
Current children cumulated vsize (KiB) 29696

[startup+1023.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23870
/proc/meminfo: memFree=1908448/2055920 swapFree=4181464/4192956
[pid=23867] ppid=23865 vsize=5360 CPUtime=0.06
/proc/23867/stat : 23867 (glucose.sh) S 23865 23867 23784 0 -1 4194304 313 515 0 0 0 0 6 0 17 0 1 0 217603376 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23867/statm: 1340 238 195 169 0 51 0
[pid=23870] ppid=23867 vsize=24336 CPUtime=1023.05
/proc/23870/stat : 23870 (glucose_static) R 23867 23867 23784 0 -1 4194304 5532 0 0 0 102299 6 0 0 25 0 1 0 217603384 24920064 5518 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/23870/statm: 6084 5518 76 172 0 5909 0
Current children cumulated CPU time (s) 1023.11
Current children cumulated vsize (KiB) 29696

Child status: 20
Real time (s): 1023.43
CPU time (s): 1023.17
CPU user time (s): 1023.08
CPU system time (s): 0.083987
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 29696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1023.08
system time used= 0.083987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6527
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39
involuntary context switches= 2770

runsolver used 1.22981 second user time and 2.41863 second system time

The end

Launcher Data

Begin job on node36 at 2009-05-09 21:02:28
IDJOB=1783860
IDBENCH=24712
IDSOLVER=610
FILE ID=node36/1783860-1241895748
PBS_JOBID= 9264747
Free space on /tmp= 66236 MiB

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

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

MD5SUM BENCH= 56dc474305bf6e6817771129f995c737
RANDOM SEED=1788817124

node36.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.232
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.232
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:       1931784 kB
Buffers:         11868 kB
Cached:          52972 kB
SwapCached:       5268 kB
Active:          16964 kB
Inactive:        55704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1931784 kB
SwapTotal:     4192956 kB
SwapFree:      4181464 kB
Dirty:            1924 kB
Writeback:           0 kB
Mapped:          13560 kB
Slab:            37508 kB
Committed_AS:   701464 kB
PageTables:       1356 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= 66236 MiB
End job on node36 at 2009-05-09 21:19:31