Trace number 1784260

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 5001.41

General information on the benchmark

NameCRAFTED/modcircuits/
mod3block_2vars_10gates_u2_autoenc.cnf
MD5SUMb22738b664eaf1324f561a555f3cf0f3
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 variables475
Number of clauses117796
Sum of the clauses size690176
Maximum clause length13
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21987
Number of clauses of size 34
Number of clauses of size 41021
Number of clauses of size 56342
Number of clauses of size over 5108378

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.09/0.12	c ==============================================================================
0.09/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.12	c ==============================================================================
0.09/0.12	c |         0 |  117732   690112 |   35319       0        0     nan |  0.000 % |
3.19/3.20	c |         0 |   76120   471134 |      --       0       --      -- |     --   | -5772/26782
3.19/3.20	c ==============================================================================
3.19/3.20	c Result  :   #vars: 378   #clauses: 76120   #literals: 471134
3.19/3.20	c CPU time:   3.19351 s
3.19/3.20	c ==============================================================================
3.29/3.35	c
3.29/3.35	c Starting glucose
3.29/3.35	c
3.29/3.35	
3.29/3.35	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
3.29/3.35	
3.29/3.35	c ============================[ Problem Statistics ]=============================
3.29/3.35	c |                                                                             |
3.29/3.35	c |  Number of variables:  378                                                  |
3.29/3.35	c |  Number of clauses:    76120                                                |
3.34/3.41	c |  Parsing time:         0.05         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-1784260-1241928349/watcher-1784260-1241928349 -o /tmp/evaluation-result-1784260-1241928349/solver-1784260-1241928349 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784260-1241928349.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.99 0.99 3/64 2643
/proc/meminfo: memFree=1628312/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=0
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220862171 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2643/statm: 1340 236 195 169 0 51 0
[pid=2644] ppid=2643 vsize=1304 CPUtime=0
/proc/2644/stat : 2644 (SatELite_releas) R 2643 2643 2606 0 -1 4194304 195 0 0 0 0 0 0 0 18 0 1 0 220862171 1335296 179 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/2644/statm: 326 180 50 174 0 149 0

