Trace number 1784460

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.03 5001.91

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2640c305320gyes8.cnf
MD5SUM930a5df7b1f1625c5486319e8b2ac554
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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.16	c ==============================================================================
0.00/0.16	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.16	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.16	c ==============================================================================
0.00/0.16	c |         0 |  305320   613120 |   91595       0        0     nan |  0.000 % |
2.19/2.23	c |         0 |  302680  1034788 |      --       0       --      -- |     --   | -2640/421668
2.19/2.23	c ==============================================================================
2.19/2.23	c Result  :   #vars: 2560   #clauses: 302680   #literals: 1034788
2.19/2.23	c CPU time:   2.20466 s
2.19/2.23	c ==============================================================================
2.48/2.57	c
2.48/2.57	c Starting glucose
2.48/2.57	c
2.48/2.57	
2.48/2.57	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
2.48/2.57	
2.48/2.57	c ============================[ Problem Statistics ]=============================
2.48/2.57	c |                                                                             |
2.48/2.58	c |  Number of variables:  2560                                                 |
2.48/2.58	c |  Number of clauses:    302680                                               |
2.56/2.75	c |  Parsing time:         0.15         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-1784460-1241945758/watcher-1784460-1241945758 -o /tmp/evaluation-result-1784460-1241945758/solver-1784460-1241945758 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784460-1241945758.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 394
/proc/meminfo: memFree=1716120/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=880 CPUtime=0
/proc/394/stat : 394 (glucose.sh) R 392 394 357 0 -1 4194304 41 0 0 0 0 0 0 0 19 0 1 0 222609512 901120 25 1992294400 4194304 4889804 548682068832 18446744073709551615 214917248277 0 0 4096 0 0 0 0 17 0 0 0
/proc/394/statm: 220 25 18 169 0 8 0

