Trace number 1783736

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.07 5002.41

General information on the benchmark

Namecrafted/Hard/contest05/others/
linvrinv8.sat05-567.reshuffled-07.cnf
MD5SUMaf4e94e2262dd17f2c350e06d0de5672
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 variables1920
Number of clauses6337
Sum of the clauses size17024
Maximum clause length64
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22048
Number of clauses of size 34288
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    6337    17024 |    1901       0        0     nan |  0.000 % |
0.02/0.04	c |         0 |    5479    19257 |      --       0       --      -- |     --   | -858/2233
0.02/0.04	c ==============================================================================
0.02/0.04	c Result  :   #vars: 920   #clauses: 5479   #literals: 19257
0.02/0.04	c CPU time:   0.039993 s
0.02/0.04	c ==============================================================================
0.02/0.05	c
0.02/0.05	c Starting glucose
0.02/0.05	c
0.02/0.05	
0.02/0.05	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.02/0.05	
0.02/0.05	c ============================[ Problem Statistics ]=============================
0.02/0.05	c |                                                                             |
0.02/0.05	c |  Number of variables:  920                                                  |
0.02/0.05	c |  Number of clauses:    5479                                                 |
0.02/0.05	c |  Parsing time:         0.00         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-1783736-1241877769/watcher-1783736-1241877769 -o /tmp/evaluation-result-1783736-1241877769/solver-1783736-1241877769 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783736-1241877769.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.01 1.00 0.92 3/64 27106
/proc/meminfo: memFree=1591240/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0
/proc/27106/stat : 27106 (glucose.sh) R 27104 27106 26998 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 215804440 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 236437695135 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/27106/statm: 1340 235 194 169 0 51 0
[pid=27107] ppid=27106 vsize=1272 CPUtime=0
/proc/27107/stat : 27107 (SatELite_releas) R 27106 27106 26998 0 -1 4194304 177 0 0 0 0 0 0 0 18 0 1 0 215804440 1302528 161 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/27107/statm: 318 162 50 174 0 141 0

[startup+0.024292 s]
/proc/loadavg: 1.01 1.00 0.92 3/64 27106
/proc/meminfo: memFree=1591240/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 215804440 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27106/statm: 1340 236 195 169 0 51 0
[pid=27107] ppid=27106 vsize=1952 CPUtime=0.02
/proc/27107/stat : 27107 (SatELite_releas) R 27106 27106 26998 0 -1 4194304 361 0 0 0 2 0 0 0 18 0 1 0 215804440 1998848 345 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27107/statm: 488 345 76 174 0 311 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7312

[startup+0.101302 s]
/proc/loadavg: 1.01 1.00 0.92 3/64 27106
/proc/meminfo: memFree=1591240/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0.04
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 313 371 0 0 0 0 4 0 16 0 1 0 215804440 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27106/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5360

[startup+0.301327 s]
/proc/loadavg: 1.01 1.00 0.92 3/64 27106
/proc/meminfo: memFree=1591240/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0.04
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 313 371 0 0 0 0 4 0 16 0 1 0 215804440 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27106/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5360

[startup+0.701372 s]
/proc/loadavg: 1.01 1.00 0.92 3/64 27106
/proc/meminfo: memFree=1591240/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0.04
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 313 371 0 0 0 0 4 0 16 0 1 0 215804440 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27106/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5360

[startup+1.50146 s]
/proc/loadavg: 1.01 1.00 0.92 2/66 27109
/proc/meminfo: memFree=1588216/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0.04
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 313 371 0 0 0 0 4 0 16 0 1 0 215804440 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27106/statm: 1340 238 195 169 0 51 0
[pid=27109] ppid=27106 vsize=4680 CPUtime=1.44
/proc/27109/stat : 27109 (glucose_static) R 27106 27106 26998 0 -1 4194304 822 0 0 0 144 0 0 0 25 0 1 0 215804445 4792320 808 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27109/statm: 1170 808 76 172 0 995 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10040

