Trace number 1772704

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

Nameindustrial/anbulagan/
hard-unsat/partial-10-13-u.cnf
MD5SUMec1a03bc95c5b06907199f7ae65ad092
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 variables234064
Number of clauses1059777
Sum of the clauses size2420962
Maximum clause length10
Minimum clause length1
Number of clauses of size 117678
Number of clauses of size 2854833
Number of clauses of size 3143326
Number of clauses of size 44880
Number of clauses of size 519520
Number of clauses of size over 519540

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.79/0.81	c ==============================================================================
0.79/0.81	c |           |     ORIGINAL     |              LEARNT              |          |
0.79/0.81	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.79/0.81	c ==============================================================================
0.79/0.81	c |         0 | 1040931  2400826 |  312279       0        0     nan |  0.000 % |
6.68/6.74	c |         0 |  616982  1688498 |      --       0       --      -- |     --   | -196875/-198394
6.68/6.74	c ==============================================================================
6.68/6.74	c Result  :   #vars: 113377   #clauses: 616982   #literals: 1688498
6.68/6.74	c CPU time:   6.46902 s
6.68/6.74	c ==============================================================================
7.28/7.36	c
7.28/7.36	c Starting glucose
7.28/7.36	c
7.28/7.36	
7.28/7.36	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
7.28/7.36	
7.28/7.36	c ============================[ Problem Statistics ]=============================
7.28/7.36	c |                                                                             |
7.28/7.36	c |  Number of variables:  113377                                               |
7.28/7.36	c |  Number of clauses:    616982                                               |
7.76/7.80	c |  Parsing time:         0.38         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-1772704-1241249235/watcher-1772704-1241249235 -o /tmp/evaluation-result-1772704-1241249235/solver-1772704-1241249235 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1772704-1241249235.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.85 0.97 0.99 3/64 21097
/proc/meminfo: memFree=1269816/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=0
/proc/21097/stat : 21097 (glucose.sh) R 21095 21097 21060 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 152956481 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221780699807 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/21097/statm: 1340 235 194 169 0 51 0
[pid=21098] ppid=21097 vsize=1324 CPUtime=0
/proc/21098/stat : 21098 (SatELite_releas) R 21097 21097 21060 0 -1 4194304 211 0 0 0 0 0 0 0 18 0 1 0 152956481 1355776 195 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/21098/statm: 371 201 50 174 0 194 0

