Trace number 1784472

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v1150c84314gyes1.cnf
MD5SUMd217d44a5e3291823bfd6ded60a7812f
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 variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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.04	c ==============================================================================
0.02/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.02/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.02/0.04	c ==============================================================================
0.02/0.04	c |         0 |   84314   169678 |   25294       0        0     nan |  0.000 % |
0.29/0.33	c |         0 |   83164   277188 |      --       0       --      -- |     --   | -1150/107510
0.29/0.33	c ==============================================================================
0.29/0.33	c Result  :   #vars: 1100   #clauses: 83164   #literals: 277188
0.29/0.33	c CPU time:   0.320951 s
0.29/0.33	c ==============================================================================
0.39/0.41	c
0.39/0.41	c Starting glucose
0.39/0.41	c
0.39/0.41	
0.39/0.41	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.39/0.41	
0.39/0.41	c ============================[ Problem Statistics ]=============================
0.39/0.41	c |                                                                             |
0.39/0.41	c |  Number of variables:  1100                                                 |
0.39/0.41	c |  Number of clauses:    83164                                                |
0.39/0.46	c |  Parsing time:         0.04         s                                       |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1784472-1241946748/watcher-1784472-1241946748 -o /tmp/evaluation-result-1784472-1241946748/solver-1784472-1241946748 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784472-1241946748.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.96 1.00 1.00 3/64 25163
/proc/meminfo: memFree=1791800/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222708309 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 236 195 169 0 51 0
[pid=25164] ppid=25163 vsize=1016 CPUtime=0
/proc/25164/stat : 25164 (SatELite_releas) R 25163 25163 25084 0 -1 4194304 133 0 0 0 0 0 0 0 19 0 1 0 222708309 1040384 117 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/25164/statm: 254 119 50 174 0 77 0

[startup+0.0381579 s]
/proc/loadavg: 0.96 1.00 1.00 3/64 25163
/proc/meminfo: memFree=1791800/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222708309 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 236 195 169 0 51 0
[pid=25164] ppid=25163 vsize=4776 CPUtime=0.02
/proc/25164/stat : 25164 (SatELite_releas) R 25163 25163 25084 0 -1 4194304 1027 0 0 0 2 0 0 0 19 0 1 0 222708309 4890624 1011 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/25164/statm: 1194 1012 50 174 0 1017 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10136

[startup+0.101165 s]
/proc/loadavg: 0.96 1.00 1.00 3/64 25163
/proc/meminfo: memFree=1791800/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222708309 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 236 195 169 0 51 0
[pid=25164] ppid=25163 vsize=8608 CPUtime=0.09
/proc/25164/stat : 25164 (SatELite_releas) R 25163 25163 25084 0 -1 4194304 1749 0 0 0 8 1 0 0 19 0 1 0 222708309 8814592 1733 1992294400 134512640 135225430 4294956176 18446744073709551615 134602311 0 0 4096 3 0 0 0 17 0 0 0
/proc/25164/statm: 2152 1733 76 174 0 1975 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13968

[startup+0.301192 s]
/proc/loadavg: 0.96 1.00 1.00 3/64 25163
/proc/meminfo: memFree=1791800/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 222708309 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 236 195 169 0 51 0
[pid=25164] ppid=25163 vsize=8940 CPUtime=0.29
/proc/25164/stat : 25164 (SatELite_releas) R 25163 25163 25084 0 -1 4194304 1836 0 0 0 28 1 0 0 21 0 1 0 222708309 9154560 1820 1992294400 134512640 135225430 4294956176 18446744073709551615 134586065 0 0 4096 3 0 0 0 17 0 0 0
/proc/25164/statm: 2235 1820 77 174 0 2058 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14300

[startup+0.701252 s]
/proc/loadavg: 0.96 1.00 1.00 3/64 25163
/proc/meminfo: memFree=1791800/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0.4
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 313 1841 0 0 0 0 39 1 18 0 1 0 222708309 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 5360

