Trace number 1832262

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
MiniSAT 09z 2009-03-22? (TO) 1200.09 1200.81

General information on the benchmark

Namecrafted/Hard/contest05/others/
sgp_9-8-8.sat05-2674.reshuffled-07.cnf
MD5SUMf935103d71f7bb9e8d8051793d20ec02
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 variables186624
Number of clauses3086912
Sum of the clauses size6851936
Maximum clause length64
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 22506464
Number of clauses of size 3574560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55760

Solver Data

0.00/0.00	c Parsing...
5.28/5.34	c ==============================================================================
5.28/5.34	c |           |     ORIGINAL     |              LEARNT              |          |
5.28/5.34	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
5.28/5.34	c ==============================================================================
5.28/5.34	c |         0 | 2883316  6430464 |  864994       0        0     nan |  0.000 % |
13.27/13.40	c |         0 | 2283232  5203385 |      --       0       --      -- |     --   | -17248/175257
13.37/13.40	c ==============================================================================
13.37/13.40	c Result  :   #vars: 77899   #clauses: 2283232   #literals: 5203385
13.37/13.40	c CPU time:   12.923 s
13.37/13.40	c ==============================================================================
15.27/15.31	c WARNING: for repeatability, setting FPU to use double precision
15.27/15.32	c Number of variables   : 77899        
15.27/15.32	c Number of clauses     : 2283232      
17.26/17.34	c Parsing time: 1.88         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-1832262-1242771408/watcher-1832262-1242771408 -o /tmp/evaluation-result-1832262-1242771408/solver-1832262-1242771408 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1832262-1242771408.cnf -random-seed=994060915 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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.99 0.98 0.98 3/65 16192
/proc/meminfo: memFree=1786016/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=0
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 305170569 5484544 236 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 236 196 169 0 50 0

[startup+0.0797239 s]
/proc/loadavg: 0.99 0.98 0.98 3/65 16192
/proc/meminfo: memFree=1786016/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=0
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 310 250 0 0 0 0 0 0 19 0 1 0 305170569 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101727 s]
/proc/loadavg: 0.99 0.98 0.98 3/65 16192
/proc/meminfo: memFree=1786016/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=0
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 310 250 0 0 0 0 0 0 19 0 1 0 305170569 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301768 s]
/proc/loadavg: 0.99 0.98 0.98 3/65 16192
/proc/meminfo: memFree=1786016/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=0
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 310 250 0 0 0 0 0 0 19 0 1 0 305170569 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.70185 s]
/proc/loadavg: 0.99 0.98 0.98 3/65 16192
/proc/meminfo: memFree=1786016/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=0
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 310 250 0 0 0 0 0 0 19 0 1 0 305170569 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.502 s]
/proc/loadavg: 0.99 0.98 0.98 2/67 16197
/proc/meminfo: memFree=1728512/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=0
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 310 250 0 0 0 0 0 0 19 0 1 0 305170569 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 237 197 169 0 50 0
[pid=16197] ppid=16192 vsize=86724 CPUtime=1.48
/proc/16197/stat : 16197 (SatELite_releas) R 16192 16192 15897 0 -1 4194304 19029 0 0 0 135 13 0 0 25 0 1 0 305170570 88805376 18868 1992294400 134512640 135223648 4294956128 18446744073709551615 134719062 0 0 4096 3 0 0 0 17 0 0 0
/proc/16197/statm: 21681 18868 50 173 0 21506 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 92080

[startup+3.10133 s]
/proc/loadavg: 0.99 0.98 0.98 2/67 16197
/proc/meminfo: memFree=1687936/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=0
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 310 250 0 0 0 0 0 0 19 0 1 0 305170569 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 237 197 169 0 50 0
[pid=16197] ppid=16192 vsize=137816 CPUtime=3.08
/proc/16197/stat : 16197 (SatELite_releas) R 16192 16192 15897 0 -1 4194304 30922 0 0 0 285 23 0 0 25 0 1 0 305170570 141123584 30761 1992294400 134512640 135223648 4294956128 18446744073709551615 134737310 0 0 4096 3 0 0 0 17 0 0 0
/proc/16197/statm: 34454 30761 50 173 0 34279 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 143172