[startup+3.10164 s]
/proc/loadavg: 1.01 1.00 0.92 2/66 27109
/proc/meminfo: memFree=1586936/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0.04
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 313 371 0 0 0 0 4 0 16 0 1 0 215804440 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27106/statm: 1340 238 195 169 0 51 0
[pid=27109] ppid=27106 vsize=5796 CPUtime=3.04
/proc/27109/stat : 27109 (glucose_static) R 27106 27106 26998 0 -1 4194304 1119 0 0 0 304 0 0 0 25 0 1 0 215804445 5935104 1105 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27109/statm: 1449 1105 76 172 0 1274 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 11156

[startup+6.30201 s]
/proc/loadavg: 1.01 1.00 0.92 2/66 27109
/proc/meminfo: memFree=1585336/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0.04
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 313 371 0 0 0 0 4 0 16 0 1 0 215804440 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27106/statm: 1340 238 195 169 0 51 0
[pid=27109] ppid=27106 vsize=6720 CPUtime=6.23
/proc/27109/stat : 27109 (glucose_static) R 27106 27106 26998 0 -1 4194304 1361 0 0 0 623 0 0 0 25 0 1 0 215804445 6881280 1347 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27109/statm: 1680 1347 76 172 0 1505 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 12080

[startup+12.7017 s]
/proc/loadavg: 1.01 1.00 0.92 2/66 27109
/proc/meminfo: memFree=1583672/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0.04
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 313 371 0 0 0 0 4 0 16 0 1 0 215804440 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27106/statm: 1340 238 195 169 0 51 0
[pid=27109] ppid=27106 vsize=8508 CPUtime=12.64
/proc/27109/stat : 27109 (glucose_static) R 27106 27106 26998 0 -1 4194304 1778 0 0 0 1263 1 0 0 25 0 1 0 215804445 8712192 1764 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27109/statm: 2127 1764 76 172 0 1952 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 13868

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 27109
/proc/meminfo: memFree=1581048/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0.04
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 313 371 0 0 0 0 4 0 16 0 1 0 215804440 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27106/statm: 1340 238 195 169 0 51 0
[pid=27109] ppid=27106 vsize=11188 CPUtime=25.42
/proc/27109/stat : 27109 (glucose_static) R 27106 27106 26998 0 -1 4194304 2452 0 0 0 2541 1 0 0 25 0 1 0 215804445 11456512 2438 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27109/statm: 2797 2438 76 172 0 2622 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 16548

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 27109
/proc/meminfo: memFree=1578680/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0.04
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 313 371 0 0 0 0 4 0 16 0 1 0 215804440 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27106/statm: 1340 238 195 169 0 51 0
[pid=27109] ppid=27106 vsize=13620 CPUtime=51.02
/proc/27109/stat : 27109 (glucose_static) R 27106 27106 26998 0 -1 4194304 3046 0 0 0 5100 2 0 0 25 0 1 0 215804445 13946880 3032 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27109/statm: 3405 3032 76 172 0 3230 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 18980

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 27109
/proc/meminfo: memFree=1574776/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0.04
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 313 371 0 0 0 0 4 0 16 0 1 0 215804440 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27106/statm: 1340 238 195 169 0 51 0
[pid=27109] ppid=27106 vsize=17432 CPUtime=102.19
/proc/27109/stat : 27109 (glucose_static) R 27106 27106 26998 0 -1 4194304 3979 0 0 0 10217 2 0 0 25 0 1 0 215804445 17850368 3965 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27109/statm: 4358 3965 76 172 0 4183 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 22792

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 27109
/proc/meminfo: memFree=1569912/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0.04
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 313 371 0 0 0 0 4 0 16 0 1 0 215804440 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27106/statm: 1340 238 195 169 0 51 0
[pid=27109] ppid=27106 vsize=22708 CPUtime=162.16
/proc/27109/stat : 27109 (glucose_static) R 27106 27106 26998 0 -1 4194304 5251 0 0 0 16213 3 0 0 25 0 1 0 215804445 23252992 5237 1992294400 134512640 135217611 4294956304 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27109/statm: 5677 5237 76 172 0 5502 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 28068

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 27109
/proc/meminfo: memFree=1566392/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0.04
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 313 371 0 0 0 0 4 0 16 0 1 0 215804440 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27106/statm: 1340 238 195 169 0 51 0
[pid=27109] ppid=27106 vsize=25992 CPUtime=222.14
/proc/27109/stat : 27109 (glucose_static) R 27106 27106 26998 0 -1 4194304 6070 0 0 0 22210 4 0 0 25 0 1 0 215804445 26615808 6056 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27109/statm: 6498 6056 76 172 0 6323 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 31352

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 27109
/proc/meminfo: memFree=1564600/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0.04
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 313 371 0 0 0 0 4 0 16 0 1 0 215804440 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27106/statm: 1340 238 195 169 0 51 0
[pid=27109] ppid=27106 vsize=27844 CPUtime=282.1
/proc/27109/stat : 27109 (glucose_static) R 27106 27106 26998 0 -1 4194304 6524 0 0 0 28205 5 0 0 25 0 1 0 215804445 28512256 6510 1992294400 134512640 135217611 4294956304 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27109/statm: 6961 6510 76 172 0 6786 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 33204

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 27109
/proc/meminfo: memFree=1563008/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0.04
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 313 371 0 0 0 0 4 0 16 0 1 0 215804440 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27106/statm: 1340 238 195 169 0 51 0
[pid=27109] ppid=27106 vsize=29620 CPUtime=342.08
/proc/27109/stat : 27109 (glucose_static) R 27106 27106 26998 0 -1 4194304 6926 0 0 0 34203 5 0 0 25 0 1 0 215804445 30330880 6912 1992294400 134512640 135217611 4294956304 18446744073709551615 134533322 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27109/statm: 7405 6912 76 172 0 7230 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 34980

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 27109
/proc/meminfo: memFree=1561536/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0.04
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 313 371 0 0 0 0 4 0 16 0 1 0 215804440 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27106/statm: 1340 238 195 169 0 51 0
[pid=27109] ppid=27106 vsize=31196 CPUtime=402.05

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

