Trace number 1772664

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

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-17-u.cnf
MD5SUMb9de1594525a25a6c43932e2e172e913
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 variables252004
Number of clauses1178557
Sum of the clauses size2719782
Maximum clause length10
Minimum clause length1
Number of clauses of size 118836
Number of clauses of size 2918677
Number of clauses of size 3194224
Number of clauses of size 45200
Number of clauses of size 520800
Number of clauses of size over 520820

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.88/0.91	c ==============================================================================
0.88/0.91	c |           |     ORIGINAL     |              LEARNT              |          |
0.88/0.91	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.88/0.91	c ==============================================================================
0.88/0.91	c |         0 | 1158473  2698320 |  347541       0        0     nan |  0.000 % |
7.39/7.45	c |         0 |  730398  2016040 |      --       0       --      -- |     --   | -221147/-216322
7.39/7.46	c ==============================================================================
7.39/7.46	c Result  :   #vars: 128393   #clauses: 730398   #literals: 2016040
7.39/7.46	c CPU time:   7.15591 s
7.39/7.46	c ==============================================================================
8.08/8.19	c
8.08/8.19	c Starting glucose
8.08/8.19	c
8.08/8.19	
8.08/8.19	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
8.08/8.19	
8.08/8.19	c ============================[ Problem Statistics ]=============================
8.08/8.19	c |                                                                             |
8.08/8.19	c |  Number of variables:  128393                                               |
8.08/8.19	c |  Number of clauses:    730398                                               |
8.68/8.72	c |  Parsing time:         0.46         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-1772664-1241248823/watcher-1772664-1241248823 -o /tmp/evaluation-result-1772664-1241248823/solver-1772664-1241248823 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1772664-1241248823.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 806
/proc/meminfo: memFree=1070336/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=0
/proc/806/stat : 806 (glucose.sh) R 804 806 769 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 152910466 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 264840473247 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/806/statm: 1340 235 194 169 0 51 0
[pid=807] ppid=806 vsize=1324 CPUtime=0
/proc/807/stat : 807 (SatELite_releas) R 806 806 769 0 -1 4194304 209 0 0 0 0 0 0 0 18 0 1 0 152910466 1355776 193 1992294400 134512640 135225430 4294956176 18446744073709551615 134543744 0 0 4096 3 0 0 0 17 0 0 0
/proc/807/statm: 331 193 50 174 0 154 0

