Trace number 1773834

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.0UNSAT 926.685 927.171

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray02_32.cnf
MD5SUMda0c445b72f13d929ab0690c3bfa81ed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark834.519
Satisfiable
(Un)Satisfiability was proved
Number of variables4252
Number of clauses12563
Sum of the clauses size29311
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 28374
Number of clauses of size 34187
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.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   12561    29309 |    3768       0        0     nan |  0.000 % |
0.03/0.08	c |         0 |    9499    28877 |      --       0       --      -- |     --   | -3060/-427
0.03/0.08	c ==============================================================================
0.03/0.08	c Result  :   #vars: 2111   #clauses: 9499   #literals: 28877
0.03/0.08	c CPU time:   0.078987 s
0.03/0.08	c ==============================================================================
0.03/0.09	c
0.03/0.09	c Starting glucose
0.03/0.09	c
0.03/0.09	
0.03/0.09	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.03/0.09	
0.03/0.09	c ============================[ Problem Statistics ]=============================
0.03/0.09	c |                                                                             |
0.03/0.09	c |  Number of variables:  2111                                                 |
0.03/0.09	c |  Number of clauses:    9499                                                 |
0.08/0.10	c |  Parsing time:         0.01         s                                       |
926.60/927.15	c restarts              : 175
926.60/927.15	c nb ReduceDB           : 67
926.60/927.15	c nb learnts DL2        : 1409
926.60/927.15	c nb learnts size 2     : 650
926.60/927.15	c nb learnts size 1     : 83
926.60/927.15	c conflicts             : 2603065        (2810 /sec)
926.60/927.15	c decisions             : 2973333        (1.43 % random) (3209 /sec)
926.60/927.15	c propagations          : 202717154      (218794 /sec)
926.60/927.15	c conflict literals     : 55119965       (50.38 % deleted)
926.60/927.15	c Memory used           : 27.11 MB
926.60/927.15	c CPU time              : 926.52 s
926.60/927.15	
926.60/927.16	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1773834-1241259682/watcher-1773834-1241259682 -o /tmp/evaluation-result-1773834-1241259682/solver-1773834-1241259682 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773834-1241259682.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 29462
/proc/meminfo: memFree=1611808/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0
/proc/29462/stat : 29462 (glucose.sh) R 29460 29462 29266 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154001845 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 214919867039 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29462/statm: 1340 235 194 169 0 51 0
[pid=29463] ppid=29462 vsize=1148 CPUtime=0
/proc/29463/stat : 29463 (SatELite_releas) R 29462 29462 29266 0 -1 4194304 158 0 0 0 0 0 0 0 18 0 1 0 154001845 1175552 143 1992294400 134512640 135225430 4294956176 18446744073709551615 134733135 0 0 4096 3 0 0 0 17 0 0 0
/proc/29463/statm: 287 148 50 174 0 110 0

