Trace number 1783700

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.0? (TO) 5000.08 5002.51

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-equilarge_l1.used-as.sat04-893.sat05-4187.reshuffled-07.cnf
MD5SUM181c4935b6e4cd791aedd030930111fa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables16866
Number of clauses2507999
Sum of the clauses size5028712
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22505923
Number of clauses of size 31
Number of clauses of size 47
Number of clauses of size 59
Number of clauses of size over 52059

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...
1.99/2.07	c ==============================================================================
1.99/2.07	c |           |     ORIGINAL     |              LEARNT              |          |
1.99/2.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.99/2.07	c ==============================================================================
1.99/2.07	c |         0 | 2507999  5028712 |  752399       0        0     nan |  0.000 % |
47.84/47.96	c |         0 | 2490066  8503430 |      --       0       --      -- |     --   | -17933/3474718
47.84/47.96	c ==============================================================================
47.84/47.96	c Result  :   #vars: 14776   #clauses: 2490066   #literals: 8503430
47.84/47.96	c CPU time:   47.4718 s
47.84/47.96	c ==============================================================================
50.71/50.84	c
50.71/50.84	c Starting glucose
50.71/50.84	c
50.71/50.84	
50.71/50.84	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
50.71/50.84	
50.71/50.84	c ============================[ Problem Statistics ]=============================
50.71/50.84	c |                                                                             |
50.71/50.84	c |  Number of variables:  14776                                                |
50.71/50.84	c |  Number of clauses:    2490066                                              |
52.89/53.00	c |  Parsing time:         1.97         s                                       |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1783700-1241873005/watcher-1783700-1241873005 -o /tmp/evaluation-result-1783700-1241873005/solver-1783700-1241873005 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783700-1241873005.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: 0.86 0.97 0.92 3/64 14650
/proc/meminfo: memFree=1607664/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=0
/proc/14650/stat : 14650 (glucose.sh) R 14648 14650 14613 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 215333710 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 210824129183 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/14650/statm: 1340 235 194 169 0 51 0
[pid=14651] ppid=14650 vsize=1744 CPUtime=0
/proc/14651/stat : 14651 (SatELite_releas) R 14650 14650 14613 0 -1 4194304 294 0 0 0 0 0 0 0 18 0 1 0 215333710 1785856 278 1992294400 134512640 135225430 4294956176 18446744073709551615 134544080 0 0 4096 3 0 0 0 17 0 0 0
/proc/14651/statm: 436 280 49 174 0 259 0

[startup+0.0815311 s]
/proc/loadavg: 0.86 0.97 0.92 3/64 14650
/proc/meminfo: memFree=1607664/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=0
/proc/14650/stat : 14650 (glucose.sh) S 14648 14650 14613 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 215333710 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14650/statm: 1340 236 195 169 0 51 0
[pid=14651] ppid=14650 vsize=9100 CPUtime=0.07
/proc/14651/stat : 14651 (SatELite_releas) R 14650 14650 14613 0 -1 4194304 1849 0 0 0 7 0 0 0 19 0 1 0 215333710 9318400 1833 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/14651/statm: 2275 1834 50 174 0 2098 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 14460

[startup+0.101532 s]
/proc/loadavg: 0.86 0.97 0.92 3/64 14650
/proc/meminfo: memFree=1607664/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=0
/proc/14650/stat : 14650 (glucose.sh) S 14648 14650 14613 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 215333710 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14650/statm: 1340 236 195 169 0 51 0
[pid=14651] ppid=14650 vsize=10800 CPUtime=0.08
/proc/14651/stat : 14651 (SatELite_releas) R 14650 14650 14613 0 -1 4194304 2149 0 0 0 8 0 0 0 19 0 1 0 215333710 11059200 2133 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/14651/statm: 2700 2134 50 174 0 2523 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16160

[startup+0.301557 s]
/proc/loadavg: 0.86 0.97 0.92 3/64 14650
/proc/meminfo: memFree=1607664/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=0
/proc/14650/stat : 14650 (glucose.sh) S 14648 14650 14613 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 215333710 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14650/statm: 1340 236 195 169 0 51 0
[pid=14651] ppid=14650 vsize=22516 CPUtime=0.29
/proc/14651/stat : 14651 (SatELite_releas) R 14650 14650 14613 0 -1 4194304 5131 0 0 0 26 3 0 0 21 0 1 0 215333710 23056384 5115 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/14651/statm: 5629 5116 50 174 0 5452 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27876

