Trace number 1783756

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.02 5001.41

General information on the benchmark

Namecrafted/Hard/contest05/others/
linvrinv9.sat05-568.reshuffled-07.cnf
MD5SUM0457634d4b446c9bbce48df93abd0143
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 variables2754
Number of clauses9154
Sum of the clauses size24624
Maximum clause length81
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22916
Number of clauses of size 36237
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.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    9154    24624 |    2746       0        0     nan |  0.000 % |
0.02/0.06	c |         0 |    7910    27660 |      --       0       --      -- |     --   | -1244/3036
0.02/0.06	c ==============================================================================
0.02/0.06	c Result  :   #vars: 1323   #clauses: 7910   #literals: 27660
0.02/0.06	c CPU time:   0.06199 s
0.02/0.06	c ==============================================================================
0.02/0.07	c
0.02/0.07	c Starting glucose
0.02/0.07	c
0.02/0.07	
0.02/0.07	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.02/0.07	
0.02/0.07	c ============================[ Problem Statistics ]=============================
0.02/0.07	c |                                                                             |
0.02/0.07	c |  Number of variables:  1323                                                 |
0.02/0.07	c |  Number of clauses:    7910                                                 |
0.02/0.08	c |  Parsing time:         0.01         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-1783756-1241879970/watcher-1783756-1241879970 -o /tmp/evaluation-result-1783756-1241879970/solver-1783756-1241879970 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783756-1241879970.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 0.94 3/64 27766
/proc/meminfo: memFree=1911824/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 216024153 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27766/statm: 1340 236 195 169 0 51 0
[pid=27767] ppid=27766 vsize=1624 CPUtime=0
/proc/27767/stat : 27767 (SatELite_releas) R 27766 27766 27660 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 216024153 1662976 261 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/27767/statm: 406 261 50 174 0 229 0

