Trace number 1726404

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.06 1200.71

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n800-d0.02-s925928766.sat05-538.reshuffled-07.cnf
MD5SUMc2cb7643bd8a1926480278b8bba0ef3d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark714.136
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses8767
Sum of the clauses size26476
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 38592
Number of clauses of size 4175
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    8767    26476 |    2630       0        0     nan |  0.000 % |
0.00/0.07	c |         0 |    8592    28720 |      --       0       --      -- |     --   | -175/2244
0.00/0.07	c ==============================================================================
0.00/0.07	c Result  :   #vars: 525   #clauses: 8592   #literals: 28720
0.00/0.07	c CPU time:   0.073988 s
0.00/0.07	c ==============================================================================
0.07/0.08	c
0.07/0.08	c Starting glucose
0.07/0.08	c
0.07/0.08	
0.07/0.08	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.07/0.08	
0.07/0.08	c ============================[ Problem Statistics ]=============================
0.07/0.08	c |                                                                             |
0.07/0.08	c |  Number of variables:  525                                                  |
0.07/0.08	c |  Number of clauses:    8592                                                 |
0.07/0.09	c |  Parsing time:         0.01         s                                       |
1200.03/1200.71	HOME/glucose.sh: line 55: 20699 Terminated              $RS $TMP.cnf -verbosity=0 $TMP.result "$@"

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-1726404-1240711803/watcher-1726404-1240711803 -o /tmp/evaluation-result-1726404-1240711803/solver-1726404-1240711803 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1726404-1240711803.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: 2.00 1.86 1.46 3/64 20696
/proc/meminfo: memFree=1145008/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0
/proc/20696/stat : 20696 (glucose.sh) R 20694 20696 19841 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 99214368 5488640 235 1992294400 4194304 4889804 548682068800 18446744073709551615 206381312671 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/20696/statm: 1340 235 194 169 0 51 0
[pid=20697] ppid=20696 vsize=1008 CPUtime=0
/proc/20697/stat : 20697 (SatELite_releas) R 20696 20696 19841 0 -1 4194304 134 0 0 0 0 0 0 0 18 0 1 0 99214368 1032192 118 1992294400 134512640 135225430 4294956160 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/20697/statm: 252 119 50 174 0 75 0

[startup+0.0861741 s]
/proc/loadavg: 2.00 1.86 1.46 3/64 20696
/proc/meminfo: memFree=1145008/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 99214368 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20696/statm: 1340 236 195 169 0 51 0
[pid=20697] ppid=20696 vsize=2108 CPUtime=0.07
/proc/20697/stat : 20697 (SatELite_releas) R 20696 20696 19841 0 -1 4194304 403 0 0 0 7 0 0 0 20 0 1 0 99214368 2158592 387 1992294400 134512640 135225430 4294956160 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20697/statm: 527 387 81 174 0 350 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7468

[startup+0.101179 s]
/proc/loadavg: 2.00 1.86 1.46 3/64 20696
/proc/meminfo: memFree=1145008/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+0.301215 s]
/proc/loadavg: 2.00 1.86 1.46 3/64 20696
/proc/meminfo: memFree=1145008/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+0.70129 s]
/proc/loadavg: 2.00 1.86 1.46 3/64 20696
/proc/meminfo: memFree=1145008/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+1.50143 s]
/proc/loadavg: 2.00 1.86 1.46 2/66 20699
/proc/meminfo: memFree=1142752/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0
[pid=20699] ppid=20696 vsize=3744 CPUtime=1.4
/proc/20699/stat : 20699 (glucose_static) R 20696 20696 19841 0 -1 4194304 599 0 0 0 140 0 0 0 25 0 1 0 99214376 3833856 585 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20699/statm: 936 585 76 172 0 761 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9104

[startup+3.10172 s]
/proc/loadavg: 2.00 1.86 1.46 2/66 20699
/proc/meminfo: memFree=1141984/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0
[pid=20699] ppid=20696 vsize=4284 CPUtime=3
/proc/20699/stat : 20699 (glucose_static) R 20696 20696 19841 0 -1 4194304 735 0 0 0 300 0 0 0 25 0 1 0 99214376 4386816 721 1992294400 134512640 135217611 4294956272 18446744073709551615 134537928 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20699/statm: 1071 721 76 172 0 896 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9644

[startup+6.30131 s]
/proc/loadavg: 1.92 1.84 1.46 2/66 20699
/proc/meminfo: memFree=1140896/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0
[pid=20699] ppid=20696 vsize=5108 CPUtime=6.19
/proc/20699/stat : 20699 (glucose_static) R 20696 20696 19841 0 -1 4194304 955 0 0 0 619 0 0 0 25 0 1 0 99214376 5230592 941 1992294400 134512640 135217611 4294956272 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20699/statm: 1277 941 76 172 0 1102 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 10468