[startup+0.701604 s]
/proc/loadavg: 0.86 0.97 0.92 3/64 14650
/proc/meminfo: memFree=1607664/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=0
/proc/14650/stat : 14650 (glucose.sh) S 14648 14650 14613 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 215333710 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14650/statm: 1340 236 195 169 0 51 0
[pid=14651] ppid=14650 vsize=46344 CPUtime=0.69
/proc/14651/stat : 14651 (SatELite_releas) R 14650 14650 14613 0 -1 4194304 11127 0 0 0 61 8 0 0 25 0 1 0 215333710 47456256 11111 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/14651/statm: 11586 11112 50 174 0 11409 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51704

[startup+1.5017 s]
/proc/loadavg: 0.86 0.97 0.92 2/66 14652
/proc/meminfo: memFree=1544288/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=0
/proc/14650/stat : 14650 (glucose.sh) S 14648 14650 14613 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 215333710 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14650/statm: 1340 236 195 169 0 51 0
[pid=14651] ppid=14650 vsize=103380 CPUtime=1.48
/proc/14651/stat : 14651 (SatELite_releas) R 14650 14650 14613 0 -1 4194304 23470 0 0 0 131 17 0 0 25 0 1 0 215333710 105861120 23454 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/14651/statm: 25845 23454 50 174 0 25668 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 108740

[startup+3.10189 s]
/proc/loadavg: 0.86 0.97 0.92 2/66 14652
/proc/meminfo: memFree=1480160/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=0
/proc/14650/stat : 14650 (glucose.sh) S 14648 14650 14613 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 215333710 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14650/statm: 1340 236 195 169 0 51 0
[pid=14651] ppid=14650 vsize=157776 CPUtime=3.09
/proc/14651/stat : 14651 (SatELite_releas) R 14650 14650 14613 0 -1 4194304 34926 0 0 0 284 25 0 0 25 0 1 0 215333710 161562624 34910 1992294400 134512640 135225430 4294956176 18446744073709551615 134564653 0 0 4096 3 0 0 0 17 0 0 0
/proc/14651/statm: 39444 34910 76 174 0 39267 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 163136

[startup+6.30128 s]
/proc/loadavg: 0.87 0.97 0.92 2/66 14652
/proc/meminfo: memFree=1443616/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=0
/proc/14650/stat : 14650 (glucose.sh) S 14648 14650 14613 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 215333710 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14650/statm: 1340 236 195 169 0 51 0
[pid=14651] ppid=14650 vsize=185588 CPUtime=6.29
/proc/14651/stat : 14651 (SatELite_releas) R 14650 14650 14613 0 -1 4194304 41748 0 0 0 597 32 0 0 25 0 1 0 215333710 190042112 41732 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/14651/statm: 46397 41732 76 174 0 46220 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 190948

[startup+12.7021 s]
/proc/loadavg: 0.88 0.97 0.92 2/66 14652
/proc/meminfo: memFree=1380192/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=0
/proc/14650/stat : 14650 (glucose.sh) S 14648 14650 14613 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 215333710 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14650/statm: 1340 236 195 169 0 51 0
[pid=14651] ppid=14650 vsize=270520 CPUtime=12.69
/proc/14651/stat : 14651 (SatELite_releas) R 14650 14650 14613 0 -1 4194304 55013 0 0 0 1226 43 0 0 25 0 1 0 215333710 277012480 54997 1992294400 134512640 135225430 4294956176 18446744073709551615 134549612 0 0 4096 3 0 0 0 17 0 0 0
/proc/14651/statm: 67630 54997 77 174 0 67453 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 275880