[startup+1.50136 s]
/proc/loadavg: 0.96 1.00 1.00 2/66 25166
/proc/meminfo: memFree=1782056/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0.4
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 313 1841 0 0 0 0 39 1 18 0 1 0 222708309 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 238 195 169 0 51 0
[pid=25166] ppid=25163 vsize=9900 CPUtime=1.07
/proc/25166/stat : 25166 (glucose_static) R 25163 25163 25084 0 -1 4194304 2365 0 0 0 106 1 0 0 25 0 1 0 222708351 10137600 2351 1992294400 134512640 135217611 4294956304 18446744073709551615 134528016 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25166/statm: 2475 2351 77 172 0 2300 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 15260

[startup+3.10157 s]
/proc/loadavg: 0.96 1.00 1.00 2/66 25166
/proc/meminfo: memFree=1779368/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0.4
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 313 1841 0 0 0 0 39 1 18 0 1 0 222708309 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 238 195 169 0 51 0
[pid=25166] ppid=25163 vsize=12884 CPUtime=2.66
/proc/25166/stat : 25166 (glucose_static) R 25163 25163 25084 0 -1 4194304 3107 0 0 0 264 2 0 0 25 0 1 0 222708351 13193216 3093 1992294400 134512640 135217611 4294956304 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25166/statm: 3221 3093 77 172 0 3046 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 18244

[startup+6.30198 s]
/proc/loadavg: 0.97 1.00 1.00 2/66 25166
/proc/meminfo: memFree=1775656/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0.4
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 313 1841 0 0 0 0 39 1 18 0 1 0 222708309 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 238 195 169 0 51 0
[pid=25166] ppid=25163 vsize=14976 CPUtime=5.86
/proc/25166/stat : 25166 (glucose_static) R 25163 25163 25084 0 -1 4194304 3616 0 0 0 584 2 0 0 25 0 1 0 222708351 15335424 3602 1992294400 134512640 135217611 4294956304 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25166/statm: 3744 3602 77 172 0 3569 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 20336

[startup+12.7018 s]
/proc/loadavg: 0.97 1.00 1.00 2/66 25166
/proc/meminfo: memFree=1771944/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0.4
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 313 1841 0 0 0 0 39 1 18 0 1 0 222708309 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 238 195 169 0 51 0
[pid=25166] ppid=25163 vsize=18716 CPUtime=12.26
/proc/25166/stat : 25166 (glucose_static) R 25163 25163 25084 0 -1 4194304 4527 0 0 0 1222 4 0 0 25 0 1 0 222708351 19165184 4513 1992294400 134512640 135217611 4294956304 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25166/statm: 4679 4513 77 172 0 4504 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 24076

[startup+25.5015 s]
/proc/loadavg: 0.97 1.00 1.00 2/66 25166
/proc/meminfo: memFree=1767272/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0.4
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 313 1841 0 0 0 0 39 1 18 0 1 0 222708309 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 238 195 169 0 51 0
[pid=25166] ppid=25163 vsize=23528 CPUtime=25.05
/proc/25166/stat : 25166 (glucose_static) R 25163 25163 25084 0 -1 4194304 5708 0 0 0 2501 4 0 0 25 0 1 0 222708351 24092672 5694 1992294400 134512640 135217611 4294956304 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25166/statm: 5882 5694 77 172 0 5707 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 28888

[startup+51.1018 s]
/proc/loadavg: 0.98 1.00 1.00 2/66 25166
/proc/meminfo: memFree=1764904/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0.4
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 313 1841 0 0 0 0 39 1 18 0 1 0 222708309 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 238 195 169 0 51 0
[pid=25166] ppid=25163 vsize=25920 CPUtime=50.64
/proc/25166/stat : 25166 (glucose_static) R 25163 25163 25084 0 -1 4194304 6296 0 0 0 5059 5 0 0 25 0 1 0 222708351 26542080 6282 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25166/statm: 6480 6282 77 172 0 6305 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 31280

