Trace number 1730220

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) 1200.04 1200.41

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
gt-ordering-unsat-gt-060.sat05-1312.reshuffled-07.cnf
MD5SUMdff294238660aead84de7aec33e643fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark43.5644
Satisfiable
(Un)Satisfiability was proved
Number of variables3540
Number of clauses207150
Sum of the clauses size623040
Maximum clause length59
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21770
Number of clauses of size 3205320
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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.09/0.18	c ==============================================================================
0.09/0.18	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.18	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.18	c ==============================================================================
0.09/0.18	c |         0 |  207150   623040 |   62144       0        0     nan |  0.000 % |
0.09/0.18	c ==============================================================================
0.09/0.18	c Result  :   #vars: 3540   #clauses: 207150   #literals: 623040
0.09/0.18	c CPU time:   0.158975 s
0.09/0.18	c ==============================================================================
0.29/0.38	c
0.29/0.38	c Starting glucose
0.29/0.38	c
0.29/0.38	
0.29/0.38	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.29/0.38	
0.29/0.38	c ============================[ Problem Statistics ]=============================
0.29/0.38	c |                                                                             |
0.29/0.38	c |  Number of variables:  3540                                                 |
0.29/0.38	c |  Number of clauses:    207150                                               |
0.37/0.53	c |  Parsing time:         0.12         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-1730220-1240757162/watcher-1730220-1240757162 -o /tmp/evaluation-result-1730220-1240757162/solver-1730220-1240757162 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1730220-1240757162.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 5939
/proc/meminfo: memFree=1827904/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 103742280 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 236 195 169 0 51 0
[pid=5940] ppid=5939 vsize=1360 CPUtime=0
/proc/5940/stat : 5940 (SatELite_releas) R 5939 5939 5558 0 -1 4194304 192 0 0 0 0 0 0 0 19 0 1 0 103742280 1392640 176 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/5940/statm: 340 176 50 174 0 163 0

