Trace number 1784236

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.41

General information on the benchmark

NameCRAFTED/modcircuits/
mod3block_4vars_11gates_b2.cnf
MD5SUMc145d81f1457b6e33e1aa58009001b0a
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 variables1448
Number of clauses720410
Sum of the clauses size4254134
Maximum clause length34
Minimum clause length1
Number of clauses of size 1384
Number of clauses of size 24709
Number of clauses of size 30
Number of clauses of size 48462
Number of clauses of size 530976
Number of clauses of size over 5675879

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.69/0.72	c ==============================================================================
0.69/0.72	c |           |     ORIGINAL     |              LEARNT              |          |
0.69/0.72	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.69/0.72	c ==============================================================================
0.69/0.72	c |         0 |  720026  4253750 |  216007       0        0     nan |  0.000 % |
44.96/45.08	c |         0 |  373673  2138802 |      --       0       --      -- |     --   | -42225/-36740
44.96/45.08	c ==============================================================================
44.96/45.08	c Result  :   #vars: 989   #clauses: 373673   #literals: 2138802
44.96/45.08	c CPU time:   44.8992 s
44.96/45.08	c ==============================================================================
45.55/45.69	c
45.55/45.69	c Starting glucose
45.55/45.69	c
45.55/45.70	
45.55/45.70	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
45.55/45.70	
45.55/45.70	c ============================[ Problem Statistics ]=============================
45.55/45.70	c |                                                                             |
45.55/45.70	c |  Number of variables:  989                                                  |
45.55/45.70	c |  Number of clauses:    373673                                               |
45.65/45.96	c |  Parsing time:         0.23         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-1784236-1241925871/watcher-1784236-1241925871 -o /tmp/evaluation-result-1784236-1241925871/solver-1784236-1241925871 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784236-1241925871.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: 1.00 1.00 1.00 3/65 14320
/proc/meminfo: memFree=1778328/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=0
/proc/14320/stat : 14320 (glucose.sh) R 14318 14320 11084 0 -1 4194304 268 0 0 0 0 0 0 0 19 0 1 0 220617291 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 265674091167 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/14320/statm: 1340 235 194 169 0 51 0
[pid=14321] ppid=14320 vsize=1008 CPUtime=0
/proc/14321/stat : 14321 (SatELite_releas) R 14320 14320 11084 0 -1 4194304 119 0 0 0 0 0 0 0 19 0 1 0 220617291 1032192 103 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/14321/statm: 252 104 50 174 0 75 0