/proc/27109/statm: 17629 16535 76 172 0 17454 0
Current children cumulated CPU time (s) 4300.28
Current children cumulated vsize (KiB) 75876

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 27117
/proc/meminfo: memFree=1522240/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0.04
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 313 371 0 0 0 0 4 0 16 0 1 0 215804440 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27106/statm: 1340 238 195 169 0 51 0
[pid=27109] ppid=27106 vsize=71572 CPUtime=4360.22
/proc/27109/stat : 27109 (glucose_static) R 27106 27106 26998 0 -1 4194304 16792 0 0 0 436003 19 0 0 25 0 1 0 215804445 73289728 16778 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27109/statm: 17893 16778 76 172 0 17718 0
Current children cumulated CPU time (s) 4360.26
Current children cumulated vsize (KiB) 76932

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 27117
/proc/meminfo: memFree=1521920/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0.04
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 313 371 0 0 0 0 4 0 16 0 1 0 215804440 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27106/statm: 1340 238 195 169 0 51 0
[pid=27109] ppid=27106 vsize=71968 CPUtime=4420.2
/proc/27109/stat : 27109 (glucose_static) R 27106 27106 26998 0 -1 4194304 16905 0 0 0 442001 19 0 0 25 0 1 0 215804445 73695232 16891 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27109/statm: 17992 16891 76 172 0 17817 0
Current children cumulated CPU time (s) 4420.24
Current children cumulated vsize (KiB) 77328

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 27117
/proc/meminfo: memFree=1520192/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0.04
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 313 371 0 0 0 0 4 0 16 0 1 0 215804440 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27106/statm: 1340 238 195 169 0 51 0
[pid=27109] ppid=27106 vsize=73640 CPUtime=4480.16
/proc/27109/stat : 27109 (glucose_static) R 27106 27106 26998 0 -1 4194304 17307 0 0 0 447997 19 0 0 25 0 1 0 215804445 75407360 17293 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27109/statm: 18410 17293 76 172 0 18235 0
Current children cumulated CPU time (s) 4480.2
Current children cumulated vsize (KiB) 79000

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 27117
/proc/meminfo: memFree=1520192/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0.04
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 313 371 0 0 0 0 4 0 16 0 1 0 215804440 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27106/statm: 1340 238 195 169 0 51 0
[pid=27109] ppid=27106 vsize=73640 CPUtime=4540.13
/proc/27109/stat : 27109 (glucose_static) R 27106 27106 26998 0 -1 4194304 17311 0 0 0 453994 19 0 0 25 0 1 0 215804445 75407360 17297 1992294400 134512640 135217611 4294956304 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27109/statm: 18410 17297 76 172 0 18235 0
Current children cumulated CPU time (s) 4540.17
Current children cumulated vsize (KiB) 79000

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 27117
/proc/meminfo: memFree=1520000/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0.04
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 313 371 0 0 0 0 4 0 16 0 1 0 215804440 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27106/statm: 1340 238 195 169 0 51 0
[pid=27109] ppid=27106 vsize=73640 CPUtime=4600.11
/proc/27109/stat : 27109 (glucose_static) R 27106 27106 26998 0 -1 4194304 17315 0 0 0 459992 19 0 0 25 0 1 0 215804445 75407360 17301 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27109/statm: 18410 17301 76 172 0 18235 0
Current children cumulated CPU time (s) 4600.15
Current children cumulated vsize (KiB) 79000

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 27117
/proc/meminfo: memFree=1519936/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0.04
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 313 371 0 0 0 0 4 0 16 0 1 0 215804440 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27106/statm: 1340 238 195 169 0 51 0
[pid=27109] ppid=27106 vsize=73712 CPUtime=4660.08
/proc/27109/stat : 27109 (glucose_static) R 27106 27106 26998 0 -1 4194304 17332 0 0 0 465989 19 0 0 25 0 1 0 215804445 75481088 17318 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27109/statm: 18428 17318 76 172 0 18253 0
Current children cumulated CPU time (s) 4660.12
Current children cumulated vsize (KiB) 79072

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 27117
/proc/meminfo: memFree=1518016/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0.04
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 313 371 0 0 0 0 4 0 16 0 1 0 215804440 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27106/statm: 1340 238 195 169 0 51 0
[pid=27109] ppid=27106 vsize=75812 CPUtime=4720.05
/proc/27109/stat : 27109 (glucose_static) R 27106 27106 26998 0 -1 4194304 17814 0 0 0 471985 20 0 0 25 0 1 0 215804445 77631488 17800 1992294400 134512640 135217611 4294956304 18446744073709551615 134533277 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27109/statm: 18953 17800 76 172 0 18778 0
Current children cumulated CPU time (s) 4720.09
Current children cumulated vsize (KiB) 81172

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 27117
/proc/meminfo: memFree=1518016/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0.04
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 313 371 0 0 0 0 4 0 16 0 1 0 215804440 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27106/statm: 1340 238 195 169 0 51 0
[pid=27109] ppid=27106 vsize=75812 CPUtime=4780.03
/proc/27109/stat : 27109 (glucose_static) R 27106 27106 26998 0 -1 4194304 17814 0 0 0 477983 20 0 0 25 0 1 0 215804445 77631488 17800 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27109/statm: 18953 17800 76 172 0 18778 0
Current children cumulated CPU time (s) 4780.07
Current children cumulated vsize (KiB) 81172