[startup+0.0292709 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 27766
/proc/meminfo: memFree=1911824/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 216024153 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27766/statm: 1340 236 195 169 0 51 0
[pid=27767] ppid=27766 vsize=2468 CPUtime=0.02
/proc/27767/stat : 27767 (SatELite_releas) R 27766 27766 27660 0 -1 4194304 467 0 0 0 2 0 0 0 18 0 1 0 216024153 2527232 451 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27767/statm: 617 451 76 174 0 440 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7828

[startup+0.101281 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 27766
/proc/meminfo: memFree=1911824/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0.07
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 313 496 0 0 0 0 7 0 16 0 1 0 216024153 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27766/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+0.301301 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 27766
/proc/meminfo: memFree=1911824/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0.07
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 313 496 0 0 0 0 7 0 16 0 1 0 216024153 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27766/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+0.701338 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 27766
/proc/meminfo: memFree=1911824/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0.07
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 313 496 0 0 0 0 7 0 16 0 1 0 216024153 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27766/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+1.50141 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 27769
/proc/meminfo: memFree=1908160/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0.07
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 313 496 0 0 0 0 7 0 16 0 1 0 216024153 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27766/statm: 1340 238 195 169 0 51 0
[pid=27769] ppid=27766 vsize=4704 CPUtime=1.41
/proc/27769/stat : 27769 (glucose_static) R 27766 27766 27660 0 -1 4194304 855 0 0 0 141 0 0 0 25 0 1 0 216024161 4816896 841 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27769/statm: 1176 841 77 172 0 1001 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10064

[startup+3.10156 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 27769
/proc/meminfo: memFree=1907584/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0.07
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 313 496 0 0 0 0 7 0 16 0 1 0 216024153 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27766/statm: 1340 238 195 169 0 51 0
[pid=27769] ppid=27766 vsize=5760 CPUtime=3.01
/proc/27769/stat : 27769 (glucose_static) R 27766 27766 27660 0 -1 4194304 1111 0 0 0 301 0 0 0 25 0 1 0 216024161 5898240 1097 1992294400 134512640 135217611 4294956304 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27769/statm: 1440 1097 77 172 0 1265 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 11120

[startup+6.30187 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 27769
/proc/meminfo: memFree=1905920/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0.07
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 313 496 0 0 0 0 7 0 16 0 1 0 216024153 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27766/statm: 1340 238 195 169 0 51 0
[pid=27769] ppid=27766 vsize=7608 CPUtime=6.21
/proc/27769/stat : 27769 (glucose_static) R 27766 27766 27660 0 -1 4194304 1561 0 0 0 621 0 0 0 25 0 1 0 216024161 7790592 1547 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27769/statm: 1902 1547 77 172 0 1727 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 12968

[startup+12.7025 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 27769
/proc/meminfo: memFree=1902984/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0.07
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 313 496 0 0 0 0 7 0 16 0 1 0 216024153 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27766/statm: 1340 238 195 169 0 51 0
[pid=27769] ppid=27766 vsize=9624 CPUtime=12.61
/proc/27769/stat : 27769 (glucose_static) R 27766 27766 27660 0 -1 4194304 2068 0 0 0 1260 1 0 0 25 0 1 0 216024161 9854976 2054 1992294400 134512640 135217611 4294956304 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27769/statm: 2406 2054 77 172 0 2231 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 14984

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 27769
/proc/meminfo: memFree=1900488/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0.07
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 313 496 0 0 0 0 7 0 16 0 1 0 216024153 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27766/statm: 1340 238 195 169 0 51 0
[pid=27769] ppid=27766 vsize=12032 CPUtime=25.4
/proc/27769/stat : 27769 (glucose_static) R 27766 27766 27660 0 -1 4194304 2684 0 0 0 2539 1 0 0 25 0 1 0 216024161 12320768 2670 1992294400 134512640 135217611 4294956304 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27769/statm: 3008 2670 77 172 0 2833 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 17392

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 27769
/proc/meminfo: memFree=1897544/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0.07
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 313 496 0 0 0 0 7 0 16 0 1 0 216024153 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27766/statm: 1340 238 195 169 0 51 0
[pid=27769] ppid=27766 vsize=15176 CPUtime=51
/proc/27769/stat : 27769 (glucose_static) R 27766 27766 27660 0 -1 4194304 3428 0 0 0 5098 2 0 0 25 0 1 0 216024161 15540224 3414 1992294400 134512640 135217611 4294956304 18446744073709551615 134533277 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27769/statm: 3794 3414 77 172 0 3619 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 20536

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 27771
/proc/meminfo: memFree=1893320/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0.07
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 313 496 0 0 0 0 7 0 16 0 1 0 216024153 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27766/statm: 1340 238 195 169 0 51 0
[pid=27769] ppid=27766 vsize=19220 CPUtime=102.19
/proc/27769/stat : 27769 (glucose_static) R 27766 27766 27660 0 -1 4194304 4436 0 0 0 10216 3 0 0 25 0 1 0 216024161 19681280 4422 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27769/statm: 4805 4422 77 172 0 4630 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 24580

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 27771
/proc/meminfo: memFree=1890632/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0.07
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 313 496 0 0 0 0 7 0 16 0 1 0 216024153 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27766/statm: 1340 238 195 169 0 51 0
[pid=27769] ppid=27766 vsize=22156 CPUtime=162.16
/proc/27769/stat : 27769 (glucose_static) R 27766 27766 27660 0 -1 4194304 5123 0 0 0 16213 3 0 0 25 0 1 0 216024161 22687744 5109 1992294400 134512640 135217611 4294956304 18446744073709551615 134528181 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27769/statm: 5539 5109 77 172 0 5364 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 27516

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 27771
/proc/meminfo: memFree=1888584/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0.07
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 313 496 0 0 0 0 7 0 16 0 1 0 216024153 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27766/statm: 1340 238 195 169 0 51 0
[pid=27769] ppid=27766 vsize=24172 CPUtime=222.15
/proc/27769/stat : 27769 (glucose_static) R 27766 27766 27660 0 -1 4194304 5614 0 0 0 22211 4 0 0 25 0 1 0 216024161 24752128 5600 1992294400 134512640 135217611 4294956304 18446744073709551615 134533240 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27769/statm: 6043 5600 77 172 0 5868 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 29532

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 27771
/proc/meminfo: memFree=1886088/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0.07
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 313 496 0 0 0 0 7 0 16 0 1 0 216024153 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27766/statm: 1340 238 195 169 0 51 0
[pid=27769] ppid=27766 vsize=26764 CPUtime=282.13
/proc/27769/stat : 27769 (glucose_static) R 27766 27766 27660 0 -1 4194304 6242 0 0 0 28209 4 0 0 25 0 1 0 216024161 27406336 6228 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27769/statm: 6691 6228 77 172 0 6516 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 32124

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 27771
/proc/meminfo: memFree=1885384/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0.07
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 313 496 0 0 0 0 7 0 16 0 1 0 216024153 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27766/statm: 1340 238 195 169 0 51 0
[pid=27769] ppid=27766 vsize=27352 CPUtime=342.11
/proc/27769/stat : 27769 (glucose_static) R 27766 27766 27660 0 -1 4194304 6401 0 0 0 34207 4 0 0 25 0 1 0 216024161 28008448 6387 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27769/statm: 6838 6387 77 172 0 6663 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 32712

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 27771
/proc/meminfo: memFree=1883080/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0.07
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 313 496 0 0 0 0 7 0 16 0 1 0 216024153 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27766/statm: 1340 238 195 169 0 51 0
[pid=27769] ppid=27766 vsize=29840 CPUtime=402.1

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

/proc/27769/statm: 17998 16988 77 172 0 17823 0
Current children cumulated CPU time (s) 4301.1
Current children cumulated vsize (KiB) 77352

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 27779
/proc/meminfo: memFree=1841416/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0.07
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 313 496 0 0 0 0 7 0 16 0 1 0 216024153 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27766/statm: 1340 238 195 169 0 51 0
[pid=27769] ppid=27766 vsize=72244 CPUtime=4361.02
/proc/27769/stat : 27769 (glucose_static) R 27766 27766 27660 0 -1 4194304 17035 0 0 0 436074 28 0 0 25 0 1 0 216024161 73977856 17021 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27769/statm: 18061 17021 77 172 0 17886 0
Current children cumulated CPU time (s) 4361.09
Current children cumulated vsize (KiB) 77604

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 27779
/proc/meminfo: memFree=1841224/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0.07
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 313 496 0 0 0 0 7 0 16 0 1 0 216024153 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27766/statm: 1340 238 195 169 0 51 0
[pid=27769] ppid=27766 vsize=72460 CPUtime=4421
/proc/27769/stat : 27769 (glucose_static) R 27766 27766 27660 0 -1 4194304 17078 0 0 0 442072 28 0 0 25 0 1 0 216024161 74199040 17064 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27769/statm: 18115 17064 77 172 0 17940 0
Current children cumulated CPU time (s) 4421.07
Current children cumulated vsize (KiB) 77820

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 27779
/proc/meminfo: memFree=1840968/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0.07
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 313 496 0 0 0 0 7 0 16 0 1 0 216024153 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27766/statm: 1340 238 195 169 0 51 0
[pid=27769] ppid=27766 vsize=72836 CPUtime=4480.98
/proc/27769/stat : 27769 (glucose_static) R 27766 27766 27660 0 -1 4194304 17145 0 0 0 448070 28 0 0 25 0 1 0 216024161 74584064 17131 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27769/statm: 18209 17131 77 172 0 18034 0
Current children cumulated CPU time (s) 4481.05
Current children cumulated vsize (KiB) 78196

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 27779
/proc/meminfo: memFree=1840904/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0.07
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 313 496 0 0 0 0 7 0 16 0 1 0 216024153 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27766/statm: 1340 238 195 169 0 51 0
[pid=27769] ppid=27766 vsize=72836 CPUtime=4540.96
/proc/27769/stat : 27769 (glucose_static) R 27766 27766 27660 0 -1 4194304 17145 0 0 0 454068 28 0 0 25 0 1 0 216024161 74584064 17131 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27769/statm: 18209 17131 77 172 0 18034 0
Current children cumulated CPU time (s) 4541.03
Current children cumulated vsize (KiB) 78196

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 27779
/proc/meminfo: memFree=1840264/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0.07
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 313 496 0 0 0 0 7 0 16 0 1 0 216024153 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27766/statm: 1340 238 195 169 0 51 0
[pid=27769] ppid=27766 vsize=73364 CPUtime=4600.96
/proc/27769/stat : 27769 (glucose_static) R 27766 27766 27660 0 -1 4194304 17305 0 0 0 460067 29 0 0 25 0 1 0 216024161 75124736 17291 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27769/statm: 18341 17291 77 172 0 18166 0
Current children cumulated CPU time (s) 4601.03
Current children cumulated vsize (KiB) 78724

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 27779
/proc/meminfo: memFree=1839944/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0.07
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 313 496 0 0 0 0 7 0 16 0 1 0 216024153 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27766/statm: 1340 238 195 169 0 51 0
[pid=27769] ppid=27766 vsize=73796 CPUtime=4660.94
/proc/27769/stat : 27769 (glucose_static) R 27766 27766 27660 0 -1 4194304 17368 0 0 0 466065 29 0 0 25 0 1 0 216024161 75567104 17354 1992294400 134512640 135217611 4294956304 18446744073709551615 134533277 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27769/statm: 18449 17354 77 172 0 18274 0
Current children cumulated CPU time (s) 4661.01
Current children cumulated vsize (KiB) 79156

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 27779
/proc/meminfo: memFree=1839880/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0.07
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 313 496 0 0 0 0 7 0 16 0 1 0 216024153 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27766/statm: 1340 238 195 169 0 51 0
[pid=27769] ppid=27766 vsize=73796 CPUtime=4720.92
/proc/27769/stat : 27769 (glucose_static) R 27766 27766 27660 0 -1 4194304 17386 0 0 0 472063 29 0 0 25 0 1 0 216024161 75567104 17372 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27769/statm: 18449 17372 77 172 0 18274 0
Current children cumulated CPU time (s) 4720.99
Current children cumulated vsize (KiB) 79156

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 27779
/proc/meminfo: memFree=1839880/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0.07
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 313 496 0 0 0 0 7 0 16 0 1 0 216024153 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27766/statm: 1340 238 195 169 0 51 0
[pid=27769] ppid=27766 vsize=73796 CPUtime=4780.9
/proc/27769/stat : 27769 (glucose_static) R 27766 27766 27660 0 -1 4194304 17386 0 0 0 478061 29 0 0 25 0 1 0 216024161 75567104 17372 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27769/statm: 18449 17372 77 172 0 18274 0
Current children cumulated CPU time (s) 4780.97
Current children cumulated vsize (KiB) 79156

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 27779
/proc/meminfo: memFree=1837384/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0.07
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 313 496 0 0 0 0 7 0 16 0 1 0 216024153 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27766/statm: 1340 238 195 169 0 51 0
[pid=27769] ppid=27766 vsize=76320 CPUtime=4840.89
/proc/27769/stat : 27769 (glucose_static) R 27766 27766 27660 0 -1 4194304 18018 0 0 0 484059 30 0 0 25 0 1 0 216024161 78151680 18004 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27769/statm: 19080 18004 77 172 0 18905 0
Current children cumulated CPU time (s) 4840.96
Current children cumulated vsize (KiB) 81680

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 27785
/proc/meminfo: memFree=1837192/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0.07
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 313 496 0 0 0 0 7 0 16 0 1 0 216024153 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27766/statm: 1340 238 195 169 0 51 0
[pid=27769] ppid=27766 vsize=76320 CPUtime=4900.87
/proc/27769/stat : 27769 (glucose_static) R 27766 27766 27660 0 -1 4194304 18023 0 0 0 490056 31 0 0 25 0 1 0 216024161 78151680 18009 1992294400 134512640 135217611 4294956304 18446744073709551615 134528193 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27769/statm: 19080 18009 77 172 0 18905 0
Current children cumulated CPU time (s) 4900.94
Current children cumulated vsize (KiB) 81680

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 27785
/proc/meminfo: memFree=1837256/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0.07
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 313 496 0 0 0 0 7 0 16 0 1 0 216024153 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27766/statm: 1340 238 195 169 0 51 0
[pid=27769] ppid=27766 vsize=76320 CPUtime=4960.85
/proc/27769/stat : 27769 (glucose_static) R 27766 27766 27660 0 -1 4194304 18040 0 0 0 496054 31 0 0 25 0 1 0 216024161 78151680 18026 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27769/statm: 19080 18026 77 172 0 18905 0
Current children cumulated CPU time (s) 4960.92
Current children cumulated vsize (KiB) 81680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.4 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 27785
/proc/meminfo: memFree=1837192/2055920 swapFree=4175068/4192956
[pid=27766] ppid=27764 vsize=5360 CPUtime=0.07
/proc/27766/stat : 27766 (glucose.sh) S 27764 27766 27660 0 -1 4194304 313 496 0 0 0 0 7 0 16 0 1 0 216024153 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27766/statm: 1340 238 195 169 0 51 0
[pid=27769] ppid=27766 vsize=76320 CPUtime=4999.95
/proc/27769/stat : 27769 (glucose_static) R 27766 27766 27660 0 -1 4194304 18040 0 0 0 499964 31 0 0 25 0 1 0 216024161 78151680 18026 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/27769/statm: 19080 18026 77 172 0 18905 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 81680

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 27766 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=72988
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=3999
# CPU time returned by wait4() is 0.076987
# while last known CPU time is 5000.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5001.41
CPU time (s): 5000.02
CPU user time (s): 4999.71
CPU system time (s): 0.31
CPU usage (%): 99.9721
Max. virtual memory (cumulated for all children) (KiB): 81680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.072988
system time used= 0.003999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 809
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= 6
involuntary context switches= 2

runsolver used 5.9041 second user time and 12.2281 second system time

The end

Launcher Data

Begin job on node61 at 2009-05-09 16:39:30
IDJOB=1783756
IDBENCH=24668
IDSOLVER=610
FILE ID=node61/1783756-1241879970
PBS_JOBID= 9264634
Free space on /tmp= 66280 MiB

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

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

MD5SUM BENCH= 0457634d4b446c9bbce48df93abd0143
RANDOM SEED=1746597988

node61.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.216
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.216
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:       1912368 kB
Buffers:         29168 kB
Cached:          60916 kB
SwapCached:      12188 kB
Active:          50548 kB
Inactive:        54064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1912368 kB
SwapTotal:     4192956 kB
SwapFree:      4175068 kB
Dirty:            1716 kB
Writeback:           0 kB
Mapped:          13516 kB
Slab:            25096 kB
Committed_AS:   761020 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66276 MiB
End job on node61 at 2009-05-09 18:02:54