[startup+0.075938 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 2643
/proc/meminfo: memFree=1628312/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=0
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220862171 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2643/statm: 1340 236 195 169 0 51 0
[pid=2644] ppid=2643 vsize=5968 CPUtime=0.06
/proc/2644/stat : 2644 (SatELite_releas) R 2643 2643 2606 0 -1 4194304 1329 0 0 0 6 0 0 0 18 0 1 0 220862171 6111232 1313 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/2644/statm: 1492 1313 50 174 0 1315 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11328

[startup+0.102939 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 2643
/proc/meminfo: memFree=1628312/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=0
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220862171 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2643/statm: 1340 236 195 169 0 51 0
[pid=2644] ppid=2643 vsize=7684 CPUtime=0.09
/proc/2644/stat : 2644 (SatELite_releas) R 2643 2643 2606 0 -1 4194304 1778 0 0 0 9 0 0 0 18 0 1 0 220862171 7868416 1762 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/2644/statm: 1921 1763 51 174 0 1744 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13044

[startup+0.302957 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 2643
/proc/meminfo: memFree=1628312/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=0
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220862171 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2643/statm: 1340 236 195 169 0 51 0
[pid=2644] ppid=2643 vsize=11188 CPUtime=0.29
/proc/2644/stat : 2644 (SatELite_releas) R 2643 2643 2606 0 -1 4194304 2675 0 0 0 29 0 0 0 19 0 1 0 220862171 11456512 2655 1992294400 134512640 135225430 4294956176 18446744073709551615 134548782 0 0 4096 3 0 0 0 17 1 0 0
/proc/2644/statm: 2797 2655 72 174 0 2620 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16548

[startup+0.702992 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 2643
/proc/meminfo: memFree=1628312/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=0
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220862171 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2643/statm: 1340 236 195 169 0 51 0
[pid=2644] ppid=2643 vsize=11528 CPUtime=0.68
/proc/2644/stat : 2644 (SatELite_releas) R 2643 2643 2606 0 -1 4194304 2733 0 0 0 68 0 0 0 23 0 1 0 220862171 11804672 2713 1992294400 134512640 135225430 4294956176 18446744073709551615 134549609 0 0 4096 3 0 0 0 17 1 0 0
/proc/2644/statm: 2882 2713 72 174 0 2705 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 16888

[startup+1.50106 s]
/proc/loadavg: 0.92 0.99 0.99 2/66 2645
/proc/meminfo: memFree=1617352/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=0
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220862171 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2643/statm: 1340 236 195 169 0 51 0
[pid=2644] ppid=2643 vsize=13752 CPUtime=1.49
/proc/2644/stat : 2644 (SatELite_releas) R 2643 2643 2606 0 -1 4194304 3095 0 0 0 148 1 0 0 25 0 1 0 220862171 14082048 3033 1992294400 134512640 135225430 4294956176 18446744073709551615 134586099 0 0 4096 3 0 0 0 17 1 0 0
/proc/2644/statm: 3438 3033 77 174 0 3261 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19112

[startup+3.1012 s]
/proc/loadavg: 0.92 0.99 0.99 2/66 2645
/proc/meminfo: memFree=1615176/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=0
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220862171 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2643/statm: 1340 236 195 169 0 51 0
[pid=2644] ppid=2643 vsize=14676 CPUtime=3.09
/proc/2644/stat : 2644 (SatELite_releas) R 2643 2643 2606 0 -1 4194304 3501 0 0 0 308 1 0 0 25 0 1 0 220862171 15028224 3185 1992294400 134512640 135225430 4294956176 18446744073709551615 134586136 0 0 4096 3 0 0 0 17 1 0 0
/proc/2644/statm: 3669 3185 77 174 0 3492 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20036

[startup+6.30148 s]
/proc/loadavg: 0.93 0.99 0.99 2/66 2646
/proc/meminfo: memFree=1614920/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=3.34
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 313 3506 0 0 0 0 332 2 16 0 1 0 220862171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2643/statm: 1340 238 195 169 0 51 0
[pid=2646] ppid=2643 vsize=11532 CPUtime=2.94
/proc/2646/stat : 2646 (glucose_static) R 2643 2643 2606 0 -1 4194304 2750 0 0 0 292 2 0 0 25 0 1 0 220862506 11808768 2736 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2646/statm: 2883 2736 77 172 0 2708 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16892

[startup+12.701 s]
/proc/loadavg: 0.93 0.99 0.99 2/66 2646
/proc/meminfo: memFree=1613000/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=3.34
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 313 3506 0 0 0 0 332 2 16 0 1 0 220862171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2643/statm: 1340 238 195 169 0 51 0
[pid=2646] ppid=2643 vsize=13268 CPUtime=9.33
/proc/2646/stat : 2646 (glucose_static) R 2643 2643 2606 0 -1 4194304 3139 0 0 0 931 2 0 0 25 0 1 0 220862506 13586432 3125 1992294400 134512640 135217611 4294956304 18446744073709551615 134532998 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2646/statm: 3317 3125 77 172 0 3142 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 18628

[startup+25.5012 s]
/proc/loadavg: 0.95 0.99 0.99 2/66 2646
/proc/meminfo: memFree=1611272/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=3.34
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 313 3506 0 0 0 0 332 2 16 0 1 0 220862171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2643/statm: 1340 238 195 169 0 51 0
[pid=2646] ppid=2643 vsize=15008 CPUtime=22.13
/proc/2646/stat : 2646 (glucose_static) R 2643 2643 2606 0 -1 4194304 3543 0 0 0 2211 2 0 0 25 0 1 0 220862506 15368192 3529 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2646/statm: 3752 3529 77 172 0 3577 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 20368

[startup+51.1014 s]
/proc/loadavg: 0.96 0.99 0.99 2/66 2646
/proc/meminfo: memFree=1609544/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=3.34
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 313 3506 0 0 0 0 332 2 16 0 1 0 220862171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2643/statm: 1340 238 195 169 0 51 0
[pid=2646] ppid=2643 vsize=16728 CPUtime=47.72
/proc/2646/stat : 2646 (glucose_static) R 2643 2643 2606 0 -1 4194304 3985 0 0 0 4769 3 0 0 25 0 1 0 220862506 17129472 3971 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2646/statm: 4182 3971 77 172 0 4007 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 22088

[startup+102.306 s]
/proc/loadavg: 0.98 0.99 0.99 2/66 2646
/proc/meminfo: memFree=1606600/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=3.34
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 313 3506 0 0 0 0 332 2 16 0 1 0 220862171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2643/statm: 1340 238 195 169 0 51 0
[pid=2646] ppid=2643 vsize=19952 CPUtime=98.92
/proc/2646/stat : 2646 (glucose_static) R 2643 2643 2606 0 -1 4194304 4716 0 0 0 9888 4 0 0 25 0 1 0 220862506 20430848 4702 1992294400 134512640 135217611 4294956304 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2646/statm: 4988 4702 77 172 0 4813 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 25312

[startup+162.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 2646
/proc/meminfo: memFree=1604808/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=3.34
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 313 3506 0 0 0 0 332 2 16 0 1 0 220862171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2643/statm: 1340 238 195 169 0 51 0
[pid=2646] ppid=2643 vsize=21764 CPUtime=158.89
/proc/2646/stat : 2646 (glucose_static) R 2643 2643 2606 0 -1 4194304 5166 0 0 0 15885 4 0 0 25 0 1 0 220862506 22286336 5152 1992294400 134512640 135217611 4294956304 18446744073709551615 134533240 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2646/statm: 5441 5152 77 172 0 5266 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 27124

[startup+222.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 2646
/proc/meminfo: memFree=1602824/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=3.34
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 313 3506 0 0 0 0 332 2 16 0 1 0 220862171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2643/statm: 1340 238 195 169 0 51 0
[pid=2646] ppid=2643 vsize=23888 CPUtime=218.88
/proc/2646/stat : 2646 (glucose_static) R 2643 2643 2606 0 -1 4194304 5657 0 0 0 21883 5 0 0 25 0 1 0 220862506 24461312 5643 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2646/statm: 5972 5643 77 172 0 5797 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 29248

[startup+282.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 2646
/proc/meminfo: memFree=1600968/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=3.34
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 313 3506 0 0 0 0 332 2 16 0 1 0 220862171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2643/statm: 1340 238 195 169 0 51 0
[pid=2646] ppid=2643 vsize=25892 CPUtime=278.85
/proc/2646/stat : 2646 (glucose_static) R 2643 2643 2606 0 -1 4194304 6107 0 0 0 27880 5 0 0 25 0 1 0 220862506 26513408 6093 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2646/statm: 6473 6093 77 172 0 6298 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 31252

[startup+342.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 2646
/proc/meminfo: memFree=1599816/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=3.34
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 313 3506 0 0 0 0 332 2 16 0 1 0 220862171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2643/statm: 1340 238 195 169 0 51 0
[pid=2646] ppid=2643 vsize=27300 CPUtime=338.85
/proc/2646/stat : 2646 (glucose_static) R 2643 2643 2606 0 -1 4194304 6403 0 0 0 33879 6 0 0 25 0 1 0 220862506 27955200 6389 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2646/statm: 6825 6389 77 172 0 6650 0
Current children cumulated CPU time (s) 342.19

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

/proc/2646/statm: 16027 14671 77 172 0 15852 0
Current children cumulated CPU time (s) 4301.13
Current children cumulated vsize (KiB) 69468

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2654
/proc/meminfo: memFree=1565896/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=3.34
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 313 3506 0 0 0 0 332 2 16 0 1 0 220862171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2643/statm: 1340 238 195 169 0 51 0
[pid=2646] ppid=2643 vsize=64288 CPUtime=4357.77
/proc/2646/stat : 2646 (glucose_static) R 2643 2643 2606 0 -1 4194304 14715 0 0 0 435754 23 0 0 25 0 1 0 220862506 65830912 14701 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2646/statm: 16072 14701 77 172 0 15897 0
Current children cumulated CPU time (s) 4361.11
Current children cumulated vsize (KiB) 69648

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2654
/proc/meminfo: memFree=1565640/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=3.34
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 313 3506 0 0 0 0 332 2 16 0 1 0 220862171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2643/statm: 1340 238 195 169 0 51 0
[pid=2646] ppid=2643 vsize=64432 CPUtime=4417.75
/proc/2646/stat : 2646 (glucose_static) R 2643 2643 2606 0 -1 4194304 14771 0 0 0 441752 23 0 0 25 0 1 0 220862506 65978368 14757 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2646/statm: 16108 14757 77 172 0 15933 0
Current children cumulated CPU time (s) 4421.09
Current children cumulated vsize (KiB) 69792

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2654
/proc/meminfo: memFree=1565448/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=3.34
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 313 3506 0 0 0 0 332 2 16 0 1 0 220862171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2643/statm: 1340 238 195 169 0 51 0
[pid=2646] ppid=2643 vsize=64768 CPUtime=4477.73
/proc/2646/stat : 2646 (glucose_static) R 2643 2643 2606 0 -1 4194304 14831 0 0 0 447750 23 0 0 25 0 1 0 220862506 66322432 14817 1992294400 134512640 135217611 4294956304 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2646/statm: 16192 14817 77 172 0 16017 0
Current children cumulated CPU time (s) 4481.07
Current children cumulated vsize (KiB) 70128

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2654
/proc/meminfo: memFree=1564936/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=3.34
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 313 3506 0 0 0 0 332 2 16 0 1 0 220862171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2643/statm: 1340 238 195 169 0 51 0
[pid=2646] ppid=2643 vsize=65164 CPUtime=4537.72
/proc/2646/stat : 2646 (glucose_static) R 2643 2643 2606 0 -1 4194304 14952 0 0 0 453749 23 0 0 25 0 1 0 220862506 66727936 14938 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2646/statm: 16291 14938 77 172 0 16116 0
Current children cumulated CPU time (s) 4541.06
Current children cumulated vsize (KiB) 70524

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2654
/proc/meminfo: memFree=1564360/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=3.34
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 313 3506 0 0 0 0 332 2 16 0 1 0 220862171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2643/statm: 1340 238 195 169 0 51 0
[pid=2646] ppid=2643 vsize=65756 CPUtime=4597.7
/proc/2646/stat : 2646 (glucose_static) R 2643 2643 2606 0 -1 4194304 15087 0 0 0 459747 23 0 0 25 0 1 0 220862506 67334144 15073 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2646/statm: 16439 15073 77 172 0 16264 0
Current children cumulated CPU time (s) 4601.04
Current children cumulated vsize (KiB) 71116

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2654
/proc/meminfo: memFree=1564232/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=3.34
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 313 3506 0 0 0 0 332 2 16 0 1 0 220862171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2643/statm: 1340 238 195 169 0 51 0
[pid=2646] ppid=2643 vsize=66068 CPUtime=4657.69
/proc/2646/stat : 2646 (glucose_static) R 2643 2643 2606 0 -1 4194304 15109 0 0 0 465745 24 0 0 25 0 1 0 220862506 67653632 15095 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2646/statm: 16517 15095 77 172 0 16342 0
Current children cumulated CPU time (s) 4661.03
Current children cumulated vsize (KiB) 71428

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2654
/proc/meminfo: memFree=1564232/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=3.34
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 313 3506 0 0 0 0 332 2 16 0 1 0 220862171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2643/statm: 1340 238 195 169 0 51 0
[pid=2646] ppid=2643 vsize=66068 CPUtime=4717.68
/proc/2646/stat : 2646 (glucose_static) R 2643 2643 2606 0 -1 4194304 15109 0 0 0 471744 24 0 0 25 0 1 0 220862506 67653632 15095 1992294400 134512640 135217611 4294956304 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2646/statm: 16517 15095 77 172 0 16342 0
Current children cumulated CPU time (s) 4721.02
Current children cumulated vsize (KiB) 71428

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2654
/proc/meminfo: memFree=1563976/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=3.34
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 313 3506 0 0 0 0 332 2 16 0 1 0 220862171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2643/statm: 1340 238 195 169 0 51 0
[pid=2646] ppid=2643 vsize=66320 CPUtime=4777.66
/proc/2646/stat : 2646 (glucose_static) R 2643 2643 2606 0 -1 4194304 15162 0 0 0 477742 24 0 0 25 0 1 0 220862506 67911680 15148 1992294400 134512640 135217611 4294956304 18446744073709551615 134532998 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2646/statm: 16580 15148 77 172 0 16405 0
Current children cumulated CPU time (s) 4781
Current children cumulated vsize (KiB) 71680

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2654
/proc/meminfo: memFree=1563592/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=3.34
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 313 3506 0 0 0 0 332 2 16 0 1 0 220862171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2643/statm: 1340 238 195 169 0 51 0
[pid=2646] ppid=2643 vsize=66968 CPUtime=4837.64
/proc/2646/stat : 2646 (glucose_static) R 2643 2643 2606 0 -1 4194304 15290 0 0 0 483740 24 0 0 25 0 1 0 220862506 68575232 15276 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2646/statm: 16742 15276 77 172 0 16567 0
Current children cumulated CPU time (s) 4840.98
Current children cumulated vsize (KiB) 72328

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2654
/proc/meminfo: memFree=1563208/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=3.34
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 313 3506 0 0 0 0 332 2 16 0 1 0 220862171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2643/statm: 1340 238 195 169 0 51 0
[pid=2646] ppid=2643 vsize=67468 CPUtime=4897.63
/proc/2646/stat : 2646 (glucose_static) R 2643 2643 2606 0 -1 4194304 15381 0 0 0 489738 25 0 0 25 0 1 0 220862506 69087232 15367 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2646/statm: 16867 15367 77 172 0 16692 0
Current children cumulated CPU time (s) 4900.97
Current children cumulated vsize (KiB) 72828

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2654
/proc/meminfo: memFree=1563016/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=3.34
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 313 3506 0 0 0 0 332 2 16 0 1 0 220862171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2643/statm: 1340 238 195 169 0 51 0
[pid=2646] ppid=2643 vsize=67612 CPUtime=4957.61
/proc/2646/stat : 2646 (glucose_static) R 2643 2643 2606 0 -1 4194304 15416 0 0 0 495736 25 0 0 25 0 1 0 220862506 69234688 15402 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2646/statm: 16903 15402 77 172 0 16728 0
Current children cumulated CPU time (s) 4960.95
Current children cumulated vsize (KiB) 72972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2654
/proc/meminfo: memFree=1562824/2055920 swapFree=4181940/4192956
[pid=2643] ppid=2641 vsize=5360 CPUtime=3.34
/proc/2643/stat : 2643 (glucose.sh) S 2641 2643 2606 0 -1 4194304 313 3506 0 0 0 0 332 2 16 0 1 0 220862171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2643/statm: 1340 238 195 169 0 51 0
[pid=2646] ppid=2643 vsize=67864 CPUtime=4996.7
/proc/2646/stat : 2646 (glucose_static) R 2643 2643 2606 0 -1 4194304 15470 0 0 0 499645 25 0 0 25 0 1 0 220862506 69492736 15456 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2646/statm: 16966 15456 77 172 0 16791 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 73224

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 2643 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=326494
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=26995
# CPU time returned by wait4() is 3.35349
# 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): 5001.41
CPU time (s): 5000.04
CPU user time (s): 4999.77
CPU system time (s): 0.27
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 73224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.32649
system time used= 0.026995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3819
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= 6
involuntary context switches= 11

runsolver used 5.88511 second user time and 12.3081 second system time

The end

Launcher Data

Begin job on node58 at 2009-05-10 06:05:49
IDJOB=1784260
IDBENCH=71141
IDSOLVER=610
FILE ID=node58/1784260-1241928349
PBS_JOBID= 9264959
Free space on /tmp= 66144 MiB

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

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

MD5SUM BENCH= b22738b664eaf1324f561a555f3cf0f3
RANDOM SEED=1022939621

node58.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.233
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.233
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:       1628792 kB
Buffers:         50920 kB
Cached:         307468 kB
SwapCached:       4936 kB
Active:         142788 kB
Inactive:       223976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1628792 kB
SwapTotal:     4192956 kB
SwapFree:      4181940 kB
Dirty:            4976 kB
Writeback:           0 kB
Mapped:          14568 kB
Slab:            46500 kB
Committed_AS:   679560 kB
PageTables:       1356 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= 66140 MiB
End job on node58 at 2009-05-10 07:29:13