Trace number 1773664

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 10005.1

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate128.cnf
MD5SUMf21954c654ab1cfd9e2c1aa6fdf49c58
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 variables138559
Number of clauses415292
Sum of the clauses size969012
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2276860
Number of clauses of size 3138430
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.29/0.33	c ==============================================================================
0.29/0.33	c |           |     ORIGINAL     |              LEARNT              |          |
0.29/0.33	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.29/0.33	c ==============================================================================
0.29/0.33	c |         0 |  415290   969010 |  124586       0        0     nan |  0.000 % |
1.99/2.06	c |         0 |  316116   885852 |      --       0       --      -- |     --   | -99172/-83153
1.99/2.06	c ==============================================================================
1.99/2.06	c Result  :   #vars: 76931   #clauses: 316116   #literals: 885852
1.99/2.06	c CPU time:   1.9507 s
1.99/2.06	c ==============================================================================
2.29/2.37	c
2.29/2.37	c Starting glucose
2.29/2.37	c
2.29/2.38	
2.29/2.38	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
2.29/2.38	
2.29/2.38	c ============================[ Problem Statistics ]=============================
2.29/2.38	c |                                                                             |
2.29/2.38	c |  Number of variables:  76931                                                |
2.29/2.38	c |  Number of clauses:    316116                                               |
2.37/2.60	c |  Parsing time:         0.20         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-1773664-1241258818/watcher-1773664-1241258818 -o /tmp/evaluation-result-1773664-1241258818/solver-1773664-1241258818 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773664-1241258818.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.99 0.97 0.98 3/64 18245
/proc/meminfo: memFree=1117480/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=0
/proc/18245/stat : 18245 (glucose.sh) R 18243 18245 18147 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 153906264 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 224627583647 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/18245/statm: 1340 235 194 169 0 51 0
[pid=18246] ppid=18245 vsize=1324 CPUtime=0
/proc/18246/stat : 18246 (SatELite_releas) R 18245 18245 18147 0 -1 4194304 178 0 0 0 0 0 0 0 18 0 1 0 153906264 1355776 162 1992294400 134512640 135225430 4294956176 18446744073709551615 134543684 0 0 4096 3 0 0 0 17 0 0 0
/proc/18246/statm: 331 162 50 174 0 154 0