[startup+0.0390781 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29462
/proc/meminfo: memFree=1611808/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154001845 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29462/statm: 1340 236 195 169 0 51 0
[pid=29463] ppid=29462 vsize=3496 CPUtime=0.03
/proc/29463/stat : 29463 (SatELite_releas) R 29462 29462 29266 0 -1 4194304 688 0 0 0 3 0 0 0 19 0 1 0 154001845 3579904 672 1992294400 134512640 135225430 4294956176 18446744073709551615 134587630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29463/statm: 874 672 77 174 0 697 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8856

[startup+0.101094 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29462
/proc/meminfo: memFree=1611808/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+0.301138 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29462
/proc/meminfo: memFree=1611808/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+0.701225 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29462
/proc/meminfo: memFree=1611808/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+1.50139 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29465
/proc/meminfo: memFree=1608848/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
[pid=29465] ppid=29462 vsize=4224 CPUtime=1.39
/proc/29465/stat : 29465 (glucose_static) R 29462 29462 29266 0 -1 4194304 727 0 0 0 139 0 0 0 25 0 1 0 154001854 4325376 713 1992294400 134512640 135217611 4294956288 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29465/statm: 1056 713 76 172 0 881 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9584

[startup+3.10173 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29465
/proc/meminfo: memFree=1608080/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
[pid=29465] ppid=29462 vsize=4932 CPUtime=2.99
/proc/29465/stat : 29465 (glucose_static) R 29462 29462 29266 0 -1 4194304 905 0 0 0 299 0 0 0 25 0 1 0 154001854 5050368 891 1992294400 134512640 135217611 4294956288 18446744073709551615 134533168 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29465/statm: 1233 891 76 172 0 1058 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10292

[startup+6.30142 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29465
/proc/meminfo: memFree=1606864/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
[pid=29465] ppid=29462 vsize=5860 CPUtime=6.19
/proc/29465/stat : 29465 (glucose_static) R 29462 29462 29266 0 -1 4194304 1137 0 0 0 619 0 0 0 25 0 1 0 154001854 6000640 1123 1992294400 134512640 135217611 4294956288 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29465/statm: 1465 1123 76 172 0 1290 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11220

[startup+12.7028 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29465
/proc/meminfo: memFree=1605152/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
[pid=29465] ppid=29462 vsize=7360 CPUtime=12.59
/proc/29465/stat : 29465 (glucose_static) R 29462 29462 29266 0 -1 4194304 1511 0 0 0 1258 1 0 0 25 0 1 0 154001854 7536640 1497 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29465/statm: 1840 1497 76 172 0 1665 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12720

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29465
/proc/meminfo: memFree=1604192/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
[pid=29465] ppid=29462 vsize=8488 CPUtime=25.38
/proc/29465/stat : 29465 (glucose_static) R 29462 29462 29266 0 -1 4194304 1798 0 0 0 2537 1 0 0 25 0 1 0 154001854 8691712 1784 1992294400 134512640 135217611 4294956288 18446744073709551615 134533347 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29465/statm: 2122 1784 76 172 0 1947 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 13848

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29465
/proc/meminfo: memFree=1601760/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
[pid=29465] ppid=29462 vsize=11096 CPUtime=50.97
/proc/29465/stat : 29465 (glucose_static) R 29462 29462 29266 0 -1 4194304 2416 0 0 0 5095 2 0 0 25 0 1 0 154001854 11362304 2402 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29465/statm: 2774 2402 76 172 0 2599 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 16456

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29465
/proc/meminfo: memFree=1599584/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
[pid=29465] ppid=29462 vsize=13508 CPUtime=102.15
/proc/29465/stat : 29465 (glucose_static) R 29462 29462 29266 0 -1 4194304 2927 0 0 0 10213 2 0 0 25 0 1 0 154001854 13832192 2913 1992294400 134512640 135217611 4294956288 18446744073709551615 134536825 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29465/statm: 3377 2913 76 172 0 3202 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 18868

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29465
/proc/meminfo: memFree=1597600/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
[pid=29465] ppid=29462 vsize=15520 CPUtime=162.12
/proc/29465/stat : 29465 (glucose_static) R 29462 29462 29266 0 -1 4194304 3422 0 0 0 16209 3 0 0 25 0 1 0 154001854 15892480 3408 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29465/statm: 3880 3408 76 172 0 3705 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 20880

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29465
/proc/meminfo: memFree=1595680/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
[pid=29465] ppid=29462 vsize=17692 CPUtime=222.08
/proc/29465/stat : 29465 (glucose_static) R 29462 29462 29266 0 -1 4194304 3898 0 0 0 22205 3 0 0 25 0 1 0 154001854 18116608 3884 1992294400 134512640 135217611 4294956288 18446744073709551615 134539375 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29465/statm: 4423 3884 76 172 0 4248 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 23052

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29465
/proc/meminfo: memFree=1594208/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
[pid=29465] ppid=29462 vsize=19292 CPUtime=282.05
/proc/29465/stat : 29465 (glucose_static) R 29462 29462 29266 0 -1 4194304 4265 0 0 0 28202 3 0 0 25 0 1 0 154001854 19755008 4251 1992294400 134512640 135217611 4294956288 18446744073709551615 134533165 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29465/statm: 4823 4251 76 172 0 4648 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 24652

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29465
/proc/meminfo: memFree=1593440/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
[pid=29465] ppid=29462 vsize=20336 CPUtime=342.02
/proc/29465/stat : 29465 (glucose_static) R 29462 29462 29266 0 -1 4194304 4467 0 0 0 34199 3 0 0 25 0 1 0 154001854 20824064 4453 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29465/statm: 5084 4453 76 172 0 4909 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 25696

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29465
/proc/meminfo: memFree=1592160/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
[pid=29465] ppid=29462 vsize=21460 CPUtime=401.99

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


[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29465
/proc/meminfo: memFree=1589152/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
[pid=29465] ppid=29462 vsize=25052 CPUtime=581.88
/proc/29465/stat : 29465 (glucose_static) R 29462 29462 29266 0 -1 4194304 5539 0 0 0 58184 4 0 0 25 0 1 0 154001854 25653248 5525 1992294400 134512640 135217611 4294956288 18446744073709551615 134522607 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29465/statm: 6263 5525 76 172 0 6088 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 30412

[startup+642.302 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 29465
/proc/meminfo: memFree=1588768/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
[pid=29465] ppid=29462 vsize=25448 CPUtime=641.85
/proc/29465/stat : 29465 (glucose_static) R 29462 29462 29266 0 -1 4194304 5633 0 0 0 64181 4 0 0 25 0 1 0 154001854 26058752 5619 1992294400 134512640 135217611 4294956288 18446744073709551615 134527959 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29465/statm: 6362 5619 76 172 0 6187 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 30808

[startup+702.301 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 29465
/proc/meminfo: memFree=1587808/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
[pid=29465] ppid=29462 vsize=26368 CPUtime=701.83
/proc/29465/stat : 29465 (glucose_static) R 29462 29462 29266 0 -1 4194304 5854 0 0 0 70178 5 0 0 25 0 1 0 154001854 27000832 5840 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29465/statm: 6592 5840 76 172 0 6417 0
Current children cumulated CPU time (s) 701.91
Current children cumulated vsize (KiB) 31728

[startup+762.306 s]
/proc/loadavg: 1.06 1.03 1.00 2/66 29465
/proc/meminfo: memFree=1587360/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
[pid=29465] ppid=29462 vsize=26764 CPUtime=761.79
/proc/29465/stat : 29465 (glucose_static) R 29462 29462 29266 0 -1 4194304 5944 0 0 0 76174 5 0 0 25 0 1 0 154001854 27406336 5930 1992294400 134512640 135217611 4294956288 18446744073709551615 134533330 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29465/statm: 6691 5930 76 172 0 6516 0
Current children cumulated CPU time (s) 761.87
Current children cumulated vsize (KiB) 32124

[startup+822.302 s]
/proc/loadavg: 1.06 1.04 1.00 2/66 29465
/proc/meminfo: memFree=1587040/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
[pid=29465] ppid=29462 vsize=27052 CPUtime=821.76
/proc/29465/stat : 29465 (glucose_static) R 29462 29462 29266 0 -1 4194304 6024 0 0 0 82171 5 0 0 25 0 1 0 154001854 27701248 6010 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29465/statm: 6763 6010 76 172 0 6588 0
Current children cumulated CPU time (s) 821.84
Current children cumulated vsize (KiB) 32412

[startup+882.302 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 29465
/proc/meminfo: memFree=1586720/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
[pid=29465] ppid=29462 vsize=27536 CPUtime=881.73
/proc/29465/stat : 29465 (glucose_static) R 29462 29462 29266 0 -1 4194304 6121 0 0 0 88168 5 0 0 25 0 1 0 154001854 28196864 6107 1992294400 134512640 135217611 4294956288 18446744073709551615 134522427 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29465/statm: 6884 6107 76 172 0 6709 0
Current children cumulated CPU time (s) 881.81
Current children cumulated vsize (KiB) 32896

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

[startup+895.902 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 29465
/proc/meminfo: memFree=1586720/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
[pid=29465] ppid=29462 vsize=27536 CPUtime=895.33
/proc/29465/stat : 29465 (glucose_static) R 29462 29462 29266 0 -1 4194304 6121 0 0 0 89528 5 0 0 25 0 1 0 154001854 28196864 6107 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29465/statm: 6884 6107 76 172 0 6709 0
Current children cumulated CPU time (s) 895.41
Current children cumulated vsize (KiB) 32896

[startup+908.702 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 29465
/proc/meminfo: memFree=1586464/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
[pid=29465] ppid=29462 vsize=27752 CPUtime=908.12
/proc/29465/stat : 29465 (glucose_static) R 29462 29462 29266 0 -1 4194304 6181 0 0 0 90806 6 0 0 25 0 1 0 154001854 28418048 6167 1992294400 134512640 135217611 4294956288 18446744073709551615 134522607 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29465/statm: 6938 6167 76 172 0 6763 0
Current children cumulated CPU time (s) 908.2
Current children cumulated vsize (KiB) 33112

[startup+915.102 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 29465
/proc/meminfo: memFree=1586464/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
[pid=29465] ppid=29462 vsize=27752 CPUtime=914.53
/proc/29465/stat : 29465 (glucose_static) R 29462 29462 29266 0 -1 4194304 6181 0 0 0 91447 6 0 0 25 0 1 0 154001854 28418048 6167 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29465/statm: 6938 6167 76 172 0 6763 0
Current children cumulated CPU time (s) 914.61
Current children cumulated vsize (KiB) 33112

[startup+921.501 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 29465
/proc/meminfo: memFree=1586464/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
[pid=29465] ppid=29462 vsize=27752 CPUtime=920.92
/proc/29465/stat : 29465 (glucose_static) R 29462 29462 29266 0 -1 4194304 6181 0 0 0 92086 6 0 0 25 0 1 0 154001854 28418048 6167 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29465/statm: 6938 6167 76 172 0 6763 0
Current children cumulated CPU time (s) 921
Current children cumulated vsize (KiB) 33112

[startup+924.702 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 29465
/proc/meminfo: memFree=1586464/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
[pid=29465] ppid=29462 vsize=27752 CPUtime=924.12
/proc/29465/stat : 29465 (glucose_static) R 29462 29462 29266 0 -1 4194304 6181 0 0 0 92406 6 0 0 25 0 1 0 154001854 28418048 6167 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29465/statm: 6938 6167 76 172 0 6763 0
Current children cumulated CPU time (s) 924.2
Current children cumulated vsize (KiB) 33112

[startup+926.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 29465
/proc/meminfo: memFree=1586464/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
[pid=29465] ppid=29462 vsize=27752 CPUtime=925.72
/proc/29465/stat : 29465 (glucose_static) R 29462 29462 29266 0 -1 4194304 6181 0 0 0 92566 6 0 0 25 0 1 0 154001854 28418048 6167 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29465/statm: 6938 6167 76 172 0 6763 0
Current children cumulated CPU time (s) 925.8
Current children cumulated vsize (KiB) 33112

[startup+926.702 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 29465
/proc/meminfo: memFree=1586464/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
[pid=29465] ppid=29462 vsize=27752 CPUtime=926.12
/proc/29465/stat : 29465 (glucose_static) R 29462 29462 29266 0 -1 4194304 6181 0 0 0 92606 6 0 0 25 0 1 0 154001854 28418048 6167 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29465/statm: 6938 6167 76 172 0 6763 0
Current children cumulated CPU time (s) 926.2
Current children cumulated vsize (KiB) 33112

[startup+927.102 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 29465
/proc/meminfo: memFree=1586464/2055920 swapFree=4178716/4192956
[pid=29462] ppid=29460 vsize=5360 CPUtime=0.08
/proc/29462/stat : 29462 (glucose.sh) S 29460 29462 29266 0 -1 4194304 313 708 0 0 0 0 8 0 16 0 1 0 154001845 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29462/statm: 1340 238 195 169 0 51 0
[pid=29465] ppid=29462 vsize=27752 CPUtime=926.52
/proc/29465/stat : 29465 (glucose_static) R 29462 29462 29266 0 -1 4194304 6181 0 0 0 92646 6 0 0 25 0 1 0 154001854 28418048 6167 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29465/statm: 6938 6167 76 172 0 6763 0
Current children cumulated CPU time (s) 926.6
Current children cumulated vsize (KiB) 33112

Child status: 20
Real time (s): 927.171
CPU time (s): 926.685
CPU user time (s): 926.609
CPU system time (s): 0.075988
CPU usage (%): 99.9476
Max. virtual memory (cumulated for all children) (KiB): 33112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 926.609
system time used= 0.075988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7369
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= 38
involuntary context switches= 2353

runsolver used 0.791879 second user time and 2.59161 second system time

The end

Launcher Data

Begin job on node10 at 2009-05-02 12:21:22
IDJOB=1773834
IDBENCH=70811
IDSOLVER=610
FILE ID=node10/1773834-1241259682
PBS_JOBID= 9224924
Free space on /tmp= 66556 MiB

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

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

MD5SUM BENCH= da0c445b72f13d929ab0690c3bfa81ed
RANDOM SEED=1585639617

node10.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.263
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.263
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:       1612288 kB
Buffers:         72676 kB
Cached:         273784 kB
SwapCached:       8024 kB
Active:          71604 kB
Inactive:       284640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1612288 kB
SwapTotal:     4192956 kB
SwapFree:      4178716 kB
Dirty:            1756 kB
Writeback:           0 kB
Mapped:          13532 kB
Slab:            73544 kB
Committed_AS:   684780 kB
PageTables:       1376 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= 66556 MiB
End job on node10 at 2009-05-02 12:36:49