Trace number 1784288

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) 5000.02 5002.21

General information on the benchmark

NameCRAFTED/modcircuits/
mod3block_2vars_9gates_u2_autoenc.cnf
MD5SUMf36884385029d184241b6634aaaa22ac
Bench CategoryCRAFTED (crafted 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 variables426
Number of clauses92955
Sum of the clauses size544296
Maximum clause length12
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21566
Number of clauses of size 34
Number of clauses of size 4733
Number of clauses of size 55420
Number of clauses of size over 585168

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.09	c ==============================================================================
0.00/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.09	c ==============================================================================
0.00/0.09	c |         0 |   92891   544232 |   27867       0        0     nan |  0.000 % |
1.99/2.05	c |         0 |   57618   355444 |      --       0       --      -- |     --   | -5321/16268
1.99/2.05	c ==============================================================================
1.99/2.05	c Result  :   #vars: 331   #clauses: 57618   #literals: 355444
1.99/2.05	c CPU time:   2.02269 s
1.99/2.05	c ==============================================================================
2.09/2.15	c
2.09/2.15	c Starting glucose
2.09/2.15	c
2.09/2.15	
2.09/2.15	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
2.09/2.15	
2.09/2.15	c ============================[ Problem Statistics ]=============================
2.09/2.15	c |                                                                             |
2.09/2.15	c |  Number of variables:  331                                                  |
2.09/2.15	c |  Number of clauses:    57618                                                |
2.09/2.20	c |  Parsing time:         0.04         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-1784288-1241931882/watcher-1784288-1241931882 -o /tmp/evaluation-result-1784288-1241931882/solver-1784288-1241931882 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784288-1241931882.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.99 3/64 11767
/proc/meminfo: memFree=1838920/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=0
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221215622 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 236 195 169 0 51 0
[pid=11768] ppid=11767 vsize=1016 CPUtime=0
/proc/11768/stat : 11768 (SatELite_releas) R 11767 11767 11659 0 -1 4194304 122 0 0 0 0 0 0 0 19 0 1 0 221215622 1040384 106 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/11768/statm: 254 107 50 174 0 77 0

[startup+0.0125891 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 11767
/proc/meminfo: memFree=1838920/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=0
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221215622 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 236 195 169 0 51 0
[pid=11768] ppid=11767 vsize=1592 CPUtime=0
/proc/11768/stat : 11768 (SatELite_releas) R 11767 11767 11659 0 -1 4194304 262 0 0 0 0 0 0 0 19 0 1 0 221215622 1630208 246 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/11768/statm: 398 247 50 174 0 221 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6952

[startup+0.101595 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 11767
/proc/meminfo: memFree=1838920/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=0
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221215622 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 236 195 169 0 51 0
[pid=11768] ppid=11767 vsize=8892 CPUtime=0.09
/proc/11768/stat : 11768 (SatELite_releas) R 11767 11767 11659 0 -1 4194304 2067 0 0 0 8 1 0 0 19 0 1 0 221215622 9105408 2051 1992294400 134512640 135225430 4294956176 18446744073709551615 134577214 0 0 4096 3 0 0 0 17 0 0 0
/proc/11768/statm: 2223 2051 72 174 0 2046 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14252

[startup+0.301613 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 11767
/proc/meminfo: memFree=1838920/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=0
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221215622 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 236 195 169 0 51 0
[pid=11768] ppid=11767 vsize=9168 CPUtime=0.29
/proc/11768/stat : 11768 (SatELite_releas) R 11767 11767 11659 0 -1 4194304 2161 0 0 0 28 1 0 0 21 0 1 0 221215622 9388032 2143 1992294400 134512640 135225430 4294956176 18446744073709551615 134549609 0 0 4096 3 0 0 0 17 0 0 0
/proc/11768/statm: 2292 2143 72 174 0 2115 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14528

[startup+0.70165 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 11767
/proc/meminfo: memFree=1838920/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=0
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221215622 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 236 195 169 0 51 0
[pid=11768] ppid=11767 vsize=9640 CPUtime=0.68
/proc/11768/stat : 11768 (SatELite_releas) R 11767 11767 11659 0 -1 4194304 2212 0 0 0 67 1 0 0 25 0 1 0 221215622 9871360 2194 1992294400 134512640 135225430 4294956176 18446744073709551615 134586065 0 0 4096 3 0 0 0 17 0 0 0
/proc/11768/statm: 2410 2194 72 174 0 2233 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 15000

[startup+1.50172 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11769
/proc/meminfo: memFree=1829176/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=0
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221215622 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 236 195 169 0 51 0
[pid=11768] ppid=11767 vsize=11792 CPUtime=1.49
/proc/11768/stat : 11768 (SatELite_releas) R 11767 11767 11659 0 -1 4194304 2763 0 0 0 147 2 0 0 25 0 1 0 221215622 12075008 2540 1992294400 134512640 135225430 4294956176 18446744073709551615 134549603 0 0 4096 3 0 0 0 17 0 0 0
/proc/11768/statm: 2948 2540 77 174 0 2771 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17152

[startup+3.10288 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11769
/proc/meminfo: memFree=1828088/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=2.14
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 313 2815 0 0 0 0 211 3 19 0 1 0 221215622 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 5360
heavy processes:

[startup+6.30115 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11770
/proc/meminfo: memFree=1827512/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=2.14
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 313 2815 0 0 0 0 211 3 19 0 1 0 221215622 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 238 195 169 0 51 0
[pid=11770] ppid=11767 vsize=9748 CPUtime=4.14
/proc/11770/stat : 11770 (glucose_static) R 11767 11767 11659 0 -1 4194304 2314 0 0 0 413 1 0 0 25 0 1 0 221215837 9981952 2300 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11770/statm: 2437 2300 76 172 0 2262 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 15108

[startup+12.7017 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11770
/proc/meminfo: memFree=1826304/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=2.14
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 313 2815 0 0 0 0 211 3 19 0 1 0 221215622 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 238 195 169 0 51 0
[pid=11770] ppid=11767 vsize=10808 CPUtime=10.52
/proc/11770/stat : 11770 (glucose_static) R 11767 11767 11659 0 -1 4194304 2570 0 0 0 1051 1 0 0 25 0 1 0 221215837 11067392 2556 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11770/statm: 2702 2556 76 172 0 2527 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 16168

[startup+25.5019 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11770
/proc/meminfo: memFree=1824384/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=2.14
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 313 2815 0 0 0 0 211 3 19 0 1 0 221215622 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 238 195 169 0 51 0
[pid=11770] ppid=11767 vsize=12976 CPUtime=23.31
/proc/11770/stat : 11770 (glucose_static) R 11767 11767 11659 0 -1 4194304 3094 0 0 0 2330 1 0 0 25 0 1 0 221215837 13287424 3080 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11770/statm: 3244 3080 76 172 0 3069 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 18336

[startup+51.1011 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11770
/proc/meminfo: memFree=1822080/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=2.14
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 313 2815 0 0 0 0 211 3 19 0 1 0 221215622 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 238 195 169 0 51 0
[pid=11770] ppid=11767 vsize=15312 CPUtime=48.9
/proc/11770/stat : 11770 (glucose_static) R 11767 11767 11659 0 -1 4194304 3656 0 0 0 4888 2 0 0 25 0 1 0 221215837 15679488 3642 1992294400 134512640 135217611 4294956304 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11770/statm: 3828 3642 76 172 0 3653 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 20672

[startup+102.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11770
/proc/meminfo: memFree=1819264/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=2.14
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 313 2815 0 0 0 0 211 3 19 0 1 0 221215622 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 238 195 169 0 51 0
[pid=11770] ppid=11767 vsize=18552 CPUtime=100.07
/proc/11770/stat : 11770 (glucose_static) R 11767 11767 11659 0 -1 4194304 4380 0 0 0 10005 2 0 0 25 0 1 0 221215837 18997248 4366 1992294400 134512640 135217611 4294956304 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11770/statm: 4638 4366 76 172 0 4463 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 23912

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11770
/proc/meminfo: memFree=1816832/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=2.14
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 313 2815 0 0 0 0 211 3 19 0 1 0 221215622 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 238 195 169 0 51 0
[pid=11770] ppid=11767 vsize=21120 CPUtime=160.05
/proc/11770/stat : 11770 (glucose_static) R 11767 11767 11659 0 -1 4194304 4972 0 0 0 16002 3 0 0 25 0 1 0 221215837 21626880 4956 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11770/statm: 5280 4956 76 172 0 5105 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 26480

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11770
/proc/meminfo: memFree=1814016/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=2.14
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 313 2815 0 0 0 0 211 3 19 0 1 0 221215622 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 238 195 169 0 51 0
[pid=11770] ppid=11767 vsize=24172 CPUtime=220.02
/proc/11770/stat : 11770 (glucose_static) R 11767 11767 11659 0 -1 4194304 5672 0 0 0 21999 3 0 0 25 0 1 0 221215837 24752128 5656 1992294400 134512640 135217611 4294956304 18446744073709551615 134522424 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11770/statm: 6043 5656 76 172 0 5868 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 29532

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11770
/proc/meminfo: memFree=1813376/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=2.14
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 313 2815 0 0 0 0 211 3 19 0 1 0 221215622 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 238 195 169 0 51 0
[pid=11770] ppid=11767 vsize=24896 CPUtime=280
/proc/11770/stat : 11770 (glucose_static) R 11767 11767 11659 0 -1 4194304 5845 0 0 0 27997 3 0 0 25 0 1 0 221215837 25493504 5829 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11770/statm: 6224 5829 76 172 0 6049 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 30256

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11770
/proc/meminfo: memFree=1811328/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=2.14
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 313 2815 0 0 0 0 211 3 19 0 1 0 221215622 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 238 195 169 0 51 0
[pid=11770] ppid=11767 vsize=27116 CPUtime=339.97
/proc/11770/stat : 11770 (glucose_static) R 11767 11767 11659 0 -1 4194304 6340 0 0 0 33994 3 0 0 25 0 1 0 221215837 27766784 6324 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11770/statm: 6779 6324 76 172 0 6604 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 32476


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

/proc/11770/statm: 15443 14129 76 172 0 15268 0
Current children cumulated CPU time (s) 4300.41
Current children cumulated vsize (KiB) 67132

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11778
/proc/meminfo: memFree=1779072/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=2.14
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 313 2815 0 0 0 0 211 3 19 0 1 0 221215622 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 238 195 169 0 51 0
[pid=11770] ppid=11767 vsize=61916 CPUtime=4358.23
/proc/11770/stat : 11770 (glucose_static) R 11767 11767 11659 0 -1 4194304 14197 0 0 0 435808 15 0 0 25 0 1 0 221215837 63401984 14178 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11770/statm: 15479 14178 76 172 0 15304 0
Current children cumulated CPU time (s) 4360.37
Current children cumulated vsize (KiB) 67276

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11778
/proc/meminfo: memFree=1778880/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=2.14
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 313 2815 0 0 0 0 211 3 19 0 1 0 221215622 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 238 195 169 0 51 0
[pid=11770] ppid=11767 vsize=62104 CPUtime=4418.21
/proc/11770/stat : 11770 (glucose_static) R 11767 11767 11659 0 -1 4194304 14238 0 0 0 441806 15 0 0 25 0 1 0 221215837 63594496 14219 1992294400 134512640 135217611 4294956304 18446744073709551615 134533016 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11770/statm: 15526 14219 76 172 0 15351 0
Current children cumulated CPU time (s) 4420.35
Current children cumulated vsize (KiB) 67464

[startup+4482.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 11778
/proc/meminfo: memFree=1778752/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=2.14
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 313 2815 0 0 0 0 211 3 19 0 1 0 221215622 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 238 195 169 0 51 0
[pid=11770] ppid=11767 vsize=62248 CPUtime=4478.19
/proc/11770/stat : 11770 (glucose_static) R 11767 11767 11659 0 -1 4194304 14270 0 0 0 447804 15 0 0 25 0 1 0 221215837 63741952 14251 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11770/statm: 15562 14251 76 172 0 15387 0
Current children cumulated CPU time (s) 4480.33
Current children cumulated vsize (KiB) 67608

[startup+4542.3 s]
/proc/loadavg: 1.07 1.03 1.00 2/66 11778
/proc/meminfo: memFree=1777920/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=2.14
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 313 2815 0 0 0 0 211 3 19 0 1 0 221215622 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 238 195 169 0 51 0
[pid=11770] ppid=11767 vsize=63072 CPUtime=4538.17
/proc/11770/stat : 11770 (glucose_static) R 11767 11767 11659 0 -1 4194304 14461 0 0 0 453802 15 0 0 25 0 1 0 221215837 64585728 14442 1992294400 134512640 135217611 4294956304 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11770/statm: 15768 14442 76 172 0 15593 0
Current children cumulated CPU time (s) 4540.31
Current children cumulated vsize (KiB) 68432

[startup+4602.3 s]
/proc/loadavg: 1.14 1.05 1.01 2/66 11778
/proc/meminfo: memFree=1777664/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=2.14
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 313 2815 0 0 0 0 211 3 19 0 1 0 221215622 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 238 195 169 0 51 0
[pid=11770] ppid=11767 vsize=63404 CPUtime=4598.14
/proc/11770/stat : 11770 (glucose_static) R 11767 11767 11659 0 -1 4194304 14504 0 0 0 459799 15 0 0 25 0 1 0 221215837 64925696 14485 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11770/statm: 15851 14485 76 172 0 15676 0
Current children cumulated CPU time (s) 4600.28
Current children cumulated vsize (KiB) 68764

[startup+4662.3 s]
/proc/loadavg: 1.05 1.04 1.00 2/66 11778
/proc/meminfo: memFree=1777472/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=2.14
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 313 2815 0 0 0 0 211 3 19 0 1 0 221215622 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 238 195 169 0 51 0
[pid=11770] ppid=11767 vsize=63620 CPUtime=4658.12
/proc/11770/stat : 11770 (glucose_static) R 11767 11767 11659 0 -1 4194304 14558 0 0 0 465797 15 0 0 25 0 1 0 221215837 65146880 14539 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11770/statm: 15905 14539 76 172 0 15730 0
Current children cumulated CPU time (s) 4660.26
Current children cumulated vsize (KiB) 68980

[startup+4722.31 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 11778
/proc/meminfo: memFree=1777408/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=2.14
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 313 2815 0 0 0 0 211 3 19 0 1 0 221215622 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 238 195 169 0 51 0
[pid=11770] ppid=11767 vsize=63620 CPUtime=4718.09
/proc/11770/stat : 11770 (glucose_static) R 11767 11767 11659 0 -1 4194304 14558 0 0 0 471794 15 0 0 25 0 1 0 221215837 65146880 14539 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11770/statm: 15905 14539 76 172 0 15730 0
Current children cumulated CPU time (s) 4720.23
Current children cumulated vsize (KiB) 68980

[startup+4782.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 11778
/proc/meminfo: memFree=1776512/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=2.14
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 313 2815 0 0 0 0 211 3 19 0 1 0 221215622 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 238 195 169 0 51 0
[pid=11770] ppid=11767 vsize=64556 CPUtime=4778.06
/proc/11770/stat : 11770 (glucose_static) R 11767 11767 11659 0 -1 4194304 14786 0 0 0 477791 15 0 0 25 0 1 0 221215837 66105344 14767 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11770/statm: 16139 14767 76 172 0 15964 0
Current children cumulated CPU time (s) 4780.2
Current children cumulated vsize (KiB) 69916

[startup+4842.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 11778
/proc/meminfo: memFree=1776384/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=2.14
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 313 2815 0 0 0 0 211 3 19 0 1 0 221215622 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 238 195 169 0 51 0
[pid=11770] ppid=11767 vsize=64700 CPUtime=4838.04
/proc/11770/stat : 11770 (glucose_static) R 11767 11767 11659 0 -1 4194304 14825 0 0 0 483788 16 0 0 25 0 1 0 221215837 66252800 14806 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11770/statm: 16175 14806 76 172 0 16000 0
Current children cumulated CPU time (s) 4840.18
Current children cumulated vsize (KiB) 70060

[startup+4902.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 11778
/proc/meminfo: memFree=1776000/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=2.14
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 313 2815 0 0 0 0 211 3 19 0 1 0 221215622 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 238 195 169 0 51 0
[pid=11770] ppid=11767 vsize=65060 CPUtime=4898.02
/proc/11770/stat : 11770 (glucose_static) R 11767 11767 11659 0 -1 4194304 14928 0 0 0 489786 16 0 0 25 0 1 0 221215837 66621440 14909 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11770/statm: 16265 14909 76 172 0 16090 0
Current children cumulated CPU time (s) 4900.16
Current children cumulated vsize (KiB) 70420

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11778
/proc/meminfo: memFree=1775872/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=2.14
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 313 2815 0 0 0 0 211 3 19 0 1 0 221215622 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 238 195 169 0 51 0
[pid=11770] ppid=11767 vsize=65276 CPUtime=4957.99
/proc/11770/stat : 11770 (glucose_static) R 11767 11767 11659 0 -1 4194304 14963 0 0 0 495783 16 0 0 25 0 1 0 221215837 66842624 14944 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/11770/statm: 16319 14944 76 172 0 16144 0
Current children cumulated CPU time (s) 4960.13
Current children cumulated vsize (KiB) 70636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11778
/proc/meminfo: memFree=1775872/2055920 swapFree=4178772/4192956
[pid=11767] ppid=11765 vsize=5360 CPUtime=2.14
/proc/11767/stat : 11767 (glucose.sh) S 11765 11767 11659 0 -1 4194304 313 2815 0 0 0 0 211 3 19 0 1 0 221215622 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11767/statm: 1340 238 195 169 0 51 0
[pid=11770] ppid=11767 vsize=65276 CPUtime=4997.88
/proc/11770/stat : 11770 (glucose_static) R 11767 11767 11659 0 -1 4194304 14965 0 0 0 499772 16 0 0 25 0 1 0 221215837 66842624 14946 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/11770/statm: 16319 14946 76 172 0 16144 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 70636

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 11767 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=119677
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=31995
# CPU time returned by wait4() is 2.15167
# while last known CPU time is 5000.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5002.21
CPU time (s): 5000.02
CPU user time (s): 4999.83
CPU system time (s): 0.19
CPU usage (%): 99.9562
Max. virtual memory (cumulated for all children) (KiB): 70636

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

runsolver used 4.24036 second user time and 13.9619 second system time

The end

Launcher Data

Begin job on node55 at 2009-05-10 07:04:43
IDJOB=1784288
IDBENCH=71148
IDSOLVER=610
FILE ID=node55/1784288-1241931882
PBS_JOBID= 9264942
Free space on /tmp= 66284 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/modcircuits/mod3block_2vars_9gates_u2_autoenc.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784288-1241931882/watcher-1784288-1241931882 -o /tmp/evaluation-result-1784288-1241931882/solver-1784288-1241931882 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784288-1241931882.cnf

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

MD5SUM BENCH= f36884385029d184241b6634aaaa22ac
RANDOM SEED=70759228

node55.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.240
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.240
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:       1839400 kB
Buffers:         49736 kB
Cached:         114632 kB
SwapCached:       8488 kB
Active:         113972 kB
Inactive:        60820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1839400 kB
SwapTotal:     4192956 kB
SwapFree:      4178772 kB
Dirty:            4156 kB
Writeback:           0 kB
Mapped:          15620 kB
Slab:            27824 kB
Committed_AS:   630096 kB
PageTables:       1364 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= 66284 MiB
End job on node55 at 2009-05-10 08:28:07