[startup+12.7015 s]
/proc/loadavg: 1.85 1.83 1.45 2/66 20699
/proc/meminfo: memFree=1139936/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0
[pid=20699] ppid=20696 vsize=5956 CPUtime=12.6
/proc/20699/stat : 20699 (glucose_static) R 20696 20696 19841 0 -1 4194304 1167 0 0 0 1259 1 0 0 25 0 1 0 99214376 6098944 1153 1992294400 134512640 135217611 4294956272 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20699/statm: 1489 1153 76 172 0 1314 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11316

[startup+25.5018 s]
/proc/loadavg: 1.66 1.79 1.45 2/66 20699
/proc/meminfo: memFree=1138784/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0
[pid=20699] ppid=20696 vsize=7196 CPUtime=25.39
/proc/20699/stat : 20699 (glucose_static) R 20696 20696 19841 0 -1 4194304 1452 0 0 0 2538 1 0 0 25 0 1 0 99214376 7368704 1438 1992294400 134512640 135217611 4294956272 18446744073709551615 134533371 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20699/statm: 1799 1438 76 172 0 1624 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 12556

[startup+51.1015 s]
/proc/loadavg: 1.43 1.72 1.43 2/66 20699
/proc/meminfo: memFree=1137120/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0
[pid=20699] ppid=20696 vsize=9008 CPUtime=50.97
/proc/20699/stat : 20699 (glucose_static) R 20696 20696 19841 0 -1 4194304 1877 0 0 0 5096 1 0 0 25 0 1 0 99214376 9224192 1863 1992294400 134512640 135217611 4294956272 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20699/statm: 2252 1863 76 172 0 2077 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 14368

[startup+102.306 s]
/proc/loadavg: 1.19 1.61 1.41 2/66 20699
/proc/meminfo: memFree=1134176/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0
[pid=20699] ppid=20696 vsize=12044 CPUtime=102.15
/proc/20699/stat : 20699 (glucose_static) R 20696 20696 19841 0 -1 4194304 2592 0 0 0 10213 2 0 0 25 0 1 0 99214376 12333056 2578 1992294400 134512640 135217611 4294956272 18446744073709551615 134533310 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20699/statm: 3011 2578 76 172 0 2836 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 17404

[startup+162.302 s]
/proc/loadavg: 1.07 1.50 1.38 2/66 20699
/proc/meminfo: memFree=1132640/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0
[pid=20699] ppid=20696 vsize=13808 CPUtime=162.12
/proc/20699/stat : 20699 (glucose_static) R 20696 20696 19841 0 -1 4194304 2990 0 0 0 16210 2 0 0 25 0 1 0 99214376 14139392 2976 1992294400 134512640 135217611 4294956272 18446744073709551615 134533165 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20699/statm: 3452 2976 76 172 0 3277 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 19168

[startup+222.303 s]
/proc/loadavg: 1.02 1.40 1.35 2/66 20699
/proc/meminfo: memFree=1129568/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0
[pid=20699] ppid=20696 vsize=17060 CPUtime=222.1
/proc/20699/stat : 20699 (glucose_static) R 20696 20696 19841 0 -1 4194304 3739 0 0 0 22207 3 0 0 25 0 1 0 99214376 17469440 3725 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20699/statm: 4265 3725 76 172 0 4090 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 22420

[startup+282.302 s]
/proc/loadavg: 1.01 1.33 1.33 2/66 20699
/proc/meminfo: memFree=1127712/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0
[pid=20699] ppid=20696 vsize=19052 CPUtime=282.05
/proc/20699/stat : 20699 (glucose_static) R 20696 20696 19841 0 -1 4194304 4204 0 0 0 28202 3 0 0 25 0 1 0 99214376 19509248 4190 1992294400 134512640 135217611 4294956272 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20699/statm: 4763 4190 76 172 0 4588 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 24412

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.31 2/66 20699
/proc/meminfo: memFree=1126368/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0
[pid=20699] ppid=20696 vsize=20444 CPUtime=342.02
/proc/20699/stat : 20699 (glucose_static) R 20696 20696 19841 0 -1 4194304 4550 0 0 0 34199 3 0 0 25 0 1 0 99214376 20934656 4536 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20699/statm: 5111 4536 76 172 0 4936 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 25804

[startup+402.302 s]
/proc/loadavg: 1.00 1.21 1.28 2/66 20699
/proc/meminfo: memFree=1125472/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0

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

