Trace number 1784612

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.01 5002.31

General information on the benchmark

NameCRAFTED/parity-games/
instance_n8_i9_pp_ci_ce.cnf
MD5SUM30af8150f499f8e8270ccf7f0e5a1a0a
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 variables24336
Number of clauses289842
Sum of the clauses size957634
Maximum clause length56
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 249577
Number of clauses of size 3140712
Number of clauses of size 476848
Number of clauses of size 517640
Number of clauses of size over 55065

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.19/0.23	c ==============================================================================
0.19/0.23	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.23	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.23	c ==============================================================================
0.19/0.23	c |         0 |  289842   957634 |   86952       0        0     nan |  0.000 % |
0.69/0.73	c |         0 |  270659   912583 |      --       0       --      -- |     --   | -19183/-45051
0.69/0.73	c ==============================================================================
0.69/0.73	c Result  :   #vars: 17205   #clauses: 270659   #literals: 912583
0.69/0.73	c CPU time:   0.682896 s
0.69/0.73	c ==============================================================================
0.99/1.01	c
0.99/1.01	c Starting glucose
0.99/1.01	c
0.99/1.02	
0.99/1.02	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.99/1.02	
0.99/1.02	c ============================[ Problem Statistics ]=============================
0.99/1.02	c |                                                                             |
0.99/1.02	c |  Number of variables:  17205                                                |
0.99/1.02	c |  Number of clauses:    270659                                               |
1.01/1.21	c |  Parsing time:         0.18         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-1784612-1241955931/watcher-1784612-1241955931 -o /tmp/evaluation-result-1784612-1241955931/solver-1784612-1241955931 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784612-1241955931.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.92 0.98 0.99 3/64 24053
/proc/meminfo: memFree=1603656/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=0
/proc/24053/stat : 24053 (glucose.sh) R 24051 24053 24016 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 223626357 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 225612196511 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/24053/statm: 1340 235 194 169 0 51 0
[pid=24054] ppid=24053 vsize=1744 CPUtime=0
/proc/24054/stat : 24054 (SatELite_releas) R 24053 24053 24016 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 223626358 1785856 272 1992294400 134512640 135225430 4294956176 18446744073709551615 134543671 0 0 4096 3 0 0 0 17 0 0 0
/proc/24054/statm: 436 274 50 174 0 259 0