[startup+25.5016 s]
/proc/loadavg: 0.91 0.97 0.92 2/66 14652
/proc/meminfo: memFree=1380000/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=0
/proc/14650/stat : 14650 (glucose.sh) S 14648 14650 14613 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 215333710 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14650/statm: 1340 236 195 169 0 51 0
[pid=14651] ppid=14650 vsize=270712 CPUtime=25.48
/proc/14651/stat : 14651 (SatELite_releas) R 14650 14650 14613 0 -1 4194304 55083 0 0 0 2505 43 0 0 25 0 1 0 215333710 277209088 55067 1992294400 134512640 135225430 4294956176 18446744073709551615 134586092 0 0 4096 3 0 0 0 17 0 0 0
/proc/14651/statm: 67678 55067 77 174 0 67501 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 276072

[startup+51.1017 s]
/proc/loadavg: 0.94 0.97 0.92 2/66 14652
/proc/meminfo: memFree=1354720/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=50.75
/proc/14650/stat : 14650 (glucose.sh) S 14648 14650 14613 0 -1 4194304 313 55208 0 0 0 0 5009 66 16 0 1 0 215333710 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14650/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 5360

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.92 2/66 14653
/proc/meminfo: memFree=1384160/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=50.75
/proc/14650/stat : 14650 (glucose.sh) S 14648 14650 14613 0 -1 4194304 313 55208 0 0 0 0 5009 66 16 0 1 0 215333710 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14650/statm: 1340 238 195 169 0 51 0
[pid=14653] ppid=14650 vsize=167192 CPUtime=51.39
/proc/14653/stat : 14653 (glucose_static) R 14650 14650 14613 0 -1 4194304 40574 0 0 0 5115 24 0 0 25 0 1 0 215338794 171204608 40560 1992294400 134512640 135217611 4294956304 18446744073709551615 134533222 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14653/statm: 41798 40560 76 172 0 41623 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 172552

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.92 2/66 14653
/proc/meminfo: memFree=1377312/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=50.75
/proc/14650/stat : 14650 (glucose.sh) S 14648 14650 14613 0 -1 4194304 313 55208 0 0 0 0 5009 66 16 0 1 0 215333710 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14650/statm: 1340 238 195 169 0 51 0
[pid=14653] ppid=14650 vsize=174080 CPUtime=111.35
/proc/14653/stat : 14653 (glucose_static) R 14650 14650 14613 0 -1 4194304 42295 0 0 0 11109 26 0 0 25 0 1 0 215338794 178257920 42281 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14653/statm: 43520 42281 76 172 0 43345 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 179440

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.92 2/66 14653
/proc/meminfo: memFree=1377248/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=50.75
/proc/14650/stat : 14650 (glucose.sh) S 14648 14650 14613 0 -1 4194304 313 55208 0 0 0 0 5009 66 16 0 1 0 215333710 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14650/statm: 1340 238 195 169 0 51 0
[pid=14653] ppid=14650 vsize=174080 CPUtime=171.32
/proc/14653/stat : 14653 (glucose_static) R 14650 14650 14613 0 -1 4194304 42297 0 0 0 17106 26 0 0 25 0 1 0 215338794 178257920 42283 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14653/statm: 43520 42283 76 172 0 43345 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 179440

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.92 2/66 14653
/proc/meminfo: memFree=1375520/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=50.75
/proc/14650/stat : 14650 (glucose.sh) S 14648 14650 14613 0 -1 4194304 313 55208 0 0 0 0 5009 66 16 0 1 0 215333710 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14650/statm: 1340 238 195 169 0 51 0
[pid=14653] ppid=14650 vsize=175836 CPUtime=231.3
/proc/14653/stat : 14653 (glucose_static) R 14650 14650 14613 0 -1 4194304 42735 0 0 0 23103 27 0 0 25 0 1 0 215338794 180056064 42721 1992294400 134512640 135217611 4294956304 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14653/statm: 43959 42721 76 172 0 43784 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 181196

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.92 2/66 14653
/proc/meminfo: memFree=1375456/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=50.75
/proc/14650/stat : 14650 (glucose.sh) S 14648 14650 14613 0 -1 4194304 313 55208 0 0 0 0 5009 66 16 0 1 0 215333710 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14650/statm: 1340 238 195 169 0 51 0
[pid=14653] ppid=14650 vsize=175836 CPUtime=291.27
/proc/14653/stat : 14653 (glucose_static) R 14650 14650 14613 0 -1 4194304 42735 0 0 0 29100 27 0 0 25 0 1 0 215338794 180056064 42721 1992294400 134512640 135217611 4294956304 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14653/statm: 43959 42721 76 172 0 43784 0
Current children cumulated CPU time (s) 342.02
Current children cumulated vsize (KiB) 181196

