Trace number 1773684

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) 10000 10005

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate032.cnf
MD5SUM8d76aa747359ea8ccf15726792949452
Bench CategoryAPPLICATION (applications 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 variables8527
Number of clauses25484
Sum of the clauses size59460
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 216988
Number of clauses of size 38494
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   25482    59458 |    7644       0        0     nan |  0.000 % |
0.09/0.13	c |         0 |   19097    53996 |      --       0       --      -- |     --   | -6383/-5457
0.09/0.13	c ==============================================================================
0.09/0.13	c Result  :   #vars: 4641   #clauses: 19097   #literals: 53996
0.09/0.13	c CPU time:   0.119981 s
0.09/0.13	c ==============================================================================
0.09/0.14	c
0.09/0.14	c Starting glucose
0.09/0.14	c
0.09/0.15	
0.09/0.15	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.09/0.15	
0.09/0.15	c ============================[ Problem Statistics ]=============================
0.09/0.15	c |                                                                             |
0.09/0.15	c |  Number of variables:  4641                                                 |
0.09/0.15	c |  Number of clauses:    19097                                                |
0.09/0.16	c |  Parsing time:         0.01         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-1773684-1241258871/watcher-1773684-1241258871 -o /tmp/evaluation-result-1773684-1241258871/solver-1773684-1241258871 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773684-1241258871.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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.95 0.98 0.99 3/64 923
/proc/meminfo: memFree=1090888/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0
/proc/923/stat : 923 (glucose.sh) R 921 923 856 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 153915139 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 264840473247 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/923/statm: 1340 235 194 169 0 51 0
[pid=924] ppid=923 vsize=1144 CPUtime=0
/proc/924/stat : 924 (SatELite_releas) R 923 923 856 0 -1 4194304 159 0 0 0 0 0 0 0 18 0 1 0 153915139 1171456 143 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/924/statm: 286 150 50 174 0 109 0

[startup+0.094321 s]
/proc/loadavg: 0.95 0.98 0.99 3/64 923
/proc/meminfo: memFree=1090888/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0
/proc/923/stat : 923 (glucose.sh) S 921 923 856 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153915139 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/923/statm: 1340 236 195 169 0 51 0
[pid=924] ppid=923 vsize=5948 CPUtime=0.08
/proc/924/stat : 924 (SatELite_releas) R 923 923 856 0 -1 4194304 1234 0 0 0 8 0 0 0 19 0 1 0 153915139 6090752 1196 1992294400 134512640 135225430 4294956176 18446744073709551615 134587503 0 0 4096 3 0 0 0 17 0 0 0
/proc/924/statm: 1487 1196 77 174 0 1310 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11308

[startup+0.101322 s]
/proc/loadavg: 0.95 0.98 0.99 3/64 923
/proc/meminfo: memFree=1090888/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0
/proc/923/stat : 923 (glucose.sh) S 921 923 856 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153915139 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/923/statm: 1340 236 195 169 0 51 0
[pid=924] ppid=923 vsize=5948 CPUtime=0.09
/proc/924/stat : 924 (SatELite_releas) R 923 923 856 0 -1 4194304 1234 0 0 0 9 0 0 0 19 0 1 0 153915139 6090752 1196 1992294400 134512640 135225430 4294956176 18446744073709551615 134587904 0 0 4096 3 0 0 0 17 0 0 0
/proc/924/statm: 1487 1196 77 174 0 1310 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11308

[startup+0.301365 s]
/proc/loadavg: 0.95 0.98 0.99 3/64 923
/proc/meminfo: memFree=1090888/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0.13
/proc/923/stat : 923 (glucose.sh) S 921 923 856 0 -1 4194304 313 1265 0 0 0 0 13 0 16 0 1 0 153915139 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/923/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 5360

[startup+0.701438 s]
/proc/loadavg: 0.95 0.98 0.99 3/64 923
/proc/meminfo: memFree=1090888/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0.13
/proc/923/stat : 923 (glucose.sh) S 921 923 856 0 -1 4194304 313 1265 0 0 0 0 13 0 16 0 1 0 153915139 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/923/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 5360

[startup+1.50158 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 926
/proc/meminfo: memFree=1087544/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0.13
/proc/923/stat : 923 (glucose.sh) S 921 923 856 0 -1 4194304 313 1265 0 0 0 0 13 0 16 0 1 0 153915139 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/923/statm: 1340 238 195 169 0 51 0
[pid=926] ppid=923 vsize=3956 CPUtime=1.34
/proc/926/stat : 926 (glucose_static) R 923 923 856 0 -1 4194304 694 0 0 0 134 0 0 0 25 0 1 0 153915154 4050944 680 1992294400 134512640 135217611 4294956304 18446744073709551615 134537525 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/926/statm: 989 680 76 172 0 814 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9316

[startup+3.10287 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 926
/proc/meminfo: memFree=1087096/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0.13
/proc/923/stat : 923 (glucose.sh) S 921 923 856 0 -1 4194304 313 1265 0 0 0 0 13 0 16 0 1 0 153915139 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/923/statm: 1340 238 195 169 0 51 0
[pid=926] ppid=923 vsize=4360 CPUtime=2.93
/proc/926/stat : 926 (glucose_static) R 923 923 856 0 -1 4194304 800 0 0 0 293 0 0 0 25 0 1 0 153915154 4464640 786 1992294400 134512640 135217611 4294956304 18446744073709551615 134537438 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/926/statm: 1090 786 76 172 0 915 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 9720

[startup+6.30145 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 926
/proc/meminfo: memFree=1086456/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0.13
/proc/923/stat : 923 (glucose.sh) S 921 923 856 0 -1 4194304 313 1265 0 0 0 0 13 0 16 0 1 0 153915139 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/923/statm: 1340 238 195 169 0 51 0
[pid=926] ppid=923 vsize=4756 CPUtime=6.13
/proc/926/stat : 926 (glucose_static) R 923 923 856 0 -1 4194304 894 0 0 0 613 0 0 0 25 0 1 0 153915154 4870144 880 1992294400 134512640 135217611 4294956304 18446744073709551615 134536761 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/926/statm: 1189 880 76 172 0 1014 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 10116

[startup+12.7026 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 926
/proc/meminfo: memFree=1085880/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0.13
/proc/923/stat : 923 (glucose.sh) S 921 923 856 0 -1 4194304 313 1265 0 0 0 0 13 0 16 0 1 0 153915139 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/923/statm: 1340 238 195 169 0 51 0
[pid=926] ppid=923 vsize=5300 CPUtime=12.54
/proc/926/stat : 926 (glucose_static) R 923 923 856 0 -1 4194304 1029 0 0 0 1253 1 0 0 25 0 1 0 153915154 5427200 1015 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/926/statm: 1325 1015 76 172 0 1150 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10660

[startup+25.5019 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 926
/proc/meminfo: memFree=1085048/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0.13
/proc/923/stat : 923 (glucose.sh) S 921 923 856 0 -1 4194304 313 1265 0 0 0 0 13 0 16 0 1 0 153915139 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/923/statm: 1340 238 195 169 0 51 0
[pid=926] ppid=923 vsize=6384 CPUtime=25.33
/proc/926/stat : 926 (glucose_static) R 923 923 856 0 -1 4194304 1273 0 0 0 2532 1 0 0 25 0 1 0 153915154 6537216 1259 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/926/statm: 1596 1259 76 172 0 1421 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 11744

[startup+51.1016 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 926
/proc/meminfo: memFree=1083576/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0.13
/proc/923/stat : 923 (glucose.sh) S 921 923 856 0 -1 4194304 313 1265 0 0 0 0 13 0 16 0 1 0 153915139 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/923/statm: 1340 238 195 169 0 51 0
[pid=926] ppid=923 vsize=7924 CPUtime=50.92
/proc/926/stat : 926 (glucose_static) R 923 923 856 0 -1 4194304 1640 0 0 0 5090 2 0 0 25 0 1 0 153915154 8114176 1626 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/926/statm: 1981 1626 76 172 0 1806 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 13284

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 926
/proc/meminfo: memFree=1081912/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0.13
/proc/923/stat : 923 (glucose.sh) S 921 923 856 0 -1 4194304 313 1265 0 0 0 0 13 0 16 0 1 0 153915139 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/923/statm: 1340 238 195 169 0 51 0
[pid=926] ppid=923 vsize=9476 CPUtime=102.1
/proc/926/stat : 926 (glucose_static) R 923 923 856 0 -1 4194304 2032 0 0 0 10208 2 0 0 25 0 1 0 153915154 9703424 2018 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/926/statm: 2369 2018 76 172 0 2194 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 14836

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 926
/proc/meminfo: memFree=1080504/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0.13
/proc/923/stat : 923 (glucose.sh) S 921 923 856 0 -1 4194304 313 1265 0 0 0 0 13 0 16 0 1 0 153915139 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/923/statm: 1340 238 195 169 0 51 0
[pid=926] ppid=923 vsize=10864 CPUtime=162.06
/proc/926/stat : 926 (glucose_static) R 923 923 856 0 -1 4194304 2386 0 0 0 16204 2 0 0 25 0 1 0 153915154 11124736 2372 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/926/statm: 2716 2372 76 172 0 2541 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 16224

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 926
/proc/meminfo: memFree=1079352/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0.13
/proc/923/stat : 923 (glucose.sh) S 921 923 856 0 -1 4194304 313 1265 0 0 0 0 13 0 16 0 1 0 153915139 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/923/statm: 1340 238 195 169 0 51 0
[pid=926] ppid=923 vsize=12200 CPUtime=222.03
/proc/926/stat : 926 (glucose_static) R 923 923 856 0 -1 4194304 2675 0 0 0 22201 2 0 0 25 0 1 0 153915154 12492800 2661 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/926/statm: 3050 2661 76 172 0 2875 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 17560

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 926
/proc/meminfo: memFree=1078456/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0.13
/proc/923/stat : 923 (glucose.sh) S 921 923 856 0 -1 4194304 313 1265 0 0 0 0 13 0 16 0 1 0 153915139 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/923/statm: 1340 238 195 169 0 51 0
[pid=926] ppid=923 vsize=13260 CPUtime=282.01
/proc/926/stat : 926 (glucose_static) R 923 923 856 0 -1 4194304 2894 0 0 0 28198 3 0 0 25 0 1 0 153915154 13578240 2880 1992294400 134512640 135217611 4294956304 18446744073709551615 134537025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/926/statm: 3315 2880 76 172 0 3140 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 18620

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 926
/proc/meminfo: memFree=1077816/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0.13
/proc/923/stat : 923 (glucose.sh) S 921 923 856 0 -1 4194304 313 1265 0 0 0 0 13 0 16 0 1 0 153915139 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/923/statm: 1340 238 195 169 0 51 0
[pid=926] ppid=923 vsize=13960 CPUtime=341.97
/proc/926/stat : 926 (glucose_static) R 923 923 856 0 -1 4194304 3061 0 0 0 34194 3 0 0 25 0 1 0 153915154 14295040 3047 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/926/statm: 3490 3047 76 172 0 3315 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 19320

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 926
/proc/meminfo: memFree=1076344/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0.13

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

/proc/926/statm: 14913 13627 76 172 0 14738 0
Current children cumulated CPU time (s) 9337.66
Current children cumulated vsize (KiB) 65012

[startup+9402.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 944
/proc/meminfo: memFree=1034360/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0.13
/proc/923/stat : 923 (glucose.sh) S 921 923 856 0 -1 4194304 313 1265 0 0 0 0 13 0 16 0 1 0 153915139 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/923/statm: 1340 238 195 169 0 51 0
[pid=926] ppid=923 vsize=59652 CPUtime=9397.5
/proc/926/stat : 926 (glucose_static) R 923 923 856 0 -1 4194304 13667 0 0 0 939727 23 0 0 25 0 1 0 153915154 61083648 13632 1992294400 134512640 135217611 4294956304 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/926/statm: 14913 13632 76 172 0 14738 0
Current children cumulated CPU time (s) 9397.63
Current children cumulated vsize (KiB) 65012

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 944
/proc/meminfo: memFree=1034104/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0.13
/proc/923/stat : 923 (glucose.sh) S 921 923 856 0 -1 4194304 313 1265 0 0 0 0 13 0 16 0 1 0 153915139 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/923/statm: 1340 238 195 169 0 51 0
[pid=926] ppid=923 vsize=59868 CPUtime=9457.46
/proc/926/stat : 926 (glucose_static) R 923 923 856 0 -1 4194304 13741 0 0 0 945723 23 0 0 25 0 1 0 153915154 61304832 13706 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/926/statm: 14967 13706 76 172 0 14792 0
Current children cumulated CPU time (s) 9457.59
Current children cumulated vsize (KiB) 65228

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 944
/proc/meminfo: memFree=1034104/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0.13
/proc/923/stat : 923 (glucose.sh) S 921 923 856 0 -1 4194304 313 1265 0 0 0 0 13 0 16 0 1 0 153915139 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/923/statm: 1340 238 195 169 0 51 0
[pid=926] ppid=923 vsize=59868 CPUtime=9517.43
/proc/926/stat : 926 (glucose_static) R 923 923 856 0 -1 4194304 13744 0 0 0 951720 23 0 0 25 0 1 0 153915154 61304832 13709 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/926/statm: 14967 13709 76 172 0 14792 0
Current children cumulated CPU time (s) 9517.56
Current children cumulated vsize (KiB) 65228

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 944
/proc/meminfo: memFree=1033976/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0.13
/proc/923/stat : 923 (glucose.sh) S 921 923 856 0 -1 4194304 313 1265 0 0 0 0 13 0 16 0 1 0 153915139 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/923/statm: 1340 238 195 169 0 51 0
[pid=926] ppid=923 vsize=60000 CPUtime=9577.41
/proc/926/stat : 926 (glucose_static) R 923 923 856 0 -1 4194304 13775 0 0 0 957718 23 0 0 25 0 1 0 153915154 61440000 13740 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/926/statm: 15000 13740 76 172 0 14825 0
Current children cumulated CPU time (s) 9577.54
Current children cumulated vsize (KiB) 65360

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 944
/proc/meminfo: memFree=1033976/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0.13
/proc/923/stat : 923 (glucose.sh) S 921 923 856 0 -1 4194304 313 1265 0 0 0 0 13 0 16 0 1 0 153915139 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/923/statm: 1340 238 195 169 0 51 0
[pid=926] ppid=923 vsize=60000 CPUtime=9637.38
/proc/926/stat : 926 (glucose_static) R 923 923 856 0 -1 4194304 13777 0 0 0 963714 24 0 0 25 0 1 0 153915154 61440000 13742 1992294400 134512640 135217611 4294956304 18446744073709551615 134533600 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/926/statm: 15000 13742 76 172 0 14825 0
Current children cumulated CPU time (s) 9637.51
Current children cumulated vsize (KiB) 65360

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 944
/proc/meminfo: memFree=1033912/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0.13
/proc/923/stat : 923 (glucose.sh) S 921 923 856 0 -1 4194304 313 1265 0 0 0 0 13 0 16 0 1 0 153915139 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/923/statm: 1340 238 195 169 0 51 0
[pid=926] ppid=923 vsize=60204 CPUtime=9697.35
/proc/926/stat : 926 (glucose_static) R 923 923 856 0 -1 4194304 13799 0 0 0 969711 24 0 0 25 0 1 0 153915154 61648896 13764 1992294400 134512640 135217611 4294956304 18446744073709551615 134533273 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/926/statm: 15051 13764 76 172 0 14876 0
Current children cumulated CPU time (s) 9697.48
Current children cumulated vsize (KiB) 65564

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 944
/proc/meminfo: memFree=1033784/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0.13
/proc/923/stat : 923 (glucose.sh) S 921 923 856 0 -1 4194304 313 1265 0 0 0 0 13 0 16 0 1 0 153915139 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/923/statm: 1340 238 195 169 0 51 0
[pid=926] ppid=923 vsize=60420 CPUtime=9757.33
/proc/926/stat : 926 (glucose_static) R 923 923 856 0 -1 4194304 13838 0 0 0 975709 24 0 0 25 0 1 0 153915154 61870080 13803 1992294400 134512640 135217611 4294956304 18446744073709551615 134533330 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/926/statm: 15105 13803 76 172 0 14930 0
Current children cumulated CPU time (s) 9757.46
Current children cumulated vsize (KiB) 65780

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 944
/proc/meminfo: memFree=1033720/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0.13
/proc/923/stat : 923 (glucose.sh) S 921 923 856 0 -1 4194304 313 1265 0 0 0 0 13 0 16 0 1 0 153915139 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/923/statm: 1340 238 195 169 0 51 0
[pid=926] ppid=923 vsize=60420 CPUtime=9817.29
/proc/926/stat : 926 (glucose_static) R 923 923 856 0 -1 4194304 13849 0 0 0 981705 24 0 0 25 0 1 0 153915154 61870080 13814 1992294400 134512640 135217611 4294956304 18446744073709551615 134536761 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/926/statm: 15105 13814 76 172 0 14930 0
Current children cumulated CPU time (s) 9817.42
Current children cumulated vsize (KiB) 65780

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 944
/proc/meminfo: memFree=1033656/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0.13
/proc/923/stat : 923 (glucose.sh) S 921 923 856 0 -1 4194304 313 1265 0 0 0 0 13 0 16 0 1 0 153915139 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/923/statm: 1340 238 195 169 0 51 0
[pid=926] ppid=923 vsize=60556 CPUtime=9877.27
/proc/926/stat : 926 (glucose_static) R 923 923 856 0 -1 4194304 13870 0 0 0 987703 24 0 0 25 0 1 0 153915154 62009344 13835 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/926/statm: 15139 13835 76 172 0 14964 0
Current children cumulated CPU time (s) 9877.4
Current children cumulated vsize (KiB) 65916

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 944
/proc/meminfo: memFree=1033464/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0.13
/proc/923/stat : 923 (glucose.sh) S 921 923 856 0 -1 4194304 313 1265 0 0 0 0 13 0 16 0 1 0 153915139 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/923/statm: 1340 238 195 169 0 51 0
[pid=926] ppid=923 vsize=60700 CPUtime=9937.24
/proc/926/stat : 926 (glucose_static) R 923 923 856 0 -1 4194304 13918 0 0 0 993700 24 0 0 25 0 1 0 153915154 62156800 13883 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/926/statm: 15175 13883 76 172 0 15000 0
Current children cumulated CPU time (s) 9937.37
Current children cumulated vsize (KiB) 66060

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 944
/proc/meminfo: memFree=1029816/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0.13
/proc/923/stat : 923 (glucose.sh) S 921 923 856 0 -1 4194304 313 1265 0 0 0 0 13 0 16 0 1 0 153915139 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/923/statm: 1340 238 195 169 0 51 0
[pid=926] ppid=923 vsize=64420 CPUtime=9997.21
/proc/926/stat : 926 (glucose_static) R 923 923 856 0 -1 4194304 14850 0 0 0 999696 25 0 0 25 0 1 0 153915154 65966080 14815 1992294400 134512640 135217611 4294956304 18446744073709551615 134522607 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/926/statm: 16105 14815 76 172 0 15930 0
Current children cumulated CPU time (s) 9997.34
Current children cumulated vsize (KiB) 69780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10005 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 944
/proc/meminfo: memFree=1029816/2055920 swapFree=4181900/4192956
[pid=923] ppid=921 vsize=5360 CPUtime=0.13
/proc/923/stat : 923 (glucose.sh) S 921 923 856 0 -1 4194304 313 1265 0 0 0 0 13 0 16 0 1 0 153915139 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/923/statm: 1340 238 195 169 0 51 0
[pid=926] ppid=923 vsize=64420 CPUtime=9999.91
/proc/926/stat : 926 (glucose_static) R 923 923 856 0 -1 4194304 14850 0 0 0 999966 25 0 0 25 0 1 0 153915154 65966080 14815 1992294400 134512640 135217611 4294956304 18446744073709551615 134538442 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/926/statm: 16105 14815 76 172 0 15930 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 69780

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

Real time (s): 10005
CPU time (s): 10000
CPU user time (s): 9999.79
CPU system time (s): 0.25
CPU usage (%): 99.9503
Max. virtual memory (cumulated for all children) (KiB): 69780

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

runsolver used 7.98578 second user time and 28.4017 second system time

The end

Launcher Data

Begin job on node44 at 2009-05-02 12:07:51
IDJOB=1773684
IDBENCH=70775
IDSOLVER=610
FILE ID=node44/1773684-1241258871
PBS_JOBID= 9224940
Free space on /tmp= 66408 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsrotate/countbitsrotate032.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773684-1241258871/watcher-1773684-1241258871 -o /tmp/evaluation-result-1773684-1241258871/solver-1773684-1241258871 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1773684-1241258871.cnf

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

MD5SUM BENCH= 8d76aa747359ea8ccf15726792949452
RANDOM SEED=508866526

node44.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.267
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.267
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:       1091432 kB
Buffers:         71160 kB
Cached:         798500 kB
SwapCached:       4956 kB
Active:          76744 kB
Inactive:       801348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1091432 kB
SwapTotal:     4192956 kB
SwapFree:      4181900 kB
Dirty:            2008 kB
Writeback:           0 kB
Mapped:          14492 kB
Slab:            72396 kB
Committed_AS:   706844 kB
PageTables:       1380 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= 66404 MiB
End job on node44 at 2009-05-02 14:54:38