[startup+0.0149511 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 394
/proc/meminfo: memFree=1716120/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=0
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 222609512 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/394/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101965 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 394
/proc/meminfo: memFree=1716120/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=0
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 222609512 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/394/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.302009 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 394
/proc/meminfo: memFree=1716120/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=0
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 222609512 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/394/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701093 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 394
/proc/meminfo: memFree=1716120/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=0
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 222609512 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/394/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50126 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 396
/proc/meminfo: memFree=1691016/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=0
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 222609512 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/394/statm: 1340 236 195 169 0 51 0
[pid=396] ppid=394 vsize=31020 CPUtime=1.48
/proc/396/stat : 396 (SatELite_releas) R 394 394 357 0 -1 4194304 6226 0 0 0 146 2 0 0 25 0 1 0 222609513 31764480 6210 1992294400 134512640 135225430 4294956192 18446744073709551615 134586136 0 0 4096 3 0 0 0 17 1 0 0
/proc/396/statm: 7755 6210 77 174 0 7578 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 36380

[startup+3.10162 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 396
/proc/meminfo: memFree=1690888/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=2.56
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 313 6230 0 0 0 0 251 5 16 0 1 0 222609512 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/394/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 5360

[startup+6.30129 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 397
/proc/meminfo: memFree=1682888/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=2.56
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 313 6230 0 0 0 0 251 5 16 0 1 0 222609512 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/394/statm: 1340 238 195 169 0 51 0
[pid=397] ppid=394 vsize=29096 CPUtime=3.71
/proc/397/stat : 397 (glucose_static) R 394 394 357 0 -1 4194304 7163 0 0 0 367 4 0 0 25 0 1 0 222609770 29794304 7149 1992294400 134512640 135217611 4294956304 18446744073709551615 134533051 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/397/statm: 7274 7149 77 172 0 7099 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 34456

[startup+12.7027 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 397
/proc/meminfo: memFree=1676368/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=2.56
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 313 6230 0 0 0 0 251 5 16 0 1 0 222609512 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/394/statm: 1340 238 195 169 0 51 0
[pid=397] ppid=394 vsize=33752 CPUtime=10.11
/proc/397/stat : 397 (glucose_static) R 394 394 357 0 -1 4194304 8322 0 0 0 1006 5 0 0 25 0 1 0 222609770 34562048 8308 1992294400 134512640 135217611 4294956304 18446744073709551615 134532703 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/397/statm: 8438 8308 77 172 0 8263 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 39112

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 397
/proc/meminfo: memFree=1673040/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=2.56
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 313 6230 0 0 0 0 251 5 16 0 1 0 222609512 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/394/statm: 1340 238 195 169 0 51 0
[pid=397] ppid=394 vsize=37548 CPUtime=22.9
/proc/397/stat : 397 (glucose_static) R 394 394 357 0 -1 4194304 9267 0 0 0 2285 5 0 0 25 0 1 0 222609770 38449152 9253 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/397/statm: 9387 9253 77 172 0 9212 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 42908

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 397
/proc/meminfo: memFree=1669712/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=2.56
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 313 6230 0 0 0 0 251 5 16 0 1 0 222609512 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/394/statm: 1340 238 195 169 0 51 0
[pid=397] ppid=394 vsize=40740 CPUtime=48.49
/proc/397/stat : 397 (glucose_static) R 394 394 357 0 -1 4194304 10024 0 0 0 4843 6 0 0 25 0 1 0 222609770 41717760 10010 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/397/statm: 10185 10010 77 172 0 10010 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 46100

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 397
/proc/meminfo: memFree=1667024/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=2.56
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 313 6230 0 0 0 0 251 5 16 0 1 0 222609512 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/394/statm: 1340 238 195 169 0 51 0
[pid=397] ppid=394 vsize=43388 CPUtime=99.67
/proc/397/stat : 397 (glucose_static) R 394 394 357 0 -1 4194304 10699 0 0 0 9960 7 0 0 25 0 1 0 222609770 44429312 10685 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/397/statm: 10847 10685 77 172 0 10672 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 48748

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 397
/proc/meminfo: memFree=1665168/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=2.56
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 313 6230 0 0 0 0 251 5 16 0 1 0 222609512 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/394/statm: 1340 238 195 169 0 51 0
[pid=397] ppid=394 vsize=45276 CPUtime=159.65
/proc/397/stat : 397 (glucose_static) R 394 394 357 0 -1 4194304 11162 0 0 0 15957 8 0 0 25 0 1 0 222609770 46362624 11148 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/397/statm: 11319 11148 77 172 0 11144 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 50636

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 397
/proc/meminfo: memFree=1663952/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=2.56
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 313 6230 0 0 0 0 251 5 16 0 1 0 222609512 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/394/statm: 1340 238 195 169 0 51 0
[pid=397] ppid=394 vsize=46604 CPUtime=219.63
/proc/397/stat : 397 (glucose_static) R 394 394 357 0 -1 4194304 11470 0 0 0 21955 8 0 0 25 0 1 0 222609770 47722496 11456 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/397/statm: 11651 11456 77 172 0 11476 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 51964

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 397
/proc/meminfo: memFree=1662096/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=2.56
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 313 6230 0 0 0 0 251 5 16 0 1 0 222609512 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/394/statm: 1340 238 195 169 0 51 0
[pid=397] ppid=394 vsize=48536 CPUtime=279.61
/proc/397/stat : 397 (glucose_static) R 394 394 357 0 -1 4194304 11937 0 0 0 27952 9 0 0 25 0 1 0 222609770 49700864 11923 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/397/statm: 12134 11923 77 172 0 11959 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 53896

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 403
/proc/meminfo: memFree=1660368/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=2.56
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 313 6230 0 0 0 0 251 5 16 0 1 0 222609512 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/394/statm: 1340 238 195 169 0 51 0
[pid=397] ppid=394 vsize=50040 CPUtime=339.58
/proc/397/stat : 397 (glucose_static) R 394 394 357 0 -1 4194304 12325 0 0 0 33948 10 0 0 25 0 1 0 222609770 51240960 12311 1992294400 134512640 135217611 4294956304 18446744073709551615 134533319 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/397/statm: 12510 12311 77 172 0 12335 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 55400

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 403
/proc/meminfo: memFree=1659600/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=2.56
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 313 6230 0 0 0 0 251 5 16 0 1 0 222609512 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/394/statm: 1340 238 195 169 0 51 0
[pid=397] ppid=394 vsize=50860 CPUtime=399.55
/proc/397/stat : 397 (glucose_static) R 394 394 357 0 -1 4194304 12519 0 0 0 39945 10 0 0 25 0 1 0 222609770 52080640 12505 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/397/statm: 12715 12505 77 172 0 12540 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 56220

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 403
/proc/meminfo: memFree=1657360/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=2.56

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

/proc/397/statm: 36629 35913 77 172 0 36454 0
Current children cumulated CPU time (s) 4360.66
Current children cumulated vsize (KiB) 151876

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 411
/proc/meminfo: memFree=1564952/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=2.56
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 313 6230 0 0 0 0 251 5 16 0 1 0 222609512 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/394/statm: 1340 238 195 169 0 51 0
[pid=397] ppid=394 vsize=146516 CPUtime=4418.07
/proc/397/stat : 397 (glucose_static) R 394 394 357 0 -1 4194304 35950 0 0 0 441760 47 0 0 25 0 1 0 222609770 150032384 35915 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/397/statm: 36629 35915 77 172 0 36454 0
Current children cumulated CPU time (s) 4420.63
Current children cumulated vsize (KiB) 151876

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 411
/proc/meminfo: memFree=1564952/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=2.56
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 313 6230 0 0 0 0 251 5 16 0 1 0 222609512 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/394/statm: 1340 238 195 169 0 51 0
[pid=397] ppid=394 vsize=146920 CPUtime=4478.05
/proc/397/stat : 397 (glucose_static) R 394 394 357 0 -1 4194304 35952 0 0 0 447758 47 0 0 25 0 1 0 222609770 150446080 35917 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/397/statm: 36730 35917 77 172 0 36555 0
Current children cumulated CPU time (s) 4480.61
Current children cumulated vsize (KiB) 152280

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 411
/proc/meminfo: memFree=1564952/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=2.56
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 313 6230 0 0 0 0 251 5 16 0 1 0 222609512 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/394/statm: 1340 238 195 169 0 51 0
[pid=397] ppid=394 vsize=146920 CPUtime=4538.03
/proc/397/stat : 397 (glucose_static) R 394 394 357 0 -1 4194304 35953 0 0 0 453756 47 0 0 25 0 1 0 222609770 150446080 35918 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/397/statm: 36730 35918 77 172 0 36555 0
Current children cumulated CPU time (s) 4540.59
Current children cumulated vsize (KiB) 152280

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 411
/proc/meminfo: memFree=1564888/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=2.56
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 313 6230 0 0 0 0 251 5 16 0 1 0 222609512 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/394/statm: 1340 238 195 169 0 51 0
[pid=397] ppid=394 vsize=146920 CPUtime=4598.02
/proc/397/stat : 397 (glucose_static) R 394 394 357 0 -1 4194304 35955 0 0 0 459754 48 0 0 25 0 1 0 222609770 150446080 35920 1992294400 134512640 135217611 4294956304 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/397/statm: 36730 35920 77 172 0 36555 0
Current children cumulated CPU time (s) 4600.58
Current children cumulated vsize (KiB) 152280

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 411
/proc/meminfo: memFree=1564824/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=2.56
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 313 6230 0 0 0 0 251 5 16 0 1 0 222609512 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/394/statm: 1340 238 195 169 0 51 0
[pid=397] ppid=394 vsize=146920 CPUtime=4657.99
/proc/397/stat : 397 (glucose_static) R 394 394 357 0 -1 4194304 35957 0 0 0 465751 48 0 0 25 0 1 0 222609770 150446080 35922 1992294400 134512640 135217611 4294956304 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/397/statm: 36730 35922 77 172 0 36555 0
Current children cumulated CPU time (s) 4660.55
Current children cumulated vsize (KiB) 152280

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 411
/proc/meminfo: memFree=1564824/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=2.56
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 313 6230 0 0 0 0 251 5 16 0 1 0 222609512 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/394/statm: 1340 238 195 169 0 51 0
[pid=397] ppid=394 vsize=146920 CPUtime=4717.97
/proc/397/stat : 397 (glucose_static) R 394 394 357 0 -1 4194304 35957 0 0 0 471749 48 0 0 25 0 1 0 222609770 150446080 35922 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/397/statm: 36730 35922 77 172 0 36555 0
Current children cumulated CPU time (s) 4720.53
Current children cumulated vsize (KiB) 152280

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 411
/proc/meminfo: memFree=1564760/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=2.56
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 313 6230 0 0 0 0 251 5 16 0 1 0 222609512 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/394/statm: 1340 238 195 169 0 51 0
[pid=397] ppid=394 vsize=146920 CPUtime=4777.94
/proc/397/stat : 397 (glucose_static) R 394 394 357 0 -1 4194304 35959 0 0 0 477746 48 0 0 25 0 1 0 222609770 150446080 35924 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/397/statm: 36730 35924 77 172 0 36555 0
Current children cumulated CPU time (s) 4780.5
Current children cumulated vsize (KiB) 152280

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 411
/proc/meminfo: memFree=1564760/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=2.56
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 313 6230 0 0 0 0 251 5 16 0 1 0 222609512 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/394/statm: 1340 238 195 169 0 51 0
[pid=397] ppid=394 vsize=146920 CPUtime=4837.91
/proc/397/stat : 397 (glucose_static) R 394 394 357 0 -1 4194304 35959 0 0 0 483743 48 0 0 25 0 1 0 222609770 150446080 35924 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/397/statm: 36730 35924 77 172 0 36555 0
Current children cumulated CPU time (s) 4840.47
Current children cumulated vsize (KiB) 152280

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 411
/proc/meminfo: memFree=1564760/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=2.56
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 313 6230 0 0 0 0 251 5 16 0 1 0 222609512 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/394/statm: 1340 238 195 169 0 51 0
[pid=397] ppid=394 vsize=146920 CPUtime=4897.9
/proc/397/stat : 397 (glucose_static) R 394 394 357 0 -1 4194304 35961 0 0 0 489741 49 0 0 25 0 1 0 222609770 150446080 35926 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/397/statm: 36730 35926 77 172 0 36555 0
Current children cumulated CPU time (s) 4900.46
Current children cumulated vsize (KiB) 152280

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 411
/proc/meminfo: memFree=1564568/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=2.56
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 313 6230 0 0 0 0 251 5 16 0 1 0 222609512 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/394/statm: 1340 238 195 169 0 51 0
[pid=397] ppid=394 vsize=147056 CPUtime=4957.88
/proc/397/stat : 397 (glucose_static) R 394 394 357 0 -1 4194304 36007 0 0 0 495739 49 0 0 25 0 1 0 222609770 150585344 35972 1992294400 134512640 135217611 4294956304 18446744073709551615 134533222 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/397/statm: 36764 35972 77 172 0 36589 0
Current children cumulated CPU time (s) 4960.44
Current children cumulated vsize (KiB) 152416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 411
/proc/meminfo: memFree=1564568/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=2.56
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 313 6230 0 0 0 0 251 5 16 0 1 0 222609512 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/394/statm: 1340 238 195 169 0 51 0
[pid=397] ppid=394 vsize=147056 CPUtime=4997.47
/proc/397/stat : 397 (glucose_static) R 394 394 357 0 -1 4194304 36010 0 0 0 499698 49 0 0 25 0 1 0 222609770 150585344 35975 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/397/statm: 36764 35975 77 172 0 36589 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 152416

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

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

[startup+5001.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 411
/proc/meminfo: memFree=1564568/2055920 swapFree=4093368/4192956
[pid=394] ppid=392 vsize=5360 CPUtime=2.56
/proc/394/stat : 394 (glucose.sh) S 392 394 357 0 -1 4194304 313 6230 0 0 0 0 251 5 16 0 1 0 222609512 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/394/statm: 1340 238 195 169 0 51 0
[pid=397] ppid=394 vsize=147056 CPUtime=4997.47
/proc/397/stat : 397 (glucose_static) R 394 394 357 0 -1 4194304 36010 0 0 0 499698 49 0 0 25 0 1 0 222609770 150585344 35975 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/397/statm: 36764 35975 77 172 0 36589 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 152416

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5001.91
CPU time (s): 5000.03
CPU user time (s): 4999.49
CPU system time (s): 0.54
CPU usage (%): 99.9624
Max. virtual memory (cumulated for all children) (KiB): 152416

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

runsolver used 5.96309 second user time and 12.2201 second system time

The end

Launcher Data

Begin job on node10 at 2009-05-10 10:55:59
IDJOB=1784460
IDBENCH=71564
IDSOLVER=610
FILE ID=node10/1784460-1241945758
PBS_JOBID= 9265058
Free space on /tmp= 66404 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2640c305320gyes8.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784460-1241945758/watcher-1784460-1241945758 -o /tmp/evaluation-result-1784460-1241945758/solver-1784460-1241945758 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784460-1241945758.cnf

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

MD5SUM BENCH= 930a5df7b1f1625c5486319e8b2ac554
RANDOM SEED=1088330406

node10.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.263
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.263
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:       1716608 kB
Buffers:         53928 kB
Cached:         146168 kB
SwapCached:      94412 kB
Active:         131612 kB
Inactive:       164128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1716608 kB
SwapTotal:     4192956 kB
SwapFree:      4093368 kB
Dirty:            5632 kB
Writeback:           0 kB
Mapped:          14020 kB
Slab:            29668 kB
Committed_AS:   742528 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= 66396 MiB
End job on node10 at 2009-05-10 12:19:23