Trace number 1784440

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v1375c111739g2.cnf
MD5SUM4a0161ad7ac9d31215b2f5b6bcc0673a
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 variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

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.02/0.05	c ==============================================================================
0.02/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.02/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.02/0.05	c ==============================================================================
0.02/0.05	c |         0 |  111739   224743 |   33521       0        0     nan |  0.000 % |
0.38/0.49	c |         0 |  110364   369987 |      --       0       --      -- |     --   | -1375/145244
0.38/0.49	c ==============================================================================
0.38/0.49	c Result  :   #vars: 1320   #clauses: 110364   #literals: 369987
0.38/0.49	c CPU time:   0.481926 s
0.38/0.49	c ==============================================================================
0.59/0.60	c
0.59/0.60	c Starting glucose
0.59/0.60	c
0.59/0.60	
0.59/0.60	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.59/0.60	
0.59/0.60	c ============================[ Problem Statistics ]=============================
0.59/0.60	c |                                                                             |
0.59/0.60	c |  Number of variables:  1320                                                 |
0.59/0.60	c |  Number of clauses:    110364                                               |
0.59/0.67	c |  Parsing time:         0.06         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-1784440-1241941766/watcher-1784440-1241941766 -o /tmp/evaluation-result-1784440-1241941766/solver-1784440-1241941766 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784440-1241941766.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 20368
/proc/meminfo: memFree=1674240/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0
/proc/20368/stat : 20368 (glucose.sh) R 20366 20368 20202 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 222202707 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 237947644575 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/20368/statm: 1340 235 194 169 0 51 0
[pid=20369] ppid=20368 vsize=1012 CPUtime=0
/proc/20369/stat : 20369 (SatELite_releas) R 20368 20368 20202 0 -1 4194304 133 0 0 0 0 0 0 0 18 0 1 0 222202707 1036288 117 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/20369/statm: 286 121 50 174 0 109 0