[startup+0.0602321 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 806
/proc/meminfo: memFree=1070336/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=0
/proc/806/stat : 806 (glucose.sh) S 804 806 769 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152910466 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/806/statm: 1340 236 195 169 0 51 0
[pid=807] ppid=806 vsize=13040 CPUtime=0.05
/proc/807/stat : 807 (SatELite_releas) R 806 806 769 0 -1 4194304 2632 0 0 0 4 1 0 0 19 0 1 0 152910466 13352960 2616 1992294400 134512640 135225430 4294956176 18446744073709551615 134543684 0 0 4096 3 0 0 0 17 0 0 0
/proc/807/statm: 3260 2618 50 174 0 3083 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 18400

[startup+0.101237 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 806
/proc/meminfo: memFree=1070336/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=0
/proc/806/stat : 806 (glucose.sh) S 804 806 769 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152910466 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/806/statm: 1340 236 195 169 0 51 0
[pid=807] ppid=806 vsize=23068 CPUtime=0.09
/proc/807/stat : 807 (SatELite_releas) R 806 806 769 0 -1 4194304 5138 0 0 0 7 2 0 0 19 0 1 0 152910466 23621632 5122 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/807/statm: 5767 5123 50 174 0 5590 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28428

[startup+0.301273 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 806
/proc/meminfo: memFree=1070336/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=0
/proc/806/stat : 806 (glucose.sh) S 804 806 769 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152910466 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/806/statm: 1340 236 195 169 0 51 0
[pid=807] ppid=806 vsize=55496 CPUtime=0.29
/proc/807/stat : 807 (SatELite_releas) R 806 806 769 0 -1 4194304 12801 0 0 0 22 7 0 0 21 0 1 0 152910466 56827904 12785 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/807/statm: 13874 12786 50 174 0 13697 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60856

[startup+0.701345 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 806
/proc/meminfo: memFree=1070336/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=0
/proc/806/stat : 806 (glucose.sh) S 804 806 769 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152910466 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/806/statm: 1340 236 195 169 0 51 0
[pid=807] ppid=806 vsize=92712 CPUtime=0.69
/proc/807/stat : 807 (SatELite_releas) R 806 806 769 0 -1 4194304 21849 0 0 0 56 13 0 0 25 0 1 0 152910466 94937088 21834 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/807/statm: 23178 21836 51 174 0 23001 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 98072

[startup+1.50149 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 808
/proc/meminfo: memFree=961072/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=0
/proc/806/stat : 806 (glucose.sh) S 804 806 769 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152910466 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/806/statm: 1340 236 195 169 0 51 0
[pid=807] ppid=806 vsize=126908 CPUtime=1.49
/proc/807/stat : 807 (SatELite_releas) R 806 806 769 0 -1 4194304 31886 0 0 0 131 18 0 0 25 0 1 0 152910466 129953792 29127 1992294400 134512640 135225430 4294956176 18446744073709551615 134548846 0 0 4096 3 0 0 0 17 0 0 0
/proc/807/statm: 31727 29127 77 174 0 31550 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 132268

[startup+3.10178 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 808
/proc/meminfo: memFree=945136/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=0
/proc/806/stat : 806 (glucose.sh) S 804 806 769 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152910466 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/806/statm: 1340 236 195 169 0 51 0
[pid=807] ppid=806 vsize=138528 CPUtime=3.09
/proc/807/stat : 807 (SatELite_releas) R 806 806 769 0 -1 4194304 34135 0 0 0 289 20 0 0 25 0 1 0 152910466 141852672 31174 1992294400 134512640 135225430 4294956176 18446744073709551615 134587274 0 0 4096 3 0 0 0 17 0 0 0
/proc/807/statm: 34632 31174 77 174 0 34455 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 143888

[startup+6.30137 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 808
/proc/meminfo: memFree=935552/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=0
/proc/806/stat : 806 (glucose.sh) S 804 806 769 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152910466 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/806/statm: 1340 236 195 169 0 51 0
[pid=807] ppid=806 vsize=141576 CPUtime=6.28
/proc/807/stat : 807 (SatELite_releas) R 806 806 769 0 -1 4194304 38001 0 0 0 603 25 0 0 25 0 1 0 152910466 144973824 32039 1992294400 134512640 135225430 4294956176 18446744073709551615 134587453 0 0 4096 3 0 0 0 17 0 0 0
/proc/807/statm: 35394 32039 77 174 0 35217 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 146936

[startup+12.7015 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 809
/proc/meminfo: memFree=993088/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=8.18
/proc/806/stat : 806 (glucose.sh) S 804 806 769 0 -1 4194304 313 48297 0 0 0 0 779 39 16 0 1 0 152910466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/806/statm: 1340 238 195 169 0 51 0
[pid=809] ppid=806 vsize=57888 CPUtime=4.49
/proc/809/stat : 809 (glucose_static) R 806 806 769 0 -1 4194304 13654 0 0 0 442 7 0 0 25 0 1 0 152911285 59277312 13620 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/809/statm: 14472 13620 77 172 0 14297 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 63248

[startup+25.5019 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 809
/proc/meminfo: memFree=990848/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=8.18
/proc/806/stat : 806 (glucose.sh) S 804 806 769 0 -1 4194304 313 48297 0 0 0 0 779 39 16 0 1 0 152910466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/806/statm: 1340 238 195 169 0 51 0
[pid=809] ppid=806 vsize=60264 CPUtime=17.29
/proc/809/stat : 809 (glucose_static) R 806 806 769 0 -1 4194304 14266 0 0 0 1721 8 0 0 25 0 1 0 152911285 61710336 14232 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/809/statm: 15066 14232 77 172 0 14891 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 65624

[startup+51.1016 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 809
/proc/meminfo: memFree=985536/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=8.18
/proc/806/stat : 806 (glucose.sh) S 804 806 769 0 -1 4194304 313 48297 0 0 0 0 779 39 16 0 1 0 152910466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/806/statm: 1340 238 195 169 0 51 0
[pid=809] ppid=806 vsize=65732 CPUtime=42.88
/proc/809/stat : 809 (glucose_static) R 806 806 769 0 -1 4194304 15615 0 0 0 4279 9 0 0 25 0 1 0 152911285 67309568 15581 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/809/statm: 16433 15581 77 172 0 16258 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 71092

[startup+102.307 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 809
/proc/meminfo: memFree=976384/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=8.18
/proc/806/stat : 806 (glucose.sh) S 804 806 769 0 -1 4194304 313 48297 0 0 0 0 779 39 16 0 1 0 152910466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/806/statm: 1340 238 195 169 0 51 0
[pid=809] ppid=806 vsize=75024 CPUtime=94.05
/proc/809/stat : 809 (glucose_static) R 806 806 769 0 -1 4194304 17925 0 0 0 9395 10 0 0 25 0 1 0 152911285 76824576 17891 1992294400 134512640 135217611 4294956304 18446744073709551615 134540952 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/809/statm: 18756 17891 77 172 0 18581 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 80384

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 809
/proc/meminfo: memFree=972224/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=8.18
/proc/806/stat : 806 (glucose.sh) S 804 806 769 0 -1 4194304 313 48297 0 0 0 0 779 39 16 0 1 0 152910466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/806/statm: 1340 238 195 169 0 51 0
[pid=809] ppid=806 vsize=79116 CPUtime=154.02
/proc/809/stat : 809 (glucose_static) R 806 806 769 0 -1 4194304 18973 0 0 0 15391 11 0 0 25 0 1 0 152911285 81014784 18939 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/809/statm: 19779 18939 77 172 0 19604 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 84476

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 809
/proc/meminfo: memFree=967616/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=8.18
/proc/806/stat : 806 (glucose.sh) S 804 806 769 0 -1 4194304 313 48297 0 0 0 0 779 39 16 0 1 0 152910466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/806/statm: 1340 238 195 169 0 51 0
[pid=809] ppid=806 vsize=83820 CPUtime=213.99
/proc/809/stat : 809 (glucose_static) R 806 806 769 0 -1 4194304 20117 0 0 0 21387 12 0 0 25 0 1 0 152911285 85831680 20083 1992294400 134512640 135217611 4294956304 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/809/statm: 20955 20083 77 172 0 20780 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 89180

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 809
/proc/meminfo: memFree=959552/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=8.18
/proc/806/stat : 806 (glucose.sh) S 804 806 769 0 -1 4194304 313 48297 0 0 0 0 779 39 16 0 1 0 152910466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/806/statm: 1340 238 195 169 0 51 0
[pid=809] ppid=806 vsize=91880 CPUtime=273.96
/proc/809/stat : 809 (glucose_static) R 806 806 769 0 -1 4194304 22136 0 0 0 27382 14 0 0 25 0 1 0 152911285 94085120 22102 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/809/statm: 22970 22102 77 172 0 22795 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 97240

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 809
/proc/meminfo: memFree=958848/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=8.18
/proc/806/stat : 806 (glucose.sh) S 804 806 769 0 -1 4194304 313 48297 0 0 0 0 779 39 16 0 1 0 152910466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/806/statm: 1340 238 195 169 0 51 0
[pid=809] ppid=806 vsize=92676 CPUtime=333.94
/proc/809/stat : 809 (glucose_static) R 806 806 769 0 -1 4194304 22361 0 0 0 33380 14 0 0 25 0 1 0 152911285 94900224 22327 1992294400 134512640 135217611 4294956304 18446744073709551615 134537381 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/809/statm: 23169 22327 77 172 0 22994 0
Current children cumulated CPU time (s) 342.12

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

/proc/809/statm: 62395 61457 77 172 0 62220 0
Current children cumulated CPU time (s) 9337.67
Current children cumulated vsize (KiB) 254940

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 827
/proc/meminfo: memFree=800960/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=8.18
/proc/806/stat : 806 (glucose.sh) S 804 806 769 0 -1 4194304 313 48297 0 0 0 0 779 39 16 0 1 0 152910466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/806/statm: 1340 238 195 169 0 51 0
[pid=809] ppid=806 vsize=249580 CPUtime=9389.45
/proc/809/stat : 809 (glucose_static) R 806 806 769 0 -1 4194304 61518 0 0 0 938887 58 0 0 25 0 1 0 152911285 255569920 61457 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/809/statm: 62395 61457 77 172 0 62220 0
Current children cumulated CPU time (s) 9397.63
Current children cumulated vsize (KiB) 254940

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 827
/proc/meminfo: memFree=800960/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=8.18
/proc/806/stat : 806 (glucose.sh) S 804 806 769 0 -1 4194304 313 48297 0 0 0 0 779 39 16 0 1 0 152910466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/806/statm: 1340 238 195 169 0 51 0
[pid=809] ppid=806 vsize=249580 CPUtime=9449.42
/proc/809/stat : 809 (glucose_static) R 806 806 769 0 -1 4194304 61518 0 0 0 944884 58 0 0 25 0 1 0 152911285 255569920 61457 1992294400 134512640 135217611 4294956304 18446744073709551615 134533757 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/809/statm: 62395 61457 77 172 0 62220 0
Current children cumulated CPU time (s) 9457.6
Current children cumulated vsize (KiB) 254940

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 827
/proc/meminfo: memFree=800960/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=8.18
/proc/806/stat : 806 (glucose.sh) S 804 806 769 0 -1 4194304 313 48297 0 0 0 0 779 39 16 0 1 0 152910466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/806/statm: 1340 238 195 169 0 51 0
[pid=809] ppid=806 vsize=249580 CPUtime=9509.39
/proc/809/stat : 809 (glucose_static) R 806 806 769 0 -1 4194304 61518 0 0 0 950881 58 0 0 25 0 1 0 152911285 255569920 61457 1992294400 134512640 135217611 4294956304 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/809/statm: 62395 61457 77 172 0 62220 0
Current children cumulated CPU time (s) 9517.57
Current children cumulated vsize (KiB) 254940

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 827
/proc/meminfo: memFree=800960/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=8.18
/proc/806/stat : 806 (glucose.sh) S 804 806 769 0 -1 4194304 313 48297 0 0 0 0 779 39 16 0 1 0 152910466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/806/statm: 1340 238 195 169 0 51 0
[pid=809] ppid=806 vsize=249580 CPUtime=9569.37
/proc/809/stat : 809 (glucose_static) R 806 806 769 0 -1 4194304 61520 0 0 0 956879 58 0 0 25 0 1 0 152911285 255569920 61459 1992294400 134512640 135217611 4294956304 18446744073709551615 134527935 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/809/statm: 62395 61459 77 172 0 62220 0
Current children cumulated CPU time (s) 9577.55
Current children cumulated vsize (KiB) 254940

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 833
/proc/meminfo: memFree=800816/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=8.18
/proc/806/stat : 806 (glucose.sh) S 804 806 769 0 -1 4194304 313 48297 0 0 0 0 779 39 16 0 1 0 152910466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/806/statm: 1340 238 195 169 0 51 0
[pid=809] ppid=806 vsize=249580 CPUtime=9629.34
/proc/809/stat : 809 (glucose_static) R 806 806 769 0 -1 4194304 61520 0 0 0 962875 59 0 0 25 0 1 0 152911285 255569920 61459 1992294400 134512640 135217611 4294956304 18446744073709551615 134527868 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/809/statm: 62395 61459 77 172 0 62220 0
Current children cumulated CPU time (s) 9637.52
Current children cumulated vsize (KiB) 254940

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 833
/proc/meminfo: memFree=800768/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=8.18
/proc/806/stat : 806 (glucose.sh) S 804 806 769 0 -1 4194304 313 48297 0 0 0 0 779 39 16 0 1 0 152910466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/806/statm: 1340 238 195 169 0 51 0
[pid=809] ppid=806 vsize=249580 CPUtime=9689.32
/proc/809/stat : 809 (glucose_static) R 806 806 769 0 -1 4194304 61520 0 0 0 968873 59 0 0 25 0 1 0 152911285 255569920 61459 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/809/statm: 62395 61459 77 172 0 62220 0
Current children cumulated CPU time (s) 9697.5
Current children cumulated vsize (KiB) 254940

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 833
/proc/meminfo: memFree=800768/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=8.18
/proc/806/stat : 806 (glucose.sh) S 804 806 769 0 -1 4194304 313 48297 0 0 0 0 779 39 16 0 1 0 152910466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/806/statm: 1340 238 195 169 0 51 0
[pid=809] ppid=806 vsize=249580 CPUtime=9749.3
/proc/809/stat : 809 (glucose_static) R 806 806 769 0 -1 4194304 61520 0 0 0 974871 59 0 0 25 0 1 0 152911285 255569920 61459 1992294400 134512640 135217611 4294956304 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/809/statm: 62395 61459 77 172 0 62220 0
Current children cumulated CPU time (s) 9757.48
Current children cumulated vsize (KiB) 254940

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 833
/proc/meminfo: memFree=800832/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=8.18
/proc/806/stat : 806 (glucose.sh) S 804 806 769 0 -1 4194304 313 48297 0 0 0 0 779 39 16 0 1 0 152910466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/806/statm: 1340 238 195 169 0 51 0
[pid=809] ppid=806 vsize=249580 CPUtime=9809.27
/proc/809/stat : 809 (glucose_static) R 806 806 769 0 -1 4194304 61520 0 0 0 980868 59 0 0 25 0 1 0 152911285 255569920 61459 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/809/statm: 62395 61459 77 172 0 62220 0
Current children cumulated CPU time (s) 9817.45
Current children cumulated vsize (KiB) 254940

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 833
/proc/meminfo: memFree=800832/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=8.18
/proc/806/stat : 806 (glucose.sh) S 804 806 769 0 -1 4194304 313 48297 0 0 0 0 779 39 16 0 1 0 152910466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/806/statm: 1340 238 195 169 0 51 0
[pid=809] ppid=806 vsize=249580 CPUtime=9869.26
/proc/809/stat : 809 (glucose_static) R 806 806 769 0 -1 4194304 61522 0 0 0 986867 59 0 0 25 0 1 0 152911285 255569920 61461 1992294400 134512640 135217611 4294956304 18446744073709551615 134527828 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/809/statm: 62395 61461 77 172 0 62220 0
Current children cumulated CPU time (s) 9877.44
Current children cumulated vsize (KiB) 254940

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 833
/proc/meminfo: memFree=800832/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=8.18
/proc/806/stat : 806 (glucose.sh) S 804 806 769 0 -1 4194304 313 48297 0 0 0 0 779 39 16 0 1 0 152910466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/806/statm: 1340 238 195 169 0 51 0
[pid=809] ppid=806 vsize=249580 CPUtime=9929.22
/proc/809/stat : 809 (glucose_static) R 806 806 769 0 -1 4194304 61522 0 0 0 992863 59 0 0 25 0 1 0 152911285 255569920 61461 1992294400 134512640 135217611 4294956304 18446744073709551615 134537564 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/809/statm: 62395 61461 77 172 0 62220 0
Current children cumulated CPU time (s) 9937.4
Current children cumulated vsize (KiB) 254940

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 833
/proc/meminfo: memFree=800896/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=8.18
/proc/806/stat : 806 (glucose.sh) S 804 806 769 0 -1 4194304 313 48297 0 0 0 0 779 39 16 0 1 0 152910466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/806/statm: 1340 238 195 169 0 51 0
[pid=809] ppid=806 vsize=249580 CPUtime=9989.2
/proc/809/stat : 809 (glucose_static) R 806 806 769 0 -1 4194304 61522 0 0 0 998861 59 0 0 25 0 1 0 152911285 255569920 61461 1992294400 134512640 135217611 4294956304 18446744073709551615 134527931 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/809/statm: 62395 61461 77 172 0 62220 0
Current children cumulated CPU time (s) 9997.38
Current children cumulated vsize (KiB) 254940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10005 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 833
/proc/meminfo: memFree=800896/2055920 swapFree=4181900/4192956
[pid=806] ppid=804 vsize=5360 CPUtime=8.18
/proc/806/stat : 806 (glucose.sh) S 804 806 769 0 -1 4194304 313 48297 0 0 0 0 779 39 16 0 1 0 152910466 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/806/statm: 1340 238 195 169 0 51 0
[pid=809] ppid=806 vsize=249580 CPUtime=9991.9
/proc/809/stat : 809 (glucose_static) R 806 806 769 0 -1 4194304 61522 0 0 0 999131 59 0 0 25 0 1 0 152911285 255569920 61461 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/809/statm: 62395 61461 77 172 0 62220 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 254940

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 806 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=796814
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=393940
# CPU time returned by wait4() is 8.19075
# 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
CPU time (s): 10000.1
CPU user time (s): 9999.1
CPU system time (s): 0.98
CPU usage (%): 99.9507
Max. virtual memory (cumulated for all children) (KiB): 254964

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

runsolver used 8.5217 second user time and 27.8668 second system time

The end

Launcher Data

Begin job on node44 at 2009-05-02 09:20:24
IDJOB=1772664
IDBENCH=20366
IDSOLVER=610
FILE ID=node44/1772664-1241248823
PBS_JOBID= 9224895
Free space on /tmp= 66384 MiB

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

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

MD5SUM BENCH= b9de1594525a25a6c43932e2e172e913
RANDOM SEED=610597202

node44.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.267
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.267
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:       1070880 kB
Buffers:         70324 kB
Cached:         819396 kB
SwapCached:       4956 kB
Active:          93200 kB
Inactive:       804904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1070880 kB
SwapTotal:     4192956 kB
SwapFree:      4181900 kB
Dirty:           23072 kB
Writeback:           0 kB
Mapped:          14436 kB
Slab:            72952 kB
Committed_AS:   704732 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66364 MiB
End job on node44 at 2009-05-02 12:07:12