Trace number 1772694

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.6

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-10-19-u.cnf
MD5SUM1f049803198bb32ab05476465773cc39
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 variables246502
Number of clauses1169243
Sum of the clauses size2711964
Maximum clause length10
Minimum clause length1
Number of clauses of size 120518
Number of clauses of size 2893029
Number of clauses of size 3209596
Number of clauses of size 45120
Number of clauses of size 520480
Number of clauses of size over 520500

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.89/0.90	c ==============================================================================
0.89/0.90	c |           |     ORIGINAL     |              LEARNT              |          |
0.89/0.90	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.89/0.90	c ==============================================================================
0.89/0.90	c |         0 | 1148725  2691446 |  344617       0        0     nan |  0.000 % |
7.28/7.32	c |         0 |  447274  1174513 |      --       0       --      -- |     --   | -454311/-958149
7.28/7.32	c ==============================================================================
7.28/7.32	c Result  :   #vars: 68668   #clauses: 447274   #literals: 1174513
7.28/7.32	c CPU time:   7.01593 s
7.28/7.32	c ==============================================================================
7.69/7.79	c
7.69/7.79	c Starting glucose
7.69/7.79	c
7.69/7.79	
7.69/7.79	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
7.69/7.79	
7.69/7.79	c ============================[ Problem Statistics ]=============================
7.69/7.79	c |                                                                             |
7.69/7.80	c |  Number of variables:  68668                                                |
7.69/7.80	c |  Number of clauses:    447274                                               |
7.77/8.13	c |  Parsing time:         0.30         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-1772694-1241249119/watcher-1772694-1241249119 -o /tmp/evaluation-result-1772694-1241249119/solver-1772694-1241249119 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1772694-1241249119.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.98 0.94 3/64 29451
/proc/meminfo: memFree=1202104/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=0
/proc/29451/stat : 29451 (glucose.sh) R 29449 29451 29204 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 152946447 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268582840991 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29451/statm: 1340 235 194 169 0 51 0
[pid=29452] ppid=29451 vsize=1324 CPUtime=0
/proc/29452/stat : 29452 (SatELite_releas) R 29451 29451 29204 0 -1 4194304 205 0 0 0 0 0 0 0 18 0 1 0 152946447 1355776 189 1992294400 134512640 135225430 4294956176 18446744073709551615 134543684 0 0 4096 3 0 0 0 17 0 0 0
/proc/29452/statm: 331 191 50 174 0 154 0

[startup+0.022065 s]
/proc/loadavg: 0.99 0.98 0.94 3/64 29451
/proc/meminfo: memFree=1202104/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=0
/proc/29451/stat : 29451 (glucose.sh) S 29449 29451 29204 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152946447 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29451/statm: 1340 236 195 169 0 51 0
[pid=29452] ppid=29451 vsize=5236 CPUtime=0.01
/proc/29452/stat : 29452 (SatELite_releas) R 29451 29451 29204 0 -1 4194304 1162 0 0 0 1 0 0 0 18 0 1 0 152946447 5361664 1146 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/29452/statm: 1309 1147 50 174 0 1132 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10596

[startup+0.101078 s]
/proc/loadavg: 0.99 0.98 0.94 3/64 29451
/proc/meminfo: memFree=1202104/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=0
/proc/29451/stat : 29451 (glucose.sh) S 29449 29451 29204 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152946447 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29451/statm: 1340 236 195 169 0 51 0
[pid=29452] ppid=29451 vsize=23100 CPUtime=0.09
/proc/29452/stat : 29452 (SatELite_releas) R 29451 29451 29204 0 -1 4194304 5104 0 0 0 7 2 0 0 19 0 1 0 152946447 23654400 5088 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/29452/statm: 5775 5090 50 174 0 5598 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28460

