Trace number 1783960

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.01 5002.82

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2-rand3bip-sat-280-3.sat05-2265.reshuffled-07.cnf
MD5SUMd84d2f51f14938d23f8344f062b55708
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.014997
Satisfiable
(Un)Satisfiability was proved
Number of variables280
Number of clauses1120
Sum of the clauses size3360
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31120
Number of clauses of size 40
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 |    1120     3360 |     335       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 280   #clauses: 1120   #literals: 3360
0.00/0.00	c CPU time:   0.002999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.00	
0.00/0.00	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.00	
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  280                                                  |
0.00/0.00	c |  Number of clauses:    1120                                                 |
0.00/0.00	c |  Parsing time:         0.00         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-1783960-1241904452/watcher-1783960-1241904452 -o /tmp/evaluation-result-1783960-1241904452/solver-1783960-1241904452 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783960-1241904452.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.91 0.97 0.99 3/64 24367
/proc/meminfo: memFree=1660984/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) R 24365 24367 24303 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 218479851 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 259353275039 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/24367/statm: 1340 235 194 169 0 51 0
[pid=24368] ppid=24367 vsize=1008 CPUtime=0
/proc/24368/stat : 24368 (SatELite_releas) R 24367 24367 24303 0 -1 4194304 136 0 0 0 0 0 0 0 18 0 1 0 218479851 1032192 120 1992294400 134512640 135225430 4294956176 18446744073709551615 134587446 0 0 4096 3 0 0 0 17 0 0 0
/proc/24368/statm: 252 120 75 174 0 75 0