[startup+6.30198 s]
/proc/loadavg: 1.07 1.00 0.99 2/67 16197
/proc/meminfo: memFree=1599680/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=0
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 310 250 0 0 0 0 0 0 19 0 1 0 305170569 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 237 197 169 0 50 0
[pid=16197] ppid=16192 vsize=219196 CPUtime=6.27
/proc/16197/stat : 16197 (SatELite_releas) R 16192 16192 15897 0 -1 4194304 49339 0 0 0 595 32 0 0 25 0 1 0 305170570 224456704 49146 1992294400 134512640 135223648 4294956128 18446744073709551615 134548963 0 0 4096 3 0 0 0 17 0 0 0
/proc/16197/statm: 54799 49146 71 173 0 54624 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 224552

[startup+12.7013 s]
/proc/loadavg: 1.07 1.00 0.99 2/67 16197
/proc/meminfo: memFree=1535936/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=0
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 310 250 0 0 0 0 0 0 19 0 1 0 305170569 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 237 197 169 0 50 0
[pid=16197] ppid=16192 vsize=289968 CPUtime=12.67
/proc/16197/stat : 16197 (SatELite_releas) R 16192 16192 15897 0 -1 4194304 68052 0 0 0 1222 45 0 0 25 0 1 0 305170570 296927232 61502 1992294400 134512640 135223648 4294956128 18446744073709551615 134585544 0 0 4096 3 0 0 0 17 0 0 0
/proc/16197/statm: 72492 61502 76 173 0 72317 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 295324

[startup+25.5019 s]
/proc/loadavg: 1.13 1.02 1.00 2/67 16198
/proc/meminfo: memFree=1645696/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=15.29
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 335 68490 0 0 0 0 1467 62 16 0 1 0 305170569 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 239 197 169 0 50 0
[pid=16198] ppid=16192 vsize=100288 CPUtime=10.13
/proc/16198/stat : 16198 (minisat_static) R 16192 16192 15897 0 -1 4194304 24660 0 0 0 997 16 0 0 25 0 1 0 305172101 102694912 24633 1992294400 134512640 135212243 4294956240 18446744073709551615 134526019 0 0 4096 3 0 0 0 17 0 0 0
/proc/16198/statm: 25072 24633 75 170 0 24899 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 105644

[startup+51.1011 s]
/proc/loadavg: 1.08 1.01 1.00 2/67 16198
/proc/meminfo: memFree=1639040/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=15.29
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 335 68490 0 0 0 0 1467 62 16 0 1 0 305170569 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 239 197 169 0 50 0
[pid=16198] ppid=16192 vsize=105308 CPUtime=35.72
/proc/16198/stat : 16198 (minisat_static) R 16192 16192 15897 0 -1 4194304 25906 0 0 0 3554 18 0 0 25 0 1 0 305172101 107835392 25879 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/16198/statm: 26327 25879 75 170 0 26154 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 110664

[startup+102.305 s]
/proc/loadavg: 1.03 1.01 1.00 2/67 16198
/proc/meminfo: memFree=1637248/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=15.29
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 335 68490 0 0 0 0 1467 62 16 0 1 0 305170569 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 239 197 169 0 50 0
[pid=16198] ppid=16192 vsize=108752 CPUtime=86.89
/proc/16198/stat : 16198 (minisat_static) R 16192 16192 15897 0 -1 4194304 26773 0 0 0 8670 19 0 0 25 0 1 0 305172101 111362048 26746 1992294400 134512640 135212243 4294956240 18446744073709551615 134526019 0 0 4096 3 0 0 0 17 0 0 0
/proc/16198/statm: 27188 26746 75 170 0 27015 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 114108