[startup+0.0320011 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20368
/proc/meminfo: memFree=1674240/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0
/proc/20368/stat : 20368 (glucose.sh) S 20366 20368 20202 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222202707 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20368/statm: 1340 236 195 169 0 51 0
[pid=20369] ppid=20368 vsize=4156 CPUtime=0.02
/proc/20369/stat : 20369 (SatELite_releas) R 20368 20368 20202 0 -1 4194304 845 0 0 0 2 0 0 0 18 0 1 0 222202707 4255744 829 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/20369/statm: 1039 830 50 174 0 862 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9516

[startup+0.102006 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20368
/proc/meminfo: memFree=1674240/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0
/proc/20368/stat : 20368 (glucose.sh) S 20366 20368 20202 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222202707 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20368/statm: 1340 236 195 169 0 51 0
[pid=20369] ppid=20368 vsize=8876 CPUtime=0.08
/proc/20369/stat : 20369 (SatELite_releas) R 20368 20368 20202 0 -1 4194304 1988 0 0 0 8 0 0 0 19 0 1 0 222202707 9089024 1972 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/20369/statm: 2219 1973 76 174 0 2042 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14236

[startup+0.301022 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20368
/proc/meminfo: memFree=1674240/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0
/proc/20368/stat : 20368 (glucose.sh) S 20366 20368 20202 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222202707 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20368/statm: 1340 236 195 169 0 51 0
[pid=20369] ppid=20368 vsize=11900 CPUtime=0.28
/proc/20369/stat : 20369 (SatELite_releas) R 20368 20368 20202 0 -1 4194304 2393 0 0 0 28 0 0 0 21 0 1 0 222202707 12185600 2377 1992294400 134512640 135225430 4294956176 18446744073709551615 134586096 0 0 4096 3 0 0 0 17 0 0 0
/proc/20369/statm: 2975 2377 77 174 0 2798 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 17260

[startup+0.701066 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20368
/proc/meminfo: memFree=1674240/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0.59
/proc/20368/stat : 20368 (glucose.sh) S 20366 20368 20202 0 -1 4194304 313 2398 0 0 0 0 58 1 16 0 1 0 222202707 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20368/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 5360

[startup+1.50113 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20371
/proc/meminfo: memFree=1663088/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0.59
/proc/20368/stat : 20368 (glucose.sh) S 20366 20368 20202 0 -1 4194304 313 2398 0 0 0 0 58 1 16 0 1 0 222202707 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20368/statm: 1340 238 195 169 0 51 0
[pid=20371] ppid=20368 vsize=11548 CPUtime=0.88
/proc/20371/stat : 20371 (glucose_static) R 20368 20368 20202 0 -1 4194304 2764 0 0 0 87 1 0 0 25 0 1 0 222202767 11825152 2750 1992294400 134512640 135217611 4294956304 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/20371/statm: 2887 2750 75 172 0 2712 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 16908

[startup+3.10125 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20371
/proc/meminfo: memFree=1658800/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0.59
/proc/20368/stat : 20368 (glucose.sh) S 20366 20368 20202 0 -1 4194304 313 2398 0 0 0 0 58 1 16 0 1 0 222202707 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20368/statm: 1340 238 195 169 0 51 0
[pid=20371] ppid=20368 vsize=17224 CPUtime=2.48
/proc/20371/stat : 20371 (glucose_static) R 20368 20368 20202 0 -1 4194304 4183 0 0 0 246 2 0 0 25 0 1 0 222202767 17637376 4169 1992294400 134512640 135217611 4294956304 18446744073709551615 134527820 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/20371/statm: 4306 4169 75 172 0 4131 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 22584

[startup+6.3015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20371
/proc/meminfo: memFree=1649016/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0.59
/proc/20368/stat : 20368 (glucose.sh) S 20366 20368 20202 0 -1 4194304 313 2398 0 0 0 0 58 1 16 0 1 0 222202707 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20368/statm: 1340 238 195 169 0 51 0
[pid=20371] ppid=20368 vsize=23444 CPUtime=5.67
/proc/20371/stat : 20371 (glucose_static) R 20368 20368 20202 0 -1 4194304 5724 0 0 0 565 2 0 0 25 0 1 0 222202767 24006656 5710 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20371/statm: 5861 5710 77 172 0 5686 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 28804

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20371
/proc/meminfo: memFree=1647032/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0.59
/proc/20368/stat : 20368 (glucose.sh) S 20366 20368 20202 0 -1 4194304 313 2398 0 0 0 0 58 1 16 0 1 0 222202707 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20368/statm: 1340 238 195 169 0 51 0
[pid=20371] ppid=20368 vsize=25456 CPUtime=12.07
/proc/20371/stat : 20371 (glucose_static) R 20368 20368 20202 0 -1 4194304 6231 0 0 0 1204 3 0 0 25 0 1 0 222202767 26066944 6217 1992294400 134512640 135217611 4294956304 18446744073709551615 134528181 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20371/statm: 6364 6217 77 172 0 6189 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 30816

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20371
/proc/meminfo: memFree=1646648/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0.59
/proc/20368/stat : 20368 (glucose.sh) S 20366 20368 20202 0 -1 4194304 313 2398 0 0 0 0 58 1 16 0 1 0 222202707 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20368/statm: 1340 238 195 169 0 51 0
[pid=20371] ppid=20368 vsize=26100 CPUtime=24.86
/proc/20371/stat : 20371 (glucose_static) R 20368 20368 20202 0 -1 4194304 6370 0 0 0 2483 3 0 0 25 0 1 0 222202767 26726400 6356 1992294400 134512640 135217611 4294956304 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20371/statm: 6525 6356 77 172 0 6350 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 31460

[startup+51.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20371
/proc/meminfo: memFree=1645496/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0.59
/proc/20368/stat : 20368 (glucose.sh) S 20366 20368 20202 0 -1 4194304 313 2398 0 0 0 0 58 1 16 0 1 0 222202707 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20368/statm: 1340 238 195 169 0 51 0
[pid=20371] ppid=20368 vsize=27224 CPUtime=50.45
/proc/20371/stat : 20371 (glucose_static) R 20368 20368 20202 0 -1 4194304 6648 0 0 0 5041 4 0 0 25 0 1 0 222202767 27877376 6634 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20371/statm: 6806 6634 77 172 0 6631 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 32584

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20371
/proc/meminfo: memFree=1642168/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0.59
/proc/20368/stat : 20368 (glucose.sh) S 20366 20368 20202 0 -1 4194304 313 2398 0 0 0 0 58 1 16 0 1 0 222202707 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20368/statm: 1340 238 195 169 0 51 0
[pid=20371] ppid=20368 vsize=30608 CPUtime=101.64
/proc/20371/stat : 20371 (glucose_static) R 20368 20368 20202 0 -1 4194304 7464 0 0 0 10159 5 0 0 25 0 1 0 222202767 31342592 7450 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20371/statm: 7652 7450 77 172 0 7477 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 35968

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20371
/proc/meminfo: memFree=1640568/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0.59
/proc/20368/stat : 20368 (glucose.sh) S 20366 20368 20202 0 -1 4194304 313 2398 0 0 0 0 58 1 16 0 1 0 222202707 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20368/statm: 1340 238 195 169 0 51 0
[pid=20371] ppid=20368 vsize=32764 CPUtime=161.6
/proc/20371/stat : 20371 (glucose_static) R 20368 20368 20202 0 -1 4194304 7954 0 0 0 16155 5 0 0 25 0 1 0 222202767 33550336 7940 1992294400 134512640 135217611 4294956304 18446744073709551615 134527817 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20371/statm: 8191 7940 77 172 0 8016 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 38124

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20371
/proc/meminfo: memFree=1638520/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0.59
/proc/20368/stat : 20368 (glucose.sh) S 20366 20368 20202 0 -1 4194304 313 2398 0 0 0 0 58 1 16 0 1 0 222202707 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20368/statm: 1340 238 195 169 0 51 0
[pid=20371] ppid=20368 vsize=34492 CPUtime=221.58
/proc/20371/stat : 20371 (glucose_static) R 20368 20368 20202 0 -1 4194304 8395 0 0 0 22153 5 0 0 25 0 1 0 222202767 35319808 8381 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20371/statm: 8623 8381 77 172 0 8448 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 39852

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20371
/proc/meminfo: memFree=1635512/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0.59
/proc/20368/stat : 20368 (glucose.sh) S 20366 20368 20202 0 -1 4194304 313 2398 0 0 0 0 58 1 16 0 1 0 222202707 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20368/statm: 1340 238 195 169 0 51 0
[pid=20371] ppid=20368 vsize=37284 CPUtime=281.54
/proc/20371/stat : 20371 (glucose_static) R 20368 20368 20202 0 -1 4194304 9117 0 0 0 28148 6 0 0 25 0 1 0 222202767 38178816 9103 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20371/statm: 9321 9103 77 172 0 9146 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 42644

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20371
/proc/meminfo: memFree=1634808/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0.59
/proc/20368/stat : 20368 (glucose.sh) S 20366 20368 20202 0 -1 4194304 313 2398 0 0 0 0 58 1 16 0 1 0 222202707 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20368/statm: 1340 238 195 169 0 51 0
[pid=20371] ppid=20368 vsize=38032 CPUtime=341.52
/proc/20371/stat : 20371 (glucose_static) R 20368 20368 20202 0 -1 4194304 9291 0 0 0 34146 6 0 0 25 0 1 0 222202767 38944768 9277 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20371/statm: 9508 9277 77 172 0 9333 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 43392

[startup+402.302 s]

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

/proc/20371/statm: 29921 28718 77 172 0 29746 0
Current children cumulated CPU time (s) 4360.31
Current children cumulated vsize (KiB) 125044

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20385
/proc/meminfo: memFree=1556152/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0.59
/proc/20368/stat : 20368 (glucose.sh) S 20366 20368 20202 0 -1 4194304 313 2398 0 0 0 0 58 1 16 0 1 0 222202707 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20368/statm: 1340 238 195 169 0 51 0
[pid=20371] ppid=20368 vsize=119684 CPUtime=4419.69
/proc/20371/stat : 20371 (glucose_static) R 20368 20368 20202 0 -1 4194304 28752 0 0 0 441937 32 0 0 25 0 1 0 222202767 122556416 28722 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20371/statm: 29921 28722 77 172 0 29746 0
Current children cumulated CPU time (s) 4420.28
Current children cumulated vsize (KiB) 125044

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20385
/proc/meminfo: memFree=1556152/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0.59
/proc/20368/stat : 20368 (glucose.sh) S 20366 20368 20202 0 -1 4194304 313 2398 0 0 0 0 58 1 16 0 1 0 222202707 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20368/statm: 1340 238 195 169 0 51 0
[pid=20371] ppid=20368 vsize=119952 CPUtime=4479.67
/proc/20371/stat : 20371 (glucose_static) R 20368 20368 20202 0 -1 4194304 28804 0 0 0 447935 32 0 0 25 0 1 0 222202767 122830848 28774 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20371/statm: 29988 28774 77 172 0 29813 0
Current children cumulated CPU time (s) 4480.26
Current children cumulated vsize (KiB) 125312

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20385
/proc/meminfo: memFree=1554424/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0.59
/proc/20368/stat : 20368 (glucose.sh) S 20366 20368 20202 0 -1 4194304 313 2398 0 0 0 0 58 1 16 0 1 0 222202707 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20368/statm: 1340 238 195 169 0 51 0
[pid=20371] ppid=20368 vsize=121536 CPUtime=4539.63
/proc/20371/stat : 20371 (glucose_static) R 20368 20368 20202 0 -1 4194304 29209 0 0 0 453931 32 0 0 25 0 1 0 222202767 124452864 29179 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20371/statm: 30384 29179 77 172 0 30209 0
Current children cumulated CPU time (s) 4540.22
Current children cumulated vsize (KiB) 126896

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20385
/proc/meminfo: memFree=1554232/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0.59
/proc/20368/stat : 20368 (glucose.sh) S 20366 20368 20202 0 -1 4194304 313 2398 0 0 0 0 58 1 16 0 1 0 222202707 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20368/statm: 1340 238 195 169 0 51 0
[pid=20371] ppid=20368 vsize=121536 CPUtime=4599.6
/proc/20371/stat : 20371 (glucose_static) R 20368 20368 20202 0 -1 4194304 29214 0 0 0 459928 32 0 0 25 0 1 0 222202767 124452864 29184 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20371/statm: 30384 29184 77 172 0 30209 0
Current children cumulated CPU time (s) 4600.19
Current children cumulated vsize (KiB) 126896

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20385
/proc/meminfo: memFree=1554104/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0.59
/proc/20368/stat : 20368 (glucose.sh) S 20366 20368 20202 0 -1 4194304 313 2398 0 0 0 0 58 1 16 0 1 0 222202707 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20368/statm: 1340 238 195 169 0 51 0
[pid=20371] ppid=20368 vsize=121680 CPUtime=4659.58
/proc/20371/stat : 20371 (glucose_static) R 20368 20368 20202 0 -1 4194304 29247 0 0 0 465926 32 0 0 25 0 1 0 222202767 124600320 29217 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20371/statm: 30420 29217 77 172 0 30245 0
Current children cumulated CPU time (s) 4660.17
Current children cumulated vsize (KiB) 127040

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20385
/proc/meminfo: memFree=1554104/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0.59
/proc/20368/stat : 20368 (glucose.sh) S 20366 20368 20202 0 -1 4194304 313 2398 0 0 0 0 58 1 16 0 1 0 222202707 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20368/statm: 1340 238 195 169 0 51 0
[pid=20371] ppid=20368 vsize=121844 CPUtime=4719.56
/proc/20371/stat : 20371 (glucose_static) R 20368 20368 20202 0 -1 4194304 29263 0 0 0 471924 32 0 0 25 0 1 0 222202767 124768256 29233 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20371/statm: 30461 29233 77 172 0 30286 0
Current children cumulated CPU time (s) 4720.15
Current children cumulated vsize (KiB) 127204

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20385
/proc/meminfo: memFree=1553976/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0.59
/proc/20368/stat : 20368 (glucose.sh) S 20366 20368 20202 0 -1 4194304 313 2398 0 0 0 0 58 1 16 0 1 0 222202707 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20368/statm: 1340 238 195 169 0 51 0
[pid=20371] ppid=20368 vsize=122012 CPUtime=4779.52
/proc/20371/stat : 20371 (glucose_static) R 20368 20368 20202 0 -1 4194304 29304 0 0 0 477920 32 0 0 25 0 1 0 222202767 124940288 29274 1992294400 134512640 135217611 4294956304 18446744073709551615 134533222 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20371/statm: 30503 29274 77 172 0 30328 0
Current children cumulated CPU time (s) 4780.11
Current children cumulated vsize (KiB) 127372

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20385
/proc/meminfo: memFree=1553464/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0.59
/proc/20368/stat : 20368 (glucose.sh) S 20366 20368 20202 0 -1 4194304 313 2398 0 0 0 0 58 1 16 0 1 0 222202707 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20368/statm: 1340 238 195 169 0 51 0
[pid=20371] ppid=20368 vsize=122424 CPUtime=4839.51
/proc/20371/stat : 20371 (glucose_static) R 20368 20368 20202 0 -1 4194304 29410 0 0 0 483918 33 0 0 25 0 1 0 222202767 125362176 29380 1992294400 134512640 135217611 4294956304 18446744073709551615 134532787 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20371/statm: 30606 29380 77 172 0 30431 0
Current children cumulated CPU time (s) 4840.1
Current children cumulated vsize (KiB) 127784

[startup+4902.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 20385
/proc/meminfo: memFree=1553272/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0.59
/proc/20368/stat : 20368 (glucose.sh) S 20366 20368 20202 0 -1 4194304 313 2398 0 0 0 0 58 1 16 0 1 0 222202707 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20368/statm: 1340 238 195 169 0 51 0
[pid=20371] ppid=20368 vsize=122768 CPUtime=4899.49
/proc/20371/stat : 20371 (glucose_static) R 20368 20368 20202 0 -1 4194304 29473 0 0 0 489916 33 0 0 25 0 1 0 222202767 125714432 29443 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20371/statm: 30692 29443 77 172 0 30517 0
Current children cumulated CPU time (s) 4900.08
Current children cumulated vsize (KiB) 128128

[startup+4962.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/66 20385
/proc/meminfo: memFree=1552568/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0.59
/proc/20368/stat : 20368 (glucose.sh) S 20366 20368 20202 0 -1 4194304 313 2398 0 0 0 0 58 1 16 0 1 0 222202707 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20368/statm: 1340 238 195 169 0 51 0
[pid=20371] ppid=20368 vsize=123496 CPUtime=4959.47
/proc/20371/stat : 20371 (glucose_static) R 20368 20368 20202 0 -1 4194304 29659 0 0 0 495914 33 0 0 25 0 1 0 222202767 126459904 29629 1992294400 134512640 135217611 4294956304 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20371/statm: 30874 29629 77 172 0 30699 0
Current children cumulated CPU time (s) 4960.06
Current children cumulated vsize (KiB) 128856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 20385
/proc/meminfo: memFree=1552440/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0.59
/proc/20368/stat : 20368 (glucose.sh) S 20366 20368 20202 0 -1 4194304 313 2398 0 0 0 0 58 1 16 0 1 0 222202707 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20368/statm: 1340 238 195 169 0 51 0
[pid=20371] ppid=20368 vsize=123652 CPUtime=4999.45
/proc/20371/stat : 20371 (glucose_static) R 20368 20368 20202 0 -1 4194304 29683 0 0 0 499912 33 0 0 25 0 1 0 222202767 126619648 29653 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20371/statm: 30913 29653 77 172 0 30738 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 129012

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.02 1.02 1.00 2/66 20385
/proc/meminfo: memFree=1552440/2055920 swapFree=4113156/4192956
[pid=20368] ppid=20366 vsize=5360 CPUtime=0.59
/proc/20368/stat : 20368 (glucose.sh) S 20366 20368 20202 0 -1 4194304 313 2398 0 0 0 0 58 1 16 0 1 0 222202707 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20368/statm: 1340 238 195 169 0 51 0
[pid=20371] ppid=20368 vsize=123652 CPUtime=4999.45
/proc/20371/stat : 20371 (glucose_static) R 20368 20368 20202 0 -1 4194304 29683 0 0 0 499912 33 0 0 25 0 1 0 222202767 126619648 29653 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/20371/statm: 30913 29653 77 172 0 30738 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 129012

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20368 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=583911
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=20996
# CPU time returned by wait4() is 0.604907
# while last known CPU time is 5000.04
#
# 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.04
CPU user time (s): 4999.7
CPU system time (s): 0.34
CPU usage (%): 99.9546
Max. virtual memory (cumulated for all children) (KiB): 129012

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

runsolver used 4.07338 second user time and 14.1259 second system time

The end

Launcher Data

Begin job on node69 at 2009-05-10 09:49:27
IDJOB=1784440
IDBENCH=71511
IDSOLVER=610
FILE ID=node69/1784440-1241941766
PBS_JOBID= 9264994
Free space on /tmp= 66236 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v1375c111739g2.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784440-1241941766/watcher-1784440-1241941766 -o /tmp/evaluation-result-1784440-1241941766/solver-1784440-1241941766 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784440-1241941766.cnf

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

MD5SUM BENCH= 4a0161ad7ac9d31215b2f5b6bcc0673a
RANDOM SEED=593997480

node69.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.231
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.231
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:       1674720 kB
Buffers:         58408 kB
Cached:         178756 kB
SwapCached:      74412 kB
Active:         141844 kB
Inactive:       171748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1674720 kB
SwapTotal:     4192956 kB
SwapFree:      4113156 kB
Dirty:            2920 kB
Writeback:           0 kB
Mapped:          14260 kB
Slab:            53584 kB
Committed_AS:   652920 kB
PageTables:       1464 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= 66232 MiB
End job on node69 at 2009-05-10 11:12:51