Trace number 1832284

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.03 1200.41

General information on the benchmark

Namecrafted/Hard/contest02/
pyhala-braun-unsat-40-4-02.sat05-459.reshuffled-07.cnf
MD5SUMad877d677446ba8c798f8e71c4c035c2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark668.19
Satisfiable
(Un)Satisfiability was proved
Number of variables9638
Number of clauses31795
Sum of the clauses size82345
Maximum clause length3
Minimum clause length1
Number of clauses of size 183
Number of clauses of size 212874
Number of clauses of size 318838
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   31531    81634 |    9459       0        0     nan |  0.000 % |
0.00/0.16	c |         0 |   13274    37444 |      --       0       --      -- |     --   | -17941/-43185
0.00/0.16	c ==============================================================================
0.00/0.16	c Result  :   #vars: 3005   #clauses: 13274   #literals: 37444
0.00/0.16	c CPU time:   0.149977 s
0.00/0.16	c ==============================================================================
0.00/0.18	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.18	c Number of variables   : 3005         
0.00/0.18	c Number of clauses     : 13274        
0.00/0.19	c Parsing time: 0.01         s
1200.00/1200.41	HOME/SatELiteGTI: line 36: 10639 Terminated              $MS $2 $TMP.cnf $TMP.result

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-1832284-1242771537/watcher-1832284-1242771537 -o /tmp/evaluation-result-1832284-1242771537/solver-1832284-1242771537 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1832284-1242771537.cnf -random-seed=192800022 

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.92 0.98 0.97 3/64 10633
/proc/meminfo: memFree=1810016/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0
/proc/10633/stat : 10633 (SatELiteGTI) R 10631 10633 10472 0 -1 4194304 302 250 0 0 0 0 0 0 18 0 1 0 305179637 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 4459254 0 0 4100 65536 0 0 0 17 1 0 0
/proc/10633/statm: 1339 237 197 169 0 50 0

[startup+0.0506291 s]
/proc/loadavg: 0.92 0.98 0.97 3/64 10633
/proc/meminfo: memFree=1810016/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 305179637 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101633 s]
/proc/loadavg: 0.92 0.98 0.97 3/64 10633
/proc/meminfo: memFree=1810016/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 305179637 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301665 s]
/proc/loadavg: 0.92 0.98 0.97 3/64 10633
/proc/meminfo: memFree=1810016/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0.17
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 335 1723 0 0 0 0 16 1 15 0 1 0 305179637 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 5356

[startup+0.70172 s]
/proc/loadavg: 0.92 0.98 0.97 3/64 10633
/proc/meminfo: memFree=1810016/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0.17
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 335 1723 0 0 0 0 16 1 15 0 1 0 305179637 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 5356

[startup+1.50282 s]
/proc/loadavg: 0.92 0.98 0.97 2/66 10639
/proc/meminfo: memFree=1807248/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0.17
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 335 1723 0 0 0 0 16 1 15 0 1 0 305179637 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 239 197 169 0 50 0
[pid=10639] ppid=10633 vsize=4000 CPUtime=1.31
/proc/10639/stat : 10639 (minisat_static) R 10633 10633 10472 0 -1 4194304 687 0 0 0 131 0 0 0 25 0 1 0 305179655 4096000 673 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10639/statm: 1000 673 76 170 0 827 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9356

[startup+3.10104 s]
/proc/loadavg: 0.92 0.98 0.97 2/66 10639
/proc/meminfo: memFree=1806352/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0.17
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 335 1723 0 0 0 0 16 1 15 0 1 0 305179637 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 239 197 169 0 50 0
[pid=10639] ppid=10633 vsize=4940 CPUtime=2.91
/proc/10639/stat : 10639 (minisat_static) R 10633 10633 10472 0 -1 4194304 938 0 0 0 291 0 0 0 25 0 1 0 305179655 5058560 924 1992294400 134512640 135212243 4294956240 18446744073709551615 134527725 0 0 4096 3 0 0 0 17 1 0 0
/proc/10639/statm: 1235 924 76 170 0 1062 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10296

