Trace number 1773844

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 10002.9

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray08_32.cnf
MD5SUMfd3f8184ebdeefe767f2b0366176385e
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 variables17818
Number of clauses52685
Sum of the clauses size122929
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 235122
Number of clauses of size 317561
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.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   52683   122927 |   15804       0        0     nan |  0.000 % |
0.29/0.33	c |         0 |   40130   119943 |      --       0       --      -- |     --   | -12551/-2979
0.29/0.33	c ==============================================================================
0.29/0.33	c Result  :   #vars: 8978   #clauses: 40130   #literals: 119943
0.29/0.33	c CPU time:   0.316951 s
0.29/0.33	c ==============================================================================
0.29/0.37	c
0.29/0.37	c Starting glucose
0.29/0.37	c
0.29/0.37	
0.29/0.37	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.29/0.37	
0.29/0.37	c ============================[ Problem Statistics ]=============================
0.29/0.37	c |                                                                             |
0.29/0.37	c |  Number of variables:  8978                                                 |
0.29/0.37	c |  Number of clauses:    40130                                                |
0.36/0.40	c |  Parsing time:         0.03         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-1773844-1241259701/watcher-1773844-1241259701 -o /tmp/evaluation-result-1773844-1241259701/solver-1773844-1241259701 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773844-1241259701.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: 1.00 1.00 1.00 3/64 21728
/proc/meminfo: memFree=1668224/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154002734 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 236 195 169 0 51 0
[pid=21729] ppid=21728 vsize=1304 CPUtime=0
/proc/21729/stat : 21729 (SatELite_releas) R 21728 21728 21601 0 -1 4194304 173 0 0 0 0 0 0 0 19 0 1 0 154002735 1335296 157 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/21729/statm: 326 158 50 174 0 149 0