[startup+162.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/67 16198
/proc/meminfo: memFree=1633216/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=15.29
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 335 68490 0 0 0 0 1467 62 16 0 1 0 305170569 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 239 197 169 0 50 0
[pid=16198] ppid=16192 vsize=112712 CPUtime=146.86
/proc/16198/stat : 16198 (minisat_static) R 16192 16192 15897 0 -1 4194304 27773 0 0 0 14665 21 0 0 25 0 1 0 305172101 115417088 27746 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/16198/statm: 28178 27746 75 170 0 28005 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 118068

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16198
/proc/meminfo: memFree=1627584/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=15.29
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 335 68490 0 0 0 0 1467 62 16 0 1 0 305170569 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 239 197 169 0 50 0
[pid=16198] ppid=16192 vsize=118388 CPUtime=206.82
/proc/16198/stat : 16198 (minisat_static) R 16192 16192 15897 0 -1 4194304 29168 0 0 0 20660 22 0 0 25 0 1 0 305172101 121229312 29141 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/16198/statm: 29597 29141 75 170 0 29424 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 123744

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16198
/proc/meminfo: memFree=1625216/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=15.29
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 335 68490 0 0 0 0 1467 62 16 0 1 0 305170569 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 239 197 169 0 50 0
[pid=16198] ppid=16192 vsize=120764 CPUtime=266.8
/proc/16198/stat : 16198 (minisat_static) R 16192 16192 15897 0 -1 4194304 29775 0 0 0 26657 23 0 0 25 0 1 0 305172101 123662336 29748 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/16198/statm: 30191 29748 75 170 0 30018 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 126120

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16198
/proc/meminfo: memFree=1622912/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=15.29
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 335 68490 0 0 0 0 1467 62 16 0 1 0 305170569 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 239 197 169 0 50 0
[pid=16198] ppid=16192 vsize=123172 CPUtime=326.76
/proc/16198/stat : 16198 (minisat_static) R 16192 16192 15897 0 -1 4194304 30354 0 0 0 32653 23 0 0 25 0 1 0 305172101 126128128 30327 1992294400 134512640 135212243 4294956240 18446744073709551615 134527698 0 0 4096 3 0 0 0 17 0 0 0
/proc/16198/statm: 30793 30327 75 170 0 30620 0
Current children cumulated CPU time (s) 342.05
Current children cumulated vsize (KiB) 128528

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16198
/proc/meminfo: memFree=1619328/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=15.29
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 335 68490 0 0 0 0 1467 62 16 0 1 0 305170569 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 239 197 169 0 50 0
[pid=16198] ppid=16192 vsize=126604 CPUtime=386.74
/proc/16198/stat : 16198 (minisat_static) R 16192 16192 15897 0 -1 4194304 31241 0 0 0 38650 24 0 0 25 0 1 0 305172101 129642496 31214 1992294400 134512640 135212243 4294956240 18446744073709551615 134526019 0 0 4096 3 0 0 0 17 0 0 0
/proc/16198/statm: 31651 31214 75 170 0 31478 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 131960

[startup+462.302 s]

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

/proc/16198/statm: 34093 33651 75 170 0 33920 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 141728

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16198
/proc/meminfo: memFree=1609408/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=15.29
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 335 68490 0 0 0 0 1467 62 16 0 1 0 305170569 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 239 197 169 0 50 0
[pid=16198] ppid=16192 vsize=136372 CPUtime=566.65
/proc/16198/stat : 16198 (minisat_static) R 16192 16192 15897 0 -1 4194304 33678 0 0 0 56638 27 0 0 25 0 1 0 305172101 139644928 33651 1992294400 134512640 135212243 4294956240 18446744073709551615 134536919 0 0 4096 3 0 0 0 17 0 0 0
/proc/16198/statm: 34093 33651 75 170 0 33920 0
Current children cumulated CPU time (s) 581.94
Current children cumulated vsize (KiB) 141728

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16198
/proc/meminfo: memFree=1606336/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=15.29
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 335 68490 0 0 0 0 1467 62 16 0 1 0 305170569 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 239 197 169 0 50 0
[pid=16198] ppid=16192 vsize=139488 CPUtime=626.63
/proc/16198/stat : 16198 (minisat_static) R 16192 16192 15897 0 -1 4194304 34436 0 0 0 62635 28 0 0 25 0 1 0 305172101 142835712 34409 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/16198/statm: 34872 34409 75 170 0 34699 0
Current children cumulated CPU time (s) 641.92
Current children cumulated vsize (KiB) 144844

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16198
/proc/meminfo: memFree=1603328/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=15.29
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 335 68490 0 0 0 0 1467 62 16 0 1 0 305170569 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 239 197 169 0 50 0
[pid=16198] ppid=16192 vsize=142392 CPUtime=686.58
/proc/16198/stat : 16198 (minisat_static) R 16192 16192 15897 0 -1 4194304 35181 0 0 0 68629 29 0 0 25 0 1 0 305172101 145809408 35154 1992294400 134512640 135212243 4294956240 18446744073709551615 134526086 0 0 4096 3 0 0 0 17 1 0 0
/proc/16198/statm: 35598 35154 75 170 0 35425 0
Current children cumulated CPU time (s) 701.87
Current children cumulated vsize (KiB) 147748

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16198
/proc/meminfo: memFree=1603264/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=15.29
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 335 68490 0 0 0 0 1467 62 16 0 1 0 305170569 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 239 197 169 0 50 0
[pid=16198] ppid=16192 vsize=142392 CPUtime=746.54
/proc/16198/stat : 16198 (minisat_static) R 16192 16192 15897 0 -1 4194304 35181 0 0 0 74625 29 0 0 25 0 1 0 305172101 145809408 35154 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/16198/statm: 35598 35154 75 170 0 35425 0
Current children cumulated CPU time (s) 761.83
Current children cumulated vsize (KiB) 147748

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16198
/proc/meminfo: memFree=1597312/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=15.29
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 335 68490 0 0 0 0 1467 62 16 0 1 0 305170569 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 239 197 169 0 50 0
[pid=16198] ppid=16192 vsize=148332 CPUtime=806.51
/proc/16198/stat : 16198 (minisat_static) R 16192 16192 15897 0 -1 4194304 36661 0 0 0 80621 30 0 0 25 0 1 0 305172101 151891968 36634 1992294400 134512640 135212243 4294956240 18446744073709551615 134529932 0 0 4096 3 0 0 0 17 0 0 0
/proc/16198/statm: 37083 36634 75 170 0 36910 0
Current children cumulated CPU time (s) 821.8
Current children cumulated vsize (KiB) 153688

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16198
/proc/meminfo: memFree=1597312/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=15.29
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 335 68490 0 0 0 0 1467 62 16 0 1 0 305170569 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 239 197 169 0 50 0
[pid=16198] ppid=16192 vsize=148332 CPUtime=866.47
/proc/16198/stat : 16198 (minisat_static) R 16192 16192 15897 0 -1 4194304 36661 0 0 0 86617 30 0 0 25 0 1 0 305172101 151891968 36634 1992294400 134512640 135212243 4294956240 18446744073709551615 134525968 0 0 4096 3 0 0 0 17 0 0 0
/proc/16198/statm: 37083 36634 75 170 0 36910 0
Current children cumulated CPU time (s) 881.76
Current children cumulated vsize (KiB) 153688

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16198
/proc/meminfo: memFree=1592192/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=15.29
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 335 68490 0 0 0 0 1467 62 16 0 1 0 305170569 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 239 197 169 0 50 0
[pid=16198] ppid=16192 vsize=153480 CPUtime=926.45
/proc/16198/stat : 16198 (minisat_static) R 16192 16192 15897 0 -1 4194304 37952 0 0 0 92613 32 0 0 25 0 1 0 305172101 157163520 37925 1992294400 134512640 135212243 4294956240 18446744073709551615 134526010 0 0 4096 3 0 0 0 17 0 0 0
/proc/16198/statm: 38370 37925 75 170 0 38197 0
Current children cumulated CPU time (s) 941.74
Current children cumulated vsize (KiB) 158836

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16198
/proc/meminfo: memFree=1592128/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=15.29
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 335 68490 0 0 0 0 1467 62 16 0 1 0 305170569 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 239 197 169 0 50 0
[pid=16198] ppid=16192 vsize=153480 CPUtime=986.41
/proc/16198/stat : 16198 (minisat_static) R 16192 16192 15897 0 -1 4194304 37952 0 0 0 98609 32 0 0 25 0 1 0 305172101 157163520 37925 1992294400 134512640 135212243 4294956240 18446744073709551615 134525968 0 0 4096 3 0 0 0 17 0 0 0
/proc/16198/statm: 38370 37925 75 170 0 38197 0
Current children cumulated CPU time (s) 1001.7
Current children cumulated vsize (KiB) 158836

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16198
/proc/meminfo: memFree=1589632/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=15.29
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 335 68490 0 0 0 0 1467 62 16 0 1 0 305170569 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 239 197 169 0 50 0
[pid=16198] ppid=16192 vsize=156108 CPUtime=1046.38
/proc/16198/stat : 16198 (minisat_static) R 16192 16192 15897 0 -1 4194304 38592 0 0 0 104605 33 0 0 25 0 1 0 305172101 159854592 38565 1992294400 134512640 135212243 4294956240 18446744073709551615 134526010 0 0 4096 3 0 0 0 17 0 0 0
/proc/16198/statm: 39027 38565 75 170 0 38854 0
Current children cumulated CPU time (s) 1061.67
Current children cumulated vsize (KiB) 161464

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16198
/proc/meminfo: memFree=1589568/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=15.29
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 335 68490 0 0 0 0 1467 62 16 0 1 0 305170569 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 239 197 169 0 50 0
[pid=16198] ppid=16192 vsize=156108 CPUtime=1106.35
/proc/16198/stat : 16198 (minisat_static) R 16192 16192 15897 0 -1 4194304 38592 0 0 0 110602 33 0 0 25 0 1 0 305172101 159854592 38565 1992294400 134512640 135212243 4294956240 18446744073709551615 134526010 0 0 4096 3 0 0 0 17 0 0 0
/proc/16198/statm: 39027 38565 75 170 0 38854 0
Current children cumulated CPU time (s) 1121.64
Current children cumulated vsize (KiB) 161464

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16198
/proc/meminfo: memFree=1589504/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=15.29
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 335 68490 0 0 0 0 1467 62 16 0 1 0 305170569 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 239 197 169 0 50 0
[pid=16198] ppid=16192 vsize=156372 CPUtime=1166.32
/proc/16198/stat : 16198 (minisat_static) R 16192 16192 15897 0 -1 4194304 38637 0 0 0 116599 33 0 0 25 0 1 0 305172101 160124928 38610 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/16198/statm: 39093 38610 75 170 0 38920 0
Current children cumulated CPU time (s) 1181.61
Current children cumulated vsize (KiB) 161728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16198
/proc/meminfo: memFree=1583104/2055920 swapFree=4180508/4192956
[pid=16192] ppid=16190 vsize=5356 CPUtime=15.29
/proc/16192/stat : 16192 (SatELiteGTI) S 16190 16192 15897 0 -1 4194304 335 68490 0 0 0 0 1467 62 16 0 1 0 305170569 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16192/statm: 1339 239 197 169 0 50 0
[pid=16198] ppid=16192 vsize=162576 CPUtime=1184.8
/proc/16198/stat : 16198 (minisat_static) R 16192 16192 15897 0 -1 4194304 40195 0 0 0 118445 35 0 0 25 0 1 0 305172101 166477824 40168 1992294400 134512640 135212243 4294956240 18446744073709551615 134526526 0 0 4096 3 0 0 0 17 0 0 0
/proc/16198/statm: 40644 40168 75 170 0 40471 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 167932

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

Real time (s): 1200.81
CPU time (s): 1200.09
CPU user time (s): 1199.12
CPU system time (s): 0.97
CPU usage (%): 99.9399
Max. virtual memory (cumulated for all children) (KiB): 295324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.6748
system time used= 0.625904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68825
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= 12
involuntary context switches= 85

runsolver used 1.08183 second user time and 3.2975 second system time

The end

Launcher Data

Begin job on node80 at 2009-05-20 00:16:56
IDJOB=1832262
IDBENCH=24669
IDSOLVER=672
FILE ID=node80/1832262-1242771408
PBS_JOBID= 9322223
Free space on /tmp= 66184 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest05/others/sgp_9-8-8.sat05-2674.reshuffled-07.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1832262-1242771408/watcher-1832262-1242771408 -o /tmp/evaluation-result-1832262-1242771408/solver-1832262-1242771408 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1832262-1242771408.cnf -random-seed=994060915

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

MD5SUM BENCH= f935103d71f7bb9e8d8051793d20ec02
RANDOM SEED=994060915

node80.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.270
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.270
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1786496 kB
Buffers:         16576 kB
Cached:         213196 kB
SwapCached:       7004 kB
Active:          99592 kB
Inactive:       138784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1786496 kB
SwapTotal:     4192956 kB
SwapFree:      4180508 kB
Dirty:           53936 kB
Writeback:           0 kB
Mapped:          13404 kB
Slab:            16952 kB
Committed_AS:  1102948 kB
PageTables:       1388 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= 66140 MiB
End job on node80 at 2009-05-20 00:36:59