[startup+0.056505 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 14320
/proc/meminfo: memFree=1778328/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=0
/proc/14320/stat : 14320 (glucose.sh) S 14318 14320 11084 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 220617291 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14320/statm: 1340 236 195 169 0 51 0
[pid=14321] ppid=14320 vsize=5104 CPUtime=0.04
/proc/14321/stat : 14321 (SatELite_releas) R 14320 14320 11084 0 -1 4194304 1072 0 0 0 4 0 0 0 20 0 1 0 220617291 5226496 1056 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/14321/statm: 1276 1059 50 174 0 1099 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10464

[startup+0.101509 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 14320
/proc/meminfo: memFree=1778328/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=0
/proc/14320/stat : 14320 (glucose.sh) S 14318 14320 11084 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 220617291 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14320/statm: 1340 236 195 169 0 51 0
[pid=14321] ppid=14320 vsize=8224 CPUtime=0.08
/proc/14321/stat : 14321 (SatELite_releas) R 14320 14320 11084 0 -1 4194304 1882 0 0 0 8 0 0 0 20 0 1 0 220617291 8421376 1866 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/14321/statm: 2056 1867 50 174 0 1879 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13584

[startup+0.301531 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 14320
/proc/meminfo: memFree=1778328/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=0
/proc/14320/stat : 14320 (glucose.sh) S 14318 14320 11084 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 220617291 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14320/statm: 1340 236 195 169 0 51 0
[pid=14321] ppid=14320 vsize=23004 CPUtime=0.29
/proc/14321/stat : 14321 (SatELite_releas) R 14320 14320 11084 0 -1 4194304 5353 0 0 0 26 3 0 0 22 0 1 0 220617291 23556096 5337 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/14321/statm: 5787 5341 50 174 0 5610 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28364

[startup+0.701575 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 14320
/proc/meminfo: memFree=1778328/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=0
/proc/14320/stat : 14320 (glucose.sh) S 14318 14320 11084 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 220617291 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14320/statm: 1340 236 195 169 0 51 0
[pid=14321] ppid=14320 vsize=62200 CPUtime=0.69
/proc/14321/stat : 14321 (SatELite_releas) R 14320 14320 11084 0 -1 4194304 14534 0 0 0 60 9 0 0 25 0 1 0 220617291 63692800 14518 1992294400 134512640 135225430 4294956176 18446744073709551615 134548165 0 0 4096 3 0 0 0 17 0 0 0
/proc/14321/statm: 15550 14519 51 174 0 15373 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67560

[startup+1.50167 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14322
/proc/meminfo: memFree=1715848/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=0
/proc/14320/stat : 14320 (glucose.sh) S 14318 14320 11084 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 220617291 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14320/statm: 1340 236 195 169 0 51 0
[pid=14321] ppid=14320 vsize=65264 CPUtime=1.49
/proc/14321/stat : 14321 (SatELite_releas) R 14320 14320 11084 0 -1 4194304 15627 0 0 0 140 9 0 0 25 0 1 0 220617291 66830336 15600 1992294400 134512640 135225430 4294956176 18446744073709551615 134548782 0 0 4096 3 0 0 0 17 0 0 0
/proc/14321/statm: 16316 15600 72 174 0 16139 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70624

[startup+3.10185 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14322
/proc/meminfo: memFree=1714824/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=0
/proc/14320/stat : 14320 (glucose.sh) S 14318 14320 11084 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 220617291 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14320/statm: 1340 236 195 169 0 51 0
[pid=14321] ppid=14320 vsize=65432 CPUtime=3.08
/proc/14321/stat : 14321 (SatELite_releas) R 14320 14320 11084 0 -1 4194304 15674 0 0 0 299 9 0 0 25 0 1 0 220617291 67002368 15647 1992294400 134512640 135225430 4294956176 18446744073709551615 134586126 0 0 4096 3 0 0 0 17 0 0 0
/proc/14321/statm: 16358 15647 72 174 0 16181 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 70792

[startup+6.3012 s]
/proc/loadavg: 1.08 1.02 1.01 2/67 14322
/proc/meminfo: memFree=1714376/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=0
/proc/14320/stat : 14320 (glucose.sh) S 14318 14320 11084 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 220617291 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14320/statm: 1340 236 195 169 0 51 0
[pid=14321] ppid=14320 vsize=65944 CPUtime=6.29
/proc/14321/stat : 14321 (SatELite_releas) R 14320 14320 11084 0 -1 4194304 15780 0 0 0 619 10 0 0 25 0 1 0 220617291 67526656 15753 1992294400 134512640 135225430 4294956176 18446744073709551615 134549609 0 0 4096 3 0 0 0 17 0 0 0
/proc/14321/statm: 16486 15753 72 174 0 16309 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71304

[startup+12.7019 s]
/proc/loadavg: 1.15 1.03 1.01 2/67 14322
/proc/meminfo: memFree=1714376/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=0
/proc/14320/stat : 14320 (glucose.sh) S 14318 14320 11084 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 220617291 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14320/statm: 1340 236 195 169 0 51 0
[pid=14321] ppid=14320 vsize=66284 CPUtime=12.68
/proc/14321/stat : 14321 (SatELite_releas) R 14320 14320 11084 0 -1 4194304 15969 0 0 0 1258 10 0 0 25 0 1 0 220617291 67874816 15835 1992294400 134512640 135225430 4294956176 18446744073709551615 134549618 0 0 4096 3 0 0 0 17 0 0 0
/proc/14321/statm: 16571 15835 72 174 0 16394 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 71644

[startup+25.5014 s]
/proc/loadavg: 1.12 1.03 1.01 2/67 14322
/proc/meminfo: memFree=1713864/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=0
/proc/14320/stat : 14320 (glucose.sh) S 14318 14320 11084 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 220617291 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14320/statm: 1340 236 195 169 0 51 0
[pid=14321] ppid=14320 vsize=67308 CPUtime=25.48
/proc/14321/stat : 14321 (SatELite_releas) R 14320 14320 11084 0 -1 4194304 16279 0 0 0 2537 11 0 0 25 0 1 0 220617291 68923392 16145 1992294400 134512640 135225430 4294956176 18446744073709551615 134548793 0 0 4096 3 0 0 0 17 0 0 0
/proc/14321/statm: 16827 16145 72 174 0 16650 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 72668

[startup+51.1012 s]
/proc/loadavg: 1.16 1.04 1.01 2/67 14323
/proc/meminfo: memFree=1734856/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=45.65
/proc/14320/stat : 14320 (glucose.sh) S 14318 14320 11084 0 -1 4194304 313 22214 0 0 0 0 4545 20 16 0 1 0 220617291 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14320/statm: 1340 238 195 169 0 51 0
[pid=14323] ppid=14320 vsize=33480 CPUtime=5.38
/proc/14323/stat : 14323 (glucose_static) R 14320 14320 11084 0 -1 4194304 8002 0 0 0 533 5 0 0 25 0 1 0 220621861 34283520 7988 1992294400 134512640 135217611 4294956304 18446744073709551615 134533523 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14323/statm: 8370 7988 77 172 0 8195 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 38840

[startup+102.306 s]
/proc/loadavg: 1.07 1.03 1.01 2/67 14323
/proc/meminfo: memFree=1730056/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=45.65
/proc/14320/stat : 14320 (glucose.sh) S 14318 14320 11084 0 -1 4194304 313 22214 0 0 0 0 4545 20 16 0 1 0 220617291 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14320/statm: 1340 238 195 169 0 51 0
[pid=14323] ppid=14320 vsize=38452 CPUtime=56.54
/proc/14323/stat : 14323 (glucose_static) R 14320 14320 11084 0 -1 4194304 9221 0 0 0 5648 6 0 0 25 0 1 0 220621861 39374848 9207 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14323/statm: 9613 9207 77 172 0 9438 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 43812

[startup+162.302 s]
/proc/loadavg: 1.02 1.03 1.00 2/67 14323
/proc/meminfo: memFree=1727112/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=45.65
/proc/14320/stat : 14320 (glucose.sh) S 14318 14320 11084 0 -1 4194304 313 22214 0 0 0 0 4545 20 16 0 1 0 220617291 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14320/statm: 1340 238 195 169 0 51 0
[pid=14323] ppid=14320 vsize=41564 CPUtime=116.51
/proc/14323/stat : 14323 (glucose_static) R 14320 14320 11084 0 -1 4194304 9969 0 0 0 11644 7 0 0 25 0 1 0 220621861 42561536 9955 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14323/statm: 10391 9955 77 172 0 10216 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 46924

[startup+222.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/67 14323
/proc/meminfo: memFree=1725576/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=45.65
/proc/14320/stat : 14320 (glucose.sh) S 14318 14320 11084 0 -1 4194304 313 22214 0 0 0 0 4545 20 16 0 1 0 220617291 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14320/statm: 1340 238 195 169 0 51 0
[pid=14323] ppid=14320 vsize=43296 CPUtime=176.48
/proc/14323/stat : 14323 (glucose_static) R 14320 14320 11084 0 -1 4194304 10356 0 0 0 17640 8 0 0 25 0 1 0 220621861 44335104 10342 1992294400 134512640 135217611 4294956304 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14323/statm: 10824 10342 77 172 0 10649 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 48656

[startup+282.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 14323
/proc/meminfo: memFree=1724168/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=45.65
/proc/14320/stat : 14320 (glucose.sh) S 14318 14320 11084 0 -1 4194304 313 22214 0 0 0 0 4545 20 16 0 1 0 220617291 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14320/statm: 1340 238 195 169 0 51 0
[pid=14323] ppid=14320 vsize=44944 CPUtime=236.45
/proc/14323/stat : 14323 (glucose_static) R 14320 14320 11084 0 -1 4194304 10737 0 0 0 23637 8 0 0 25 0 1 0 220621861 46022656 10723 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14323/statm: 11236 10723 77 172 0 11061 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 50304

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 14323
/proc/meminfo: memFree=1723528/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=45.65
/proc/14320/stat : 14320 (glucose.sh) S 14318 14320 11084 0 -1 4194304 313 22214 0 0 0 0 4545 20 16 0 1 0 220617291 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14320/statm: 1340 238 195 169 0 51 0
[pid=14323] ppid=14320 vsize=45748 CPUtime=296.43
/proc/14323/stat : 14323 (glucose_static) R 14320 14320 11084 0 -1 4194304 10891 0 0 0 29635 8 0 0 25 0 1 0 220621861 46845952 10877 1992294400 134512640 135217611 4294956304 18446744073709551615 134537022 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14323/statm: 11437 10877 77 172 0 11262 0
Current children cumulated CPU time (s) 342.08

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

/proc/14323/statm: 22054 20351 77 172 0 21879 0
Current children cumulated CPU time (s) 4300.25
Current children cumulated vsize (KiB) 93576

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14331
/proc/meminfo: memFree=1684168/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=45.65
/proc/14320/stat : 14320 (glucose.sh) S 14318 14320 11084 0 -1 4194304 313 22214 0 0 0 0 4545 20 16 0 1 0 220617291 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14320/statm: 1340 238 195 169 0 51 0
[pid=14323] ppid=14320 vsize=88216 CPUtime=4314.57
/proc/14323/stat : 14323 (glucose_static) R 14320 14320 11084 0 -1 4194304 20390 0 0 0 431434 23 0 0 25 0 1 0 220621861 90333184 20360 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14323/statm: 22054 20360 77 172 0 21879 0
Current children cumulated CPU time (s) 4360.22
Current children cumulated vsize (KiB) 93576

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14331
/proc/meminfo: memFree=1683976/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=45.65
/proc/14320/stat : 14320 (glucose.sh) S 14318 14320 11084 0 -1 4194304 313 22214 0 0 0 0 4545 20 16 0 1 0 220617291 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14320/statm: 1340 238 195 169 0 51 0
[pid=14323] ppid=14320 vsize=88216 CPUtime=4374.54
/proc/14323/stat : 14323 (glucose_static) R 14320 14320 11084 0 -1 4194304 20405 0 0 0 437431 23 0 0 25 0 1 0 220621861 90333184 20375 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14323/statm: 22054 20375 77 172 0 21879 0
Current children cumulated CPU time (s) 4420.19
Current children cumulated vsize (KiB) 93576

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14331
/proc/meminfo: memFree=1683336/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=45.65
/proc/14320/stat : 14320 (glucose.sh) S 14318 14320 11084 0 -1 4194304 313 22214 0 0 0 0 4545 20 16 0 1 0 220617291 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14320/statm: 1340 238 195 169 0 51 0
[pid=14323] ppid=14320 vsize=88876 CPUtime=4434.51
/proc/14323/stat : 14323 (glucose_static) R 14320 14320 11084 0 -1 4194304 20580 0 0 0 443428 23 0 0 25 0 1 0 220621861 91009024 20550 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14323/statm: 22219 20550 77 172 0 22044 0
Current children cumulated CPU time (s) 4480.16
Current children cumulated vsize (KiB) 94236

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14331
/proc/meminfo: memFree=1682184/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=45.65
/proc/14320/stat : 14320 (glucose.sh) S 14318 14320 11084 0 -1 4194304 313 22214 0 0 0 0 4545 20 16 0 1 0 220617291 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14320/statm: 1340 238 195 169 0 51 0
[pid=14323] ppid=14320 vsize=90028 CPUtime=4494.48
/proc/14323/stat : 14323 (glucose_static) R 14320 14320 11084 0 -1 4194304 20875 0 0 0 449425 23 0 0 25 0 1 0 220621861 92188672 20845 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14323/statm: 22507 20845 77 172 0 22332 0
Current children cumulated CPU time (s) 4540.13
Current children cumulated vsize (KiB) 95388

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14331
/proc/meminfo: memFree=1679368/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=45.65
/proc/14320/stat : 14320 (glucose.sh) S 14318 14320 11084 0 -1 4194304 313 22214 0 0 0 0 4545 20 16 0 1 0 220617291 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14320/statm: 1340 238 195 169 0 51 0
[pid=14323] ppid=14320 vsize=92628 CPUtime=4554.46
/proc/14323/stat : 14323 (glucose_static) R 14320 14320 11084 0 -1 4194304 21520 0 0 0 455422 24 0 0 25 0 1 0 220621861 94851072 21490 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14323/statm: 23157 21490 77 172 0 22982 0
Current children cumulated CPU time (s) 4600.11
Current children cumulated vsize (KiB) 97988

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14333
/proc/meminfo: memFree=1678920/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=45.65
/proc/14320/stat : 14320 (glucose.sh) S 14318 14320 11084 0 -1 4194304 313 22214 0 0 0 0 4545 20 16 0 1 0 220617291 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14320/statm: 1340 238 195 169 0 51 0
[pid=14323] ppid=14320 vsize=92948 CPUtime=4614.43
/proc/14323/stat : 14323 (glucose_static) R 14320 14320 11084 0 -1 4194304 21601 0 0 0 461419 24 0 0 25 0 1 0 220621861 95178752 21571 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14323/statm: 23237 21571 77 172 0 23062 0
Current children cumulated CPU time (s) 4660.08
Current children cumulated vsize (KiB) 98308

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14333
/proc/meminfo: memFree=1678920/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=45.65
/proc/14320/stat : 14320 (glucose.sh) S 14318 14320 11084 0 -1 4194304 313 22214 0 0 0 0 4545 20 16 0 1 0 220617291 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14320/statm: 1340 238 195 169 0 51 0
[pid=14323] ppid=14320 vsize=92948 CPUtime=4674.4
/proc/14323/stat : 14323 (glucose_static) R 14320 14320 11084 0 -1 4194304 21601 0 0 0 467416 24 0 0 25 0 1 0 220621861 95178752 21571 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14323/statm: 23237 21571 77 172 0 23062 0
Current children cumulated CPU time (s) 4720.05
Current children cumulated vsize (KiB) 98308

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14333
/proc/meminfo: memFree=1678920/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=45.65
/proc/14320/stat : 14320 (glucose.sh) S 14318 14320 11084 0 -1 4194304 313 22214 0 0 0 0 4545 20 16 0 1 0 220617291 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14320/statm: 1340 238 195 169 0 51 0
[pid=14323] ppid=14320 vsize=92948 CPUtime=4734.38
/proc/14323/stat : 14323 (glucose_static) R 14320 14320 11084 0 -1 4194304 21603 0 0 0 473414 24 0 0 25 0 1 0 220621861 95178752 21573 1992294400 134512640 135217611 4294956304 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14323/statm: 23237 21573 77 172 0 23062 0
Current children cumulated CPU time (s) 4780.03
Current children cumulated vsize (KiB) 98308

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14333
/proc/meminfo: memFree=1678664/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=45.65
/proc/14320/stat : 14320 (glucose.sh) S 14318 14320 11084 0 -1 4194304 313 22214 0 0 0 0 4545 20 16 0 1 0 220617291 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14320/statm: 1340 238 195 169 0 51 0
[pid=14323] ppid=14320 vsize=93320 CPUtime=4794.36
/proc/14323/stat : 14323 (glucose_static) R 14320 14320 11084 0 -1 4194304 21690 0 0 0 479411 25 0 0 25 0 1 0 220621861 95559680 21660 1992294400 134512640 135217611 4294956304 18446744073709551615 134522435 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14323/statm: 23330 21660 77 172 0 23155 0
Current children cumulated CPU time (s) 4840.01
Current children cumulated vsize (KiB) 98680

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14333
/proc/meminfo: memFree=1678664/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=45.65
/proc/14320/stat : 14320 (glucose.sh) S 14318 14320 11084 0 -1 4194304 313 22214 0 0 0 0 4545 20 16 0 1 0 220617291 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14320/statm: 1340 238 195 169 0 51 0
[pid=14323] ppid=14320 vsize=93320 CPUtime=4854.33
/proc/14323/stat : 14323 (glucose_static) R 14320 14320 11084 0 -1 4194304 21690 0 0 0 485408 25 0 0 25 0 1 0 220621861 95559680 21660 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14323/statm: 23330 21660 77 172 0 23155 0
Current children cumulated CPU time (s) 4899.98
Current children cumulated vsize (KiB) 98680

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14333
/proc/meminfo: memFree=1678344/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=45.65
/proc/14320/stat : 14320 (glucose.sh) S 14318 14320 11084 0 -1 4194304 313 22214 0 0 0 0 4545 20 16 0 1 0 220617291 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14320/statm: 1340 238 195 169 0 51 0
[pid=14323] ppid=14320 vsize=93768 CPUtime=4914.31
/proc/14323/stat : 14323 (glucose_static) R 14320 14320 11084 0 -1 4194304 21784 0 0 0 491406 25 0 0 25 0 1 0 220621861 96018432 21754 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14323/statm: 23442 21754 77 172 0 23267 0
Current children cumulated CPU time (s) 4959.96
Current children cumulated vsize (KiB) 99128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14333
/proc/meminfo: memFree=1678216/2055920 swapFree=4180400/4192956
[pid=14320] ppid=14318 vsize=5360 CPUtime=45.65
/proc/14320/stat : 14320 (glucose.sh) S 14318 14320 11084 0 -1 4194304 313 22214 0 0 0 0 4545 20 16 0 1 0 220617291 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14320/statm: 1340 238 195 169 0 51 0
[pid=14323] ppid=14320 vsize=93960 CPUtime=4954.39
/proc/14323/stat : 14323 (glucose_static) R 14320 14320 11084 0 -1 4194304 21820 0 0 0 495414 25 0 0 25 0 1 0 220621861 96215040 21790 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/14323/statm: 23490 21790 77 172 0 23315 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 99320

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 14320 and gives
#  childrusage.ru_utime.tv_sec=45
#  childrusage.ru_utime.tv_usec=455089
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=202969
# CPU time returned by wait4() is 45.6581
# 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.41
CPU time (s): 5000.04
CPU user time (s): 4999.59
CPU system time (s): 0.45
CPU usage (%): 99.9526
Max. virtual memory (cumulated for all children) (KiB): 99320

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

runsolver used 6.10507 second user time and 12.0922 second system time

The end

Launcher Data

Begin job on node76 at 2009-05-10 05:24:32
IDJOB=1784236
IDBENCH=71135
IDSOLVER=610
FILE ID=node76/1784236-1241925871
PBS_JOBID= 9264884
Free space on /tmp= 66492 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/modcircuits/mod3block_4vars_11gates_b2.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784236-1241925871/watcher-1784236-1241925871 -o /tmp/evaluation-result-1784236-1241925871/solver-1784236-1241925871 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784236-1241925871.cnf

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

MD5SUM BENCH= c145d81f1457b6e33e1aa58009001b0a
RANDOM SEED=1372073891

node76.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1778872 kB
Buffers:         49660 kB
Cached:         175056 kB
SwapCached:       7232 kB
Active:         135808 kB
Inactive:        97616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1778872 kB
SwapTotal:     4192956 kB
SwapFree:      4180400 kB
Dirty:           23404 kB
Writeback:           0 kB
Mapped:          13688 kB
Slab:            29620 kB
Committed_AS:   712184 kB
PageTables:       1432 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= 66480 MiB
End job on node76 at 2009-05-10 06:47:56