Trace number 1773854

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.1 10004.5

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray32_32.cnf
MD5SUMb7a07371a2da4a8c8bef63c213dd1e15
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 variables72202
Number of clauses213533
Sum of the clauses size498241
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2142354
Number of clauses of size 371177
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.09/0.18	c ==============================================================================
0.09/0.18	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.18	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.18	c ==============================================================================
0.09/0.18	c |         0 |  213531   498239 |   64059       0        0     nan |  0.000 % |
1.39/1.46	c |         0 |  163018   485616 |      --       0       --      -- |     --   | -50511/-12618
1.39/1.46	c ==============================================================================
1.39/1.46	c Result  :   #vars: 36494   #clauses: 163018   #literals: 485616
1.39/1.46	c CPU time:   1.38779 s
1.39/1.46	c ==============================================================================
1.58/1.64	c
1.58/1.64	c Starting glucose
1.58/1.64	c
1.58/1.65	
1.58/1.65	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.58/1.65	
1.58/1.65	c ============================[ Problem Statistics ]=============================
1.58/1.65	c |                                                                             |
1.58/1.65	c |  Number of variables:  36494                                                |
1.58/1.65	c |  Number of clauses:    163018                                               |
1.63/1.77	c |  Parsing time:         0.10         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-1773854-1241259751/watcher-1773854-1241259751 -o /tmp/evaluation-result-1773854-1241259751/solver-1773854-1241259751 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773854-1241259751.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.92 0.98 0.99 3/64 26420
/proc/meminfo: memFree=1313448/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=0
/proc/26420/stat : 26420 (glucose.sh) R 26418 26420 26383 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154008018 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 233588714143 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/26420/statm: 1340 235 194 169 0 51 0
[pid=26421] ppid=26420 vsize=1272 CPUtime=0
/proc/26421/stat : 26421 (SatELite_releas) R 26420 26420 26383 0 -1 4194304 171 0 0 0 0 0 0 0 18 0 1 0 154008018 1302528 155 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/26421/statm: 318 156 50 174 0 141 0

