Trace number 1784308

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.08 5002.91

General information on the benchmark

NameCRAFTED/modcircuits/
mod3block_2vars_11gates_u2_autoenc.cnf
MD5SUM36c3169a5cad0483dd15befcefc4323e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark139.369
Satisfiable
(Un)Satisfiability was proved
Number of variables526
Number of clauses146535
Sum of the clauses size858954
Maximum clause length14
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 22476
Number of clauses of size 34
Number of clauses of size 41387
Number of clauses of size 57328
Number of clauses of size over 5135276

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.09/0.14	c ==============================================================================
0.09/0.14	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.14	c ==============================================================================
0.09/0.14	c |         0 |  146471   858890 |   43941       0        0     nan |  0.000 % |
4.09/4.11	c |         0 |   96618   601066 |      --       0       --      -- |     --   | -7613/32224
4.09/4.11	c ==============================================================================
4.09/4.11	c Result  :   #vars: 426   #clauses: 96618   #literals: 601066
4.09/4.11	c CPU time:   4.08338 s
4.09/4.11	c ==============================================================================
4.19/4.28	c
4.19/4.28	c Starting glucose
4.19/4.28	c
4.19/4.28	
4.19/4.28	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
4.19/4.28	
4.19/4.28	c ============================[ Problem Statistics ]=============================
4.19/4.28	c |                                                                             |
4.19/4.28	c |  Number of variables:  426                                                  |
4.19/4.28	c |  Number of clauses:    96618                                                |
4.28/4.36	c |  Parsing time:         0.07         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-1784308-1241933715/watcher-1784308-1241933715 -o /tmp/evaluation-result-1784308-1241933715/solver-1784308-1241933715 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784308-1241933715.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: 1.00 1.00 1.00 3/64 27827
/proc/meminfo: memFree=1792952/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=0
/proc/27827/stat : 27827 (glucose.sh) R 27825 27827 27754 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 221406171 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 259353275039 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/27827/statm: 1340 235 194 169 0 51 0
[pid=27828] ppid=27827 vsize=1008 CPUtime=0
/proc/27828/stat : 27828 (SatELite_releas) R 27827 27827 27754 0 -1 4194304 130 0 0 0 0 0 0 0 18 0 1 0 221406171 1032192 114 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27828/statm: 252 115 50 174 0 75 0