[startup+0.038425 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 18245
/proc/meminfo: memFree=1117480/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=0
/proc/18245/stat : 18245 (glucose.sh) S 18243 18245 18147 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153906264 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18245/statm: 1340 236 195 169 0 51 0
[pid=18246] ppid=18245 vsize=7856 CPUtime=0.02
/proc/18246/stat : 18246 (SatELite_releas) R 18245 18245 18147 0 -1 4194304 1527 0 0 0 2 0 0 0 18 0 1 0 153906264 8044544 1511 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/18246/statm: 1964 1511 50 174 0 1787 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13216

[startup+0.102431 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 18245
/proc/meminfo: memFree=1117480/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=0
/proc/18245/stat : 18245 (glucose.sh) S 18243 18245 18147 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153906264 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18245/statm: 1340 236 195 169 0 51 0
[pid=18246] ppid=18245 vsize=18236 CPUtime=0.09
/proc/18246/stat : 18246 (SatELite_releas) R 18245 18245 18147 0 -1 4194304 3972 0 0 0 8 1 0 0 19 0 1 0 153906264 18673664 3956 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/18246/statm: 4559 3957 50 174 0 4382 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23596

[startup+0.302459 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 18245
/proc/meminfo: memFree=1117480/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=0
/proc/18245/stat : 18245 (glucose.sh) S 18243 18245 18147 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153906264 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18245/statm: 1340 236 195 169 0 51 0
[pid=18246] ppid=18245 vsize=59536 CPUtime=0.29
/proc/18246/stat : 18246 (SatELite_releas) R 18245 18245 18147 0 -1 4194304 11825 0 0 0 23 6 0 0 21 0 1 0 153906264 60964864 11809 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/18246/statm: 14884 11811 51 174 0 14707 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64896

[startup+0.702516 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 18245
/proc/meminfo: memFree=1117480/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=0
/proc/18245/stat : 18245 (glucose.sh) S 18243 18245 18147 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153906264 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18245/statm: 1340 236 195 169 0 51 0
[pid=18246] ppid=18245 vsize=79292 CPUtime=0.69
/proc/18246/stat : 18246 (SatELite_releas) R 18245 18245 18147 0 -1 4194304 17362 0 0 0 60 9 0 0 25 0 1 0 153906264 81195008 16195 1992294400 134512640 135225430 4294956176 18446744073709551615 134587259 0 0 4096 3 0 0 0 17 0 0 0
/proc/18246/statm: 19823 16195 77 174 0 19646 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84652

[startup+1.50163 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18247
/proc/meminfo: memFree=1046104/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=0
/proc/18245/stat : 18245 (glucose.sh) S 18243 18245 18147 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 153906264 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18245/statm: 1340 236 195 169 0 51 0
[pid=18246] ppid=18245 vsize=84344 CPUtime=1.49
/proc/18246/stat : 18246 (SatELite_releas) R 18245 18245 18147 0 -1 4194304 18666 0 0 0 138 11 0 0 25 0 1 0 153906264 86368256 17363 1992294400 134512640 135225430 4294956176 18446744073709551615 134587354 0 0 4096 3 0 0 0 17 0 0 0
/proc/18246/statm: 21086 17363 77 174 0 20909 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 89704

[startup+3.10187 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18247
/proc/meminfo: memFree=1042392/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=2.37
/proc/18245/stat : 18245 (glucose.sh) S 18243 18245 18147 0 -1 4194304 313 19212 0 0 0 0 222 15 16 0 1 0 153906264 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18245/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 5360
heavy processes:

[startup+6.30131 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18248
/proc/meminfo: memFree=1075288/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=2.37
/proc/18245/stat : 18245 (glucose.sh) S 18243 18245 18147 0 -1 4194304 313 19212 0 0 0 0 222 15 16 0 1 0 153906264 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18245/statm: 1340 238 195 169 0 51 0
[pid=18248] ppid=18245 vsize=32608 CPUtime=3.9
/proc/18248/stat : 18248 (glucose_static) R 18245 18245 18147 0 -1 4194304 7452 0 0 0 387 3 0 0 25 0 1 0 153906502 33390592 7438 1992294400 134512640 135217611 4294956288 18446744073709551615 134537495 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18248/statm: 8152 7438 77 172 0 7977 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 37968

[startup+12.7012 s]
/proc/loadavg: 1.07 0.99 0.99 2/66 18248
/proc/meminfo: memFree=1075744/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=2.37
/proc/18245/stat : 18245 (glucose.sh) S 18243 18245 18147 0 -1 4194304 313 19212 0 0 0 0 222 15 16 0 1 0 153906264 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18245/statm: 1340 238 195 169 0 51 0
[pid=18248] ppid=18245 vsize=32740 CPUtime=10.31
/proc/18248/stat : 18248 (glucose_static) R 18245 18245 18147 0 -1 4194304 7496 0 0 0 1027 4 0 0 25 0 1 0 153906502 33525760 7482 1992294400 134512640 135217611 4294956288 18446744073709551615 134542180 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18248/statm: 8185 7482 77 172 0 8010 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 38100

[startup+25.501 s]
/proc/loadavg: 1.06 0.99 0.99 2/66 18248
/proc/meminfo: memFree=1075360/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=2.37
/proc/18245/stat : 18245 (glucose.sh) S 18243 18245 18147 0 -1 4194304 313 19212 0 0 0 0 222 15 16 0 1 0 153906264 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18245/statm: 1340 238 195 169 0 51 0
[pid=18248] ppid=18245 vsize=33416 CPUtime=23.1
/proc/18248/stat : 18248 (glucose_static) R 18245 18245 18147 0 -1 4194304 7672 0 0 0 2306 4 0 0 25 0 1 0 153906502 34217984 7658 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18248/statm: 8354 7658 77 172 0 8179 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 38776

[startup+51.1017 s]
/proc/loadavg: 1.03 0.99 0.99 2/66 18248
/proc/meminfo: memFree=1074144/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=2.37
/proc/18245/stat : 18245 (glucose.sh) S 18243 18245 18147 0 -1 4194304 313 19212 0 0 0 0 222 15 16 0 1 0 153906264 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18245/statm: 1340 238 195 169 0 51 0
[pid=18248] ppid=18245 vsize=34656 CPUtime=48.66
/proc/18248/stat : 18248 (glucose_static) R 18245 18245 18147 0 -1 4194304 7966 0 0 0 4862 4 0 0 25 0 1 0 153906502 35487744 7952 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18248/statm: 8664 7952 77 172 0 8489 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 40016

[startup+102.307 s]
/proc/loadavg: 1.01 0.99 0.99 2/66 18248
/proc/meminfo: memFree=1072288/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=2.37
/proc/18245/stat : 18245 (glucose.sh) S 18243 18245 18147 0 -1 4194304 313 19212 0 0 0 0 222 15 16 0 1 0 153906264 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18245/statm: 1340 238 195 169 0 51 0
[pid=18248] ppid=18245 vsize=36660 CPUtime=99.84
/proc/18248/stat : 18248 (glucose_static) R 18245 18245 18147 0 -1 4194304 8473 0 0 0 9979 5 0 0 25 0 1 0 153906502 37539840 8459 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18248/statm: 9165 8459 77 172 0 8990 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 42020

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 18248
/proc/meminfo: memFree=1069984/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=2.37
/proc/18245/stat : 18245 (glucose.sh) S 18243 18245 18147 0 -1 4194304 313 19212 0 0 0 0 222 15 16 0 1 0 153906264 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18245/statm: 1340 238 195 169 0 51 0
[pid=18248] ppid=18245 vsize=38952 CPUtime=159.78
/proc/18248/stat : 18248 (glucose_static) R 18245 18245 18147 0 -1 4194304 9042 0 0 0 15972 6 0 0 25 0 1 0 153906502 39886848 9028 1992294400 134512640 135217611 4294956288 18446744073709551615 134527828 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18248/statm: 9738 9028 77 172 0 9563 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 44312

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 18248
/proc/meminfo: memFree=1067680/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=2.37
/proc/18245/stat : 18245 (glucose.sh) S 18243 18245 18147 0 -1 4194304 313 19212 0 0 0 0 222 15 16 0 1 0 153906264 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18245/statm: 1340 238 195 169 0 51 0
[pid=18248] ppid=18245 vsize=41204 CPUtime=219.74
/proc/18248/stat : 18248 (glucose_static) R 18245 18245 18147 0 -1 4194304 9614 0 0 0 21968 6 0 0 25 0 1 0 153906502 42192896 9600 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18248/statm: 10301 9600 77 172 0 10126 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 46564

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 18248
/proc/meminfo: memFree=1065568/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=2.37
/proc/18245/stat : 18245 (glucose.sh) S 18243 18245 18147 0 -1 4194304 313 19212 0 0 0 0 222 15 16 0 1 0 153906264 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18245/statm: 1340 238 195 169 0 51 0
[pid=18248] ppid=18245 vsize=43360 CPUtime=279.72
/proc/18248/stat : 18248 (glucose_static) R 18245 18245 18147 0 -1 4194304 10141 0 0 0 27966 6 0 0 25 0 1 0 153906502 44400640 10127 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18248/statm: 10840 10127 77 172 0 10665 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 48720

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 18248
/proc/meminfo: memFree=1065568/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=2.37
/proc/18245/stat : 18245 (glucose.sh) S 18243 18245 18147 0 -1 4194304 313 19212 0 0 0 0 222 15 16 0 1 0 153906264 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18245/statm: 1340 238 195 169 0 51 0
[pid=18248] ppid=18245 vsize=43360 CPUtime=339.69
/proc/18248/stat : 18248 (glucose_static) R 18245 18245 18147 0 -1 4194304 10141 0 0 0 33963 6 0 0 25 0 1 0 153906502 44400640 10127 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18248/statm: 10840 10127 77 172 0 10665 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 48720


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

/proc/18248/statm: 25272 24504 77 172 0 25097 0
Current children cumulated CPU time (s) 9397.61
Current children cumulated vsize (KiB) 106448

[startup+9462.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 18266
/proc/meminfo: memFree=1007584/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=2.37
/proc/18245/stat : 18245 (glucose.sh) S 18243 18245 18147 0 -1 4194304 313 19212 0 0 0 0 222 15 16 0 1 0 153906264 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18245/statm: 1340 238 195 169 0 51 0
[pid=18248] ppid=18245 vsize=101088 CPUtime=9455.21
/proc/18248/stat : 18248 (glucose_static) R 18245 18245 18147 0 -1 4194304 24520 0 0 0 945492 29 0 0 25 0 1 0 153906502 103514112 24506 1992294400 134512640 135217611 4294956288 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18248/statm: 25272 24506 77 172 0 25097 0
Current children cumulated CPU time (s) 9457.58
Current children cumulated vsize (KiB) 106448

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18266
/proc/meminfo: memFree=1007584/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=2.37
/proc/18245/stat : 18245 (glucose.sh) S 18243 18245 18147 0 -1 4194304 313 19212 0 0 0 0 222 15 16 0 1 0 153906264 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18245/statm: 1340 238 195 169 0 51 0
[pid=18248] ppid=18245 vsize=101088 CPUtime=9515.18
/proc/18248/stat : 18248 (glucose_static) R 18245 18245 18147 0 -1 4194304 24523 0 0 0 951489 29 0 0 25 0 1 0 153906502 103514112 24509 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18248/statm: 25272 24509 77 172 0 25097 0
Current children cumulated CPU time (s) 9517.55
Current children cumulated vsize (KiB) 106448

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18266
/proc/meminfo: memFree=1007200/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=2.37
/proc/18245/stat : 18245 (glucose.sh) S 18243 18245 18147 0 -1 4194304 313 19212 0 0 0 0 222 15 16 0 1 0 153906264 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18245/statm: 1340 238 195 169 0 51 0
[pid=18248] ppid=18245 vsize=101484 CPUtime=9575.14
/proc/18248/stat : 18248 (glucose_static) R 18245 18245 18147 0 -1 4194304 24633 0 0 0 957485 29 0 0 25 0 1 0 153906502 103919616 24619 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18248/statm: 25371 24619 77 172 0 25196 0
Current children cumulated CPU time (s) 9577.51
Current children cumulated vsize (KiB) 106844

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18266
/proc/meminfo: memFree=1007200/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=2.37
/proc/18245/stat : 18245 (glucose.sh) S 18243 18245 18147 0 -1 4194304 313 19212 0 0 0 0 222 15 16 0 1 0 153906264 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18245/statm: 1340 238 195 169 0 51 0
[pid=18248] ppid=18245 vsize=101484 CPUtime=9635.12
/proc/18248/stat : 18248 (glucose_static) R 18245 18245 18147 0 -1 4194304 24634 0 0 0 963483 29 0 0 25 0 1 0 153906502 103919616 24620 1992294400 134512640 135217611 4294956288 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18248/statm: 25371 24620 77 172 0 25196 0
Current children cumulated CPU time (s) 9637.49
Current children cumulated vsize (KiB) 106844

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18266
/proc/meminfo: memFree=1007136/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=2.37
/proc/18245/stat : 18245 (glucose.sh) S 18243 18245 18147 0 -1 4194304 313 19212 0 0 0 0 222 15 16 0 1 0 153906264 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18245/statm: 1340 238 195 169 0 51 0
[pid=18248] ppid=18245 vsize=101484 CPUtime=9695.09
/proc/18248/stat : 18248 (glucose_static) R 18245 18245 18147 0 -1 4194304 24634 0 0 0 969480 29 0 0 25 0 1 0 153906502 103919616 24620 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18248/statm: 25371 24620 77 172 0 25196 0
Current children cumulated CPU time (s) 9697.46
Current children cumulated vsize (KiB) 106844

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18266
/proc/meminfo: memFree=1007136/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=2.37
/proc/18245/stat : 18245 (glucose.sh) S 18243 18245 18147 0 -1 4194304 313 19212 0 0 0 0 222 15 16 0 1 0 153906264 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18245/statm: 1340 238 195 169 0 51 0
[pid=18248] ppid=18245 vsize=101484 CPUtime=9755.06
/proc/18248/stat : 18248 (glucose_static) R 18245 18245 18147 0 -1 4194304 24634 0 0 0 975477 29 0 0 25 0 1 0 153906502 103919616 24620 1992294400 134512640 135217611 4294956288 18446744073709551615 134532588 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18248/statm: 25371 24620 77 172 0 25196 0
Current children cumulated CPU time (s) 9757.43
Current children cumulated vsize (KiB) 106844

[startup+9822.3 s]
/proc/loadavg: 1.14 1.03 1.01 2/66 18266
/proc/meminfo: memFree=1007136/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=2.37
/proc/18245/stat : 18245 (glucose.sh) S 18243 18245 18147 0 -1 4194304 313 19212 0 0 0 0 222 15 16 0 1 0 153906264 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18245/statm: 1340 238 195 169 0 51 0
[pid=18248] ppid=18245 vsize=101484 CPUtime=9815.03
/proc/18248/stat : 18248 (glucose_static) R 18245 18245 18147 0 -1 4194304 24634 0 0 0 981474 29 0 0 25 0 1 0 153906502 103919616 24620 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18248/statm: 25371 24620 77 172 0 25196 0
Current children cumulated CPU time (s) 9817.4
Current children cumulated vsize (KiB) 106844

[startup+9882.3 s]
/proc/loadavg: 1.23 1.07 1.02 2/66 18266
/proc/meminfo: memFree=1007136/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=2.37
/proc/18245/stat : 18245 (glucose.sh) S 18243 18245 18147 0 -1 4194304 313 19212 0 0 0 0 222 15 16 0 1 0 153906264 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18245/statm: 1340 238 195 169 0 51 0
[pid=18248] ppid=18245 vsize=101484 CPUtime=9875
/proc/18248/stat : 18248 (glucose_static) R 18245 18245 18147 0 -1 4194304 24634 0 0 0 987471 29 0 0 25 0 1 0 153906502 103919616 24620 1992294400 134512640 135217611 4294956288 18446744073709551615 134537299 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18248/statm: 25371 24620 77 172 0 25196 0
Current children cumulated CPU time (s) 9877.37
Current children cumulated vsize (KiB) 106844

[startup+9942.3 s]
/proc/loadavg: 1.15 1.07 1.02 2/66 18266
/proc/meminfo: memFree=1007136/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=2.37
/proc/18245/stat : 18245 (glucose.sh) S 18243 18245 18147 0 -1 4194304 313 19212 0 0 0 0 222 15 16 0 1 0 153906264 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18245/statm: 1340 238 195 169 0 51 0
[pid=18248] ppid=18245 vsize=101484 CPUtime=9934.96
/proc/18248/stat : 18248 (glucose_static) R 18245 18245 18147 0 -1 4194304 24634 0 0 0 993467 29 0 0 25 0 1 0 153906502 103919616 24620 1992294400 134512640 135217611 4294956288 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18248/statm: 25371 24620 77 172 0 25196 0
Current children cumulated CPU time (s) 9937.33
Current children cumulated vsize (KiB) 106844

[startup+10002.3 s]
/proc/loadavg: 1.12 1.07 1.02 2/66 18266
/proc/meminfo: memFree=1005472/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=2.37
/proc/18245/stat : 18245 (glucose.sh) S 18243 18245 18147 0 -1 4194304 313 19212 0 0 0 0 222 15 16 0 1 0 153906264 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18245/statm: 1340 238 195 169 0 51 0
[pid=18248] ppid=18245 vsize=103332 CPUtime=9994.93
/proc/18248/stat : 18248 (glucose_static) R 18245 18245 18147 0 -1 4194304 25091 0 0 0 999464 29 0 0 25 0 1 0 153906502 105811968 25077 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18248/statm: 25833 25077 77 172 0 25658 0
Current children cumulated CPU time (s) 9997.3
Current children cumulated vsize (KiB) 108692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10005.1 s]
/proc/loadavg: 1.12 1.07 1.02 2/66 18266
/proc/meminfo: memFree=1005152/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=2.37
/proc/18245/stat : 18245 (glucose.sh) S 18243 18245 18147 0 -1 4194304 313 19212 0 0 0 0 222 15 16 0 1 0 153906264 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18245/statm: 1340 238 195 169 0 51 0
[pid=18248] ppid=18245 vsize=103728 CPUtime=9997.73
/proc/18248/stat : 18248 (glucose_static) R 18245 18245 18147 0 -1 4194304 25169 0 0 0 999744 29 0 0 25 0 1 0 153906502 106217472 25155 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18248/statm: 25932 25155 77 172 0 25757 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 109088

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

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

[startup+10005.1 s]
/proc/loadavg: 1.12 1.07 1.02 2/66 18266
/proc/meminfo: memFree=1005152/2055920 swapFree=4180508/4192956
[pid=18245] ppid=18243 vsize=5360 CPUtime=2.37
/proc/18245/stat : 18245 (glucose.sh) S 18243 18245 18147 0 -1 4194304 313 19212 0 0 0 0 222 15 16 0 1 0 153906264 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18245/statm: 1340 238 195 169 0 51 0
[pid=18248] ppid=18245 vsize=103728 CPUtime=9997.73
/proc/18248/stat : 18248 (glucose_static) R 18245 18245 18147 0 -1 4194304 25169 0 0 0 999744 29 0 0 25 0 1 0 153906502 106217472 25155 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18248/statm: 25932 25155 77 172 0 25757 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 109088

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18245 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=224661
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=154976
# CPU time returned by wait4() is 2.37964
# 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): 10005.1
CPU time (s): 10000.1
CPU user time (s): 9999.66
CPU system time (s): 0.44
CPU usage (%): 99.9499
Max. virtual memory (cumulated for all children) (KiB): 109088

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

runsolver used 8.03578 second user time and 28.3577 second system time

The end

Launcher Data

Begin job on node49 at 2009-05-02 12:06:59
IDJOB=1773664
IDBENCH=70772
IDSOLVER=610
FILE ID=node49/1773664-1241258818
PBS_JOBID= 9224937
Free space on /tmp= 66528 MiB

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

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

MD5SUM BENCH= f21954c654ab1cfd9e2c1aa6fdf49c58
RANDOM SEED=1915729268

node49.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.241
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.241
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:       1118024 kB
Buffers:         84344 kB
Cached:         747788 kB
SwapCached:       5560 kB
Active:          53296 kB
Inactive:       787028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1118024 kB
SwapTotal:     4192956 kB
SwapFree:      4180508 kB
Dirty:            8608 kB
Writeback:           0 kB
Mapped:          13852 kB
Slab:            83460 kB
Committed_AS:   683700 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66516 MiB
End job on node49 at 2009-05-02 14:53:46