[startup+0.301118 s]
/proc/loadavg: 0.99 0.98 0.94 3/64 29451
/proc/meminfo: memFree=1202104/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=0
/proc/29451/stat : 29451 (glucose.sh) S 29449 29451 29204 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152946447 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29451/statm: 1340 236 195 169 0 51 0
[pid=29452] ppid=29451 vsize=55264 CPUtime=0.29
/proc/29452/stat : 29452 (SatELite_releas) R 29451 29451 29204 0 -1 4194304 12654 0 0 0 23 6 0 0 21 0 1 0 152946447 56590336 12638 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/29452/statm: 13816 12638 50 174 0 13639 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60624

[startup+0.701195 s]
/proc/loadavg: 0.99 0.98 0.94 3/64 29451
/proc/meminfo: memFree=1202104/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=0
/proc/29451/stat : 29451 (glucose.sh) S 29449 29451 29204 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152946447 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29451/statm: 1340 236 195 169 0 51 0
[pid=29452] ppid=29451 vsize=92168 CPUtime=0.68
/proc/29452/stat : 29452 (SatELite_releas) R 29451 29451 29204 0 -1 4194304 21562 0 0 0 56 12 0 0 25 0 1 0 152946447 94380032 21546 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/29452/statm: 23042 21547 51 174 0 22865 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 97528