[startup+6.30147 s]
/proc/loadavg: 0.93 0.98 0.97 2/66 10639
/proc/meminfo: memFree=1804304/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0.17
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 335 1723 0 0 0 0 16 1 15 0 1 0 305179637 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 239 197 169 0 50 0
[pid=10639] ppid=10633 vsize=6788 CPUtime=6.1
/proc/10639/stat : 10639 (minisat_static) R 10633 10633 10472 0 -1 4194304 1374 0 0 0 610 0 0 0 25 0 1 0 305179655 6950912 1360 1992294400 134512640 135212243 4294956240 18446744073709551615 134526236 0 0 4096 3 0 0 0 17 1 0 0
/proc/10639/statm: 1697 1360 76 170 0 1524 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 12144

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.97 2/66 10639
/proc/meminfo: memFree=1802192/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0.17
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 335 1723 0 0 0 0 16 1 15 0 1 0 305179637 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 239 197 169 0 50 0
[pid=10639] ppid=10633 vsize=8676 CPUtime=12.51
/proc/10639/stat : 10639 (minisat_static) R 10633 10633 10472 0 -1 4194304 1862 0 0 0 1250 1 0 0 25 0 1 0 305179655 8884224 1848 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10639/statm: 2169 1848 76 170 0 1996 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 14032

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.97 2/66 10639
/proc/meminfo: memFree=1799184/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0.17
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 335 1723 0 0 0 0 16 1 15 0 1 0 305179637 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 239 197 169 0 50 0
[pid=10639] ppid=10633 vsize=11788 CPUtime=25.3
/proc/10639/stat : 10639 (minisat_static) R 10633 10633 10472 0 -1 4194304 2609 0 0 0 2529 1 0 0 25 0 1 0 305179655 12070912 2595 1992294400 134512640 135212243 4294956240 18446744073709551615 134718742 0 0 4096 3 0 0 0 17 1 0 0
/proc/10639/statm: 2947 2595 76 170 0 2774 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 17144

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 0.97 2/66 10639
/proc/meminfo: memFree=1794576/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0.17
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 335 1723 0 0 0 0 16 1 15 0 1 0 305179637 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 239 197 169 0 50 0
[pid=10639] ppid=10633 vsize=16412 CPUtime=50.89
/proc/10639/stat : 10639 (minisat_static) R 10633 10633 10472 0 -1 4194304 3774 0 0 0 5086 3 0 0 25 0 1 0 305179655 16805888 3760 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10639/statm: 4103 3760 76 170 0 3930 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 21768

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.97 2/66 10639
/proc/meminfo: memFree=1792976/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0.17
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 335 1723 0 0 0 0 16 1 15 0 1 0 305179637 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 239 197 169 0 50 0
[pid=10639] ppid=10633 vsize=17964 CPUtime=102.08
/proc/10639/stat : 10639 (minisat_static) R 10633 10633 10472 0 -1 4194304 4133 0 0 0 10205 3 0 0 25 0 1 0 305179655 18395136 4119 1992294400 134512640 135212243 4294956240 18446744073709551615 134526456 0 0 4096 3 0 0 0 17 1 0 0
/proc/10639/statm: 4491 4119 76 170 0 4318 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 23320

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 10639
/proc/meminfo: memFree=1790736/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0.17
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 335 1723 0 0 0 0 16 1 15 0 1 0 305179637 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 239 197 169 0 50 0
[pid=10639] ppid=10633 vsize=20160 CPUtime=162.06
/proc/10639/stat : 10639 (minisat_static) R 10633 10633 10472 0 -1 4194304 4686 0 0 0 16201 5 0 0 25 0 1 0 305179655 20643840 4672 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10639/statm: 5040 4672 76 170 0 4867 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 25516

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 10639
/proc/meminfo: memFree=1789264/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0.17
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 335 1723 0 0 0 0 16 1 15 0 1 0 305179637 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 239 197 169 0 50 0
[pid=10639] ppid=10633 vsize=21544 CPUtime=222.04
/proc/10639/stat : 10639 (minisat_static) R 10633 10633 10472 0 -1 4194304 5041 0 0 0 22199 5 0 0 25 0 1 0 305179655 22061056 5027 1992294400 134512640 135212243 4294956240 18446744073709551615 134526019 0 0 4096 3 0 0 0 17 1 0 0
/proc/10639/statm: 5386 5027 76 170 0 5213 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 26900

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 10639
/proc/meminfo: memFree=1785872/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0.17
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 335 1723 0 0 0 0 16 1 15 0 1 0 305179637 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 239 197 169 0 50 0
[pid=10639] ppid=10633 vsize=25016 CPUtime=282.02
/proc/10639/stat : 10639 (minisat_static) R 10633 10633 10472 0 -1 4194304 5899 0 0 0 28195 7 0 0 25 0 1 0 305179655 25616384 5885 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10639/statm: 6254 5885 76 170 0 6081 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 30372

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 10639
/proc/meminfo: memFree=1785488/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0.17
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 335 1723 0 0 0 0 16 1 15 0 1 0 305179637 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 239 197 169 0 50 0
[pid=10639] ppid=10633 vsize=25292 CPUtime=342
/proc/10639/stat : 10639 (minisat_static) R 10633 10633 10472 0 -1 4194304 5961 0 0 0 34193 7 0 0 25 0 1 0 305179655 25899008 5947 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10639/statm: 6323 5947 76 170 0 6150 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 30648

