Trace number 1784576

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.04 5002.21

General information on the benchmark

NameCRAFTED/sgen/sat/
sgen1-sat-230-100.cnf
MD5SUMd2dd2899777fd93a70e706988970ef5e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables230
Number of clauses552
Sum of the clauses size1380
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2460
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 592
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 |     552     1380 |     165       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 230   #clauses: 552   #literals: 1380
0.00/0.00	c CPU time:   0 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:  230                                                  |
0.00/0.00	c |  Number of clauses:    552                                                  |
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-1784576-1241951263/watcher-1784576-1241951263 -o /tmp/evaluation-result-1784576-1241951263/solver-1784576-1241951263 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784576-1241951263.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.92 0.98 0.99 3/64 16616
/proc/meminfo: memFree=1743584/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) R 16614 16616 16579 0 -1 4194304 293 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 233402237154 0 0 4100 65536 0 0 0 17 0 0 0
/proc/16616/statm: 1340 236 195 169 0 51 0

[startup+0.0258619 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16616
/proc/meminfo: memFree=1743584/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101869 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16616
/proc/meminfo: memFree=1743584/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301888 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16616
/proc/meminfo: memFree=1743584/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701928 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16616
/proc/meminfo: memFree=1743584/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50301 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 16619
/proc/meminfo: memFree=1741008/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
[pid=16618] ppid=16616 vsize=4428 CPUtime=1.49
/proc/16618/stat : 16618 (glucose_static) R 16616 16616 16579 0 -1 4194304 760 0 0 0 149 0 0 0 25 0 1 0 223152369 4534272 746 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16618/statm: 1107 746 74 172 0 932 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9788

[startup+3.10117 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 16619
/proc/meminfo: memFree=1740304/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
[pid=16618] ppid=16616 vsize=5088 CPUtime=3.08
/proc/16618/stat : 16618 (glucose_static) R 16616 16616 16579 0 -1 4194304 909 0 0 0 308 0 0 0 25 0 1 0 223152369 5210112 895 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16618/statm: 1272 895 74 172 0 1097 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10448

[startup+6.30149 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 16619
/proc/meminfo: memFree=1738840/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
[pid=16618] ppid=16616 vsize=6032 CPUtime=6.28
/proc/16618/stat : 16618 (glucose_static) R 16616 16616 16579 0 -1 4194304 1152 0 0 0 628 0 0 0 25 0 1 0 223152369 6176768 1138 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16618/statm: 1508 1138 74 172 0 1333 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11392

[startup+12.7011 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 16619
/proc/meminfo: memFree=1737368/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
[pid=16618] ppid=16616 vsize=7736 CPUtime=12.68
/proc/16618/stat : 16618 (glucose_static) R 16616 16616 16579 0 -1 4194304 1528 0 0 0 1267 1 0 0 25 0 1 0 223152369 7921664 1514 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16618/statm: 1934 1514 74 172 0 1759 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 13096

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 16619
/proc/meminfo: memFree=1735712/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
[pid=16618] ppid=16616 vsize=9452 CPUtime=25.47
/proc/16618/stat : 16618 (glucose_static) R 16616 16616 16579 0 -1 4194304 1946 0 0 0 2546 1 0 0 25 0 1 0 223152369 9678848 1932 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16618/statm: 2363 1932 74 172 0 2188 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 14812

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 16619
/proc/meminfo: memFree=1733984/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
[pid=16618] ppid=16616 vsize=11284 CPUtime=51.07
/proc/16618/stat : 16618 (glucose_static) R 16616 16616 16579 0 -1 4194304 2386 0 0 0 5105 2 0 0 25 0 1 0 223152369 11554816 2372 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16618/statm: 2821 2372 74 172 0 2646 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 16644

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 16619
/proc/meminfo: memFree=1731040/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
[pid=16618] ppid=16616 vsize=14228 CPUtime=102.25
/proc/16618/stat : 16618 (glucose_static) R 16616 16616 16579 0 -1 4194304 3092 0 0 0 10223 2 0 0 25 0 1 0 223152369 14569472 3078 1992294400 134512640 135217611 4294956304 18446744073709551615 134533168 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16618/statm: 3557 3078 74 172 0 3382 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 19588

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16619
/proc/meminfo: memFree=1728672/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
[pid=16618] ppid=16616 vsize=16720 CPUtime=162.22
/proc/16618/stat : 16618 (glucose_static) R 16616 16616 16579 0 -1 4194304 3678 0 0 0 16219 3 0 0 25 0 1 0 223152369 17121280 3664 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16618/statm: 4180 3664 74 172 0 4005 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 22080

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16619
/proc/meminfo: memFree=1726944/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
[pid=16618] ppid=16616 vsize=18568 CPUtime=222.19
/proc/16618/stat : 16618 (glucose_static) R 16616 16616 16579 0 -1 4194304 4106 0 0 0 22216 3 0 0 25 0 1 0 223152369 19013632 4092 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16618/statm: 4642 4092 74 172 0 4467 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 23928

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16619
/proc/meminfo: memFree=1725536/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
[pid=16618] ppid=16616 vsize=20072 CPUtime=282.17
/proc/16618/stat : 16618 (glucose_static) R 16616 16616 16579 0 -1 4194304 4463 0 0 0 28213 4 0 0 25 0 1 0 223152369 20553728 4449 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16618/statm: 5018 4449 74 172 0 4843 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 25432

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16619
/proc/meminfo: memFree=1724000/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
[pid=16618] ppid=16616 vsize=21888 CPUtime=342.14
/proc/16618/stat : 16618 (glucose_static) R 16616 16616 16579 0 -1 4194304 4847 0 0 0 34210 4 0 0 25 0 1 0 223152369 22413312 4833 1992294400 134512640 135217611 4294956304 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16618/statm: 5472 4833 74 172 0 5297 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 27248

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 16619
/proc/meminfo: memFree=1722976/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
[pid=16618] ppid=16616 vsize=22988 CPUtime=402.12
/proc/16618/stat : 16618 (glucose_static) R 16616 16616 16579 0 -1 4194304 5124 0 0 0 40208 4 0 0 25 0 1 0 223152369 23539712 5110 1992294400 134512640 135217611 4294956304 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16618/statm: 5747 5110 74 172 0 5572 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 28348

[startup+462.302 s]

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

/proc/16618/statm: 13186 11864 74 172 0 13011 0
Current children cumulated CPU time (s) 4300.43
Current children cumulated vsize (KiB) 58104

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16627
/proc/meminfo: memFree=1694496/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
[pid=16618] ppid=16616 vsize=53152 CPUtime=4360.41
/proc/16618/stat : 16618 (glucose_static) R 16616 16616 16579 0 -1 4194304 11987 0 0 0 436025 16 0 0 25 0 1 0 223152369 54427648 11969 1992294400 134512640 135217611 4294956304 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16618/statm: 13288 11969 74 172 0 13113 0
Current children cumulated CPU time (s) 4360.41
Current children cumulated vsize (KiB) 58512

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16627
/proc/meminfo: memFree=1694304/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
[pid=16618] ppid=16616 vsize=53352 CPUtime=4420.38
/proc/16618/stat : 16618 (glucose_static) R 16616 16616 16579 0 -1 4194304 12030 0 0 0 442022 16 0 0 25 0 1 0 223152369 54632448 12012 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16618/statm: 13338 12012 74 172 0 13163 0
Current children cumulated CPU time (s) 4420.38
Current children cumulated vsize (KiB) 58712

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16629
/proc/meminfo: memFree=1693792/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
[pid=16618] ppid=16616 vsize=53964 CPUtime=4480.35
/proc/16618/stat : 16618 (glucose_static) R 16616 16616 16579 0 -1 4194304 12161 0 0 0 448018 17 0 0 25 0 1 0 223152369 55259136 12143 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16618/statm: 13491 12143 74 172 0 13316 0
Current children cumulated CPU time (s) 4480.35
Current children cumulated vsize (KiB) 59324

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16629
/proc/meminfo: memFree=1693536/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
[pid=16618] ppid=16616 vsize=54228 CPUtime=4540.33
/proc/16618/stat : 16618 (glucose_static) R 16616 16616 16579 0 -1 4194304 12221 0 0 0 454016 17 0 0 25 0 1 0 223152369 55529472 12203 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16618/statm: 13557 12203 74 172 0 13382 0
Current children cumulated CPU time (s) 4540.33
Current children cumulated vsize (KiB) 59588

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16629
/proc/meminfo: memFree=1693280/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
[pid=16618] ppid=16616 vsize=54372 CPUtime=4600.31
/proc/16618/stat : 16618 (glucose_static) R 16616 16616 16579 0 -1 4194304 12254 0 0 0 460014 17 0 0 25 0 1 0 223152369 55676928 12236 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16618/statm: 13593 12236 74 172 0 13418 0
Current children cumulated CPU time (s) 4600.31
Current children cumulated vsize (KiB) 59732

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16629
/proc/meminfo: memFree=1693280/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
[pid=16618] ppid=16616 vsize=54444 CPUtime=4660.27
/proc/16618/stat : 16618 (glucose_static) R 16616 16616 16579 0 -1 4194304 12262 0 0 0 466010 17 0 0 25 0 1 0 223152369 55750656 12244 1992294400 134512640 135217611 4294956304 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16618/statm: 13611 12244 74 172 0 13436 0
Current children cumulated CPU time (s) 4660.27
Current children cumulated vsize (KiB) 59804

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16629
/proc/meminfo: memFree=1693088/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
[pid=16618] ppid=16616 vsize=54580 CPUtime=4720.25
/proc/16618/stat : 16618 (glucose_static) R 16616 16616 16579 0 -1 4194304 12281 0 0 0 472008 17 0 0 25 0 1 0 223152369 55889920 12263 1992294400 134512640 135217611 4294956304 18446744073709551615 134532963 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16618/statm: 13645 12263 74 172 0 13470 0
Current children cumulated CPU time (s) 4720.25
Current children cumulated vsize (KiB) 59940

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16629
/proc/meminfo: memFree=1692832/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
[pid=16618] ppid=16616 vsize=54904 CPUtime=4780.23
/proc/16618/stat : 16618 (glucose_static) R 16616 16616 16579 0 -1 4194304 12355 0 0 0 478006 17 0 0 25 0 1 0 223152369 56221696 12337 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16618/statm: 13726 12337 74 172 0 13551 0
Current children cumulated CPU time (s) 4780.23
Current children cumulated vsize (KiB) 60264

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16629
/proc/meminfo: memFree=1691872/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
[pid=16618] ppid=16616 vsize=55832 CPUtime=4840.2
/proc/16618/stat : 16618 (glucose_static) R 16616 16616 16579 0 -1 4194304 12582 0 0 0 484002 18 0 0 25 0 1 0 223152369 57171968 12564 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16618/statm: 13958 12564 74 172 0 13783 0
Current children cumulated CPU time (s) 4840.2
Current children cumulated vsize (KiB) 61192

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16629
/proc/meminfo: memFree=1691872/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
[pid=16618] ppid=16616 vsize=55832 CPUtime=4900.18
/proc/16618/stat : 16618 (glucose_static) R 16616 16616 16579 0 -1 4194304 12589 0 0 0 490000 18 0 0 25 0 1 0 223152369 57171968 12571 1992294400 134512640 135217611 4294956304 18446744073709551615 134533133 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16618/statm: 13958 12571 74 172 0 13783 0
Current children cumulated CPU time (s) 4900.18
Current children cumulated vsize (KiB) 61192

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16629
/proc/meminfo: memFree=1691744/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
[pid=16618] ppid=16616 vsize=56168 CPUtime=4960.15
/proc/16618/stat : 16618 (glucose_static) R 16616 16616 16579 0 -1 4194304 12622 0 0 0 495997 18 0 0 25 0 1 0 223152369 57516032 12604 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16618/statm: 14042 12604 74 172 0 13867 0
Current children cumulated CPU time (s) 4960.15
Current children cumulated vsize (KiB) 61528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16629
/proc/meminfo: memFree=1691424/2055920 swapFree=4180144/4192956
[pid=16616] ppid=16614 vsize=5360 CPUtime=0
/proc/16616/stat : 16616 (glucose.sh) S 16614 16616 16579 0 -1 4194304 313 124 0 0 0 0 0 0 18 0 1 0 223152368 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16616/statm: 1340 238 195 169 0 51 0
[pid=16618] ppid=16616 vsize=56324 CPUtime=5000.04
/proc/16618/stat : 16618 (glucose_static) R 16616 16616 16579 0 -1 4194304 12694 0 0 0 499986 18 0 0 25 0 1 0 223152369 57675776 12676 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/16618/statm: 14081 12676 74 172 0 13906 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 61684

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

Real time (s): 5002.21
CPU time (s): 5000.04
CPU user time (s): 4999.86
CPU system time (s): 0.18
CPU usage (%): 99.9566
Max. virtual memory (cumulated for all children) (KiB): 61684

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

runsolver used 4.37633 second user time and 13.8219 second system time

The end

Launcher Data

Begin job on node70 at 2009-05-10 12:27:43
IDJOB=1784576
IDBENCH=71789
IDSOLVER=610
FILE ID=node70/1784576-1241951263
PBS_JOBID= 9265088
Free space on /tmp= 66336 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/sgen/sat/sgen1-sat-230-100.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784576-1241951263/watcher-1784576-1241951263 -o /tmp/evaluation-result-1784576-1241951263/solver-1784576-1241951263 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784576-1241951263.cnf

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

MD5SUM BENCH= d2dd2899777fd93a70e706988970ef5e
RANDOM SEED=842646780

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:       1744136 kB
Buffers:         60840 kB
Cached:         177432 kB
SwapCached:       7072 kB
Active:         128788 kB
Inactive:       118372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1744136 kB
SwapTotal:     4192956 kB
SwapFree:      4180144 kB
Dirty:            1648 kB
Writeback:           0 kB
Mapped:          13944 kB
Slab:            50752 kB
Committed_AS:   675028 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= 66332 MiB
End job on node70 at 2009-05-10 13:51:08