[startup+1.50135 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 29453
/proc/meminfo: memFree=1094120/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=0
/proc/29451/stat : 29451 (glucose.sh) S 29449 29451 29204 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152946447 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29451/statm: 1340 236 195 169 0 51 0
[pid=29452] ppid=29451 vsize=125080 CPUtime=1.49
/proc/29452/stat : 29452 (SatELite_releas) R 29451 29451 29204 0 -1 4194304 31362 0 0 0 131 18 0 0 25 0 1 0 152946447 128081920 28579 1992294400 134512640 135225430 4294956176 18446744073709551615 134548724 0 0 4096 3 0 0 0 17 0 0 0
/proc/29452/statm: 31270 28579 77 174 0 31093 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 130440

[startup+3.10167 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 29453
/proc/meminfo: memFree=1080296/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=0
/proc/29451/stat : 29451 (glucose.sh) S 29449 29451 29204 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152946447 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29451/statm: 1340 236 195 169 0 51 0
[pid=29452] ppid=29451 vsize=132568 CPUtime=3.09
/proc/29452/stat : 29452 (SatELite_releas) R 29451 29451 29204 0 -1 4194304 33286 0 0 0 289 20 0 0 25 0 1 0 152946447 135749632 30315 1992294400 134512640 135225430 4294956176 18446744073709551615 134587232 0 0 4096 3 0 0 0 17 0 0 0
/proc/29452/statm: 33142 30315 77 174 0 32965 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 137928

[startup+6.30129 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 29453
/proc/meminfo: memFree=1072872/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=0
/proc/29451/stat : 29451 (glucose.sh) S 29449 29451 29204 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 152946447 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29451/statm: 1340 236 195 169 0 51 0
[pid=29452] ppid=29451 vsize=138852 CPUtime=6.28
/proc/29452/stat : 29452 (SatELite_releas) R 29451 29451 29204 0 -1 4194304 39501 0 0 0 605 23 0 0 25 0 1 0 152946447 142184448 31067 1992294400 134512640 135225430 4294956176 18446744073709551615 134587606 0 0 4096 3 0 0 0 17 0 0 0
/proc/29452/statm: 34713 31067 77 174 0 34536 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 144212

[startup+12.7025 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 29454
/proc/meminfo: memFree=1153960/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=7.77
/proc/29451/stat : 29451 (glucose.sh) S 29449 29451 29204 0 -1 4194304 313 49550 0 0 0 0 743 34 16 0 1 0 152946447 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29451/statm: 1340 238 195 169 0 51 0
[pid=29454] ppid=29451 vsize=34144 CPUtime=4.89
/proc/29454/stat : 29454 (glucose_static) R 29451 29451 29204 0 -1 4194304 8239 0 0 0 485 4 0 0 25 0 1 0 152947227 34963456 8212 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29454/statm: 8536 8212 77 172 0 8361 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 39504

[startup+25.5011 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 29454
/proc/meminfo: memFree=1150056/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=7.77
/proc/29451/stat : 29451 (glucose.sh) S 29449 29451 29204 0 -1 4194304 313 49550 0 0 0 0 743 34 16 0 1 0 152946447 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29451/statm: 1340 238 195 169 0 51 0
[pid=29454] ppid=29451 vsize=38368 CPUtime=17.68
/proc/29454/stat : 29454 (glucose_static) R 29451 29451 29204 0 -1 4194304 9269 0 0 0 1764 4 0 0 25 0 1 0 152947227 39288832 9242 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29454/statm: 9592 9242 77 172 0 9417 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 43728

[startup+51.1011 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 29454
/proc/meminfo: memFree=1142248/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=7.77
/proc/29451/stat : 29451 (glucose.sh) S 29449 29451 29204 0 -1 4194304 313 49550 0 0 0 0 743 34 16 0 1 0 152946447 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29451/statm: 1340 238 195 169 0 51 0
[pid=29454] ppid=29451 vsize=46036 CPUtime=43.27
/proc/29454/stat : 29454 (glucose_static) R 29451 29451 29204 0 -1 4194304 11202 0 0 0 4321 6 0 0 25 0 1 0 152947227 47140864 11175 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29454/statm: 11509 11175 77 172 0 11334 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 51396

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 29454
/proc/meminfo: memFree=1135080/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=7.77
/proc/29451/stat : 29451 (glucose.sh) S 29449 29451 29204 0 -1 4194304 313 49550 0 0 0 0 743 34 16 0 1 0 152946447 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29451/statm: 1340 238 195 169 0 51 0
[pid=29454] ppid=29451 vsize=53332 CPUtime=94.44
/proc/29454/stat : 29454 (glucose_static) R 29451 29451 29204 0 -1 4194304 13016 0 0 0 9437 7 0 0 25 0 1 0 152947227 54611968 12989 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29454/statm: 13333 12989 77 172 0 13158 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 58692

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 29454
/proc/meminfo: memFree=1130984/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=7.77
/proc/29451/stat : 29451 (glucose.sh) S 29449 29451 29204 0 -1 4194304 313 49550 0 0 0 0 743 34 16 0 1 0 152946447 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29451/statm: 1340 238 195 169 0 51 0
[pid=29454] ppid=29451 vsize=57392 CPUtime=154.4
/proc/29454/stat : 29454 (glucose_static) R 29451 29451 29204 0 -1 4194304 14032 0 0 0 15432 8 0 0 25 0 1 0 152947227 58769408 14005 1992294400 134512640 135217611 4294956288 18446744073709551615 134528001 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29454/statm: 14348 14005 77 172 0 14173 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 62752

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 29454
/proc/meminfo: memFree=1129960/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=7.77
/proc/29451/stat : 29451 (glucose.sh) S 29449 29451 29204 0 -1 4194304 313 49550 0 0 0 0 743 34 16 0 1 0 152946447 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29451/statm: 1340 238 195 169 0 51 0
[pid=29454] ppid=29451 vsize=58580 CPUtime=214.37
/proc/29454/stat : 29454 (glucose_static) R 29451 29451 29204 0 -1 4194304 14322 0 0 0 21428 9 0 0 25 0 1 0 152947227 59985920 14295 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29454/statm: 14645 14295 77 172 0 14470 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 63940

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 29454
/proc/meminfo: memFree=1129256/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=7.77
/proc/29451/stat : 29451 (glucose.sh) S 29449 29451 29204 0 -1 4194304 313 49550 0 0 0 0 743 34 16 0 1 0 152946447 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29451/statm: 1340 238 195 169 0 51 0
[pid=29454] ppid=29451 vsize=59240 CPUtime=274.34
/proc/29454/stat : 29454 (glucose_static) R 29451 29451 29204 0 -1 4194304 14472 0 0 0 27425 9 0 0 25 0 1 0 152947227 60661760 14445 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29454/statm: 14810 14445 77 172 0 14635 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 64600

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.94 3/66 29454
/proc/meminfo: memFree=1125480/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=7.77
/proc/29451/stat : 29451 (glucose.sh) S 29449 29451 29204 0 -1 4194304 313 49550 0 0 0 0 743 34 16 0 1 0 152946447 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29451/statm: 1340 238 195 169 0 51 0
[pid=29454] ppid=29451 vsize=62948 CPUtime=334.32
/proc/29454/stat : 29454 (glucose_static) R 29451 29451 29204 0 -1 4194304 15397 0 0 0 33422 10 0 0 25 0 1 0 152947227 64458752 15370 1992294400 134512640 135217611 4294956288 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29454/statm: 15737 15370 77 172 0 15562 0
Current children cumulated CPU time (s) 342.09

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

/proc/29454/statm: 38811 38337 77 172 0 38636 0
Current children cumulated CPU time (s) 9337.11
Current children cumulated vsize (KiB) 160604

[startup+9402.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 29478
/proc/meminfo: memFree=1032616/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=7.77
/proc/29451/stat : 29451 (glucose.sh) S 29449 29451 29204 0 -1 4194304 313 49550 0 0 0 0 743 34 16 0 1 0 152946447 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29451/statm: 1340 238 195 169 0 51 0
[pid=29454] ppid=29451 vsize=155244 CPUtime=9389.3
/proc/29454/stat : 29454 (glucose_static) R 29451 29451 29204 0 -1 4194304 38428 0 0 0 938890 40 0 0 25 0 1 0 152947227 158969856 38339 1992294400 134512640 135217611 4294956288 18446744073709551615 134533263 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29454/statm: 38811 38339 77 172 0 38636 0
Current children cumulated CPU time (s) 9397.07
Current children cumulated vsize (KiB) 160604

[startup+9462.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 29478
/proc/meminfo: memFree=1032680/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=7.77
/proc/29451/stat : 29451 (glucose.sh) S 29449 29451 29204 0 -1 4194304 313 49550 0 0 0 0 743 34 16 0 1 0 152946447 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29451/statm: 1340 238 195 169 0 51 0
[pid=29454] ppid=29451 vsize=155244 CPUtime=9449.27
/proc/29454/stat : 29454 (glucose_static) R 29451 29451 29204 0 -1 4194304 38428 0 0 0 944887 40 0 0 25 0 1 0 152947227 158969856 38339 1992294400 134512640 135217611 4294956288 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29454/statm: 38811 38339 77 172 0 38636 0
Current children cumulated CPU time (s) 9457.04
Current children cumulated vsize (KiB) 160604

[startup+9522.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 29478
/proc/meminfo: memFree=1032680/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=7.77
/proc/29451/stat : 29451 (glucose.sh) S 29449 29451 29204 0 -1 4194304 313 49550 0 0 0 0 743 34 16 0 1 0 152946447 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29451/statm: 1340 238 195 169 0 51 0
[pid=29454] ppid=29451 vsize=155244 CPUtime=9509.24
/proc/29454/stat : 29454 (glucose_static) R 29451 29451 29204 0 -1 4194304 38428 0 0 0 950884 40 0 0 25 0 1 0 152947227 158969856 38339 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29454/statm: 38811 38339 77 172 0 38636 0
Current children cumulated CPU time (s) 9517.01
Current children cumulated vsize (KiB) 160604

[startup+9582.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 29478
/proc/meminfo: memFree=1032744/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=7.77
/proc/29451/stat : 29451 (glucose.sh) S 29449 29451 29204 0 -1 4194304 313 49550 0 0 0 0 743 34 16 0 1 0 152946447 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29451/statm: 1340 238 195 169 0 51 0
[pid=29454] ppid=29451 vsize=155244 CPUtime=9569.21
/proc/29454/stat : 29454 (glucose_static) R 29451 29451 29204 0 -1 4194304 38430 0 0 0 956880 41 0 0 25 0 1 0 152947227 158969856 38341 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29454/statm: 38811 38341 77 172 0 38636 0
Current children cumulated CPU time (s) 9576.98
Current children cumulated vsize (KiB) 160604

[startup+9642.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 29478
/proc/meminfo: memFree=1032744/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=7.77
/proc/29451/stat : 29451 (glucose.sh) S 29449 29451 29204 0 -1 4194304 313 49550 0 0 0 0 743 34 16 0 1 0 152946447 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29451/statm: 1340 238 195 169 0 51 0
[pid=29454] ppid=29451 vsize=155244 CPUtime=9629.19
/proc/29454/stat : 29454 (glucose_static) R 29451 29451 29204 0 -1 4194304 38430 0 0 0 962878 41 0 0 25 0 1 0 152947227 158969856 38341 1992294400 134512640 135217611 4294956288 18446744073709551615 134533324 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29454/statm: 38811 38341 77 172 0 38636 0
Current children cumulated CPU time (s) 9636.96
Current children cumulated vsize (KiB) 160604

[startup+9702.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 29478
/proc/meminfo: memFree=1032680/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=7.77
/proc/29451/stat : 29451 (glucose.sh) S 29449 29451 29204 0 -1 4194304 313 49550 0 0 0 0 743 34 16 0 1 0 152946447 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29451/statm: 1340 238 195 169 0 51 0
[pid=29454] ppid=29451 vsize=155244 CPUtime=9689.16
/proc/29454/stat : 29454 (glucose_static) R 29451 29451 29204 0 -1 4194304 38430 0 0 0 968875 41 0 0 25 0 1 0 152947227 158969856 38341 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29454/statm: 38811 38341 77 172 0 38636 0
Current children cumulated CPU time (s) 9696.93
Current children cumulated vsize (KiB) 160604

[startup+9762.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 29478
/proc/meminfo: memFree=1032680/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=7.77
/proc/29451/stat : 29451 (glucose.sh) S 29449 29451 29204 0 -1 4194304 313 49550 0 0 0 0 743 34 16 0 1 0 152946447 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29451/statm: 1340 238 195 169 0 51 0
[pid=29454] ppid=29451 vsize=155244 CPUtime=9749.13
/proc/29454/stat : 29454 (glucose_static) R 29451 29451 29204 0 -1 4194304 38435 0 0 0 974872 41 0 0 25 0 1 0 152947227 158969856 38346 1992294400 134512640 135217611 4294956288 18446744073709551615 134522427 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29454/statm: 38811 38346 77 172 0 38636 0
Current children cumulated CPU time (s) 9756.9
Current children cumulated vsize (KiB) 160604

[startup+9822.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 29478
/proc/meminfo: memFree=1032616/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=7.77
/proc/29451/stat : 29451 (glucose.sh) S 29449 29451 29204 0 -1 4194304 313 49550 0 0 0 0 743 34 16 0 1 0 152946447 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29451/statm: 1340 238 195 169 0 51 0
[pid=29454] ppid=29451 vsize=155244 CPUtime=9809.1
/proc/29454/stat : 29454 (glucose_static) R 29451 29451 29204 0 -1 4194304 38435 0 0 0 980869 41 0 0 25 0 1 0 152947227 158969856 38346 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29454/statm: 38811 38346 77 172 0 38636 0
Current children cumulated CPU time (s) 9816.87
Current children cumulated vsize (KiB) 160604

[startup+9882.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 29478
/proc/meminfo: memFree=1032680/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=7.77
/proc/29451/stat : 29451 (glucose.sh) S 29449 29451 29204 0 -1 4194304 313 49550 0 0 0 0 743 34 16 0 1 0 152946447 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29451/statm: 1340 238 195 169 0 51 0
[pid=29454] ppid=29451 vsize=155244 CPUtime=9869.07
/proc/29454/stat : 29454 (glucose_static) R 29451 29451 29204 0 -1 4194304 38435 0 0 0 986866 41 0 0 25 0 1 0 152947227 158969856 38346 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29454/statm: 38811 38346 77 172 0 38636 0
Current children cumulated CPU time (s) 9876.84
Current children cumulated vsize (KiB) 160604

[startup+9942.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 29478
/proc/meminfo: memFree=1023080/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=7.77
/proc/29451/stat : 29451 (glucose.sh) S 29449 29451 29204 0 -1 4194304 313 49550 0 0 0 0 743 34 16 0 1 0 152946447 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29451/statm: 1340 238 195 169 0 51 0
[pid=29454] ppid=29451 vsize=165096 CPUtime=9929.04
/proc/29454/stat : 29454 (glucose_static) R 29451 29451 29204 0 -1 4194304 40892 0 0 0 992859 45 0 0 25 0 1 0 152947227 169058304 40803 1992294400 134512640 135217611 4294956288 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29454/statm: 41274 40803 77 172 0 41099 0
Current children cumulated CPU time (s) 9936.81
Current children cumulated vsize (KiB) 170456

[startup+10002.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 29478
/proc/meminfo: memFree=1016488/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=7.77
/proc/29451/stat : 29451 (glucose.sh) S 29449 29451 29204 0 -1 4194304 313 49550 0 0 0 0 743 34 16 0 1 0 152946447 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29451/statm: 1340 238 195 169 0 51 0
[pid=29454] ppid=29451 vsize=171968 CPUtime=9989.01
/proc/29454/stat : 29454 (glucose_static) R 29451 29451 29204 0 -1 4194304 42506 0 0 0 998855 46 0 0 25 0 1 0 152947227 176095232 42417 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29454/statm: 42992 42417 77 172 0 42817 0
Current children cumulated CPU time (s) 9996.78
Current children cumulated vsize (KiB) 177328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10005.6 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 29478
/proc/meminfo: memFree=1016488/2055924 swapFree=4085096/4192956
[pid=29451] ppid=29449 vsize=5360 CPUtime=7.77
/proc/29451/stat : 29451 (glucose.sh) S 29449 29451 29204 0 -1 4194304 313 49550 0 0 0 0 743 34 16 0 1 0 152946447 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29451/statm: 1340 238 195 169 0 51 0
[pid=29454] ppid=29451 vsize=171968 CPUtime=9992.31
/proc/29454/stat : 29454 (glucose_static) R 29451 29451 29204 0 -1 4194304 42506 0 0 0 999185 46 0 0 25 0 1 0 152947227 176095232 42417 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/29454/statm: 42992 42417 77 172 0 42817 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 177328

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 29451 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=439868
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=347947
# CPU time returned by wait4() is 7.78782
# 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.6
CPU time (s): 10000.1
CPU user time (s): 9999.28
CPU system time (s): 0.8
CPU usage (%): 99.9447
Max. virtual memory (cumulated for all children) (KiB): 177328

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

runsolver used 8.07077 second user time and 28.3217 second system time

The end

Launcher Data

Begin job on node6 at 2009-05-02 09:25:21
IDJOB=1772694
IDBENCH=20372
IDSOLVER=610
FILE ID=node6/1772694-1241249119
PBS_JOBID= 9224891
Free space on /tmp= 66532 MiB

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

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

MD5SUM BENCH= 1f049803198bb32ab05476465773cc39
RANDOM SEED=495826296

node6.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:      2055924 kB
MemFree:       1202584 kB
Buffers:         81996 kB
Cached:         577684 kB
SwapCached:     102124 kB
Active:         245356 kB
Inactive:       517988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1202584 kB
SwapTotal:     4192956 kB
SwapFree:      4085096 kB
Dirty:           22840 kB
Writeback:           0 kB
Mapped:          13960 kB
Slab:            76008 kB
Committed_AS:   774416 kB
PageTables:       1452 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= 66512 MiB
End job on node6 at 2009-05-02 12:12:09