[startup+0.0449001 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 24367
/proc/meminfo: memFree=1660984/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101912 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 24367
/proc/meminfo: memFree=1660984/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.30195 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 24367
/proc/meminfo: memFree=1660984/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.70203 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 24367
/proc/meminfo: memFree=1660984/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50119 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 24370
/proc/meminfo: memFree=1658984/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
[pid=24370] ppid=24367 vsize=3752 CPUtime=1.49
/proc/24370/stat : 24370 (glucose_static) R 24367 24367 24303 0 -1 4194304 580 0 0 0 149 0 0 0 25 0 1 0 218479852 3842048 566 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24370/statm: 938 566 75 172 0 763 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9112

[startup+3.10151 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 24370
/proc/meminfo: memFree=1658216/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
[pid=24370] ppid=24367 vsize=4560 CPUtime=3.09
/proc/24370/stat : 24370 (glucose_static) R 24367 24367 24303 0 -1 4194304 764 0 0 0 309 0 0 0 25 0 1 0 218479852 4669440 750 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24370/statm: 1140 750 75 172 0 965 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9920

[startup+6.30114 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 24370
/proc/meminfo: memFree=1657128/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
[pid=24370] ppid=24367 vsize=5228 CPUtime=6.28
/proc/24370/stat : 24370 (glucose_static) R 24367 24367 24303 0 -1 4194304 949 0 0 0 628 0 0 0 25 0 1 0 218479852 5353472 935 1992294400 134512640 135217611 4294956304 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24370/statm: 1307 935 75 172 0 1132 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10588

[startup+12.7014 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 24370
/proc/meminfo: memFree=1655848/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
[pid=24370] ppid=24367 vsize=6372 CPUtime=12.68
/proc/24370/stat : 24370 (glucose_static) R 24367 24367 24303 0 -1 4194304 1221 0 0 0 1268 0 0 0 25 0 1 0 218479852 6524928 1207 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24370/statm: 1593 1207 75 172 0 1418 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11732

[startup+25.5019 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 24370
/proc/meminfo: memFree=1654568/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
[pid=24370] ppid=24367 vsize=7816 CPUtime=25.46
/proc/24370/stat : 24370 (glucose_static) R 24367 24367 24303 0 -1 4194304 1574 0 0 0 2546 0 0 0 25 0 1 0 218479852 8003584 1560 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24370/statm: 1954 1560 75 172 0 1779 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 13176

[startup+51.102 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 24370
/proc/meminfo: memFree=1652840/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
[pid=24370] ppid=24367 vsize=9680 CPUtime=51.05
/proc/24370/stat : 24370 (glucose_static) R 24367 24367 24303 0 -1 4194304 1991 0 0 0 5105 0 0 0 25 0 1 0 218479852 9912320 1977 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24370/statm: 2420 1977 75 172 0 2245 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 15040

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/66 24370
/proc/meminfo: memFree=1650280/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
[pid=24370] ppid=24367 vsize=12244 CPUtime=102.23
/proc/24370/stat : 24370 (glucose_static) R 24367 24367 24303 0 -1 4194304 2605 0 0 0 10222 1 0 0 25 0 1 0 218479852 12537856 2591 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24370/statm: 3061 2591 75 172 0 2886 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 17604

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24370
/proc/meminfo: memFree=1648680/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
[pid=24370] ppid=24367 vsize=13988 CPUtime=162.17
/proc/24370/stat : 24370 (glucose_static) R 24367 24367 24303 0 -1 4194304 2994 0 0 0 16216 1 0 0 25 0 1 0 218479852 14323712 2980 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24370/statm: 3497 2980 75 172 0 3322 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 19348

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24370
/proc/meminfo: memFree=1647016/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
[pid=24370] ppid=24367 vsize=15896 CPUtime=222.15
/proc/24370/stat : 24370 (glucose_static) R 24367 24367 24303 0 -1 4194304 3422 0 0 0 22213 2 0 0 25 0 1 0 218479852 16277504 3408 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24370/statm: 3974 3408 75 172 0 3799 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 21256

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24370
/proc/meminfo: memFree=1645608/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
[pid=24370] ppid=24367 vsize=17252 CPUtime=282.12
/proc/24370/stat : 24370 (glucose_static) R 24367 24367 24303 0 -1 4194304 3767 0 0 0 28210 2 0 0 25 0 1 0 218479852 17666048 3749 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24370/statm: 4313 3749 75 172 0 4138 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 22612

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24370
/proc/meminfo: memFree=1644328/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
[pid=24370] ppid=24367 vsize=18540 CPUtime=342.09
/proc/24370/stat : 24370 (glucose_static) R 24367 24367 24303 0 -1 4194304 4081 0 0 0 34206 3 0 0 25 0 1 0 218479852 18984960 4063 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24370/statm: 4635 4063 75 172 0 4460 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 23900

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24370
/proc/meminfo: memFree=1643112/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
[pid=24370] ppid=24367 vsize=19856 CPUtime=402.06
/proc/24370/stat : 24370 (glucose_static) R 24367 24367 24303 0 -1 4194304 4394 0 0 0 40203 3 0 0 25 0 1 0 218479852 20332544 4376 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24370/statm: 4964 4376 75 172 0 4789 0
Current children cumulated CPU time (s) 402.06

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

/proc/24370/statm: 12693 11382 75 172 0 12518 0
Current children cumulated CPU time (s) 4299.86
Current children cumulated vsize (KiB) 56132

[startup+4362.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24378
/proc/meminfo: memFree=1613736/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
[pid=24370] ppid=24367 vsize=50880 CPUtime=4359.83
/proc/24370/stat : 24370 (glucose_static) R 24367 24367 24303 0 -1 4194304 11436 0 0 0 435967 16 0 0 25 0 1 0 218479852 52101120 11415 1992294400 134512640 135217611 4294956304 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24370/statm: 12720 11415 75 172 0 12545 0
Current children cumulated CPU time (s) 4359.83
Current children cumulated vsize (KiB) 56240

[startup+4422.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24380
/proc/meminfo: memFree=1613224/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
[pid=24370] ppid=24367 vsize=51040 CPUtime=4419.8
/proc/24370/stat : 24370 (glucose_static) R 24367 24367 24303 0 -1 4194304 11466 0 0 0 441964 16 0 0 25 0 1 0 218479852 52264960 11445 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24370/statm: 12760 11445 75 172 0 12585 0
Current children cumulated CPU time (s) 4419.8
Current children cumulated vsize (KiB) 56400

[startup+4482.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24380
/proc/meminfo: memFree=1613224/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
[pid=24370] ppid=24367 vsize=51184 CPUtime=4479.76
/proc/24370/stat : 24370 (glucose_static) R 24367 24367 24303 0 -1 4194304 11493 0 0 0 447960 16 0 0 25 0 1 0 218479852 52412416 11472 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24370/statm: 12796 11472 75 172 0 12621 0
Current children cumulated CPU time (s) 4479.76
Current children cumulated vsize (KiB) 56544

[startup+4542.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24380
/proc/meminfo: memFree=1613032/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
[pid=24370] ppid=24367 vsize=51508 CPUtime=4539.73
/proc/24370/stat : 24370 (glucose_static) R 24367 24367 24303 0 -1 4194304 11557 0 0 0 453957 16 0 0 25 0 1 0 218479852 52744192 11536 1992294400 134512640 135217611 4294956304 18446744073709551615 134532998 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24370/statm: 12877 11536 75 172 0 12702 0
Current children cumulated CPU time (s) 4539.73
Current children cumulated vsize (KiB) 56868

[startup+4602.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24380
/proc/meminfo: memFree=1612968/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
[pid=24370] ppid=24367 vsize=51616 CPUtime=4599.7
/proc/24370/stat : 24370 (glucose_static) R 24367 24367 24303 0 -1 4194304 11562 0 0 0 459954 16 0 0 25 0 1 0 218479852 52854784 11541 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24370/statm: 12904 11541 75 172 0 12729 0
Current children cumulated CPU time (s) 4599.7
Current children cumulated vsize (KiB) 56976

[startup+4662.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24380
/proc/meminfo: memFree=1612776/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
[pid=24370] ppid=24367 vsize=51776 CPUtime=4659.67
/proc/24370/stat : 24370 (glucose_static) R 24367 24367 24303 0 -1 4194304 11591 0 0 0 465951 16 0 0 25 0 1 0 218479852 53018624 11570 1992294400 134512640 135217611 4294956304 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24370/statm: 12944 11570 75 172 0 12769 0
Current children cumulated CPU time (s) 4659.67
Current children cumulated vsize (KiB) 57136

[startup+4722.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24380
/proc/meminfo: memFree=1612648/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
[pid=24370] ppid=24367 vsize=51776 CPUtime=4719.65
/proc/24370/stat : 24370 (glucose_static) R 24367 24367 24303 0 -1 4194304 11623 0 0 0 471949 16 0 0 25 0 1 0 218479852 53018624 11602 1992294400 134512640 135217611 4294956304 18446744073709551615 134533213 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24370/statm: 12944 11602 75 172 0 12769 0
Current children cumulated CPU time (s) 4719.65
Current children cumulated vsize (KiB) 57136

[startup+4782.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24380
/proc/meminfo: memFree=1612328/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
[pid=24370] ppid=24367 vsize=52224 CPUtime=4779.62
/proc/24370/stat : 24370 (glucose_static) R 24367 24367 24303 0 -1 4194304 11698 0 0 0 477945 17 0 0 25 0 1 0 218479852 53477376 11677 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24370/statm: 13056 11677 75 172 0 12881 0
Current children cumulated CPU time (s) 4779.62
Current children cumulated vsize (KiB) 57584

[startup+4842.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24380
/proc/meminfo: memFree=1612328/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
[pid=24370] ppid=24367 vsize=52736 CPUtime=4839.58
/proc/24370/stat : 24370 (glucose_static) R 24367 24367 24303 0 -1 4194304 11712 0 0 0 483941 17 0 0 25 0 1 0 218479852 54001664 11691 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24370/statm: 13184 11691 75 172 0 13009 0
Current children cumulated CPU time (s) 4839.58
Current children cumulated vsize (KiB) 58096

[startup+4902.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24380
/proc/meminfo: memFree=1611688/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
[pid=24370] ppid=24367 vsize=53532 CPUtime=4899.55
/proc/24370/stat : 24370 (glucose_static) R 24367 24367 24303 0 -1 4194304 11885 0 0 0 489938 17 0 0 25 0 1 0 218479852 54816768 11864 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24370/statm: 13383 11864 75 172 0 13208 0
Current children cumulated CPU time (s) 4899.55
Current children cumulated vsize (KiB) 58892

[startup+4962.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24380
/proc/meminfo: memFree=1610792/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
[pid=24370] ppid=24367 vsize=54324 CPUtime=4959.52
/proc/24370/stat : 24370 (glucose_static) R 24367 24367 24303 0 -1 4194304 12079 0 0 0 495935 17 0 0 25 0 1 0 218479852 55627776 12058 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24370/statm: 13581 12058 75 172 0 13406 0
Current children cumulated CPU time (s) 4959.52
Current children cumulated vsize (KiB) 59684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.81 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24380
/proc/meminfo: memFree=1610728/2055920 swapFree=4180356/4192956
[pid=24367] ppid=24365 vsize=5360 CPUtime=0
/proc/24367/stat : 24367 (glucose.sh) S 24365 24367 24303 0 -1 4194304 313 142 0 0 0 0 0 0 16 0 1 0 218479851 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24367/statm: 1340 238 195 169 0 51 0
[pid=24370] ppid=24367 vsize=54484 CPUtime=5000.01
/proc/24370/stat : 24370 (glucose_static) R 24367 24367 24303 0 -1 4194304 12108 0 0 0 499984 17 0 0 25 0 1 0 218479852 55791616 12087 1992294400 134512640 135217611 4294956304 18446744073709551615 134533133 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24370/statm: 13621 12087 75 172 0 13446 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 59844

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 24367 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=3999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2999
# CPU time returned by wait4() is 0.006998
# while last known CPU time is 5000.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5002.82
CPU time (s): 5000.01
CPU user time (s): 4999.84
CPU system time (s): 0.17
CPU usage (%): 99.9439
Max. virtual memory (cumulated for all children) (KiB): 59844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.003999
system time used= 0.002999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 455
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= 2

runsolver used 4.40333 second user time and 13.7999 second system time

The end

Launcher Data

Begin job on node1 at 2009-05-09 23:27:32
IDJOB=1783960
IDBENCH=24742
IDSOLVER=610
FILE ID=node1/1783960-1241904452
PBS_JOBID= 9264818
Free space on /tmp= 66256 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Difficult/contest05/jarvisalo/mod2-rand3bip-sat-280-3.sat05-2265.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783960-1241904452/watcher-1783960-1241904452 -o /tmp/evaluation-result-1783960-1241904452/solver-1783960-1241904452 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783960-1241904452.cnf

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

MD5SUM BENCH= d84d2f51f14938d23f8344f062b55708
RANDOM SEED=919855049

node1.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.259
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	: 5931.00
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.259
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:       1661464 kB
Buffers:         44036 kB
Cached:         285120 kB
SwapCached:       6356 kB
Active:          60988 kB
Inactive:       275960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1661464 kB
SwapTotal:     4192956 kB
SwapFree:      4180356 kB
Dirty:            1592 kB
Writeback:           0 kB
Mapped:          13480 kB
Slab:            43492 kB
Committed_AS:   765000 kB
PageTables:       1436 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= 66256 MiB
End job on node1 at 2009-05-10 00:50:56