[startup+0.0429419 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 5939
/proc/meminfo: memFree=1827904/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 103742280 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 236 195 169 0 51 0
[pid=5940] ppid=5939 vsize=3800 CPUtime=0.03
/proc/5940/stat : 5940 (SatELite_releas) R 5939 5939 5558 0 -1 4194304 823 0 0 0 3 0 0 0 19 0 1 0 103742280 3891200 807 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/5940/statm: 983 807 50 174 0 806 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9160

[startup+0.101946 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 5939
/proc/meminfo: memFree=1827904/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 103742280 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 236 195 169 0 51 0
[pid=5940] ppid=5939 vsize=8000 CPUtime=0.09
/proc/5940/stat : 5940 (SatELite_releas) R 5939 5939 5558 0 -1 4194304 1727 0 0 0 8 1 0 0 19 0 1 0 103742280 8192000 1711 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/5940/statm: 2000 1711 50 174 0 1823 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13360

[startup+0.301965 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 5939
/proc/meminfo: memFree=1827904/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 103742280 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 236 195 169 0 51 0
[pid=5940] ppid=5939 vsize=13416 CPUtime=0.29
/proc/5940/stat : 5940 (SatELite_releas) R 5939 5939 5558 0 -1 4194304 3207 0 0 0 26 3 0 0 20 0 1 0 103742280 13737984 3191 1992294400 134512640 135225430 4294956160 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5940/statm: 3354 3191 77 174 0 3177 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18776

[startup+0.702016 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 5939
/proc/meminfo: memFree=1827904/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0.37
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 313 3208 0 0 0 0 34 3 17 0 1 0 103742280 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 5360

[startup+1.50109 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 5942
/proc/meminfo: memFree=1808176/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0.37
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 313 3208 0 0 0 0 34 3 17 0 1 0 103742280 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 238 195 169 0 51 0
[pid=5942] ppid=5939 vsize=18196 CPUtime=1.1
/proc/5942/stat : 5942 (glucose_static) R 5939 5939 5558 0 -1 4194304 4428 0 0 0 108 2 0 0 25 0 1 0 103742319 18632704 4414 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5942/statm: 4549 4414 75 172 0 4374 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 23556

[startup+3.10224 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 5942
/proc/meminfo: memFree=1804080/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0.37
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 313 3208 0 0 0 0 34 3 17 0 1 0 103742280 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 238 195 169 0 51 0
[pid=5942] ppid=5939 vsize=24684 CPUtime=2.7
/proc/5942/stat : 5942 (glucose_static) R 5939 5939 5558 0 -1 4194304 6074 0 0 0 267 3 0 0 25 0 1 0 103742319 25276416 6060 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5942/statm: 6171 6060 77 172 0 5996 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 30044

[startup+6.30156 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 5942
/proc/meminfo: memFree=1795760/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0.37
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 313 3208 0 0 0 0 34 3 17 0 1 0 103742280 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 238 195 169 0 51 0
[pid=5942] ppid=5939 vsize=30440 CPUtime=5.9
/proc/5942/stat : 5942 (glucose_static) R 5939 5939 5558 0 -1 4194304 7498 0 0 0 586 4 0 0 25 0 1 0 103742319 31170560 7484 1992294400 134512640 135217611 4294956288 18446744073709551615 134526370 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5942/statm: 7610 7484 77 172 0 7435 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 35800

[startup+12.7012 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 5942
/proc/meminfo: memFree=1790512/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0.37
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 313 3208 0 0 0 0 34 3 17 0 1 0 103742280 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 238 195 169 0 51 0
[pid=5942] ppid=5939 vsize=33952 CPUtime=12.3
/proc/5942/stat : 5942 (glucose_static) R 5939 5939 5558 0 -1 4194304 8367 0 0 0 1226 4 0 0 25 0 1 0 103742319 34766848 8353 1992294400 134512640 135217611 4294956288 18446744073709551615 134526335 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5942/statm: 8488 8353 77 172 0 8313 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 39312

[startup+25.5015 s]
/proc/loadavg: 0.95 0.97 0.99 2/66 5942
/proc/meminfo: memFree=1784944/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0.37
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 313 3208 0 0 0 0 34 3 17 0 1 0 103742280 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 238 195 169 0 51 0
[pid=5942] ppid=5939 vsize=40092 CPUtime=25.09
/proc/5942/stat : 5942 (glucose_static) R 5939 5939 5558 0 -1 4194304 9903 0 0 0 2504 5 0 0 25 0 1 0 103742319 41054208 9889 1992294400 134512640 135217611 4294956288 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5942/statm: 10023 9889 77 172 0 9848 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 45452

[startup+51.102 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 5942
/proc/meminfo: memFree=1779568/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0.37
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 313 3208 0 0 0 0 34 3 17 0 1 0 103742280 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 238 195 169 0 51 0
[pid=5942] ppid=5939 vsize=45644 CPUtime=50.69
/proc/5942/stat : 5942 (glucose_static) R 5939 5939 5558 0 -1 4194304 11242 0 0 0 5062 7 0 0 25 0 1 0 103742319 46739456 11228 1992294400 134512640 135217611 4294956288 18446744073709551615 134549151 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5942/statm: 11411 11228 77 172 0 11236 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 51004

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/66 5942
/proc/meminfo: memFree=1772528/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0.37
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 313 3208 0 0 0 0 34 3 17 0 1 0 103742280 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 238 195 169 0 51 0
[pid=5942] ppid=5939 vsize=52392 CPUtime=101.88
/proc/5942/stat : 5942 (glucose_static) R 5939 5939 5558 0 -1 4194304 12893 0 0 0 10180 8 0 0 25 0 1 0 103742319 53649408 12879 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5942/statm: 13098 12879 77 172 0 12923 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 57752

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5942
/proc/meminfo: memFree=1766064/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0.37
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 313 3208 0 0 0 0 34 3 17 0 1 0 103742280 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 238 195 169 0 51 0
[pid=5942] ppid=5939 vsize=58932 CPUtime=161.86
/proc/5942/stat : 5942 (glucose_static) R 5939 5939 5558 0 -1 4194304 14485 0 0 0 16177 9 0 0 25 0 1 0 103742319 60346368 14471 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5942/statm: 14733 14471 77 172 0 14558 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 64292

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5942
/proc/meminfo: memFree=1760688/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0.37
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 313 3208 0 0 0 0 34 3 17 0 1 0 103742280 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 238 195 169 0 51 0
[pid=5942] ppid=5939 vsize=64376 CPUtime=221.83
/proc/5942/stat : 5942 (glucose_static) R 5939 5939 5558 0 -1 4194304 15800 0 0 0 22173 10 0 0 25 0 1 0 103742319 65921024 15786 1992294400 134512640 135217611 4294956288 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5942/statm: 16094 15786 77 172 0 15919 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 69736

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5942
/proc/meminfo: memFree=1756912/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0.37
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 313 3208 0 0 0 0 34 3 17 0 1 0 103742280 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 238 195 169 0 51 0
[pid=5942] ppid=5939 vsize=68240 CPUtime=281.82
/proc/5942/stat : 5942 (glucose_static) R 5939 5939 5558 0 -1 4194304 16744 0 0 0 28171 11 0 0 25 0 1 0 103742319 69877760 16730 1992294400 134512640 135217611 4294956288 18446744073709551615 134533133 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5942/statm: 17060 16730 77 172 0 16885 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 73600

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5942
/proc/meminfo: memFree=1751728/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0.37
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 313 3208 0 0 0 0 34 3 17 0 1 0 103742280 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 238 195 169 0 51 0
[pid=5942] ppid=5939 vsize=73496 CPUtime=341.8
/proc/5942/stat : 5942 (glucose_static) R 5939 5939 5558 0 -1 4194304 18026 0 0 0 34168 12 0 0 25 0 1 0 103742319 75259904 18012 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5942/statm: 18374 18012 77 172 0 18199 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 78856


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

/proc/5942/statm: 20996 20505 77 172 0 20821 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 89344

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5942
/proc/meminfo: memFree=1739056/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0.37
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 313 3208 0 0 0 0 34 3 17 0 1 0 103742280 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 238 195 169 0 51 0
[pid=5942] ppid=5939 vsize=86660 CPUtime=581.74
/proc/5942/stat : 5942 (glucose_static) R 5939 5939 5558 0 -1 4194304 21157 0 0 0 58158 16 0 0 25 0 1 0 103742319 88739840 21143 1992294400 134512640 135217611 4294956288 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5942/statm: 21665 21143 77 172 0 21490 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 92020

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5942
/proc/meminfo: memFree=1736816/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0.37
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 313 3208 0 0 0 0 34 3 17 0 1 0 103742280 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 238 195 169 0 51 0
[pid=5942] ppid=5939 vsize=88936 CPUtime=641.72
/proc/5942/stat : 5942 (glucose_static) R 5939 5939 5558 0 -1 4194304 21727 0 0 0 64156 16 0 0 25 0 1 0 103742319 91070464 21713 1992294400 134512640 135217611 4294956288 18446744073709551615 134533165 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5942/statm: 22234 21713 77 172 0 22059 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 94296

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5942
/proc/meminfo: memFree=1734192/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0.37
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 313 3208 0 0 0 0 34 3 17 0 1 0 103742280 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 238 195 169 0 51 0
[pid=5942] ppid=5939 vsize=91524 CPUtime=701.7
/proc/5942/stat : 5942 (glucose_static) R 5939 5939 5558 0 -1 4194304 22364 0 0 0 70153 17 0 0 25 0 1 0 103742319 93720576 22350 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5942/statm: 22881 22350 77 172 0 22706 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 96884

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5942
/proc/meminfo: memFree=1731888/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0.37
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 313 3208 0 0 0 0 34 3 17 0 1 0 103742280 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 238 195 169 0 51 0
[pid=5942] ppid=5939 vsize=93796 CPUtime=761.7
/proc/5942/stat : 5942 (glucose_static) R 5939 5939 5558 0 -1 4194304 22933 0 0 0 76152 18 0 0 25 0 1 0 103742319 96047104 22919 1992294400 134512640 135217611 4294956288 18446744073709551615 134533135 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5942/statm: 23449 22919 77 172 0 23274 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 99156

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5942
/proc/meminfo: memFree=1729968/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0.37
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 313 3208 0 0 0 0 34 3 17 0 1 0 103742280 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 238 195 169 0 51 0
[pid=5942] ppid=5939 vsize=95900 CPUtime=821.67
/proc/5942/stat : 5942 (glucose_static) R 5939 5939 5558 0 -1 4194304 23403 0 0 0 82149 18 0 0 25 0 1 0 103742319 98201600 23389 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5942/statm: 23975 23389 77 172 0 23800 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 101260

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5942
/proc/meminfo: memFree=1727856/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0.37
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 313 3208 0 0 0 0 34 3 17 0 1 0 103742280 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 238 195 169 0 51 0
[pid=5942] ppid=5939 vsize=97964 CPUtime=881.66
/proc/5942/stat : 5942 (glucose_static) R 5939 5939 5558 0 -1 4194304 23914 0 0 0 88147 19 0 0 25 0 1 0 103742319 100315136 23900 1992294400 134512640 135217611 4294956288 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5942/statm: 24491 23900 77 172 0 24316 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 103324

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5948
/proc/meminfo: memFree=1725936/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0.37
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 313 3208 0 0 0 0 34 3 17 0 1 0 103742280 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 238 195 169 0 51 0
[pid=5942] ppid=5939 vsize=99836 CPUtime=941.64
/proc/5942/stat : 5942 (glucose_static) R 5939 5939 5558 0 -1 4194304 24377 0 0 0 94144 20 0 0 25 0 1 0 103742319 102232064 24363 1992294400 134512640 135217611 4294956288 18446744073709551615 134542160 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5942/statm: 24959 24363 77 172 0 24784 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 105196

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5948
/proc/meminfo: memFree=1723760/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0.37
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 313 3208 0 0 0 0 34 3 17 0 1 0 103742280 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 238 195 169 0 51 0
[pid=5942] ppid=5939 vsize=101952 CPUtime=1001.61
/proc/5942/stat : 5942 (glucose_static) R 5939 5939 5558 0 -1 4194304 24919 0 0 0 100141 20 0 0 25 0 1 0 103742319 104398848 24905 1992294400 134512640 135217611 4294956288 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5942/statm: 25488 24905 77 172 0 25313 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 107312

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5948
/proc/meminfo: memFree=1721904/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0.37
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 313 3208 0 0 0 0 34 3 17 0 1 0 103742280 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 238 195 169 0 51 0
[pid=5942] ppid=5939 vsize=103932 CPUtime=1061.6
/proc/5942/stat : 5942 (glucose_static) R 5939 5939 5558 0 -1 4194304 25389 0 0 0 106139 21 0 0 25 0 1 0 103742319 106426368 25375 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5942/statm: 25983 25375 77 172 0 25808 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 109292

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5948
/proc/meminfo: memFree=1720496/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0.37
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 313 3208 0 0 0 0 34 3 17 0 1 0 103742280 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 238 195 169 0 51 0
[pid=5942] ppid=5939 vsize=105412 CPUtime=1121.58
/proc/5942/stat : 5942 (glucose_static) R 5939 5939 5558 0 -1 4194304 25733 0 0 0 112136 22 0 0 25 0 1 0 103742319 107941888 25719 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5942/statm: 26353 25719 77 172 0 26178 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 110772

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5948
/proc/meminfo: memFree=1718064/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0.37
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 313 3208 0 0 0 0 34 3 17 0 1 0 103742280 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 238 195 169 0 51 0
[pid=5942] ppid=5939 vsize=107788 CPUtime=1181.57
/proc/5942/stat : 5942 (glucose_static) R 5939 5939 5558 0 -1 4194304 26325 0 0 0 118134 23 0 0 25 0 1 0 103742319 110374912 26311 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5942/statm: 26947 26311 77 172 0 26772 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 113148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 5948
/proc/meminfo: memFree=1717808/2055920 swapFree=4182052/4192956
[pid=5939] ppid=5937 vsize=5360 CPUtime=0.37
/proc/5939/stat : 5939 (glucose.sh) S 5937 5939 5558 0 -1 4194304 313 3208 0 0 0 0 34 3 17 0 1 0 103742280 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1340 238 195 169 0 51 0
[pid=5942] ppid=5939 vsize=107920 CPUtime=1199.67
/proc/5942/stat : 5942 (glucose_static) R 5939 5939 5558 0 -1 4194304 26380 0 0 0 119944 23 0 0 25 0 1 0 103742319 110510080 26366 1992294400 134512640 135217611 4294956288 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/5942/statm: 26980 26366 77 172 0 26805 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 113280

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1200.41
CPU time (s): 1200.04
CPU user time (s): 1199.78
CPU system time (s): 0.26
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 113280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.345947
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= 3521
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= 5
involuntary context switches= 4

runsolver used 1.41478 second user time and 2.96155 second system time

The end

Launcher Data

Begin job on node70 at 2009-04-26 16:46:02
IDJOB=1730220
IDBENCH=24724
IDSOLVER=503
FILE ID=node70/1730220-1240757162
PBS_JOBID= 9187089
Free space on /tmp= 66332 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Difficult/contest05/sabharwal/gt-ordering-unsat-gt-060.sat05-1312.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730220-1240757162/watcher-1730220-1240757162 -o /tmp/evaluation-result-1730220-1240757162/solver-1730220-1240757162 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1730220-1240757162.cnf

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

MD5SUM BENCH= dff294238660aead84de7aec33e643fc
RANDOM SEED=202926281

node70.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.213
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.213
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:       1828320 kB
Buffers:         24636 kB
Cached:         137284 kB
SwapCached:       5020 kB
Active:          31168 kB
Inactive:       139012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828320 kB
SwapTotal:     4192956 kB
SwapFree:      4182052 kB
Dirty:            5148 kB
Writeback:           0 kB
Mapped:          14460 kB
Slab:            43400 kB
Committed_AS:   358312 kB
PageTables:       1372 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= 66328 MiB
End job on node70 at 2009-04-26 17:06:05