[startup+402.302 s]
/proc/loadavg: 1.04 1.00 0.97 2/66 10639
/proc/meminfo: memFree=1784464/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0.17
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 335 1723 0 0 0 0 16 1 15 0 1 0 305179637 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 239 197 169 0 50 0
[pid=10639] ppid=10633 vsize=26344 CPUtime=401.98
/proc/10639/stat : 10639 (minisat_static) R 10633 10633 10472 0 -1 4194304 6204 0 0 0 40191 7 0 0 25 0 1 0 305179655 26976256 6190 1992294400 134512640 135212243 4294956240 18446744073709551615 134526154 0 0 4096 3 0 0 0 17 1 0 0
/proc/10639/statm: 6586 6190 76 170 0 6413 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 31700

[startup+462.301 s]

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

[pid=10639] ppid=10633 vsize=26344 CPUtime=461.96
/proc/10639/stat : 10639 (minisat_static) R 10633 10633 10472 0 -1 4194304 6204 0 0 0 46188 8 0 0 25 0 1 0 305179655 26976256 6190 1992294400 134512640 135212243 4294956240 18446744073709551615 134526065 0 0 4096 3 0 0 0 17 1 0 0
/proc/10639/statm: 6586 6190 76 170 0 6413 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 31700

[startup+522.301 s]
/proc/loadavg: 1.08 1.04 1.00 2/66 10639
/proc/meminfo: memFree=1783376/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0.17
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 335 1723 0 0 0 0 16 1 15 0 1 0 305179637 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 239 197 169 0 50 0
[pid=10639] ppid=10633 vsize=27440 CPUtime=521.94
/proc/10639/stat : 10639 (minisat_static) R 10633 10633 10472 0 -1 4194304 6469 0 0 0 52186 8 0 0 25 0 1 0 305179655 28098560 6455 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10639/statm: 6860 6455 76 170 0 6687 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 32796

[startup+582.301 s]
/proc/loadavg: 1.14 1.07 1.01 2/66 10639
/proc/meminfo: memFree=1783312/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0.17
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 335 1723 0 0 0 0 16 1 15 0 1 0 305179637 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 239 197 169 0 50 0
[pid=10639] ppid=10633 vsize=27596 CPUtime=581.92
/proc/10639/stat : 10639 (minisat_static) R 10633 10633 10472 0 -1 4194304 6488 0 0 0 58184 8 0 0 25 0 1 0 305179655 28258304 6474 1992294400 134512640 135212243 4294956240 18446744073709551615 134527911 0 0 4096 3 0 0 0 17 1 0 0
/proc/10639/statm: 6899 6474 76 170 0 6726 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 32952