[startup+102.306 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 25166
/proc/meminfo: memFree=1762792/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0.4
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 313 1841 0 0 0 0 39 1 18 0 1 0 222708309 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 238 195 169 0 51 0
[pid=25166] ppid=25163 vsize=27928 CPUtime=101.8
/proc/25166/stat : 25166 (glucose_static) R 25163 25163 25084 0 -1 4194304 6811 0 0 0 10175 5 0 0 25 0 1 0 222708351 28598272 6797 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25166/statm: 6982 6797 77 172 0 6807 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 33288

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 25166
/proc/meminfo: memFree=1761128/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0.4
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 313 1841 0 0 0 0 39 1 18 0 1 0 222708309 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 238 195 169 0 51 0
[pid=25166] ppid=25163 vsize=29796 CPUtime=161.77
/proc/25166/stat : 25166 (glucose_static) R 25163 25163 25084 0 -1 4194304 7212 0 0 0 16172 5 0 0 25 0 1 0 222708351 30511104 7198 1992294400 134512640 135217611 4294956304 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25166/statm: 7449 7198 77 172 0 7274 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 35156

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 25166
/proc/meminfo: memFree=1758888/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0.4
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 313 1841 0 0 0 0 39 1 18 0 1 0 222708309 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 238 195 169 0 51 0
[pid=25166] ppid=25163 vsize=32204 CPUtime=221.75
/proc/25166/stat : 25166 (glucose_static) R 25163 25163 25084 0 -1 4194304 7783 0 0 0 22169 6 0 0 25 0 1 0 222708351 32976896 7769 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25166/statm: 8051 7769 77 172 0 7876 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 37564

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 25166
/proc/meminfo: memFree=1757032/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0.4
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 313 1841 0 0 0 0 39 1 18 0 1 0 222708309 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 238 195 169 0 51 0
[pid=25166] ppid=25163 vsize=33996 CPUtime=281.73
/proc/25166/stat : 25166 (glucose_static) R 25163 25163 25084 0 -1 4194304 8238 0 0 0 28166 7 0 0 25 0 1 0 222708351 34811904 8224 1992294400 134512640 135217611 4294956304 18446744073709551615 134533772 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25166/statm: 8499 8224 77 172 0 8324 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 39356

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 25166
/proc/meminfo: memFree=1754152/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0.4
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 313 1841 0 0 0 0 39 1 18 0 1 0 222708309 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 238 195 169 0 51 0
[pid=25166] ppid=25163 vsize=36864 CPUtime=341.69
/proc/25166/stat : 25166 (glucose_static) R 25163 25163 25084 0 -1 4194304 8953 0 0 0 34162 7 0 0 25 0 1 0 222708351 37748736 8939 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25166/statm: 9216 8939 77 172 0 9041 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 42224

[startup+402.302 s]

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

/proc/25166/statm: 26901 25808 77 172 0 26726 0
Current children cumulated CPU time (s) 4360.14
Current children cumulated vsize (KiB) 112964

[startup+4422.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 25174
/proc/meminfo: memFree=1685032/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0.4
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 313 1841 0 0 0 0 39 1 18 0 1 0 222708309 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 238 195 169 0 51 0
[pid=25166] ppid=25163 vsize=108296 CPUtime=4419.71
/proc/25166/stat : 25166 (glucose_static) R 25163 25163 25084 0 -1 4194304 25957 0 0 0 441943 28 0 0 25 0 1 0 222708351 110895104 25939 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25166/statm: 27074 25939 77 172 0 26899 0
Current children cumulated CPU time (s) 4420.11
Current children cumulated vsize (KiB) 113656

[startup+4482.3 s]
/proc/loadavg: 1.08 1.03 1.00 2/66 25174
/proc/meminfo: memFree=1684968/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0.4
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 313 1841 0 0 0 0 39 1 18 0 1 0 222708309 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 238 195 169 0 51 0
[pid=25166] ppid=25163 vsize=108296 CPUtime=4479.68
/proc/25166/stat : 25166 (glucose_static) R 25163 25163 25084 0 -1 4194304 25959 0 0 0 447940 28 0 0 25 0 1 0 222708351 110895104 25941 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25166/statm: 27074 25941 77 172 0 26899 0
Current children cumulated CPU time (s) 4480.08
Current children cumulated vsize (KiB) 113656

[startup+4542.3 s]
/proc/loadavg: 1.15 1.05 1.01 2/66 25174
/proc/meminfo: memFree=1684392/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0.4
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 313 1841 0 0 0 0 39 1 18 0 1 0 222708309 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 238 195 169 0 51 0
[pid=25166] ppid=25163 vsize=108944 CPUtime=4539.64
/proc/25166/stat : 25166 (glucose_static) R 25163 25163 25084 0 -1 4194304 26109 0 0 0 453936 28 0 0 25 0 1 0 222708351 111558656 26091 1992294400 134512640 135217611 4294956304 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25166/statm: 27236 26091 77 172 0 27061 0
Current children cumulated CPU time (s) 4540.04
Current children cumulated vsize (KiB) 114304

[startup+4602.3 s]
/proc/loadavg: 1.10 1.05 1.01 2/66 25174
/proc/meminfo: memFree=1683816/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0.4
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 313 1841 0 0 0 0 39 1 18 0 1 0 222708309 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 238 195 169 0 51 0
[pid=25166] ppid=25163 vsize=109492 CPUtime=4599.62
/proc/25166/stat : 25166 (glucose_static) R 25163 25163 25084 0 -1 4194304 26225 0 0 0 459934 28 0 0 25 0 1 0 222708351 112119808 26207 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25166/statm: 27373 26207 77 172 0 27198 0
Current children cumulated CPU time (s) 4600.02
Current children cumulated vsize (KiB) 114852

[startup+4662.3 s]
/proc/loadavg: 1.07 1.06 1.01 2/66 25174
/proc/meminfo: memFree=1683560/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0.4
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 313 1841 0 0 0 0 39 1 18 0 1 0 222708309 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 238 195 169 0 51 0
[pid=25166] ppid=25163 vsize=109816 CPUtime=4659.59
/proc/25166/stat : 25166 (glucose_static) R 25163 25163 25084 0 -1 4194304 26275 0 0 0 465931 28 0 0 25 0 1 0 222708351 112451584 26257 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25166/statm: 27454 26257 77 172 0 27279 0
Current children cumulated CPU time (s) 4659.99
Current children cumulated vsize (KiB) 115176

[startup+4722.31 s]
/proc/loadavg: 1.06 1.06 1.01 2/66 25174
/proc/meminfo: memFree=1683112/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0.4
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 313 1841 0 0 0 0 39 1 18 0 1 0 222708309 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 238 195 169 0 51 0
[pid=25166] ppid=25163 vsize=110296 CPUtime=4719.56
/proc/25166/stat : 25166 (glucose_static) R 25163 25163 25084 0 -1 4194304 26398 0 0 0 471928 28 0 0 25 0 1 0 222708351 112943104 26380 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25166/statm: 27574 26380 77 172 0 27399 0
Current children cumulated CPU time (s) 4719.96
Current children cumulated vsize (KiB) 115656

[startup+4782.3 s]
/proc/loadavg: 1.10 1.06 1.01 2/66 25174
/proc/meminfo: memFree=1682600/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0.4
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 313 1841 0 0 0 0 39 1 18 0 1 0 222708309 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 238 195 169 0 51 0
[pid=25166] ppid=25163 vsize=110788 CPUtime=4779.53
/proc/25166/stat : 25166 (glucose_static) R 25163 25163 25084 0 -1 4194304 26505 0 0 0 477925 28 0 0 25 0 1 0 222708351 113446912 26487 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25166/statm: 27697 26487 77 172 0 27522 0
Current children cumulated CPU time (s) 4779.93
Current children cumulated vsize (KiB) 116148

[startup+4842.3 s]
/proc/loadavg: 1.04 1.05 1.00 2/66 25174
/proc/meminfo: memFree=1682280/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0.4
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 313 1841 0 0 0 0 39 1 18 0 1 0 222708309 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 238 195 169 0 51 0
[pid=25166] ppid=25163 vsize=111184 CPUtime=4839.51
/proc/25166/stat : 25166 (glucose_static) R 25163 25163 25084 0 -1 4194304 26592 0 0 0 483923 28 0 0 25 0 1 0 222708351 113852416 26574 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25166/statm: 27796 26574 77 172 0 27621 0
Current children cumulated CPU time (s) 4839.91
Current children cumulated vsize (KiB) 116544

[startup+4902.3 s]
/proc/loadavg: 1.01 1.04 1.00 2/66 25174
/proc/meminfo: memFree=1682024/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0.4
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 313 1841 0 0 0 0 39 1 18 0 1 0 222708309 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 238 195 169 0 51 0
[pid=25166] ppid=25163 vsize=111484 CPUtime=4899.48
/proc/25166/stat : 25166 (glucose_static) R 25163 25163 25084 0 -1 4194304 26659 0 0 0 489920 28 0 0 25 0 1 0 222708351 114159616 26641 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25166/statm: 27871 26641 77 172 0 27696 0
Current children cumulated CPU time (s) 4899.88
Current children cumulated vsize (KiB) 116844

[startup+4962.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 25174
/proc/meminfo: memFree=1679464/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0.4
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 313 1841 0 0 0 0 39 1 18 0 1 0 222708309 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 238 195 169 0 51 0
[pid=25166] ppid=25163 vsize=114060 CPUtime=4959.46
/proc/25166/stat : 25166 (glucose_static) R 25163 25163 25084 0 -1 4194304 27279 0 0 0 495917 29 0 0 25 0 1 0 222708351 116797440 27257 1992294400 134512640 135217611 4294956304 18446744073709551615 134533076 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25166/statm: 28515 27257 77 172 0 28340 0
Current children cumulated CPU time (s) 4959.86
Current children cumulated vsize (KiB) 119420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.5 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 25174
/proc/meminfo: memFree=1679208/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0.4
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 313 1841 0 0 0 0 39 1 18 0 1 0 222708309 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 238 195 169 0 51 0
[pid=25166] ppid=25163 vsize=114348 CPUtime=4999.64
/proc/25166/stat : 25166 (glucose_static) R 25163 25163 25084 0 -1 4194304 27358 0 0 0 499935 29 0 0 25 0 1 0 222708351 117092352 27336 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25166/statm: 28587 27336 77 172 0 28412 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 119708

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

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

[startup+5002.5 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 25174
/proc/meminfo: memFree=1679208/2055920 swapFree=4181380/4192956
[pid=25163] ppid=25161 vsize=5360 CPUtime=0.4
/proc/25163/stat : 25163 (glucose.sh) S 25161 25163 25084 0 -1 4194304 313 1841 0 0 0 0 39 1 18 0 1 0 222708309 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25163/statm: 1340 238 195 169 0 51 0
[pid=25166] ppid=25163 vsize=114348 CPUtime=4999.64
/proc/25166/stat : 25166 (glucose_static) R 25163 25163 25084 0 -1 4194304 27358 0 0 0 499935 29 0 0 25 0 1 0 222708351 117092352 27336 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25166/statm: 28587 27336 77 172 0 28412 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 119708

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25163 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=397939
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=19996
# CPU time returned by wait4() is 0.417935
# 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.51
CPU time (s): 5000.04
CPU user time (s): 4999.74
CPU system time (s): 0.3
CPU usage (%): 99.9506
Max. virtual memory (cumulated for all children) (KiB): 119708

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

runsolver used 3.9704 second user time and 14.2268 second system time

The end

Launcher Data

Begin job on node13 at 2009-05-10 11:12:28
IDJOB=1784472
IDBENCH=71613
IDSOLVER=610
FILE ID=node13/1784472-1241946748
PBS_JOBID= 9265036
Free space on /tmp= 66432 MiB

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

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

MD5SUM BENCH= d217d44a5e3291823bfd6ded60a7812f
RANDOM SEED=972398383

node13.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.227
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.227
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:       1792280 kB
Buffers:         42956 kB
Cached:         145780 kB
SwapCached:       5336 kB
Active:          75644 kB
Inactive:       121464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1792280 kB
SwapTotal:     4192956 kB
SwapFree:      4181380 kB
Dirty:            2580 kB
Writeback:           0 kB
Mapped:          14048 kB
Slab:            52488 kB
Committed_AS:   675900 kB
PageTables:       1460 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= 66428 MiB
End job on node13 at 2009-05-10 12:35:53