[startup+402.301 s]

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

/proc/14653/statm: 49798 48528 76 172 0 49623 0
Current children cumulated CPU time (s) 4360.19
Current children cumulated vsize (KiB) 204552

[startup+4422.3 s]
/proc/loadavg: 0.99 0.97 0.92 2/66 14661
/proc/meminfo: memFree=1348640/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=50.75
/proc/14650/stat : 14650 (glucose.sh) S 14648 14650 14613 0 -1 4194304 313 55208 0 0 0 0 5009 66 16 0 1 0 215333710 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14650/statm: 1340 238 195 169 0 51 0
[pid=14653] ppid=14650 vsize=201436 CPUtime=4369.41
/proc/14653/stat : 14653 (glucose_static) R 14650 14650 14613 0 -1 4194304 49123 0 0 0 436904 37 0 0 25 0 1 0 215338794 206270464 49094 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14653/statm: 50359 49094 76 172 0 50184 0
Current children cumulated CPU time (s) 4420.16
Current children cumulated vsize (KiB) 206796

[startup+4482.3 s]
/proc/loadavg: 0.99 0.97 0.92 2/66 14661
/proc/meminfo: memFree=1345312/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=50.75
/proc/14650/stat : 14650 (glucose.sh) S 14648 14650 14613 0 -1 4194304 313 55208 0 0 0 0 5009 66 16 0 1 0 215333710 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14650/statm: 1340 238 195 169 0 51 0
[pid=14653] ppid=14650 vsize=204740 CPUtime=4429.37
/proc/14653/stat : 14653 (glucose_static) R 14650 14650 14613 0 -1 4194304 49936 0 0 0 442899 38 0 0 25 0 1 0 215338794 209653760 49907 1992294400 134512640 135217611 4294956304 18446744073709551615 134533277 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14653/statm: 51185 49907 76 172 0 51010 0
Current children cumulated CPU time (s) 4480.12
Current children cumulated vsize (KiB) 210100

[startup+4542.3 s]
/proc/loadavg: 0.99 0.97 0.92 2/66 14661
/proc/meminfo: memFree=1345248/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=50.75
/proc/14650/stat : 14650 (glucose.sh) S 14648 14650 14613 0 -1 4194304 313 55208 0 0 0 0 5009 66 16 0 1 0 215333710 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14650/statm: 1340 238 195 169 0 51 0
[pid=14653] ppid=14650 vsize=204740 CPUtime=4489.35
/proc/14653/stat : 14653 (glucose_static) R 14650 14650 14613 0 -1 4194304 49936 0 0 0 448897 38 0 0 25 0 1 0 215338794 209653760 49907 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14653/statm: 51185 49907 76 172 0 51010 0
Current children cumulated CPU time (s) 4540.1
Current children cumulated vsize (KiB) 210100

[startup+4602.3 s]
/proc/loadavg: 0.99 0.97 0.92 2/66 14661
/proc/meminfo: memFree=1345056/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=50.75
/proc/14650/stat : 14650 (glucose.sh) S 14648 14650 14613 0 -1 4194304 313 55208 0 0 0 0 5009 66 16 0 1 0 215333710 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14650/statm: 1340 238 195 169 0 51 0
[pid=14653] ppid=14650 vsize=204740 CPUtime=4549.33
/proc/14653/stat : 14653 (glucose_static) R 14650 14650 14613 0 -1 4194304 49936 0 0 0 454895 38 0 0 25 0 1 0 215338794 209653760 49907 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14653/statm: 51185 49907 76 172 0 51010 0
Current children cumulated CPU time (s) 4600.08
Current children cumulated vsize (KiB) 210100