[startup+0.0792239 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 21097
/proc/meminfo: memFree=1269816/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=0
/proc/21097/stat : 21097 (glucose.sh) S 21095 21097 21060 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152956481 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21097/statm: 1340 236 195 169 0 51 0
[pid=21098] ppid=21097 vsize=20964 CPUtime=0.07
/proc/21098/stat : 21098 (SatELite_releas) R 21097 21097 21060 0 -1 4194304 3805 0 0 0 5 2 0 0 19 0 1 0 152956481 21467136 3789 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/21098/statm: 5241 3791 50 174 0 5064 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 26324

[startup+0.101228 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 21097
/proc/meminfo: memFree=1269816/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=0
/proc/21097/stat : 21097 (glucose.sh) S 21095 21097 21060 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152956481 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21097/statm: 1340 236 195 169 0 51 0
[pid=21098] ppid=21097 vsize=23076 CPUtime=0.08
/proc/21098/stat : 21098 (SatELite_releas) R 21097 21097 21060 0 -1 4194304 5191 0 0 0 6 2 0 0 19 0 1 0 152956481 23629824 5175 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/21098/statm: 5769 5176 50 174 0 5592 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28436

[startup+0.301254 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 21097
/proc/meminfo: memFree=1269816/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=0
/proc/21097/stat : 21097 (glucose.sh) S 21095 21097 21060 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152956481 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21097/statm: 1340 236 195 169 0 51 0
[pid=21098] ppid=21097 vsize=55372 CPUtime=0.29
/proc/21098/stat : 21098 (SatELite_releas) R 21097 21097 21060 0 -1 4194304 12445 0 0 0 22 7 0 0 21 0 1 0 152956481 56700928 12429 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/21098/statm: 13843 12431 50 174 0 13666 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60732

[startup+0.701312 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 21097
/proc/meminfo: memFree=1269816/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=0
/proc/21097/stat : 21097 (glucose.sh) S 21095 21097 21060 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152956481 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21097/statm: 1340 236 195 169 0 51 0
[pid=21098] ppid=21097 vsize=97476 CPUtime=0.69
/proc/21098/stat : 21098 (SatELite_releas) R 21097 21097 21060 0 -1 4194304 23588 0 0 0 56 13 0 0 25 0 1 0 152956481 99815424 23572 1992294400 134512640 135225430 4294956176 18446744073709551615 134548129 0 0 4096 3 0 0 0 17 0 0 0
/proc/21098/statm: 24369 23572 51 174 0 24192 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 102836

[startup+1.50143 s]
/proc/loadavg: 0.85 0.97 0.99 3/66 21099
/proc/meminfo: memFree=1169576/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=0
/proc/21097/stat : 21097 (glucose.sh) S 21095 21097 21060 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152956481 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21097/statm: 1340 236 195 169 0 51 0
[pid=21098] ppid=21097 vsize=114628 CPUtime=1.49
/proc/21098/stat : 21098 (SatELite_releas) R 21097 21097 21060 0 -1 4194304 29500 0 0 0 132 17 0 0 25 0 1 0 152956481 117379072 26865 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/21098/statm: 28657 26865 77 174 0 28480 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 119988

[startup+3.10166 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 21099
/proc/meminfo: memFree=1155048/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=0
/proc/21097/stat : 21097 (glucose.sh) S 21095 21097 21060 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152956481 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21097/statm: 1340 236 195 169 0 51 0
[pid=21098] ppid=21097 vsize=123708 CPUtime=3.08
/proc/21098/stat : 21098 (SatELite_releas) R 21097 21097 21060 0 -1 4194304 31000 0 0 0 290 18 0 0 25 0 1 0 152956481 126676992 28185 1992294400 134512640 135225430 4294956176 18446744073709551615 134587340 0 0 4096 3 0 0 0 17 0 0 0
/proc/21098/statm: 30927 28185 77 174 0 30750 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 129068

[startup+6.30111 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 21099
/proc/meminfo: memFree=1148016/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=0
/proc/21097/stat : 21097 (glucose.sh) S 21095 21097 21060 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152956481 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21097/statm: 1340 236 195 169 0 51 0
[pid=21098] ppid=21097 vsize=125388 CPUtime=6.28
/proc/21098/stat : 21098 (SatELite_releas) R 21097 21097 21060 0 -1 4194304 36528 0 0 0 606 22 0 0 25 0 1 0 152956481 128397312 28774 1992294400 134512640 135225430 4294956176 18446744073709551615 134587268 0 0 4096 3 0 0 0 17 0 0 0
/proc/21098/statm: 31347 28774 77 174 0 31170 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 130748

[startup+12.702 s]
/proc/loadavg: 0.88 0.97 0.99 2/66 21100
/proc/meminfo: memFree=1203248/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=7.34
/proc/21097/stat : 21097 (glucose.sh) S 21095 21097 21060 0 -1 4194304 313 43788 0 0 0 0 701 33 16 0 1 0 152956481 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21097/statm: 1340 238 195 169 0 51 0
[pid=21100] ppid=21097 vsize=51440 CPUtime=5.32
/proc/21100/stat : 21100 (glucose_static) R 21097 21097 21060 0 -1 4194304 11975 0 0 0 526 6 0 0 25 0 1 0 152957217 52674560 11938 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21100/statm: 12860 11938 77 172 0 12685 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 56800

[startup+25.5018 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 21100
/proc/meminfo: memFree=1196528/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=7.34
/proc/21097/stat : 21097 (glucose.sh) S 21095 21097 21060 0 -1 4194304 313 43788 0 0 0 0 701 33 16 0 1 0 152956481 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21097/statm: 1340 238 195 169 0 51 0
[pid=21100] ppid=21097 vsize=57960 CPUtime=18.12
/proc/21100/stat : 21100 (glucose_static) R 21097 21097 21060 0 -1 4194304 13608 0 0 0 1804 8 0 0 25 0 1 0 152957217 59351040 13571 1992294400 134512640 135217611 4294956288 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21100/statm: 14490 13571 77 172 0 14315 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 63320

[startup+51.1015 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 21100
/proc/meminfo: memFree=1185776/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=7.34
/proc/21097/stat : 21097 (glucose.sh) S 21095 21097 21060 0 -1 4194304 313 43788 0 0 0 0 701 33 16 0 1 0 152956481 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21097/statm: 1340 238 195 169 0 51 0
[pid=21100] ppid=21097 vsize=68936 CPUtime=43.68
/proc/21100/stat : 21100 (glucose_static) R 21097 21097 21060 0 -1 4194304 16345 0 0 0 4357 11 0 0 25 0 1 0 152957217 70590464 16308 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21100/statm: 17234 16308 77 172 0 17059 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 74296

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 21100
/proc/meminfo: memFree=1173424/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=7.34
/proc/21097/stat : 21097 (glucose.sh) S 21095 21097 21060 0 -1 4194304 313 43788 0 0 0 0 701 33 16 0 1 0 152956481 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21097/statm: 1340 238 195 169 0 51 0
[pid=21100] ppid=21097 vsize=81168 CPUtime=94.86
/proc/21100/stat : 21100 (glucose_static) R 21097 21097 21060 0 -1 4194304 19378 0 0 0 9473 13 0 0 25 0 1 0 152957217 83116032 19341 1992294400 134512640 135217611 4294956288 18446744073709551615 134532834 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21100/statm: 20292 19341 77 172 0 20117 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 86528

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21100
/proc/meminfo: memFree=1146608/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=7.34
/proc/21097/stat : 21097 (glucose.sh) S 21095 21097 21060 0 -1 4194304 313 43788 0 0 0 0 701 33 16 0 1 0 152956481 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21097/statm: 1340 238 195 169 0 51 0
[pid=21100] ppid=21097 vsize=108476 CPUtime=154.82
/proc/21100/stat : 21100 (glucose_static) R 21097 21097 21060 0 -1 4194304 26207 0 0 0 15463 19 0 0 25 0 1 0 152957217 111079424 26170 1992294400 134512640 135217611 4294956288 18446744073709551615 134528138 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21100/statm: 27119 26170 77 172 0 26944 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 113836

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21100
/proc/meminfo: memFree=1142128/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=7.34
/proc/21097/stat : 21097 (glucose.sh) S 21095 21097 21060 0 -1 4194304 313 43788 0 0 0 0 701 33 16 0 1 0 152956481 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21097/statm: 1340 238 195 169 0 51 0
[pid=21100] ppid=21097 vsize=112464 CPUtime=214.8
/proc/21100/stat : 21100 (glucose_static) R 21097 21097 21060 0 -1 4194304 27200 0 0 0 21460 20 0 0 25 0 1 0 152957217 115163136 27163 1992294400 134512640 135217611 4294956288 18446744073709551615 134532907 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21100/statm: 28116 27163 77 172 0 27941 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 117824

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 21100
/proc/meminfo: memFree=1142128/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=7.34
/proc/21097/stat : 21097 (glucose.sh) S 21095 21097 21060 0 -1 4194304 313 43788 0 0 0 0 701 33 16 0 1 0 152956481 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21097/statm: 1340 238 195 169 0 51 0
[pid=21100] ppid=21097 vsize=112464 CPUtime=274.76
/proc/21100/stat : 21100 (glucose_static) R 21097 21097 21060 0 -1 4194304 27206 0 0 0 27456 20 0 0 25 0 1 0 152957217 115163136 27169 1992294400 134512640 135217611 4294956288 18446744073709551615 134532712 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21100/statm: 28116 27169 77 172 0 27941 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 117824

[startup+342.302 s]
/proc/loadavg: 1.03 0.99 0.99 2/66 21100
/proc/meminfo: memFree=1142128/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=7.34
/proc/21097/stat : 21097 (glucose.sh) S 21095 21097 21060 0 -1 4194304 313 43788 0 0 0 0 701 33 16 0 1 0 152956481 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21097/statm: 1340 238 195 169 0 51 0
[pid=21100] ppid=21097 vsize=112464 CPUtime=334.73
/proc/21100/stat : 21100 (glucose_static) R 21097 21097 21060 0 -1 4194304 27208 0 0 0 33453 20 0 0 25 0 1 0 152957217 115163136 27171 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21100/statm: 28116 27171 77 172 0 27941 0
Current children cumulated CPU time (s) 342.07

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

/proc/21100/statm: 68116 67191 77 172 0 67941 0
Current children cumulated CPU time (s) 9397.58
Current children cumulated vsize (KiB) 277824

[startup+9462.3 s]
/proc/loadavg: 1.11 1.03 1.01 2/66 21124
/proc/meminfo: memFree=980848/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=7.34
/proc/21097/stat : 21097 (glucose.sh) S 21095 21097 21060 0 -1 4194304 313 43788 0 0 0 0 701 33 16 0 1 0 152956481 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21097/statm: 1340 238 195 169 0 51 0
[pid=21100] ppid=21097 vsize=272464 CPUtime=9450.19
/proc/21100/stat : 21100 (glucose_static) R 21097 21097 21060 0 -1 4194304 67263 0 0 0 944958 61 0 0 25 0 1 0 152957217 279003136 67191 1992294400 134512640 135217611 4294956288 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21100/statm: 68116 67191 77 172 0 67941 0
Current children cumulated CPU time (s) 9457.53
Current children cumulated vsize (KiB) 277824

[startup+9522.3 s]
/proc/loadavg: 1.07 1.03 1.01 2/66 21124
/proc/meminfo: memFree=980848/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=7.34
/proc/21097/stat : 21097 (glucose.sh) S 21095 21097 21060 0 -1 4194304 313 43788 0 0 0 0 701 33 16 0 1 0 152956481 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21097/statm: 1340 238 195 169 0 51 0
[pid=21100] ppid=21097 vsize=272464 CPUtime=9510.17
/proc/21100/stat : 21100 (glucose_static) R 21097 21097 21060 0 -1 4194304 67263 0 0 0 950956 61 0 0 25 0 1 0 152957217 279003136 67191 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21100/statm: 68116 67191 77 172 0 67941 0
Current children cumulated CPU time (s) 9517.51
Current children cumulated vsize (KiB) 277824

[startup+9582.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 21124
/proc/meminfo: memFree=973104/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=7.34
/proc/21097/stat : 21097 (glucose.sh) S 21095 21097 21060 0 -1 4194304 313 43788 0 0 0 0 701 33 16 0 1 0 152956481 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21097/statm: 1340 238 195 169 0 51 0
[pid=21100] ppid=21097 vsize=280480 CPUtime=9570.14
/proc/21100/stat : 21100 (glucose_static) R 21097 21097 21060 0 -1 4194304 69253 0 0 0 956951 63 0 0 25 0 1 0 152957217 287211520 69181 1992294400 134512640 135217611 4294956288 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21100/statm: 70120 69181 77 172 0 69945 0
Current children cumulated CPU time (s) 9577.48
Current children cumulated vsize (KiB) 285840

[startup+9642.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 21124
/proc/meminfo: memFree=973040/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=7.34
/proc/21097/stat : 21097 (glucose.sh) S 21095 21097 21060 0 -1 4194304 313 43788 0 0 0 0 701 33 16 0 1 0 152956481 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21097/statm: 1340 238 195 169 0 51 0
[pid=21100] ppid=21097 vsize=280480 CPUtime=9630.11
/proc/21100/stat : 21100 (glucose_static) R 21097 21097 21060 0 -1 4194304 69253 0 0 0 962948 63 0 0 25 0 1 0 152957217 287211520 69181 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21100/statm: 70120 69181 77 172 0 69945 0
Current children cumulated CPU time (s) 9637.45
Current children cumulated vsize (KiB) 285840

[startup+9702.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 21124
/proc/meminfo: memFree=973040/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=7.34
/proc/21097/stat : 21097 (glucose.sh) S 21095 21097 21060 0 -1 4194304 313 43788 0 0 0 0 701 33 16 0 1 0 152956481 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21097/statm: 1340 238 195 169 0 51 0
[pid=21100] ppid=21097 vsize=280480 CPUtime=9690.09
/proc/21100/stat : 21100 (glucose_static) R 21097 21097 21060 0 -1 4194304 69253 0 0 0 968946 63 0 0 25 0 1 0 152957217 287211520 69181 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21100/statm: 70120 69181 77 172 0 69945 0
Current children cumulated CPU time (s) 9697.43
Current children cumulated vsize (KiB) 285840

[startup+9762.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 21124
/proc/meminfo: memFree=972976/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=7.34
/proc/21097/stat : 21097 (glucose.sh) S 21095 21097 21060 0 -1 4194304 313 43788 0 0 0 0 701 33 16 0 1 0 152956481 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21097/statm: 1340 238 195 169 0 51 0
[pid=21100] ppid=21097 vsize=280480 CPUtime=9750.06
/proc/21100/stat : 21100 (glucose_static) R 21097 21097 21060 0 -1 4194304 69253 0 0 0 974943 63 0 0 25 0 1 0 152957217 287211520 69181 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21100/statm: 70120 69181 77 172 0 69945 0
Current children cumulated CPU time (s) 9757.4
Current children cumulated vsize (KiB) 285840

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21124
/proc/meminfo: memFree=972976/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=7.34
/proc/21097/stat : 21097 (glucose.sh) S 21095 21097 21060 0 -1 4194304 313 43788 0 0 0 0 701 33 16 0 1 0 152956481 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21097/statm: 1340 238 195 169 0 51 0
[pid=21100] ppid=21097 vsize=280480 CPUtime=9810.03
/proc/21100/stat : 21100 (glucose_static) R 21097 21097 21060 0 -1 4194304 69253 0 0 0 980940 63 0 0 25 0 1 0 152957217 287211520 69181 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21100/statm: 70120 69181 77 172 0 69945 0
Current children cumulated CPU time (s) 9817.37
Current children cumulated vsize (KiB) 285840

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21124
/proc/meminfo: memFree=972976/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=7.34
/proc/21097/stat : 21097 (glucose.sh) S 21095 21097 21060 0 -1 4194304 313 43788 0 0 0 0 701 33 16 0 1 0 152956481 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21097/statm: 1340 238 195 169 0 51 0
[pid=21100] ppid=21097 vsize=280480 CPUtime=9870.01
/proc/21100/stat : 21100 (glucose_static) R 21097 21097 21060 0 -1 4194304 69253 0 0 0 986938 63 0 0 25 0 1 0 152957217 287211520 69181 1992294400 134512640 135217611 4294956288 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21100/statm: 70120 69181 77 172 0 69945 0
Current children cumulated CPU time (s) 9877.35
Current children cumulated vsize (KiB) 285840

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21124
/proc/meminfo: memFree=958896/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=7.34
/proc/21097/stat : 21097 (glucose.sh) S 21095 21097 21060 0 -1 4194304 313 43788 0 0 0 0 701 33 16 0 1 0 152956481 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21097/statm: 1340 238 195 169 0 51 0
[pid=21100] ppid=21097 vsize=294928 CPUtime=9929.99
/proc/21100/stat : 21100 (glucose_static) R 21097 21097 21060 0 -1 4194304 72864 0 0 0 992932 67 0 0 25 0 1 0 152957217 302006272 72792 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21100/statm: 73732 72792 77 172 0 73557 0
Current children cumulated CPU time (s) 9937.33
Current children cumulated vsize (KiB) 300288

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21124
/proc/meminfo: memFree=953456/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=7.34
/proc/21097/stat : 21097 (glucose.sh) S 21095 21097 21060 0 -1 4194304 313 43788 0 0 0 0 701 33 16 0 1 0 152956481 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21097/statm: 1340 238 195 169 0 51 0
[pid=21100] ppid=21097 vsize=299988 CPUtime=9989.95
/proc/21100/stat : 21100 (glucose_static) R 21097 21097 21060 0 -1 4194304 74141 0 0 0 998927 68 0 0 25 0 1 0 152957217 307187712 74069 1992294400 134512640 135217611 4294956288 18446744073709551615 134537048 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21100/statm: 74997 74069 77 172 0 74822 0
Current children cumulated CPU time (s) 9997.29
Current children cumulated vsize (KiB) 305348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10005.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21124
/proc/meminfo: memFree=953456/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=7.34
/proc/21097/stat : 21097 (glucose.sh) S 21095 21097 21060 0 -1 4194304 313 43788 0 0 0 0 701 33 16 0 1 0 152956481 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21097/statm: 1340 238 195 169 0 51 0
[pid=21100] ppid=21097 vsize=299988 CPUtime=9992.75
/proc/21100/stat : 21100 (glucose_static) R 21097 21097 21060 0 -1 4194304 74141 0 0 0 999207 68 0 0 25 0 1 0 152957217 307187712 74069 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21100/statm: 74997 74069 77 172 0 74822 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 305348

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.00 1.00 1.00 2/66 21124
/proc/meminfo: memFree=953456/2055920 swapFree=4181364/4192956
[pid=21097] ppid=21095 vsize=5360 CPUtime=7.34
/proc/21097/stat : 21097 (glucose.sh) S 21095 21097 21060 0 -1 4194304 313 43788 0 0 0 0 701 33 16 0 1 0 152956481 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21097/statm: 1340 238 195 169 0 51 0
[pid=21100] ppid=21097 vsize=299988 CPUtime=9992.75
/proc/21100/stat : 21100 (glucose_static) R 21097 21097 21060 0 -1 4194304 74141 0 0 0 999207 68 0 0 25 0 1 0 152957217 307187712 74069 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21100/statm: 74997 74069 77 172 0 74822 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 305348

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21097 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=18932
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=337948
# CPU time returned by wait4() is 7.35688
# 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.08
CPU system time (s): 1.01
CPU usage (%): 99.9498
Max. virtual memory (cumulated for all children) (KiB): 305348

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

runsolver used 8.77567 second user time and 27.6118 second system time

The end

Launcher Data

Begin job on node29 at 2009-05-02 09:27:16
IDJOB=1772704
IDBENCH=20373
IDSOLVER=610
FILE ID=node29/1772704-1241249235
PBS_JOBID= 9224897
Free space on /tmp= 66444 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/partial-10-13-u.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772704-1241249235/watcher-1772704-1241249235 -o /tmp/evaluation-result-1772704-1241249235/solver-1772704-1241249235 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1772704-1241249235.cnf

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

MD5SUM BENCH= ec1a03bc95c5b06907199f7ae65ad092
RANDOM SEED=2010700440

node29.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.281
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.281
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:       1270296 kB
Buffers:         73272 kB
Cached:         615044 kB
SwapCached:       5420 kB
Active:          95280 kB
Inactive:       600820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1270296 kB
SwapTotal:     4192956 kB
SwapFree:      4181364 kB
Dirty:           20576 kB
Writeback:           0 kB
Mapped:          13492 kB
Slab:            75464 kB
Committed_AS:   754260 kB
PageTables:       1468 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= 66424 MiB
End job on node29 at 2009-05-02 12:14:03