[startup+0.0412801 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27827
/proc/meminfo: memFree=1792952/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=0
/proc/27827/stat : 27827 (glucose.sh) S 27825 27827 27754 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221406171 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27827/statm: 1340 236 195 169 0 51 0
[pid=27828] ppid=27827 vsize=3724 CPUtime=0.03
/proc/27828/stat : 27828 (SatELite_releas) R 27827 27827 27754 0 -1 4194304 799 0 0 0 3 0 0 0 18 0 1 0 221406171 3813376 783 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27828/statm: 931 783 50 174 0 754 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9084

[startup+0.102291 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27827
/proc/meminfo: memFree=1792952/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=0
/proc/27827/stat : 27827 (glucose.sh) S 27825 27827 27754 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221406171 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27827/statm: 1340 236 195 169 0 51 0
[pid=27828] ppid=27827 vsize=8216 CPUtime=0.09
/proc/27828/stat : 27828 (SatELite_releas) R 27827 27827 27754 0 -1 4194304 1906 0 0 0 8 1 0 0 19 0 1 0 221406171 8413184 1890 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27828/statm: 2054 1890 50 174 0 1877 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13576

[startup+0.302331 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27827
/proc/meminfo: memFree=1792952/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=0
/proc/27827/stat : 27827 (glucose.sh) S 27825 27827 27754 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221406171 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27827/statm: 1340 236 195 169 0 51 0
[pid=27828] ppid=27827 vsize=14228 CPUtime=0.28
/proc/27828/stat : 27828 (SatELite_releas) R 27827 27827 27754 0 -1 4194304 3332 0 0 0 27 1 0 0 21 0 1 0 221406171 14569472 3314 1992294400 134512640 135225430 4294956176 18446744073709551615 134549569 0 0 4096 3 0 0 0 17 0 0 0
/proc/27828/statm: 3557 3314 72 174 0 3380 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 19588

[startup+0.701419 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27827
/proc/meminfo: memFree=1792952/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=0
/proc/27827/stat : 27827 (glucose.sh) S 27825 27827 27754 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221406171 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27827/statm: 1340 236 195 169 0 51 0
[pid=27828] ppid=27827 vsize=14408 CPUtime=0.68
/proc/27828/stat : 27828 (SatELite_releas) R 27827 27827 27754 0 -1 4194304 3370 0 0 0 67 1 0 0 25 0 1 0 221406171 14753792 3352 1992294400 134512640 135225430 4294956176 18446744073709551615 134549609 0 0 4096 3 0 0 0 17 0 0 0
/proc/27828/statm: 3602 3352 72 174 0 3425 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 19768

[startup+1.50157 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27829
/proc/meminfo: memFree=1779368/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=0
/proc/27827/stat : 27827 (glucose.sh) S 27825 27827 27754 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221406171 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27827/statm: 1340 236 195 169 0 51 0
[pid=27828] ppid=27827 vsize=17920 CPUtime=1.49
/proc/27828/stat : 27828 (SatELite_releas) R 27827 27827 27754 0 -1 4194304 3857 0 0 0 147 2 0 0 25 0 1 0 221406171 18350080 3812 1992294400 134512640 135225430 4294956176 18446744073709551615 134586132 0 0 4096 3 0 0 0 17 0 0 0
/proc/27828/statm: 4480 3812 77 174 0 4303 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23280

[startup+3.10189 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27829
/proc/meminfo: memFree=1777576/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=0
/proc/27827/stat : 27827 (glucose.sh) S 27825 27827 27754 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221406171 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27827/statm: 1340 236 195 169 0 51 0
[pid=27828] ppid=27827 vsize=18476 CPUtime=3.09
/proc/27828/stat : 27828 (SatELite_releas) R 27827 27827 27754 0 -1 4194304 4292 0 0 0 307 2 0 0 25 0 1 0 221406171 18919424 3933 1992294400 134512640 135225430 4294956176 18446744073709551615 134549569 0 0 4096 3 0 0 0 17 0 0 0
/proc/27828/statm: 4619 3933 77 174 0 4442 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23836

[startup+6.30152 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27830
/proc/meminfo: memFree=1778408/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=4.27
/proc/27827/stat : 27827 (glucose.sh) S 27825 27827 27754 0 -1 4194304 313 4319 0 0 0 0 423 4 16 0 1 0 221406171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27827/statm: 1340 238 195 169 0 51 0
[pid=27830] ppid=27827 vsize=12052 CPUtime=2
/proc/27830/stat : 27830 (glucose_static) R 27827 27827 27754 0 -1 4194304 2839 0 0 0 199 1 0 0 25 0 1 0 221406599 12341248 2825 1992294400 134512640 135217611 4294956304 18446744073709551615 134538498 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27830/statm: 3013 2825 77 172 0 2838 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 17412

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27830
/proc/meminfo: memFree=1775416/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=4.27
/proc/27827/stat : 27827 (glucose.sh) S 27825 27827 27754 0 -1 4194304 313 4319 0 0 0 0 423 4 16 0 1 0 221406171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27827/statm: 1340 238 195 169 0 51 0
[pid=27830] ppid=27827 vsize=14968 CPUtime=8.39
/proc/27830/stat : 27830 (glucose_static) R 27827 27827 27754 0 -1 4194304 3557 0 0 0 837 2 0 0 25 0 1 0 221406599 15327232 3543 1992294400 134512640 135217611 4294956304 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27830/statm: 3742 3543 77 172 0 3567 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 20328

[startup+25.5023 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27830
/proc/meminfo: memFree=1773816/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=4.27
/proc/27827/stat : 27827 (glucose.sh) S 27825 27827 27754 0 -1 4194304 313 4319 0 0 0 0 423 4 16 0 1 0 221406171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27827/statm: 1340 238 195 169 0 51 0
[pid=27830] ppid=27827 vsize=16832 CPUtime=21.19
/proc/27830/stat : 27830 (glucose_static) R 27827 27827 27754 0 -1 4194304 3994 0 0 0 2116 3 0 0 25 0 1 0 221406599 17235968 3980 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27830/statm: 4208 3980 77 172 0 4033 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 22192

[startup+51.1024 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27830
/proc/meminfo: memFree=1772088/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=4.27
/proc/27827/stat : 27827 (glucose.sh) S 27825 27827 27754 0 -1 4194304 313 4319 0 0 0 0 423 4 16 0 1 0 221406171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27827/statm: 1340 238 195 169 0 51 0
[pid=27830] ppid=27827 vsize=18628 CPUtime=46.78
/proc/27830/stat : 27830 (glucose_static) R 27827 27827 27754 0 -1 4194304 4412 0 0 0 4674 4 0 0 25 0 1 0 221406599 19075072 4398 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27830/statm: 4657 4398 77 172 0 4482 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 23988

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27830
/proc/meminfo: memFree=1769912/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=4.27
/proc/27827/stat : 27827 (glucose.sh) S 27825 27827 27754 0 -1 4194304 313 4319 0 0 0 0 423 4 16 0 1 0 221406171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27827/statm: 1340 238 195 169 0 51 0
[pid=27830] ppid=27827 vsize=21012 CPUtime=97.95
/proc/27830/stat : 27830 (glucose_static) R 27827 27827 27754 0 -1 4194304 4931 0 0 0 9791 4 0 0 25 0 1 0 221406599 21516288 4917 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27830/statm: 5253 4917 77 172 0 5078 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 26372

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27830
/proc/meminfo: memFree=1767352/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=4.27
/proc/27827/stat : 27827 (glucose.sh) S 27825 27827 27754 0 -1 4194304 313 4319 0 0 0 0 423 4 16 0 1 0 221406171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27827/statm: 1340 238 195 169 0 51 0
[pid=27830] ppid=27827 vsize=23596 CPUtime=157.91
/proc/27830/stat : 27830 (glucose_static) R 27827 27827 27754 0 -1 4194304 5564 0 0 0 15786 5 0 0 25 0 1 0 221406599 24162304 5550 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27830/statm: 5899 5550 77 172 0 5724 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 28956

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27830
/proc/meminfo: memFree=1765496/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=4.27
/proc/27827/stat : 27827 (glucose.sh) S 27825 27827 27754 0 -1 4194304 313 4319 0 0 0 0 423 4 16 0 1 0 221406171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27827/statm: 1340 238 195 169 0 51 0
[pid=27830] ppid=27827 vsize=25740 CPUtime=217.87
/proc/27830/stat : 27830 (glucose_static) R 27827 27827 27754 0 -1 4194304 6039 0 0 0 21782 5 0 0 25 0 1 0 221406599 26357760 6025 1992294400 134512640 135217611 4294956304 18446744073709551615 134533202 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27830/statm: 6435 6025 77 172 0 6260 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 31100

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27830
/proc/meminfo: memFree=1763960/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=4.27
/proc/27827/stat : 27827 (glucose.sh) S 27825 27827 27754 0 -1 4194304 313 4319 0 0 0 0 423 4 16 0 1 0 221406171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27827/statm: 1340 238 195 169 0 51 0
[pid=27830] ppid=27827 vsize=27284 CPUtime=277.83
/proc/27830/stat : 27830 (glucose_static) R 27827 27827 27754 0 -1 4194304 6423 0 0 0 27777 6 0 0 25 0 1 0 221406599 27938816 6409 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27830/statm: 6821 6409 77 172 0 6646 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 32644

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27830
/proc/meminfo: memFree=1761016/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=4.27
/proc/27827/stat : 27827 (glucose.sh) S 27825 27827 27754 0 -1 4194304 313 4319 0 0 0 0 423 4 16 0 1 0 221406171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27827/statm: 1340 238 195 169 0 51 0
[pid=27830] ppid=27827 vsize=30540 CPUtime=337.78
/proc/27830/stat : 27830 (glucose_static) R 27827 27827 27754 0 -1 4194304 7172 0 0 0 33771 7 0 0 25 0 1 0 221406599 31272960 7158 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27830/statm: 7635 7158 77 172 0 7460 0
Current children cumulated CPU time (s) 342.05

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

/proc/27830/statm: 15537 14210 77 172 0 15362 0
Current children cumulated CPU time (s) 4359.83
Current children cumulated vsize (KiB) 67508

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27840
/proc/meminfo: memFree=1731384/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=4.27
/proc/27827/stat : 27827 (glucose.sh) S 27825 27827 27754 0 -1 4194304 313 4319 0 0 0 0 423 4 16 0 1 0 221406171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27827/statm: 1340 238 195 169 0 51 0
[pid=27830] ppid=27827 vsize=62796 CPUtime=4415.51
/proc/27830/stat : 27830 (glucose_static) R 27827 27827 27754 0 -1 4194304 14398 0 0 0 441536 15 0 0 25 0 1 0 221406599 64303104 14342 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27830/statm: 15699 14342 77 172 0 15524 0
Current children cumulated CPU time (s) 4419.78
Current children cumulated vsize (KiB) 68156

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27840
/proc/meminfo: memFree=1731256/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=4.27
/proc/27827/stat : 27827 (glucose.sh) S 27825 27827 27754 0 -1 4194304 313 4319 0 0 0 0 423 4 16 0 1 0 221406171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27827/statm: 1340 238 195 169 0 51 0
[pid=27830] ppid=27827 vsize=63064 CPUtime=4475.48
/proc/27830/stat : 27830 (glucose_static) R 27827 27827 27754 0 -1 4194304 14444 0 0 0 447533 15 0 0 25 0 1 0 221406599 64577536 14388 1992294400 134512640 135217611 4294956304 18446744073709551615 134533073 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27830/statm: 15766 14388 77 172 0 15591 0
Current children cumulated CPU time (s) 4479.75
Current children cumulated vsize (KiB) 68424

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27840
/proc/meminfo: memFree=1731192/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=4.27
/proc/27827/stat : 27827 (glucose.sh) S 27825 27827 27754 0 -1 4194304 313 4319 0 0 0 0 423 4 16 0 1 0 221406171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27827/statm: 1340 238 195 169 0 51 0
[pid=27830] ppid=27827 vsize=63064 CPUtime=4535.45
/proc/27830/stat : 27830 (glucose_static) R 27827 27827 27754 0 -1 4194304 14444 0 0 0 453530 15 0 0 25 0 1 0 221406599 64577536 14388 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27830/statm: 15766 14388 77 172 0 15591 0
Current children cumulated CPU time (s) 4539.72
Current children cumulated vsize (KiB) 68424

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27840
/proc/meminfo: memFree=1730552/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=4.27
/proc/27827/stat : 27827 (glucose.sh) S 27825 27827 27754 0 -1 4194304 313 4319 0 0 0 0 423 4 16 0 1 0 221406171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27827/statm: 1340 238 195 169 0 51 0
[pid=27830] ppid=27827 vsize=63620 CPUtime=4595.43
/proc/27830/stat : 27830 (glucose_static) R 27827 27827 27754 0 -1 4194304 14578 0 0 0 459527 16 0 0 25 0 1 0 221406599 65146880 14522 1992294400 134512640 135217611 4294956304 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27830/statm: 15905 14522 77 172 0 15730 0
Current children cumulated CPU time (s) 4599.7
Current children cumulated vsize (KiB) 68980

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27840
/proc/meminfo: memFree=1730296/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=4.27
/proc/27827/stat : 27827 (glucose.sh) S 27825 27827 27754 0 -1 4194304 313 4319 0 0 0 0 423 4 16 0 1 0 221406171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27827/statm: 1340 238 195 169 0 51 0
[pid=27830] ppid=27827 vsize=63836 CPUtime=4655.4
/proc/27830/stat : 27830 (glucose_static) R 27827 27827 27754 0 -1 4194304 14656 0 0 0 465524 16 0 0 25 0 1 0 221406599 65368064 14600 1992294400 134512640 135217611 4294956304 18446744073709551615 134533240 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27830/statm: 15959 14600 77 172 0 15784 0
Current children cumulated CPU time (s) 4659.67
Current children cumulated vsize (KiB) 69196

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27840
/proc/meminfo: memFree=1729720/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=4.27
/proc/27827/stat : 27827 (glucose.sh) S 27825 27827 27754 0 -1 4194304 313 4319 0 0 0 0 423 4 16 0 1 0 221406171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27827/statm: 1340 238 195 169 0 51 0
[pid=27830] ppid=27827 vsize=64412 CPUtime=4715.36
/proc/27830/stat : 27830 (glucose_static) R 27827 27827 27754 0 -1 4194304 14778 0 0 0 471520 16 0 0 25 0 1 0 221406599 65957888 14722 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27830/statm: 16103 14722 77 172 0 15928 0
Current children cumulated CPU time (s) 4719.63
Current children cumulated vsize (KiB) 69772

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27840
/proc/meminfo: memFree=1728632/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=4.27
/proc/27827/stat : 27827 (glucose.sh) S 27825 27827 27754 0 -1 4194304 313 4319 0 0 0 0 423 4 16 0 1 0 221406171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27827/statm: 1340 238 195 169 0 51 0
[pid=27830] ppid=27827 vsize=65704 CPUtime=4775.32
/proc/27830/stat : 27830 (glucose_static) R 27827 27827 27754 0 -1 4194304 15081 0 0 0 477516 16 0 0 25 0 1 0 221406599 67280896 15004 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27830/statm: 16426 15004 77 172 0 16251 0
Current children cumulated CPU time (s) 4779.59
Current children cumulated vsize (KiB) 71064

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27840
/proc/meminfo: memFree=1728184/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=4.27
/proc/27827/stat : 27827 (glucose.sh) S 27825 27827 27754 0 -1 4194304 313 4319 0 0 0 0 423 4 16 0 1 0 221406171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27827/statm: 1340 238 195 169 0 51 0
[pid=27830] ppid=27827 vsize=66008 CPUtime=4835.29
/proc/27830/stat : 27830 (glucose_static) R 27827 27827 27754 0 -1 4194304 15178 0 0 0 483513 16 0 0 25 0 1 0 221406599 67592192 15101 1992294400 134512640 135217611 4294956304 18446744073709551615 134533076 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27830/statm: 16502 15101 77 172 0 16327 0
Current children cumulated CPU time (s) 4839.56
Current children cumulated vsize (KiB) 71368

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27840
/proc/meminfo: memFree=1727928/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=4.27
/proc/27827/stat : 27827 (glucose.sh) S 27825 27827 27754 0 -1 4194304 313 4319 0 0 0 0 423 4 16 0 1 0 221406171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27827/statm: 1340 238 195 169 0 51 0
[pid=27830] ppid=27827 vsize=66272 CPUtime=4895.26
/proc/27830/stat : 27830 (glucose_static) R 27827 27827 27754 0 -1 4194304 15242 0 0 0 489509 17 0 0 25 0 1 0 221406599 67862528 15165 1992294400 134512640 135217611 4294956304 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27830/statm: 16568 15165 77 172 0 16393 0
Current children cumulated CPU time (s) 4899.53
Current children cumulated vsize (KiB) 71632

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27840
/proc/meminfo: memFree=1727864/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=4.27
/proc/27827/stat : 27827 (glucose.sh) S 27825 27827 27754 0 -1 4194304 313 4319 0 0 0 0 423 4 16 0 1 0 221406171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27827/statm: 1340 238 195 169 0 51 0
[pid=27830] ppid=27827 vsize=66412 CPUtime=4955.22
/proc/27830/stat : 27830 (glucose_static) R 27827 27827 27754 0 -1 4194304 15269 0 0 0 495505 17 0 0 25 0 1 0 221406599 68005888 15192 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27830/statm: 16603 15192 77 172 0 16428 0
Current children cumulated CPU time (s) 4959.49
Current children cumulated vsize (KiB) 71772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27840
/proc/meminfo: memFree=1727480/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=4.27
/proc/27827/stat : 27827 (glucose.sh) S 27825 27827 27754 0 -1 4194304 313 4319 0 0 0 0 423 4 16 0 1 0 221406171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27827/statm: 1340 238 195 169 0 51 0
[pid=27830] ppid=27827 vsize=66840 CPUtime=4995.81
/proc/27830/stat : 27830 (glucose_static) R 27827 27827 27754 0 -1 4194304 15347 0 0 0 499564 17 0 0 25 0 1 0 221406599 68444160 15270 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27830/statm: 16710 15270 77 172 0 16535 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 72200

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

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

[startup+5002.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27840
/proc/meminfo: memFree=1727480/2055920 swapFree=4180356/4192956
[pid=27827] ppid=27825 vsize=5360 CPUtime=4.27
/proc/27827/stat : 27827 (glucose.sh) S 27825 27827 27754 0 -1 4194304 313 4319 0 0 0 0 423 4 16 0 1 0 221406171 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27827/statm: 1340 238 195 169 0 51 0
[pid=27830] ppid=27827 vsize=66840 CPUtime=4995.81
/proc/27830/stat : 27830 (glucose_static) R 27827 27827 27754 0 -1 4194304 15347 0 0 0 499564 17 0 0 25 0 1 0 221406599 68444160 15270 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27830/statm: 16710 15270 77 172 0 16535 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 72200

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27827 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=238355
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=45993
# CPU time returned by wait4() is 4.28435
# while last known CPU time is 5000.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5002.91
CPU time (s): 5000.08
CPU user time (s): 4999.87
CPU system time (s): 0.21
CPU usage (%): 99.9434
Max. virtual memory (cumulated for all children) (KiB): 72200

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

runsolver used 4.55131 second user time and 13.6519 second system time

The end

Launcher Data

Begin job on node1 at 2009-05-10 07:35:15
IDJOB=1784308
IDBENCH=71153
IDSOLVER=610
FILE ID=node1/1784308-1241933715
PBS_JOBID= 9264961
Free space on /tmp= 66268 MiB

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

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

MD5SUM BENCH= 36c3169a5cad0483dd15befcefc4323e
RANDOM SEED=1799596875

node1.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.259
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.259
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:       1793432 kB
Buffers:         48384 kB
Cached:         147832 kB
SwapCached:       6356 kB
Active:          69412 kB
Inactive:       134652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1793432 kB
SwapTotal:     4192956 kB
SwapFree:      4180356 kB
Dirty:            5684 kB
Writeback:           0 kB
Mapped:          13568 kB
Slab:            44420 kB
Committed_AS:   768500 kB
PageTables:       1436 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= 66264 MiB
End job on node1 at 2009-05-10 08:58:40