[startup+0.0540219 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24053
/proc/meminfo: memFree=1603656/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=0
/proc/24053/stat : 24053 (glucose.sh) S 24051 24053 24016 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 223626357 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24053/statm: 1340 236 195 169 0 51 0
[pid=24054] ppid=24053 vsize=7592 CPUtime=0.04
/proc/24054/stat : 24054 (SatELite_releas) R 24053 24053 24016 0 -1 4194304 1635 0 0 0 3 1 0 0 19 0 1 0 223626358 7774208 1619 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/24054/statm: 1931 1620 50 174 0 1754 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12952

[startup+0.101027 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24053
/proc/meminfo: memFree=1603656/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=0
/proc/24053/stat : 24053 (glucose.sh) S 24051 24053 24016 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 223626357 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24053/statm: 1340 236 195 169 0 51 0
[pid=24054] ppid=24053 vsize=11792 CPUtime=0.09
/proc/24054/stat : 24054 (SatELite_releas) R 24053 24053 24016 0 -1 4194304 2541 0 0 0 8 1 0 0 19 0 1 0 223626358 12075008 2525 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/24054/statm: 2948 2525 50 174 0 2771 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17152

[startup+0.301044 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24053
/proc/meminfo: memFree=1603656/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=0
/proc/24053/stat : 24053 (glucose.sh) S 24051 24053 24016 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 223626357 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24053/statm: 1340 236 195 169 0 51 0
[pid=24054] ppid=24053 vsize=28676 CPUtime=0.28
/proc/24054/stat : 24054 (SatELite_releas) R 24053 24053 24016 0 -1 4194304 6635 0 0 0 25 3 0 0 21 0 1 0 223626358 29364224 6571 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24054/statm: 7169 6571 76 174 0 6992 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 34036

[startup+0.701077 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24053
/proc/meminfo: memFree=1603656/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=0
/proc/24053/stat : 24053 (glucose.sh) S 24051 24053 24016 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 223626357 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24053/statm: 1340 236 195 169 0 51 0
[pid=24054] ppid=24053 vsize=30300 CPUtime=0.69
/proc/24054/stat : 24054 (SatELite_releas) R 24053 24053 24016 0 -1 4194304 7619 0 0 0 65 4 0 0 25 0 1 0 223626358 31027200 6989 1992294400 134512640 135225430 4294956176 18446744073709551615 134587210 0 0 4096 3 0 0 0 17 0 0 0
/proc/24054/statm: 7575 6989 77 174 0 7398 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35660

[startup+1.50116 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 24055
/proc/meminfo: memFree=1569144/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=1.01
/proc/24053/stat : 24053 (glucose.sh) S 24051 24053 24016 0 -1 4194304 313 8190 0 0 0 0 95 6 16 0 1 0 223626357 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24053/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 5360

[startup+3.10228 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 24056
/proc/meminfo: memFree=1576440/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=1.01
/proc/24053/stat : 24053 (glucose.sh) S 24051 24053 24016 0 -1 4194304 313 8190 0 0 0 0 95 6 16 0 1 0 223626357 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24053/statm: 1340 238 195 169 0 51 0
[pid=24056] ppid=24053 vsize=22400 CPUtime=2.07
/proc/24056/stat : 24056 (glucose_static) R 24053 24053 24016 0 -1 4194304 5404 0 0 0 205 2 0 0 25 0 1 0 223626459 22937600 5390 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24056/statm: 5600 5390 77 172 0 5425 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 27760

[startup+6.30156 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 24056
/proc/meminfo: memFree=1573048/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=1.01
/proc/24053/stat : 24053 (glucose.sh) S 24051 24053 24016 0 -1 4194304 313 8190 0 0 0 0 95 6 16 0 1 0 223626357 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24053/statm: 1340 238 195 169 0 51 0
[pid=24056] ppid=24053 vsize=24528 CPUtime=5.26
/proc/24056/stat : 24056 (glucose_static) R 24053 24053 24016 0 -1 4194304 5932 0 0 0 522 4 0 0 25 0 1 0 223626459 25116672 5918 1992294400 134512640 135217611 4294956304 18446744073709551615 134533609 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24056/statm: 6132 5918 77 172 0 5957 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 29888

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 24056
/proc/meminfo: memFree=1571024/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=1.01
/proc/24053/stat : 24053 (glucose.sh) S 24051 24053 24016 0 -1 4194304 313 8190 0 0 0 0 95 6 16 0 1 0 223626357 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24053/statm: 1340 238 195 169 0 51 0
[pid=24056] ppid=24053 vsize=26672 CPUtime=11.66
/proc/24056/stat : 24056 (glucose_static) R 24053 24053 24016 0 -1 4194304 6466 0 0 0 1162 4 0 0 25 0 1 0 223626459 27312128 6452 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24056/statm: 6668 6452 77 172 0 6493 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 32032

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 24056
/proc/meminfo: memFree=1568656/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=1.01
/proc/24053/stat : 24053 (glucose.sh) S 24051 24053 24016 0 -1 4194304 313 8190 0 0 0 0 95 6 16 0 1 0 223626357 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24053/statm: 1340 238 195 169 0 51 0
[pid=24056] ppid=24053 vsize=29136 CPUtime=24.46
/proc/24056/stat : 24056 (glucose_static) R 24053 24053 24016 0 -1 4194304 7085 0 0 0 2441 5 0 0 25 0 1 0 223626459 29835264 7071 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24056/statm: 7284 7071 77 172 0 7109 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 34496

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 24056
/proc/meminfo: memFree=1566416/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=1.01
/proc/24053/stat : 24053 (glucose.sh) S 24051 24053 24016 0 -1 4194304 313 8190 0 0 0 0 95 6 16 0 1 0 223626357 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24053/statm: 1340 238 195 169 0 51 0
[pid=24056] ppid=24053 vsize=31248 CPUtime=50.03
/proc/24056/stat : 24056 (glucose_static) R 24053 24053 24016 0 -1 4194304 7630 0 0 0 4997 6 0 0 25 0 1 0 223626459 31997952 7616 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24056/statm: 7812 7616 77 172 0 7637 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 36608

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 24056
/proc/meminfo: memFree=1562576/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=1.01
/proc/24053/stat : 24053 (glucose.sh) S 24051 24053 24016 0 -1 4194304 313 8190 0 0 0 0 95 6 16 0 1 0 223626357 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24053/statm: 1340 238 195 169 0 51 0
[pid=24056] ppid=24053 vsize=35212 CPUtime=101.21
/proc/24056/stat : 24056 (glucose_static) R 24053 24053 24016 0 -1 4194304 8612 0 0 0 10114 7 0 0 25 0 1 0 223626459 36057088 8598 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24056/statm: 8803 8598 77 172 0 8628 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 40572

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24056
/proc/meminfo: memFree=1560016/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=1.01
/proc/24053/stat : 24053 (glucose.sh) S 24051 24053 24016 0 -1 4194304 313 8190 0 0 0 0 95 6 16 0 1 0 223626357 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24053/statm: 1340 238 195 169 0 51 0
[pid=24056] ppid=24053 vsize=37752 CPUtime=161.19
/proc/24056/stat : 24056 (glucose_static) R 24053 24053 24016 0 -1 4194304 9237 0 0 0 16111 8 0 0 25 0 1 0 223626459 38658048 9223 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24056/statm: 9438 9223 77 172 0 9263 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 43112

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24056
/proc/meminfo: memFree=1557584/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=1.01
/proc/24053/stat : 24053 (glucose.sh) S 24051 24053 24016 0 -1 4194304 313 8190 0 0 0 0 95 6 16 0 1 0 223626357 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24053/statm: 1340 238 195 169 0 51 0
[pid=24056] ppid=24053 vsize=40128 CPUtime=221.15
/proc/24056/stat : 24056 (glucose_static) R 24053 24053 24016 0 -1 4194304 9827 0 0 0 22106 9 0 0 25 0 1 0 223626459 41091072 9813 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24056/statm: 10032 9813 77 172 0 9857 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 45488

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24056
/proc/meminfo: memFree=1555664/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=1.01
/proc/24053/stat : 24053 (glucose.sh) S 24051 24053 24016 0 -1 4194304 313 8190 0 0 0 0 95 6 16 0 1 0 223626357 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24053/statm: 1340 238 195 169 0 51 0
[pid=24056] ppid=24053 vsize=42156 CPUtime=281.12
/proc/24056/stat : 24056 (glucose_static) R 24053 24053 24016 0 -1 4194304 10324 0 0 0 28103 9 0 0 25 0 1 0 223626459 43167744 10310 1992294400 134512640 135217611 4294956304 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24056/statm: 10539 10310 77 172 0 10364 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 47516

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24056
/proc/meminfo: memFree=1552912/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=1.01
/proc/24053/stat : 24053 (glucose.sh) S 24051 24053 24016 0 -1 4194304 313 8190 0 0 0 0 95 6 16 0 1 0 223626357 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24053/statm: 1340 238 195 169 0 51 0
[pid=24056] ppid=24053 vsize=44932 CPUtime=341.1
/proc/24056/stat : 24056 (glucose_static) R 24053 24053 24016 0 -1 4194304 11020 0 0 0 34100 10 0 0 25 0 1 0 223626459 46010368 11006 1992294400 134512640 135217611 4294956304 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24056/statm: 11233 11006 77 172 0 11058 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 50292

[startup+402.302 s]

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

/proc/24056/statm: 25328 25115 77 172 0 25153 0
Current children cumulated CPU time (s) 4360.33
Current children cumulated vsize (KiB) 106672

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24064
/proc/meminfo: memFree=1494096/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=1.01
/proc/24053/stat : 24053 (glucose.sh) S 24051 24053 24016 0 -1 4194304 313 8190 0 0 0 0 95 6 16 0 1 0 223626357 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24053/statm: 1340 238 195 169 0 51 0
[pid=24056] ppid=24053 vsize=102896 CPUtime=4419.27
/proc/24056/stat : 24056 (glucose_static) R 24053 24053 24016 0 -1 4194304 25520 0 0 0 441898 29 0 0 25 0 1 0 223626459 105365504 25506 1992294400 134512640 135217611 4294956304 18446744073709551615 134524628 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24056/statm: 25724 25506 77 172 0 25549 0
Current children cumulated CPU time (s) 4420.28
Current children cumulated vsize (KiB) 108256

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24064
/proc/meminfo: memFree=1494032/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=1.01
/proc/24053/stat : 24053 (glucose.sh) S 24051 24053 24016 0 -1 4194304 313 8190 0 0 0 0 95 6 16 0 1 0 223626357 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24053/statm: 1340 238 195 169 0 51 0
[pid=24056] ppid=24053 vsize=102896 CPUtime=4479.25
/proc/24056/stat : 24056 (glucose_static) R 24053 24053 24016 0 -1 4194304 25520 0 0 0 447896 29 0 0 25 0 1 0 223626459 105365504 25506 1992294400 134512640 135217611 4294956304 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24056/statm: 25724 25506 77 172 0 25549 0
Current children cumulated CPU time (s) 4480.26
Current children cumulated vsize (KiB) 108256

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24070
/proc/meminfo: memFree=1493904/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=1.01
/proc/24053/stat : 24053 (glucose.sh) S 24051 24053 24016 0 -1 4194304 313 8190 0 0 0 0 95 6 16 0 1 0 223626357 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24053/statm: 1340 238 195 169 0 51 0
[pid=24056] ppid=24053 vsize=102896 CPUtime=4539.22
/proc/24056/stat : 24056 (glucose_static) R 24053 24053 24016 0 -1 4194304 25520 0 0 0 453892 30 0 0 25 0 1 0 223626459 105365504 25506 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24056/statm: 25724 25506 77 172 0 25549 0
Current children cumulated CPU time (s) 4540.23
Current children cumulated vsize (KiB) 108256

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24070
/proc/meminfo: memFree=1493712/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=1.01
/proc/24053/stat : 24053 (glucose.sh) S 24051 24053 24016 0 -1 4194304 313 8190 0 0 0 0 95 6 16 0 1 0 223626357 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24053/statm: 1340 238 195 169 0 51 0
[pid=24056] ppid=24053 vsize=103636 CPUtime=4599.2
/proc/24056/stat : 24056 (glucose_static) R 24053 24053 24016 0 -1 4194304 25561 0 0 0 459890 30 0 0 25 0 1 0 223626459 106123264 25547 1992294400 134512640 135217611 4294956304 18446744073709551615 134528193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24056/statm: 25909 25547 77 172 0 25734 0
Current children cumulated CPU time (s) 4600.21
Current children cumulated vsize (KiB) 108996

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24070
/proc/meminfo: memFree=1493648/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=1.01
/proc/24053/stat : 24053 (glucose.sh) S 24051 24053 24016 0 -1 4194304 313 8190 0 0 0 0 95 6 16 0 1 0 223626357 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24053/statm: 1340 238 195 169 0 51 0
[pid=24056] ppid=24053 vsize=103636 CPUtime=4659.17
/proc/24056/stat : 24056 (glucose_static) R 24053 24053 24016 0 -1 4194304 25561 0 0 0 465887 30 0 0 25 0 1 0 223626459 106123264 25547 1992294400 134512640 135217611 4294956304 18446744073709551615 134533324 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24056/statm: 25909 25547 77 172 0 25734 0
Current children cumulated CPU time (s) 4660.18
Current children cumulated vsize (KiB) 108996

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24070
/proc/meminfo: memFree=1493648/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=1.01
/proc/24053/stat : 24053 (glucose.sh) S 24051 24053 24016 0 -1 4194304 313 8190 0 0 0 0 95 6 16 0 1 0 223626357 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24053/statm: 1340 238 195 169 0 51 0
[pid=24056] ppid=24053 vsize=103636 CPUtime=4719.14
/proc/24056/stat : 24056 (glucose_static) R 24053 24053 24016 0 -1 4194304 25564 0 0 0 471884 30 0 0 25 0 1 0 223626459 106123264 25550 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24056/statm: 25909 25550 77 172 0 25734 0
Current children cumulated CPU time (s) 4720.15
Current children cumulated vsize (KiB) 108996

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24070
/proc/meminfo: memFree=1493648/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=1.01
/proc/24053/stat : 24053 (glucose.sh) S 24051 24053 24016 0 -1 4194304 313 8190 0 0 0 0 95 6 16 0 1 0 223626357 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24053/statm: 1340 238 195 169 0 51 0
[pid=24056] ppid=24053 vsize=103636 CPUtime=4779.11
/proc/24056/stat : 24056 (glucose_static) R 24053 24053 24016 0 -1 4194304 25564 0 0 0 477881 30 0 0 25 0 1 0 223626459 106123264 25550 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24056/statm: 25909 25550 77 172 0 25734 0
Current children cumulated CPU time (s) 4780.12
Current children cumulated vsize (KiB) 108996

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24070
/proc/meminfo: memFree=1492496/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=1.01
/proc/24053/stat : 24053 (glucose.sh) S 24051 24053 24016 0 -1 4194304 313 8190 0 0 0 0 95 6 16 0 1 0 223626357 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24053/statm: 1340 238 195 169 0 51 0
[pid=24056] ppid=24053 vsize=104956 CPUtime=4839.08
/proc/24056/stat : 24056 (glucose_static) R 24053 24053 24016 0 -1 4194304 25889 0 0 0 483878 30 0 0 25 0 1 0 223626459 107474944 25875 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24056/statm: 26239 25875 77 172 0 26064 0
Current children cumulated CPU time (s) 4840.09
Current children cumulated vsize (KiB) 110316

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24070
/proc/meminfo: memFree=1492496/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=1.01
/proc/24053/stat : 24053 (glucose.sh) S 24051 24053 24016 0 -1 4194304 313 8190 0 0 0 0 95 6 16 0 1 0 223626357 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24053/statm: 1340 238 195 169 0 51 0
[pid=24056] ppid=24053 vsize=104956 CPUtime=4899.05
/proc/24056/stat : 24056 (glucose_static) R 24053 24053 24016 0 -1 4194304 25889 0 0 0 489875 30 0 0 25 0 1 0 223626459 107474944 25875 1992294400 134512640 135217611 4294956304 18446744073709551615 134528187 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24056/statm: 26239 25875 77 172 0 26064 0
Current children cumulated CPU time (s) 4900.06
Current children cumulated vsize (KiB) 110316

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24070
/proc/meminfo: memFree=1492432/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=1.01
/proc/24053/stat : 24053 (glucose.sh) S 24051 24053 24016 0 -1 4194304 313 8190 0 0 0 0 95 6 16 0 1 0 223626357 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24053/statm: 1340 238 195 169 0 51 0
[pid=24056] ppid=24053 vsize=104892 CPUtime=4959.02
/proc/24056/stat : 24056 (glucose_static) R 24053 24053 24016 0 -1 4194304 25892 0 0 0 495872 30 0 0 25 0 1 0 223626459 107409408 25878 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24056/statm: 26223 25878 77 172 0 26048 0
Current children cumulated CPU time (s) 4960.03
Current children cumulated vsize (KiB) 110252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24070
/proc/meminfo: memFree=1492368/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=1.01
/proc/24053/stat : 24053 (glucose.sh) S 24051 24053 24016 0 -1 4194304 313 8190 0 0 0 0 95 6 16 0 1 0 223626357 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24053/statm: 1340 238 195 169 0 51 0
[pid=24056] ppid=24053 vsize=104892 CPUtime=4999
/proc/24056/stat : 24056 (glucose_static) R 24053 24053 24016 0 -1 4194304 25892 0 0 0 499870 30 0 0 25 0 1 0 223626459 107409408 25878 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24056/statm: 26223 25878 77 172 0 26048 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 110252

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

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

[startup+5002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24070
/proc/meminfo: memFree=1492368/2055920 swapFree=4151776/4192956
[pid=24053] ppid=24051 vsize=5360 CPUtime=1.01
/proc/24053/stat : 24053 (glucose.sh) S 24051 24053 24016 0 -1 4194304 313 8190 0 0 0 0 95 6 16 0 1 0 223626357 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24053/statm: 1340 238 195 169 0 51 0
[pid=24056] ppid=24053 vsize=104892 CPUtime=4999
/proc/24056/stat : 24056 (glucose_static) R 24053 24053 24016 0 -1 4194304 25892 0 0 0 499870 30 0 0 25 0 1 0 223626459 107409408 25878 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/24056/statm: 26223 25878 77 172 0 26048 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 110252

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5002.31
CPU time (s): 5000.01
CPU user time (s): 4999.65
CPU system time (s): 0.36
CPU usage (%): 99.954
Max. virtual memory (cumulated for all children) (KiB): 110316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.951855
system time used= 0.066989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8503
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.22336 second user time and 13.9749 second system time

The end

Launcher Data

Begin job on node31 at 2009-05-10 13:45:32
IDJOB=1784612
IDBENCH=71798
IDSOLVER=610
FILE ID=node31/1784612-1241955931
PBS_JOBID= 9265112
Free space on /tmp= 66272 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n8_i9_pp_ci_ce.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784612-1241955931/watcher-1784612-1241955931 -o /tmp/evaluation-result-1784612-1241955931/solver-1784612-1241955931 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784612-1241955931.cnf

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

MD5SUM BENCH= 30af8150f499f8e8270ccf7f0e5a1a0a
RANDOM SEED=663999906

node31.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.213
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.213
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:       1604136 kB
Buffers:         55748 kB
Cached:         313056 kB
SwapCached:      34844 kB
Active:         214796 kB
Inactive:       191292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1604136 kB
SwapTotal:     4192956 kB
SwapFree:      4151776 kB
Dirty:            7896 kB
Writeback:           0 kB
Mapped:          14228 kB
Slab:            31460 kB
Committed_AS:   707448 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 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 node31 at 2009-05-10 15:08:56