[startup+642.301 s]
/proc/loadavg: 1.05 1.05 1.00 2/66 10639
/proc/meminfo: memFree=1782736/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0.17
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 335 1723 0 0 0 0 16 1 15 0 1 0 305179637 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 239 197 169 0 50 0
[pid=10639] ppid=10633 vsize=28036 CPUtime=641.91
/proc/10639/stat : 10639 (minisat_static) R 10633 10633 10472 0 -1 4194304 6613 0 0 0 64182 9 0 0 25 0 1 0 305179655 28708864 6599 1992294400 134512640 135212243 4294956240 18446744073709551615 134526019 0 0 4096 3 0 0 0 17 1 0 0
/proc/10639/statm: 7009 6599 76 170 0 6836 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 33392

[startup+702.303 s]
/proc/loadavg: 1.05 1.05 1.00 2/66 10639
/proc/meminfo: memFree=1779856/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0.17
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 335 1723 0 0 0 0 16 1 15 0 1 0 305179637 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 239 197 169 0 50 0
[pid=10639] ppid=10633 vsize=30888 CPUtime=701.88
/proc/10639/stat : 10639 (minisat_static) R 10633 10633 10472 0 -1 4194304 7324 0 0 0 70179 9 0 0 25 0 1 0 305179655 31629312 7310 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10639/statm: 7722 7310 76 170 0 7549 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 36244

[startup+762.306 s]
/proc/loadavg: 1.02 1.04 1.00 2/66 10639
/proc/meminfo: memFree=1779792/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0.17
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 335 1723 0 0 0 0 16 1 15 0 1 0 305179637 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 239 197 169 0 50 0
[pid=10639] ppid=10633 vsize=30888 CPUtime=761.88
/proc/10639/stat : 10639 (minisat_static) R 10633 10633 10472 0 -1 4194304 7333 0 0 0 76178 10 0 0 25 0 1 0 305179655 31629312 7319 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10639/statm: 7722 7319 76 170 0 7549 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 36244