[pid=20699] ppid=20696 vsize=23356 CPUtime=521.92
/proc/20699/stat : 20699 (glucose_static) R 20696 20696 19841 0 -1 4194304 5188 0 0 0 52188 4 0 0 25 0 1 0 99214376 23916544 5174 1992294400 134512640 135217611 4294956272 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20699/statm: 5839 5174 76 172 0 5664 0
Current children cumulated CPU time (s) 521.99
Current children cumulated vsize (KiB) 28716

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.23 2/66 20699
/proc/meminfo: memFree=1122656/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0
[pid=20699] ppid=20696 vsize=24548 CPUtime=581.89
/proc/20699/stat : 20699 (glucose_static) R 20696 20696 19841 0 -1 4194304 5454 0 0 0 58185 4 0 0 25 0 1 0 99214376 25137152 5440 1992294400 134512640 135217611 4294956272 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20699/statm: 6137 5440 76 172 0 5962 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 29908

[startup+642.302 s]
/proc/loadavg: 1.00 1.09 1.21 2/66 20699
/proc/meminfo: memFree=1122400/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0
[pid=20699] ppid=20696 vsize=24972 CPUtime=641.86
/proc/20699/stat : 20699 (glucose_static) R 20696 20696 19841 0 -1 4194304 5529 0 0 0 64182 4 0 0 25 0 1 0 99214376 25571328 5515 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20699/statm: 6243 5515 76 172 0 6068 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 30332

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.19 2/66 20699
/proc/meminfo: memFree=1121888/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0
[pid=20699] ppid=20696 vsize=25504 CPUtime=701.83
/proc/20699/stat : 20699 (glucose_static) R 20696 20696 19841 0 -1 4194304 5646 0 0 0 70179 4 0 0 25 0 1 0 99214376 26116096 5632 1992294400 134512640 135217611 4294956272 18446744073709551615 134533336 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20699/statm: 6376 5632 76 172 0 6201 0
Current children cumulated CPU time (s) 701.9
Current children cumulated vsize (KiB) 30864

[startup+762.307 s]
/proc/loadavg: 1.59 1.21 1.23 2/73 2756
/proc/meminfo: memFree=1102056/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0
[pid=20699] ppid=20696 vsize=26008 CPUtime=761.79
/proc/20699/stat : 20699 (glucose_static) R 20696 20696 19841 0 -1 4194304 5778 0 0 0 76170 9 0 0 25 0 1 0 99214376 26632192 5764 1992294400 134512640 135217611 4294956272 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20699/statm: 6502 5764 76 172 0 6327 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 31368

[startup+822.302 s]
/proc/loadavg: 2.09 1.41 1.30 3/72 21816
/proc/meminfo: memFree=1078704/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0
[pid=20699] ppid=20696 vsize=26580 CPUtime=821.73
/proc/20699/stat : 20699 (glucose_static) R 20696 20696 19841 0 -1 4194304 5918 0 0 0 82149 24 0 0 25 0 1 0 99214376 27217920 5904 1992294400 134512640 135217611 4294956272 18446744073709551615 134533263 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20699/statm: 6645 5904 76 172 0 6470 0
Current children cumulated CPU time (s) 821.8
Current children cumulated vsize (KiB) 31940

[startup+882.302 s]
/proc/loadavg: 1.46 1.36 1.28 2/66 23290
/proc/meminfo: memFree=1078560/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0
[pid=20699] ppid=20696 vsize=27456 CPUtime=881.7
/proc/20699/stat : 20699 (glucose_static) R 20696 20696 19841 0 -1 4194304 6091 0 0 0 88146 24 0 0 25 0 1 0 99214376 28114944 6077 1992294400 134512640 135217611 4294956272 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20699/statm: 6864 6077 76 172 0 6689 0
Current children cumulated CPU time (s) 881.77
Current children cumulated vsize (KiB) 32816

[startup+942.302 s]
/proc/loadavg: 1.17 1.29 1.26 2/66 23290
/proc/meminfo: memFree=1077856/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0
[pid=20699] ppid=20696 vsize=28116 CPUtime=941.67
/proc/20699/stat : 20699 (glucose_static) R 20696 20696 19841 0 -1 4194304 6258 0 0 0 94143 24 0 0 25 0 1 0 99214376 28790784 6244 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20699/statm: 7029 6244 76 172 0 6854 0
Current children cumulated CPU time (s) 941.74
Current children cumulated vsize (KiB) 33476

[startup+1002.3 s]
/proc/loadavg: 1.06 1.24 1.25 2/66 23290
/proc/meminfo: memFree=1077280/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0
[pid=20699] ppid=20696 vsize=28860 CPUtime=1001.64
/proc/20699/stat : 20699 (glucose_static) R 20696 20696 19841 0 -1 4194304 6412 0 0 0 100140 24 0 0 25 0 1 0 99214376 29552640 6398 1992294400 134512640 135217611 4294956272 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20699/statm: 7215 6398 76 172 0 7040 0
Current children cumulated CPU time (s) 1001.71
Current children cumulated vsize (KiB) 34220