[startup+4662.3 s]
/proc/loadavg: 0.99 0.97 0.92 2/66 14667
/proc/meminfo: memFree=1344928/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=50.75
/proc/14650/stat : 14650 (glucose.sh) S 14648 14650 14613 0 -1 4194304 313 55208 0 0 0 0 5009 66 16 0 1 0 215333710 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14650/statm: 1340 238 195 169 0 51 0
[pid=14653] ppid=14650 vsize=204740 CPUtime=4609.29
/proc/14653/stat : 14653 (glucose_static) R 14650 14650 14613 0 -1 4194304 49936 0 0 0 460891 38 0 0 25 0 1 0 215338794 209653760 49907 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14653/statm: 51185 49907 76 172 0 51010 0
Current children cumulated CPU time (s) 4660.04
Current children cumulated vsize (KiB) 210100

[startup+4722.31 s]
/proc/loadavg: 0.99 0.97 0.92 2/66 14667
/proc/meminfo: memFree=1344928/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=50.75
/proc/14650/stat : 14650 (glucose.sh) S 14648 14650 14613 0 -1 4194304 313 55208 0 0 0 0 5009 66 16 0 1 0 215333710 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14650/statm: 1340 238 195 169 0 51 0
[pid=14653] ppid=14650 vsize=204740 CPUtime=4669.28
/proc/14653/stat : 14653 (glucose_static) R 14650 14650 14613 0 -1 4194304 49938 0 0 0 466890 38 0 0 25 0 1 0 215338794 209653760 49909 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14653/statm: 51185 49909 76 172 0 51010 0
Current children cumulated CPU time (s) 4720.03
Current children cumulated vsize (KiB) 210100

[startup+4782.3 s]
/proc/loadavg: 0.99 0.97 0.92 2/66 14667
/proc/meminfo: memFree=1344928/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=50.75
/proc/14650/stat : 14650 (glucose.sh) S 14648 14650 14613 0 -1 4194304 313 55208 0 0 0 0 5009 66 16 0 1 0 215333710 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14650/statm: 1340 238 195 169 0 51 0
[pid=14653] ppid=14650 vsize=204740 CPUtime=4729.25
/proc/14653/stat : 14653 (glucose_static) R 14650 14650 14613 0 -1 4194304 49938 0 0 0 472887 38 0 0 25 0 1 0 215338794 209653760 49909 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14653/statm: 51185 49909 76 172 0 51010 0
Current children cumulated CPU time (s) 4780
Current children cumulated vsize (KiB) 210100

[startup+4842.3 s]
/proc/loadavg: 0.99 0.97 0.92 2/66 14667
/proc/meminfo: memFree=1344928/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=50.75
/proc/14650/stat : 14650 (glucose.sh) S 14648 14650 14613 0 -1 4194304 313 55208 0 0 0 0 5009 66 16 0 1 0 215333710 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14650/statm: 1340 238 195 169 0 51 0
[pid=14653] ppid=14650 vsize=204740 CPUtime=4789.22
/proc/14653/stat : 14653 (glucose_static) R 14650 14650 14613 0 -1 4194304 49938 0 0 0 478884 38 0 0 25 0 1 0 215338794 209653760 49909 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14653/statm: 51185 49909 76 172 0 51010 0
Current children cumulated CPU time (s) 4839.97
Current children cumulated vsize (KiB) 210100

[startup+4902.3 s]
/proc/loadavg: 0.99 0.97 0.92 2/66 14667
/proc/meminfo: memFree=1344928/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=50.75
/proc/14650/stat : 14650 (glucose.sh) S 14648 14650 14613 0 -1 4194304 313 55208 0 0 0 0 5009 66 16 0 1 0 215333710 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14650/statm: 1340 238 195 169 0 51 0
[pid=14653] ppid=14650 vsize=204740 CPUtime=4849.19
/proc/14653/stat : 14653 (glucose_static) R 14650 14650 14613 0 -1 4194304 49938 0 0 0 484881 38 0 0 25 0 1 0 215338794 209653760 49909 1992294400 134512640 135217611 4294956304 18446744073709551615 134538448 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14653/statm: 51185 49909 76 172 0 51010 0
Current children cumulated CPU time (s) 4899.94
Current children cumulated vsize (KiB) 210100