[startup+822.303 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 10639
/proc/meminfo: memFree=1778256/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0.17
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 335 1723 0 0 0 0 16 1 15 0 1 0 305179637 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 239 197 169 0 50 0
[pid=10639] ppid=10633 vsize=32520 CPUtime=821.85
/proc/10639/stat : 10639 (minisat_static) R 10633 10633 10472 0 -1 4194304 7720 0 0 0 82175 10 0 0 25 0 1 0 305179655 33300480 7706 1992294400 134512640 135212243 4294956240 18446744073709551615 134526055 0 0 4096 3 0 0 0 17 1 0 0
/proc/10639/statm: 8130 7706 76 170 0 7957 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 37876

[startup+882.303 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 10639
/proc/meminfo: memFree=1776208/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0.17
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 335 1723 0 0 0 0 16 1 15 0 1 0 305179637 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 239 197 169 0 50 0
[pid=10639] ppid=10633 vsize=34412 CPUtime=881.83
/proc/10639/stat : 10639 (minisat_static) R 10633 10633 10472 0 -1 4194304 8206 0 0 0 88172 11 0 0 25 0 1 0 305179655 35237888 8192 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10639/statm: 8603 8192 76 170 0 8430 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 39768

[startup+942.303 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 10639
/proc/meminfo: memFree=1776144/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0.17
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 335 1723 0 0 0 0 16 1 15 0 1 0 305179637 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 239 197 169 0 50 0
[pid=10639] ppid=10633 vsize=34412 CPUtime=941.81
/proc/10639/stat : 10639 (minisat_static) R 10633 10633 10472 0 -1 4194304 8206 0 0 0 94170 11 0 0 25 0 1 0 305179655 35237888 8192 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10639/statm: 8603 8192 76 170 0 8430 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 39768

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 10639
/proc/meminfo: memFree=1776080/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0.17
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 335 1723 0 0 0 0 16 1 15 0 1 0 305179637 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 239 197 169 0 50 0
[pid=10639] ppid=10633 vsize=34660 CPUtime=1001.79
/proc/10639/stat : 10639 (minisat_static) R 10633 10633 10472 0 -1 4194304 8238 0 0 0 100168 11 0 0 25 0 1 0 305179655 35491840 8224 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10639/statm: 8665 8224 76 170 0 8492 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 40016

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 10639
/proc/meminfo: memFree=1775888/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0.17
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 335 1723 0 0 0 0 16 1 15 0 1 0 305179637 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 239 197 169 0 50 0
[pid=10639] ppid=10633 vsize=34804 CPUtime=1061.78
/proc/10639/stat : 10639 (minisat_static) R 10633 10633 10472 0 -1 4194304 8275 0 0 0 106166 12 0 0 25 0 1 0 305179655 35639296 8261 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10639/statm: 8701 8261 76 170 0 8528 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 40160

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10639
/proc/meminfo: memFree=1775760/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0.17
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 335 1723 0 0 0 0 16 1 15 0 1 0 305179637 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 239 197 169 0 50 0
[pid=10639] ppid=10633 vsize=35072 CPUtime=1121.76
/proc/10639/stat : 10639 (minisat_static) R 10633 10633 10472 0 -1 4194304 8300 0 0 0 112164 12 0 0 25 0 1 0 305179655 35913728 8286 1992294400 134512640 135212243 4294956240 18446744073709551615 134526019 0 0 4096 3 0 0 0 17 1 0 0
/proc/10639/statm: 8768 8286 76 170 0 8595 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 40428

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10639
/proc/meminfo: memFree=1775696/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0.17
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 335 1723 0 0 0 0 16 1 15 0 1 0 305179637 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 239 197 169 0 50 0
[pid=10639] ppid=10633 vsize=35072 CPUtime=1181.74
/proc/10639/stat : 10639 (minisat_static) R 10633 10633 10472 0 -1 4194304 8310 0 0 0 118162 12 0 0 25 0 1 0 305179655 35913728 8296 1992294400 134512640 135212243 4294956240 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 1 0 0
/proc/10639/statm: 8768 8296 76 170 0 8595 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 40428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10639
/proc/meminfo: memFree=1775632/2055920 swapFree=4179964/4192956
[pid=10633] ppid=10631 vsize=5356 CPUtime=0.17
/proc/10633/stat : 10633 (SatELiteGTI) S 10631 10633 10472 0 -1 4194304 335 1723 0 0 0 0 16 1 15 0 1 0 305179637 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10633/statm: 1339 239 197 169 0 50 0
[pid=10639] ppid=10633 vsize=35072 CPUtime=1199.83
/proc/10639/stat : 10639 (minisat_static) R 10633 10633 10472 0 -1 4194304 8321 0 0 0 119971 12 0 0 25 0 1 0 305179655 35913728 8307 1992294400 134512640 135212243 4294956240 18446744073709551615 134526197 0 0 4096 3 0 0 0 17 1 0 0
/proc/10639/statm: 8768 8307 76 170 0 8595 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 40428

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)
Real time (s): 1200.41
CPU time (s): 1200.03
CPU user time (s): 1199.89
CPU system time (s): 0.145977
CPU usage (%): 99.9683
Max. virtual memory (cumulated for all children) (KiB): 40428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.89
system time used= 0.145977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10387
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= 16
involuntary context switches= 2487

runsolver used 1.38479 second user time and 2.99354 second system time

The end

Launcher Data

Begin job on node71 at 2009-05-20 00:18:57
IDJOB=1832284
IDBENCH=24690
IDSOLVER=672
FILE ID=node71/1832284-1242771537
PBS_JOBID= 9322231
Free space on /tmp= 66304 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest02/pyhala-braun-unsat-40-4-02.sat05-459.reshuffled-07.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1832284-1242771537/watcher-1832284-1242771537 -o /tmp/evaluation-result-1832284-1242771537/solver-1832284-1242771537 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1832284-1242771537.cnf -random-seed=192800022

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

MD5SUM BENCH= ad877d677446ba8c798f8e71c4c035c2
RANDOM SEED=192800022

node71.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.236
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.236
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:       1810496 kB
Buffers:         18328 kB
Cached:         189728 kB
SwapCached:       7096 kB
Active:          31224 kB
Inactive:       185588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1810496 kB
SwapTotal:     4192956 kB
SwapFree:      4179964 kB
Dirty:            2064 kB
Writeback:           0 kB
Mapped:          13980 kB
Slab:            14628 kB
Committed_AS:   891916 kB
PageTables:       1440 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= 66300 MiB
End job on node71 at 2009-05-20 00:38:59