[startup+1062.3 s]
/proc/loadavg: 1.02 1.19 1.23 2/66 23290
/proc/meminfo: memFree=1076896/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0
[pid=20699] ppid=20696 vsize=29372 CPUtime=1061.62
/proc/20699/stat : 20699 (glucose_static) R 20696 20696 19841 0 -1 4194304 6521 0 0 0 106137 25 0 0 25 0 1 0 99214376 30076928 6507 1992294400 134512640 135217611 4294956272 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20699/statm: 7343 6507 76 172 0 7168 0
Current children cumulated CPU time (s) 1061.69
Current children cumulated vsize (KiB) 34732

[startup+1122.3 s]
/proc/loadavg: 1.01 1.15 1.21 2/66 23290
/proc/meminfo: memFree=1076576/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0
[pid=20699] ppid=20696 vsize=29732 CPUtime=1121.59
/proc/20699/stat : 20699 (glucose_static) R 20696 20696 19841 0 -1 4194304 6599 0 0 0 112134 25 0 0 25 0 1 0 99214376 30445568 6585 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20699/statm: 7433 6585 76 172 0 7258 0
Current children cumulated CPU time (s) 1121.66
Current children cumulated vsize (KiB) 35092

[startup+1182.3 s]
/proc/loadavg: 1.00 1.12 1.19 2/66 23290
/proc/meminfo: memFree=1076576/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0
[pid=20699] ppid=20696 vsize=29732 CPUtime=1181.56
/proc/20699/stat : 20699 (glucose_static) R 20696 20696 19841 0 -1 4194304 6605 0 0 0 118131 25 0 0 25 0 1 0 99214376 30445568 6591 1992294400 134512640 135217611 4294956272 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20699/statm: 7433 6591 76 172 0 7258 0
Current children cumulated CPU time (s) 1181.63
Current children cumulated vsize (KiB) 35092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.11 1.19 2/66 23290
/proc/meminfo: memFree=1076320/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0
[pid=20699] ppid=20696 vsize=30092 CPUtime=1199.96
/proc/20699/stat : 20699 (glucose_static) R 20696 20696 19841 0 -1 4194304 6674 0 0 0 119971 25 0 0 25 0 1 0 99214376 30814208 6660 1992294400 134512640 135217611 4294956272 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20699/statm: 7523 6660 76 172 0 7348 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 35452

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

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.11 1.19 2/66 23290
/proc/meminfo: memFree=1076320/2055920 swapFree=4124000/4192956
[pid=20696] ppid=20694 vsize=5360 CPUtime=0.07
/proc/20696/stat : 20696 (glucose.sh) S 20694 20696 19841 0 -1 4194304 313 404 0 0 0 0 7 0 16 0 1 0 99214368 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20696/statm: 1340 238 195 169 0 51 0
[pid=20699] ppid=20696 vsize=30092 CPUtime=1199.96
/proc/20699/stat : 20699 (glucose_static) R 20696 20696 19841 0 -1 4194304 6674 0 0 0 119971 25 0 0 25 0 1 0 99214376 30814208 6660 1992294400 134512640 135217611 4294956272 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20699/statm: 7523 6660 76 172 0 7348 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 35452

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.71
CPU time (s): 1200.06
CPU user time (s): 1199.79
CPU system time (s): 0.266959
CPU usage (%): 99.9457
Max. virtual memory (cumulated for all children) (KiB): 35452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.79
system time used= 0.266959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7402
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= 17
involuntary context switches= 3502

runsolver used 1.07684 second user time and 3.39748 second system time

The end

Launcher Data

Begin job on node2 at 2009-04-26 04:10:03
IDJOB=1726404
IDBENCH=24613
IDSOLVER=503
FILE ID=node2/1726404-1240711803
PBS_JOBID= 9186798
Free space on /tmp= 66316 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n800-d0.02-s925928766.sat05-538.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1726404-1240711803/watcher-1726404-1240711803 -o /tmp/evaluation-result-1726404-1240711803/solver-1726404-1240711803 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1726404-1240711803.cnf

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

MD5SUM BENCH= c2cb7643bd8a1926480278b8bba0ef3d
RANDOM SEED=1399887150

node2.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.265
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.265
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:       1145488 kB
Buffers:         82764 kB
Cached:         684392 kB
SwapCached:      63124 kB
Active:         353292 kB
Inactive:       479420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1145488 kB
SwapTotal:     4192956 kB
SwapFree:      4124000 kB
Dirty:            1704 kB
Writeback:           0 kB
Mapped:          13996 kB
Slab:            63704 kB
Committed_AS:   365620 kB
PageTables:       1468 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= 66316 MiB
End job on node2 at 2009-04-26 04:30:05