[startup+0.0106179 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21728
/proc/meminfo: memFree=1668224/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154002734 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 236 195 169 0 51 0
[pid=21729] ppid=21728 vsize=2092 CPUtime=0
/proc/21729/stat : 21729 (SatELite_releas) R 21728 21728 21601 0 -1 4194304 392 0 0 0 0 0 0 0 19 0 1 0 154002735 2142208 376 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/21729/statm: 523 377 50 174 0 346 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7452

[startup+0.101624 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21728
/proc/meminfo: memFree=1668224/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154002734 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 236 195 169 0 51 0
[pid=21729] ppid=21728 vsize=11068 CPUtime=0.09
/proc/21729/stat : 21729 (SatELite_releas) R 21728 21728 21601 0 -1 4194304 2460 0 0 0 8 1 0 0 19 0 1 0 154002735 11333632 2305 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/21729/statm: 2767 2306 77 174 0 2590 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16428

[startup+0.301638 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21728
/proc/meminfo: memFree=1668224/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154002734 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 236 195 169 0 51 0
[pid=21729] ppid=21728 vsize=11728 CPUtime=0.29
/proc/21729/stat : 21729 (SatELite_releas) R 21728 21728 21601 0 -1 4194304 2608 0 0 0 28 1 0 0 21 0 1 0 154002735 12009472 2453 1992294400 134512640 135225430 4294956176 18446744073709551615 134593732 0 0 4096 3 0 0 0 17 0 0 0
/proc/21729/statm: 2932 2453 77 174 0 2755 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17088

[startup+0.701677 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21728
/proc/meminfo: memFree=1668224/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0.36
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 313 2665 0 0 0 0 35 1 17 0 1 0 154002734 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 5360

[startup+1.50172 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21731
/proc/meminfo: memFree=1661552/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0.36
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 313 2665 0 0 0 0 35 1 17 0 1 0 154002734 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 238 195 169 0 51 0
[pid=21731] ppid=21728 vsize=6064 CPUtime=1.11
/proc/21731/stat : 21731 (glucose_static) R 21728 21728 21601 0 -1 4194304 1321 0 0 0 111 0 0 0 25 0 1 0 154002772 6209536 1307 1992294400 134512640 135217611 4294956288 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21731/statm: 1516 1307 77 172 0 1341 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11424

[startup+3.10184 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21731
/proc/meminfo: memFree=1661168/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0.36
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 313 2665 0 0 0 0 35 1 17 0 1 0 154002734 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 238 195 169 0 51 0
[pid=21731] ppid=21728 vsize=6868 CPUtime=2.71
/proc/21731/stat : 21731 (glucose_static) R 21728 21728 21601 0 -1 4194304 1511 0 0 0 271 0 0 0 25 0 1 0 154002772 7032832 1497 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21731/statm: 1717 1497 77 172 0 1542 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 12228

[startup+6.30107 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21731
/proc/meminfo: memFree=1659824/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0.36
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 313 2665 0 0 0 0 35 1 17 0 1 0 154002734 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 238 195 169 0 51 0
[pid=21731] ppid=21728 vsize=7752 CPUtime=5.91
/proc/21731/stat : 21731 (glucose_static) R 21728 21728 21601 0 -1 4194304 1731 0 0 0 590 1 0 0 25 0 1 0 154002772 7938048 1717 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21731/statm: 1938 1717 77 172 0 1763 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 13112

[startup+12.7025 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21731
/proc/meminfo: memFree=1658096/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0.36
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 313 2665 0 0 0 0 35 1 17 0 1 0 154002734 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 238 195 169 0 51 0
[pid=21731] ppid=21728 vsize=9236 CPUtime=12.31
/proc/21731/stat : 21731 (glucose_static) R 21728 21728 21601 0 -1 4194304 2113 0 0 0 1230 1 0 0 25 0 1 0 154002772 9457664 2099 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21731/statm: 2309 2099 77 172 0 2134 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 14596

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21731
/proc/meminfo: memFree=1656048/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0.36
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 313 2665 0 0 0 0 35 1 17 0 1 0 154002734 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 238 195 169 0 51 0
[pid=21731] ppid=21728 vsize=11296 CPUtime=25.1
/proc/21731/stat : 21731 (glucose_static) R 21728 21728 21601 0 -1 4194304 2633 0 0 0 2509 1 0 0 25 0 1 0 154002772 11567104 2619 1992294400 134512640 135217611 4294956288 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21731/statm: 2824 2619 77 172 0 2649 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 16656

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21731
/proc/meminfo: memFree=1653104/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0.36
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 313 2665 0 0 0 0 35 1 17 0 1 0 154002734 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 238 195 169 0 51 0
[pid=21731] ppid=21728 vsize=14456 CPUtime=50.69
/proc/21731/stat : 21731 (glucose_static) R 21728 21728 21601 0 -1 4194304 3380 0 0 0 5067 2 0 0 25 0 1 0 154002772 14802944 3366 1992294400 134512640 135217611 4294956288 18446744073709551615 134538433 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21731/statm: 3614 3366 77 172 0 3439 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 19816

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21731
/proc/meminfo: memFree=1649200/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0.36
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 313 2665 0 0 0 0 35 1 17 0 1 0 154002734 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 238 195 169 0 51 0
[pid=21731] ppid=21728 vsize=18288 CPUtime=101.88
/proc/21731/stat : 21731 (glucose_static) R 21728 21728 21601 0 -1 4194304 4356 0 0 0 10185 3 0 0 25 0 1 0 154002772 18726912 4342 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21731/statm: 4572 4342 77 172 0 4397 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 23648

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21731
/proc/meminfo: memFree=1645168/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0.36
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 313 2665 0 0 0 0 35 1 17 0 1 0 154002734 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 238 195 169 0 51 0
[pid=21731] ppid=21728 vsize=22332 CPUtime=161.85
/proc/21731/stat : 21731 (glucose_static) R 21728 21728 21601 0 -1 4194304 5336 0 0 0 16181 4 0 0 25 0 1 0 154002772 22867968 5322 1992294400 134512640 135217611 4294956288 18446744073709551615 134533263 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21731/statm: 5583 5322 77 172 0 5408 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 27692

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21731
/proc/meminfo: memFree=1643376/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0.36
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 313 2665 0 0 0 0 35 1 17 0 1 0 154002734 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 238 195 169 0 51 0
[pid=21731] ppid=21728 vsize=24052 CPUtime=221.82
/proc/21731/stat : 21731 (glucose_static) R 21728 21728 21601 0 -1 4194304 5786 0 0 0 22178 4 0 0 25 0 1 0 154002772 24629248 5772 1992294400 134512640 135217611 4294956288 18446744073709551615 134532907 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21731/statm: 6013 5772 77 172 0 5838 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 29412

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21731
/proc/meminfo: memFree=1640432/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0.36
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 313 2665 0 0 0 0 35 1 17 0 1 0 154002734 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 238 195 169 0 51 0
[pid=21731] ppid=21728 vsize=26972 CPUtime=281.81
/proc/21731/stat : 21731 (glucose_static) R 21728 21728 21601 0 -1 4194304 6520 0 0 0 28176 5 0 0 25 0 1 0 154002772 27619328 6506 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21731/statm: 6743 6506 77 172 0 6568 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 32332

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21731
/proc/meminfo: memFree=1636080/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0.36
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 313 2665 0 0 0 0 35 1 17 0 1 0 154002734 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 238 195 169 0 51 0
[pid=21731] ppid=21728 vsize=31716 CPUtime=341.79
/proc/21731/stat : 21731 (glucose_static) R 21728 21728 21601 0 -1 4194304 7601 0 0 0 34173 6 0 0 25 0 1 0 154002772 32477184 7587 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21731/statm: 7929 7587 77 172 0 7754 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 37076

[startup+402.302 s]

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

/proc/21731/statm: 34967 32003 77 172 0 34792 0
Current children cumulated CPU time (s) 9399.62
Current children cumulated vsize (KiB) 145228

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21749
/proc/meminfo: memFree=1536752/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0.36
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 313 2665 0 0 0 0 35 1 17 0 1 0 154002734 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 238 195 169 0 51 0
[pid=21731] ppid=21728 vsize=139868 CPUtime=9459.25
/proc/21731/stat : 21731 (glucose_static) R 21728 21728 21601 0 -1 4194304 32216 0 0 0 945881 44 0 0 25 0 1 0 154002772 143224832 32003 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21731/statm: 34967 32003 77 172 0 34792 0
Current children cumulated CPU time (s) 9459.61
Current children cumulated vsize (KiB) 145228

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21749
/proc/meminfo: memFree=1536688/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0.36
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 313 2665 0 0 0 0 35 1 17 0 1 0 154002734 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 238 195 169 0 51 0
[pid=21731] ppid=21728 vsize=139868 CPUtime=9519.24
/proc/21731/stat : 21731 (glucose_static) R 21728 21728 21601 0 -1 4194304 32218 0 0 0 951880 44 0 0 25 0 1 0 154002772 143224832 32005 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21731/statm: 34967 32005 77 172 0 34792 0
Current children cumulated CPU time (s) 9519.6
Current children cumulated vsize (KiB) 145228

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21755
/proc/meminfo: memFree=1536496/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0.36
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 313 2665 0 0 0 0 35 1 17 0 1 0 154002734 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 238 195 169 0 51 0
[pid=21731] ppid=21728 vsize=139868 CPUtime=9579.22
/proc/21731/stat : 21731 (glucose_static) R 21728 21728 21601 0 -1 4194304 32218 0 0 0 957878 44 0 0 25 0 1 0 154002772 143224832 32005 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21731/statm: 34967 32005 77 172 0 34792 0
Current children cumulated CPU time (s) 9579.58
Current children cumulated vsize (KiB) 145228

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21755
/proc/meminfo: memFree=1536496/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0.36
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 313 2665 0 0 0 0 35 1 17 0 1 0 154002734 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 238 195 169 0 51 0
[pid=21731] ppid=21728 vsize=139868 CPUtime=9639.2
/proc/21731/stat : 21731 (glucose_static) R 21728 21728 21601 0 -1 4194304 32220 0 0 0 963876 44 0 0 25 0 1 0 154002772 143224832 32007 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21731/statm: 34967 32007 77 172 0 34792 0
Current children cumulated CPU time (s) 9639.56
Current children cumulated vsize (KiB) 145228

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21755
/proc/meminfo: memFree=1536368/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0.36
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 313 2665 0 0 0 0 35 1 17 0 1 0 154002734 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 238 195 169 0 51 0
[pid=21731] ppid=21728 vsize=140428 CPUtime=9699.2
/proc/21731/stat : 21731 (glucose_static) R 21728 21728 21601 0 -1 4194304 32285 0 0 0 969875 45 0 0 25 0 1 0 154002772 143798272 32072 1992294400 134512640 135217611 4294956288 18446744073709551615 134533690 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21731/statm: 35107 32072 77 172 0 34932 0
Current children cumulated CPU time (s) 9699.56
Current children cumulated vsize (KiB) 145788

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21755
/proc/meminfo: memFree=1536368/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0.36
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 313 2665 0 0 0 0 35 1 17 0 1 0 154002734 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 238 195 169 0 51 0
[pid=21731] ppid=21728 vsize=140428 CPUtime=9759.18
/proc/21731/stat : 21731 (glucose_static) R 21728 21728 21601 0 -1 4194304 32287 0 0 0 975873 45 0 0 25 0 1 0 154002772 143798272 32074 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21731/statm: 35107 32074 77 172 0 34932 0
Current children cumulated CPU time (s) 9759.54
Current children cumulated vsize (KiB) 145788

[startup+9822.3 s]
/proc/loadavg: 1.18 1.04 1.01 2/66 21755
/proc/meminfo: memFree=1536048/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0.36
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 313 2665 0 0 0 0 35 1 17 0 1 0 154002734 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 238 195 169 0 51 0
[pid=21731] ppid=21728 vsize=140912 CPUtime=9819.17
/proc/21731/stat : 21731 (glucose_static) R 21728 21728 21601 0 -1 4194304 32384 0 0 0 981872 45 0 0 25 0 1 0 154002772 144293888 32171 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21731/statm: 35228 32171 77 172 0 35053 0
Current children cumulated CPU time (s) 9819.53
Current children cumulated vsize (KiB) 146272

[startup+9882.3 s]
/proc/loadavg: 1.06 1.03 1.00 2/66 21755
/proc/meminfo: memFree=1535920/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0.36
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 313 2665 0 0 0 0 35 1 17 0 1 0 154002734 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 238 195 169 0 51 0
[pid=21731] ppid=21728 vsize=141152 CPUtime=9879.16
/proc/21731/stat : 21731 (glucose_static) R 21728 21728 21601 0 -1 4194304 32418 0 0 0 987871 45 0 0 25 0 1 0 154002772 144539648 32205 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21731/statm: 35288 32205 77 172 0 35113 0
Current children cumulated CPU time (s) 9879.52
Current children cumulated vsize (KiB) 146512

[startup+9942.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 21755
/proc/meminfo: memFree=1534960/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0.36
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 313 2665 0 0 0 0 35 1 17 0 1 0 154002734 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 238 195 169 0 51 0
[pid=21731] ppid=21728 vsize=142512 CPUtime=9939.14
/proc/21731/stat : 21731 (glucose_static) R 21728 21728 21601 0 -1 4194304 32658 0 0 0 993869 45 0 0 25 0 1 0 154002772 145932288 32445 1992294400 134512640 135217611 4294956288 18446744073709551615 134522427 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21731/statm: 35628 32445 77 172 0 35453 0
Current children cumulated CPU time (s) 9939.5
Current children cumulated vsize (KiB) 147872

[startup+10002.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 21755
/proc/meminfo: memFree=1534896/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0.36
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 313 2665 0 0 0 0 35 1 17 0 1 0 154002734 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 238 195 169 0 51 0
[pid=21731] ppid=21728 vsize=142752 CPUtime=9999.13
/proc/21731/stat : 21731 (glucose_static) R 21728 21728 21601 0 -1 4194304 32679 0 0 0 999868 45 0 0 25 0 1 0 154002772 146178048 32466 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21731/statm: 35688 32466 77 172 0 35513 0
Current children cumulated CPU time (s) 9999.49
Current children cumulated vsize (KiB) 148112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.9 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 21755
/proc/meminfo: memFree=1534896/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0.36
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 313 2665 0 0 0 0 35 1 17 0 1 0 154002734 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 238 195 169 0 51 0
[pid=21731] ppid=21728 vsize=142752 CPUtime=9999.73
/proc/21731/stat : 21731 (glucose_static) R 21728 21728 21601 0 -1 4194304 32679 0 0 0 999928 45 0 0 25 0 1 0 154002772 146178048 32466 1992294400 134512640 135217611 4294956288 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21731/statm: 35688 32466 77 172 0 35513 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 148112

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

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

[startup+10002.9 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 21755
/proc/meminfo: memFree=1534896/2055920 swapFree=4165120/4192956
[pid=21728] ppid=21726 vsize=5360 CPUtime=0.36
/proc/21728/stat : 21728 (glucose.sh) S 21726 21728 21601 0 -1 4194304 313 2665 0 0 0 0 35 1 17 0 1 0 154002734 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21728/statm: 1340 238 195 169 0 51 0
[pid=21731] ppid=21728 vsize=142752 CPUtime=9999.73
/proc/21731/stat : 21731 (glucose_static) R 21728 21728 21601 0 -1 4194304 32679 0 0 0 999928 45 0 0 25 0 1 0 154002772 146178048 32466 1992294400 134512640 135217611 4294956288 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21731/statm: 35688 32466 77 172 0 35513 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 148112

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21728 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=357945
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=16997
# CPU time returned by wait4() is 0.374942
# 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): 10002.9
CPU time (s): 10000.1
CPU user time (s): 9999.63
CPU system time (s): 0.46
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 148112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.357945
system time used= 0.016997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2978
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 8.13876 second user time and 28.2407 second system time

The end

Launcher Data

Begin job on node34 at 2009-05-02 12:21:41
IDJOB=1773844
IDBENCH=70812
IDSOLVER=610
FILE ID=node34/1773844-1241259701
PBS_JOBID= 9224938
Free space on /tmp= 66496 MiB

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

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

MD5SUM BENCH= fd3f8184ebdeefe767f2b0366176385e
RANDOM SEED=2053063548

node34.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.214
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.214
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:       1668776 kB
Buffers:         68160 kB
Cached:         233868 kB
SwapCached:      21584 kB
Active:          38728 kB
Inactive:       287100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1668776 kB
SwapTotal:     4192956 kB
SwapFree:      4165120 kB
Dirty:            2472 kB
Writeback:           0 kB
Mapped:          13492 kB
Slab:            47420 kB
Committed_AS:   707388 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= 66496 MiB
End job on node34 at 2009-05-02 15:08:26