[startup+4842.3 s]
/proc/loadavg: 1.03 1.01 0.93 2/66 27117
/proc/meminfo: memFree=1517824/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0.04
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 313 371 0 0 0 0 4 0 16 0 1 0 215804440 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27106/statm: 1340 238 195 169 0 51 0
[pid=27109] ppid=27106 vsize=76076 CPUtime=4839.99
/proc/27109/stat : 27109 (glucose_static) R 27106 27106 26998 0 -1 4194304 17875 0 0 0 483979 20 0 0 25 0 1 0 215804445 77901824 17861 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27109/statm: 19019 17861 76 172 0 18844 0
Current children cumulated CPU time (s) 4840.03
Current children cumulated vsize (KiB) 81436

[startup+4902.3 s]
/proc/loadavg: 1.01 1.01 0.93 2/66 27117
/proc/meminfo: memFree=1517824/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0.04
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 313 371 0 0 0 0 4 0 16 0 1 0 215804440 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27106/statm: 1340 238 195 169 0 51 0
[pid=27109] ppid=27106 vsize=76076 CPUtime=4899.97
/proc/27109/stat : 27109 (glucose_static) R 27106 27106 26998 0 -1 4194304 17881 0 0 0 489977 20 0 0 25 0 1 0 215804445 77901824 17867 1992294400 134512640 135217611 4294956304 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27109/statm: 19019 17867 76 172 0 18844 0
Current children cumulated CPU time (s) 4900.01
Current children cumulated vsize (KiB) 81436

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 27117
/proc/meminfo: memFree=1517568/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0.04
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 313 371 0 0 0 0 4 0 16 0 1 0 215804440 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27106/statm: 1340 238 195 169 0 51 0
[pid=27109] ppid=27106 vsize=76344 CPUtime=4959.95
/proc/27109/stat : 27109 (glucose_static) R 27106 27106 26998 0 -1 4194304 17913 0 0 0 495975 20 0 0 25 0 1 0 215804445 78176256 17899 1992294400 134512640 135217611 4294956304 18446744073709551615 134527871 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27109/statm: 19086 17899 76 172 0 18911 0
Current children cumulated CPU time (s) 4959.99
Current children cumulated vsize (KiB) 81704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.4 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 27117
/proc/meminfo: memFree=1517568/2055920 swapFree=4191900/4192956
[pid=27106] ppid=27104 vsize=5360 CPUtime=0.04
/proc/27106/stat : 27106 (glucose.sh) S 27104 27106 26998 0 -1 4194304 313 371 0 0 0 0 4 0 16 0 1 0 215804440 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27106/statm: 1340 238 195 169 0 51 0
[pid=27109] ppid=27106 vsize=76344 CPUtime=5000.03
/proc/27109/stat : 27109 (glucose_static) R 27106 27106 26998 0 -1 4194304 17913 0 0 0 499983 20 0 0 25 0 1 0 215804445 78176256 17899 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27109/statm: 19086 17899 76 172 0 18911 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 81704

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5002.41
CPU time (s): 5000.07
CPU user time (s): 4999.87
CPU system time (s): 0.2
CPU usage (%): 99.9532
Max. virtual memory (cumulated for all children) (KiB): 81704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.047992
system time used= 0.002999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 684
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 3.73043 second user time and 14.4698 second system time

The end

Launcher Data

Begin job on node62 at 2009-05-09 16:02:49
IDJOB=1783736
IDBENCH=24662
IDSOLVER=610
FILE ID=node62/1783736-1241877769
PBS_JOBID= 9264633
Free space on /tmp= 66472 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Hard/contest05/others/linvrinv8.sat05-567.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783736-1241877769/watcher-1783736-1241877769 -o /tmp/evaluation-result-1783736-1241877769/solver-1783736-1241877769 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783736-1241877769.cnf

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

MD5SUM BENCH= af4e94e2262dd17f2c350e06d0de5672
RANDOM SEED=1300849438

node62.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.220
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.220
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:       1591784 kB
Buffers:         32776 kB
Cached:         359996 kB
SwapCached:        268 kB
Active:          68728 kB
Inactive:       338824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1591784 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1668 kB
Writeback:           0 kB
Mapped:          23356 kB
Slab:            42472 kB
Committed_AS:   545900 kB
PageTables:       1456 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= 66468 MiB
End job on node62 at 2009-05-09 17:26:13