[startup+0.0487259 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26420
/proc/meminfo: memFree=1313448/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=0
/proc/26420/stat : 26420 (glucose.sh) S 26418 26420 26383 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154008018 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26420/statm: 1340 236 195 169 0 51 0
[pid=26421] ppid=26420 vsize=8656 CPUtime=0.03
/proc/26421/stat : 26421 (SatELite_releas) R 26420 26420 26383 0 -1 4194304 1838 0 0 0 3 0 0 0 18 0 1 0 154008018 8863744 1822 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/26421/statm: 2164 1823 50 174 0 1987 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14016

[startup+0.101732 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26420
/proc/meminfo: memFree=1313448/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=0
/proc/26420/stat : 26420 (glucose.sh) S 26418 26420 26383 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154008018 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26420/statm: 1340 236 195 169 0 51 0
[pid=26421] ppid=26420 vsize=17676 CPUtime=0.09
/proc/26421/stat : 26421 (SatELite_releas) R 26420 26420 26383 0 -1 4194304 3799 0 0 0 8 1 0 0 20 0 1 0 154008018 18100224 3783 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/26421/statm: 4419 3784 50 174 0 4242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23036

[startup+0.30175 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26420
/proc/meminfo: memFree=1313448/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=0
/proc/26420/stat : 26420 (glucose.sh) S 26418 26420 26383 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154008018 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26420/statm: 1340 236 195 169 0 51 0
[pid=26421] ppid=26420 vsize=39240 CPUtime=0.28
/proc/26421/stat : 26421 (SatELite_releas) R 26420 26420 26383 0 -1 4194304 8716 0 0 0 24 4 0 0 21 0 1 0 154008018 40181760 8072 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/26421/statm: 9810 8072 77 174 0 9633 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 44600

[startup+0.701791 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26420
/proc/meminfo: memFree=1313448/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=0
/proc/26420/stat : 26420 (glucose.sh) S 26418 26420 26383 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154008018 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26420/statm: 1340 236 195 169 0 51 0
[pid=26421] ppid=26420 vsize=44768 CPUtime=0.68
/proc/26421/stat : 26421 (SatELite_releas) R 26420 26420 26383 0 -1 4194304 10065 0 0 0 62 6 0 0 25 0 1 0 154008018 45842432 9421 1992294400 134512640 135225430 4294956176 18446744073709551615 134587544 0 0 4096 3 0 0 0 17 0 0 0
/proc/26421/statm: 11192 9421 77 174 0 11015 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 50128

[startup+1.50187 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 26422
/proc/meminfo: memFree=1272792/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=0
/proc/26420/stat : 26420 (glucose.sh) S 26418 26420 26383 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154008018 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26420/statm: 1340 236 195 169 0 51 0
[pid=26421] ppid=26420 vsize=44208 CPUtime=1.49
/proc/26421/stat : 26421 (SatELite_releas) R 26420 26420 26383 0 -1 4194304 10349 0 0 0 142 7 0 0 25 0 1 0 154008018 45268992 9354 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26421/statm: 11052 9354 79 174 0 10875 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49568

[startup+3.10203 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 26423
/proc/meminfo: memFree=1291416/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=1.63
/proc/26420/stat : 26420 (glucose.sh) S 26418 26420 26383 0 -1 4194304 313 10350 0 0 0 0 155 8 16 0 1 0 154008018 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26420/statm: 1340 238 195 169 0 51 0
[pid=26423] ppid=26420 vsize=17024 CPUtime=1.43
/proc/26423/stat : 26423 (glucose_static) R 26420 26420 26383 0 -1 4194304 4000 0 0 0 141 2 0 0 25 0 1 0 154008183 17432576 3942 1992294400 134512640 135217611 4294956288 18446744073709551615 134542195 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26423/statm: 4256 3942 77 172 0 4081 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 22384

[startup+6.30136 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 26423
/proc/meminfo: memFree=1290392/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=1.63
/proc/26420/stat : 26420 (glucose.sh) S 26418 26420 26383 0 -1 4194304 313 10350 0 0 0 0 155 8 16 0 1 0 154008018 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26420/statm: 1340 238 195 169 0 51 0
[pid=26423] ppid=26420 vsize=17420 CPUtime=4.63
/proc/26423/stat : 26423 (glucose_static) R 26420 26420 26383 0 -1 4194304 4109 0 0 0 461 2 0 0 25 0 1 0 154008183 17838080 4051 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26423/statm: 4355 4051 77 172 0 4180 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 22780

[startup+12.702 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 26423
/proc/meminfo: memFree=1289768/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=1.63
/proc/26420/stat : 26420 (glucose.sh) S 26418 26420 26383 0 -1 4194304 313 10350 0 0 0 0 155 8 16 0 1 0 154008018 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26420/statm: 1340 238 195 169 0 51 0
[pid=26423] ppid=26420 vsize=18188 CPUtime=11.04
/proc/26423/stat : 26423 (glucose_static) R 26420 26420 26383 0 -1 4194304 4298 0 0 0 1101 3 0 0 25 0 1 0 154008183 18624512 4240 1992294400 134512640 135217611 4294956288 18446744073709551615 134537417 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26423/statm: 4547 4240 77 172 0 4372 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 23548

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 26423
/proc/meminfo: memFree=1288504/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=1.63
/proc/26420/stat : 26420 (glucose.sh) S 26418 26420 26383 0 -1 4194304 313 10350 0 0 0 0 155 8 16 0 1 0 154008018 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26420/statm: 1340 238 195 169 0 51 0
[pid=26423] ppid=26420 vsize=19720 CPUtime=23.83
/proc/26423/stat : 26423 (glucose_static) R 26420 26420 26383 0 -1 4194304 4678 0 0 0 2380 3 0 0 25 0 1 0 154008183 20193280 4620 1992294400 134512640 135217611 4294956288 18446744073709551615 134623746 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26423/statm: 4930 4620 77 172 0 4755 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 25080

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 26423
/proc/meminfo: memFree=1286136/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=1.63
/proc/26420/stat : 26420 (glucose.sh) S 26418 26420 26383 0 -1 4194304 313 10350 0 0 0 0 155 8 16 0 1 0 154008018 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26420/statm: 1340 238 195 169 0 51 0
[pid=26423] ppid=26420 vsize=22348 CPUtime=49.42
/proc/26423/stat : 26423 (glucose_static) R 26420 26420 26383 0 -1 4194304 5304 0 0 0 4938 4 0 0 25 0 1 0 154008183 22884352 5246 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26423/statm: 5587 5246 77 172 0 5412 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 27708

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 26423
/proc/meminfo: memFree=1281912/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=1.63
/proc/26420/stat : 26420 (glucose.sh) S 26418 26420 26383 0 -1 4194304 313 10350 0 0 0 0 155 8 16 0 1 0 154008018 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26420/statm: 1340 238 195 169 0 51 0
[pid=26423] ppid=26420 vsize=26488 CPUtime=100.6
/proc/26423/stat : 26423 (glucose_static) R 26420 26420 26383 0 -1 4194304 6324 0 0 0 10055 5 0 0 25 0 1 0 154008183 27123712 6266 1992294400 134512640 135217611 4294956288 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26423/statm: 6622 6266 77 172 0 6447 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 31848

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26423
/proc/meminfo: memFree=1277752/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=1.63
/proc/26420/stat : 26420 (glucose.sh) S 26418 26420 26383 0 -1 4194304 313 10350 0 0 0 0 155 8 16 0 1 0 154008018 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26420/statm: 1340 238 195 169 0 51 0
[pid=26423] ppid=26420 vsize=30988 CPUtime=160.56
/proc/26423/stat : 26423 (glucose_static) R 26420 26420 26383 0 -1 4194304 7435 0 0 0 16050 6 0 0 25 0 1 0 154008183 31731712 7377 1992294400 134512640 135217611 4294956288 18446744073709551615 134548721 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26423/statm: 7747 7377 77 172 0 7572 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 36348

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26423
/proc/meminfo: memFree=1274168/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=1.63
/proc/26420/stat : 26420 (glucose.sh) S 26418 26420 26383 0 -1 4194304 313 10350 0 0 0 0 155 8 16 0 1 0 154008018 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26420/statm: 1340 238 195 169 0 51 0
[pid=26423] ppid=26420 vsize=34156 CPUtime=220.54
/proc/26423/stat : 26423 (glucose_static) R 26420 26420 26383 0 -1 4194304 8248 0 0 0 22047 7 0 0 25 0 1 0 154008183 34975744 8190 1992294400 134512640 135217611 4294956288 18446744073709551615 134533016 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26423/statm: 8539 8190 77 172 0 8364 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 39516

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26423
/proc/meminfo: memFree=1270200/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=1.63
/proc/26420/stat : 26420 (glucose.sh) S 26418 26420 26383 0 -1 4194304 313 10350 0 0 0 0 155 8 16 0 1 0 154008018 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26420/statm: 1340 238 195 169 0 51 0
[pid=26423] ppid=26420 vsize=38164 CPUtime=280.52
/proc/26423/stat : 26423 (glucose_static) R 26420 26420 26383 0 -1 4194304 9232 0 0 0 28044 8 0 0 25 0 1 0 154008183 39079936 9174 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26423/statm: 9541 9174 77 172 0 9366 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 43524

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 26423
/proc/meminfo: memFree=1267896/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=1.63
/proc/26420/stat : 26420 (glucose.sh) S 26418 26420 26383 0 -1 4194304 313 10350 0 0 0 0 155 8 16 0 1 0 154008018 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26420/statm: 1340 238 195 169 0 51 0
[pid=26423] ppid=26420 vsize=40408 CPUtime=340.49
/proc/26423/stat : 26423 (glucose_static) R 26420 26420 26383 0 -1 4194304 9810 0 0 0 34040 9 0 0 25 0 1 0 154008183 41377792 9752 1992294400 134512640 135217611 4294956288 18446744073709551615 134542219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26423/statm: 10102 9752 77 172 0 9927 0
Current children cumulated CPU time (s) 342.12

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

/proc/26423/statm: 39247 37748 77 172 0 39072 0
Current children cumulated CPU time (s) 9398.13
Current children cumulated vsize (KiB) 162348

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26441
/proc/meminfo: memFree=1154552/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=1.63
/proc/26420/stat : 26420 (glucose.sh) S 26418 26420 26383 0 -1 4194304 313 10350 0 0 0 0 155 8 16 0 1 0 154008018 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26420/statm: 1340 238 195 169 0 51 0
[pid=26423] ppid=26420 vsize=157724 CPUtime=9456.47
/proc/26423/stat : 26423 (glucose_static) R 26420 26420 26383 0 -1 4194304 37985 0 0 0 945602 45 0 0 25 0 1 0 154008183 161509376 37912 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26423/statm: 39431 37912 77 172 0 39256 0
Current children cumulated CPU time (s) 9458.1
Current children cumulated vsize (KiB) 163084

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26447
/proc/meminfo: memFree=1152824/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=1.63
/proc/26420/stat : 26420 (glucose.sh) S 26418 26420 26383 0 -1 4194304 313 10350 0 0 0 0 155 8 16 0 1 0 154008018 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26420/statm: 1340 238 195 169 0 51 0
[pid=26423] ppid=26420 vsize=159428 CPUtime=9516.44
/proc/26423/stat : 26423 (glucose_static) R 26420 26420 26383 0 -1 4194304 38352 0 0 0 951598 46 0 0 25 0 1 0 154008183 163254272 38279 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26423/statm: 39857 38279 77 172 0 39682 0
Current children cumulated CPU time (s) 9518.07
Current children cumulated vsize (KiB) 164788

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26447
/proc/meminfo: memFree=1152888/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=1.63
/proc/26420/stat : 26420 (glucose.sh) S 26418 26420 26383 0 -1 4194304 313 10350 0 0 0 0 155 8 16 0 1 0 154008018 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26420/statm: 1340 238 195 169 0 51 0
[pid=26423] ppid=26420 vsize=159428 CPUtime=9576.42
/proc/26423/stat : 26423 (glucose_static) R 26420 26420 26383 0 -1 4194304 38363 0 0 0 957596 46 0 0 25 0 1 0 154008183 163254272 38290 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26423/statm: 39857 38290 77 172 0 39682 0
Current children cumulated CPU time (s) 9578.05
Current children cumulated vsize (KiB) 164788

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26447
/proc/meminfo: memFree=1151032/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=1.63
/proc/26420/stat : 26420 (glucose.sh) S 26418 26420 26383 0 -1 4194304 313 10350 0 0 0 0 155 8 16 0 1 0 154008018 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26420/statm: 1340 238 195 169 0 51 0
[pid=26423] ppid=26420 vsize=161348 CPUtime=9636.39
/proc/26423/stat : 26423 (glucose_static) R 26420 26420 26383 0 -1 4194304 38832 0 0 0 963593 46 0 0 25 0 1 0 154008183 165220352 38759 1992294400 134512640 135217611 4294956288 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26423/statm: 40337 38759 77 172 0 40162 0
Current children cumulated CPU time (s) 9638.02
Current children cumulated vsize (KiB) 166708

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26447
/proc/meminfo: memFree=1150520/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=1.63
/proc/26420/stat : 26420 (glucose.sh) S 26418 26420 26383 0 -1 4194304 313 10350 0 0 0 0 155 8 16 0 1 0 154008018 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26420/statm: 1340 238 195 169 0 51 0
[pid=26423] ppid=26420 vsize=161876 CPUtime=9696.36
/proc/26423/stat : 26423 (glucose_static) R 26420 26420 26383 0 -1 4194304 38970 0 0 0 969590 46 0 0 25 0 1 0 154008183 165761024 38897 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26423/statm: 40469 38897 77 172 0 40294 0
Current children cumulated CPU time (s) 9697.99
Current children cumulated vsize (KiB) 167236

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26447
/proc/meminfo: memFree=1150520/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=1.63
/proc/26420/stat : 26420 (glucose.sh) S 26418 26420 26383 0 -1 4194304 313 10350 0 0 0 0 155 8 16 0 1 0 154008018 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26420/statm: 1340 238 195 169 0 51 0
[pid=26423] ppid=26420 vsize=161876 CPUtime=9756.34
/proc/26423/stat : 26423 (glucose_static) R 26420 26420 26383 0 -1 4194304 38970 0 0 0 975588 46 0 0 25 0 1 0 154008183 165761024 38897 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26423/statm: 40469 38897 77 172 0 40294 0
Current children cumulated CPU time (s) 9757.97
Current children cumulated vsize (KiB) 167236

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26447
/proc/meminfo: memFree=1148536/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=1.63
/proc/26420/stat : 26420 (glucose.sh) S 26418 26420 26383 0 -1 4194304 313 10350 0 0 0 0 155 8 16 0 1 0 154008018 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26420/statm: 1340 238 195 169 0 51 0
[pid=26423] ppid=26420 vsize=163856 CPUtime=9816.32
/proc/26423/stat : 26423 (glucose_static) R 26420 26420 26383 0 -1 4194304 39470 0 0 0 981585 47 0 0 25 0 1 0 154008183 167788544 39397 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26423/statm: 40964 39397 77 172 0 40789 0
Current children cumulated CPU time (s) 9817.95
Current children cumulated vsize (KiB) 169216

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26447
/proc/meminfo: memFree=1148536/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=1.63
/proc/26420/stat : 26420 (glucose.sh) S 26418 26420 26383 0 -1 4194304 313 10350 0 0 0 0 155 8 16 0 1 0 154008018 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26420/statm: 1340 238 195 169 0 51 0
[pid=26423] ppid=26420 vsize=163856 CPUtime=9876.29
/proc/26423/stat : 26423 (glucose_static) R 26420 26420 26383 0 -1 4194304 39470 0 0 0 987582 47 0 0 25 0 1 0 154008183 167788544 39397 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26423/statm: 40964 39397 77 172 0 40789 0
Current children cumulated CPU time (s) 9877.92
Current children cumulated vsize (KiB) 169216

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26447
/proc/meminfo: memFree=1148536/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=1.63
/proc/26420/stat : 26420 (glucose.sh) S 26418 26420 26383 0 -1 4194304 313 10350 0 0 0 0 155 8 16 0 1 0 154008018 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26420/statm: 1340 238 195 169 0 51 0
[pid=26423] ppid=26420 vsize=163856 CPUtime=9936.26
/proc/26423/stat : 26423 (glucose_static) R 26420 26420 26383 0 -1 4194304 39473 0 0 0 993579 47 0 0 25 0 1 0 154008183 167788544 39400 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26423/statm: 40964 39400 77 172 0 40789 0
Current children cumulated CPU time (s) 9937.89
Current children cumulated vsize (KiB) 169216

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26447
/proc/meminfo: memFree=1148536/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=1.63
/proc/26420/stat : 26420 (glucose.sh) S 26418 26420 26383 0 -1 4194304 313 10350 0 0 0 0 155 8 16 0 1 0 154008018 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26420/statm: 1340 238 195 169 0 51 0
[pid=26423] ppid=26420 vsize=163856 CPUtime=9996.24
/proc/26423/stat : 26423 (glucose_static) R 26420 26420 26383 0 -1 4194304 39475 0 0 0 999577 47 0 0 25 0 1 0 154008183 167788544 39402 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26423/statm: 40964 39402 77 172 0 40789 0
Current children cumulated CPU time (s) 9997.87
Current children cumulated vsize (KiB) 169216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26447
/proc/meminfo: memFree=1148536/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=1.63
/proc/26420/stat : 26420 (glucose.sh) S 26418 26420 26383 0 -1 4194304 313 10350 0 0 0 0 155 8 16 0 1 0 154008018 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26420/statm: 1340 238 195 169 0 51 0
[pid=26423] ppid=26420 vsize=163856 CPUtime=9998.44
/proc/26423/stat : 26423 (glucose_static) R 26420 26420 26383 0 -1 4194304 39475 0 0 0 999797 47 0 0 25 0 1 0 154008183 167788544 39402 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26423/statm: 40964 39402 77 172 0 40789 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 169216

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

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

[startup+10004.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26447
/proc/meminfo: memFree=1148536/2055920 swapFree=4180900/4192956
[pid=26420] ppid=26418 vsize=5360 CPUtime=1.63
/proc/26420/stat : 26420 (glucose.sh) S 26418 26420 26383 0 -1 4194304 313 10350 0 0 0 0 155 8 16 0 1 0 154008018 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26420/statm: 1340 238 195 169 0 51 0
[pid=26423] ppid=26420 vsize=163856 CPUtime=9998.44
/proc/26423/stat : 26423 (glucose_static) R 26420 26420 26383 0 -1 4194304 39475 0 0 0 999797 47 0 0 25 0 1 0 154008183 167788544 39402 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26423/statm: 40964 39402 77 172 0 40789 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 169216

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26420 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=556763
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=91986
# CPU time returned by wait4() is 1.64875
# while last known CPU time is 10000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10004.5
CPU time (s): 10000.1
CPU user time (s): 9999.52
CPU system time (s): 0.55
CPU usage (%): 99.9555
Max. virtual memory (cumulated for all children) (KiB): 169216

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

runsolver used 7.96779 second user time and 28.4227 second system time

The end

Launcher Data

Begin job on node27 at 2009-05-02 12:22:31
IDJOB=1773854
IDBENCH=70813
IDSOLVER=610
FILE ID=node27/1773854-1241259751
PBS_JOBID= 9224947
Free space on /tmp= 66296 MiB

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

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

MD5SUM BENCH= b7a07371a2da4a8c8bef63c213dd1e15
RANDOM SEED=1409623479

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1313928 kB
Buffers:         73952 kB
Cached:         580916 kB
SwapCached:       5072 kB
Active:          63024 kB
Inactive:       599824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1313928 kB
SwapTotal:     4192956 kB
SwapFree:      4180900 kB
Dirty:            5180 kB
Writeback:           0 kB
Mapped:          13996 kB
Slab:            65076 kB
Committed_AS:   670276 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66288 MiB
End job on node27 at 2009-05-02 15:09:18