[startup+4962.3 s]
/proc/loadavg: 0.99 0.97 0.92 2/66 14667
/proc/meminfo: memFree=1344992/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=50.75
/proc/14650/stat : 14650 (glucose.sh) S 14648 14650 14613 0 -1 4194304 313 55208 0 0 0 0 5009 66 16 0 1 0 215333710 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14650/statm: 1340 238 195 169 0 51 0
[pid=14653] ppid=14650 vsize=204740 CPUtime=4909.16
/proc/14653/stat : 14653 (glucose_static) R 14650 14650 14613 0 -1 4194304 49938 0 0 0 490878 38 0 0 25 0 1 0 215338794 209653760 49909 1992294400 134512640 135217611 4294956304 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14653/statm: 51185 49909 76 172 0 51010 0
Current children cumulated CPU time (s) 4959.91
Current children cumulated vsize (KiB) 210100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.5 s]
/proc/loadavg: 0.99 0.97 0.92 2/66 14667
/proc/meminfo: memFree=1344928/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=50.75
/proc/14650/stat : 14650 (glucose.sh) S 14648 14650 14613 0 -1 4194304 313 55208 0 0 0 0 5009 66 16 0 1 0 215333710 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14650/statm: 1340 238 195 169 0 51 0
[pid=14653] ppid=14650 vsize=204740 CPUtime=4949.33
/proc/14653/stat : 14653 (glucose_static) R 14650 14650 14613 0 -1 4194304 49938 0 0 0 494895 38 0 0 25 0 1 0 215338794 209653760 49909 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14653/statm: 51185 49909 76 172 0 51010 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 210100

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+5002.5 s]
/proc/loadavg: 0.99 0.97 0.92 2/66 14667
/proc/meminfo: memFree=1344928/2055920 swapFree=4175488/4192956
[pid=14650] ppid=14648 vsize=5360 CPUtime=50.75
/proc/14650/stat : 14650 (glucose.sh) S 14648 14650 14613 0 -1 4194304 313 55208 0 0 0 0 5009 66 16 0 1 0 215333710 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14650/statm: 1340 238 195 169 0 51 0
[pid=14653] ppid=14650 vsize=204740 CPUtime=4949.33
/proc/14653/stat : 14653 (glucose_static) R 14650 14650 14613 0 -1 4194304 49938 0 0 0 494895 38 0 0 25 0 1 0 215338794 209653760 49909 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14653/statm: 51185 49909 76 172 0 51010 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 210100

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14650 and gives
#  childrusage.ru_utime.tv_sec=50
#  childrusage.ru_utime.tv_usec=98383
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=669898
# CPU time returned by wait4() is 50.7683
# while last known CPU time is 5000.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5002.51
CPU time (s): 5000.08
CPU user time (s): 4999.04
CPU system time (s): 1.04
CPU usage (%): 99.9514
Max. virtual memory (cumulated for all children) (KiB): 276348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.0984
system time used= 0.669898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55521
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= 6
involuntary context switches= 246

runsolver used 4.03639 second user time and 14.1638 second system time

The end

Launcher Data

Begin job on node33 at 2009-05-09 14:43:31
IDJOB=1783700
IDBENCH=24641
IDSOLVER=610
FILE ID=node33/1783700-1241873005
PBS_JOBID= 9264623
Free space on /tmp= 66188 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-equilarge_l1.used-as.sat04-893.sat05-4187.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783700-1241873005/watcher-1783700-1241873005 -o /tmp/evaluation-result-1783700-1241873005/solver-1783700-1241873005 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783700-1241873005.cnf

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

MD5SUM BENCH= 181c4935b6e4cd791aedd030930111fa
RANDOM SEED=662314484

node33.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.212
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.212
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:       1608144 kB
Buffers:         27852 kB
Cached:         363348 kB
SwapCached:      11768 kB
Active:         199824 kB
Inactive:       204812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1608144 kB
SwapTotal:     4192956 kB
SwapFree:      4175488 kB
Dirty:           35460 kB
Writeback:           0 kB
Mapped:          13912 kB
Slab:            29136 kB
Committed_AS:   690944 kB
PageTables:       1388 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= 66128 MiB
End job on node33 at 2009-05-09 16:06:55