Trace number 1832292

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.06 1200.51

General information on the benchmark

Namecrafted/Hard/contest03/others/
999999000001nw.sat05-447.reshuffled-07.cnf
MD5SUM8bbab1b2b788407ca952856a1e2edded
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.968851
Satisfiable
(Un)Satisfiability was proved
Number of variables4667
Number of clauses18492
Sum of the clauses size55356
Maximum clause length3
Minimum clause length1
Number of clauses of size 160
Number of clauses of size 20
Number of clauses of size 318432
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.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   18366    55030 |    5509       0        0     nan |  0.000 % |
0.00/0.12	c |         0 |   16563    50859 |      --       0       --      -- |     --   | -1702/-3816
0.00/0.12	c ==============================================================================
0.00/0.12	c Result  :   #vars: 3834   #clauses: 16563   #literals: 50859
0.00/0.12	c CPU time:   0.119981 s
0.00/0.12	c ==============================================================================
0.00/0.14	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.14	c Number of variables   : 3834         
0.00/0.14	c Number of clauses     : 16563        
0.00/0.17	c Parsing time: 0.01         s
1200.02/1200.51	HOME/SatELiteGTI: line 36: 10665 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-1832292-1242771543/watcher-1832292-1242771543 -o /tmp/evaluation-result-1832292-1242771543/solver-1832292-1242771543 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1832292-1242771543.cnf -random-seed=116215484 

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: 1.00 1.00 1.00 3/64 10659
/proc/meminfo: memFree=1940992/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 305182845 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10659/statm: 1339 237 197 169 0 50 0

[startup+0.0720589 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10659
/proc/meminfo: memFree=1940992/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 305182845 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10659/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101064 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10659
/proc/meminfo: memFree=1940992/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 305182845 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10659/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301105 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10659
/proc/meminfo: memFree=1940992/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0.13
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 335 1190 0 0 0 0 13 0 16 0 1 0 305182845 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10659/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 5356

[startup+0.701181 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10659
/proc/meminfo: memFree=1940992/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0.13
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 335 1190 0 0 0 0 13 0 16 0 1 0 305182845 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10659/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 5356

[startup+1.50133 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10665
/proc/meminfo: memFree=1938480/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0.13
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 335 1190 0 0 0 0 13 0 16 0 1 0 305182845 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10659/statm: 1339 239 197 169 0 50 0
[pid=10665] ppid=10659 vsize=3264 CPUtime=1.33
/proc/10665/stat : 10665 (minisat_static) R 10659 10659 10498 0 -1 4194304 544 0 0 0 133 0 0 0 25 0 1 0 305182859 3342336 530 1992294400 134512640 135212243 4294956240 18446744073709551615 134526223 0 0 4096 3 0 0 0 17 1 0 0
/proc/10665/statm: 816 530 76 170 0 643 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 8620

[startup+3.10163 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10665
/proc/meminfo: memFree=1938160/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0.13
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 335 1190 0 0 0 0 13 0 16 0 1 0 305182845 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10659/statm: 1339 239 197 169 0 50 0
[pid=10665] ppid=10659 vsize=3676 CPUtime=2.93
/proc/10665/stat : 10665 (minisat_static) R 10659 10659 10498 0 -1 4194304 630 0 0 0 293 0 0 0 25 0 1 0 305182859 3764224 616 1992294400 134512640 135212243 4294956240 18446744073709551615 134718742 0 0 4096 3 0 0 0 17 1 0 0
/proc/10665/statm: 919 616 76 170 0 746 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 9032

[startup+6.30123 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10665
/proc/meminfo: memFree=1937328/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0.13
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 335 1190 0 0 0 0 13 0 16 0 1 0 305182845 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10659/statm: 1339 239 197 169 0 50 0
[pid=10665] ppid=10659 vsize=4336 CPUtime=6.12
/proc/10665/stat : 10665 (minisat_static) R 10659 10659 10498 0 -1 4194304 782 0 0 0 612 0 0 0 25 0 1 0 305182859 4440064 768 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10665/statm: 1084 768 76 170 0 911 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 9692

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10665
/proc/meminfo: memFree=1936048/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0.13
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 335 1190 0 0 0 0 13 0 16 0 1 0 305182845 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10659/statm: 1339 239 197 169 0 50 0
[pid=10665] ppid=10659 vsize=5528 CPUtime=12.53
/proc/10665/stat : 10665 (minisat_static) R 10659 10659 10498 0 -1 4194304 1085 0 0 0 1252 1 0 0 25 0 1 0 305182859 5660672 1071 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10665/statm: 1382 1071 76 170 0 1209 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 10884

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10665
/proc/meminfo: memFree=1933936/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0.13
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 335 1190 0 0 0 0 13 0 16 0 1 0 305182845 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10659/statm: 1339 239 197 169 0 50 0
[pid=10665] ppid=10659 vsize=7448 CPUtime=25.32
/proc/10665/stat : 10665 (minisat_static) R 10659 10659 10498 0 -1 4194304 1570 0 0 0 2531 1 0 0 25 0 1 0 305182859 7626752 1556 1992294400 134512640 135212243 4294956240 18446744073709551615 134526019 0 0 4096 3 0 0 0 17 1 0 0
/proc/10665/statm: 1862 1556 76 170 0 1689 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 12804

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10665
/proc/meminfo: memFree=1931504/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0.13
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 335 1190 0 0 0 0 13 0 16 0 1 0 305182845 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10659/statm: 1339 239 197 169 0 50 0
[pid=10665] ppid=10659 vsize=10104 CPUtime=50.91
/proc/10665/stat : 10665 (minisat_static) R 10659 10659 10498 0 -1 4194304 2204 0 0 0 5089 2 0 0 25 0 1 0 305182859 10346496 2190 1992294400 134512640 135212243 4294956240 18446744073709551615 134526206 0 0 4096 3 0 0 0 17 1 0 0
/proc/10665/statm: 2526 2190 76 170 0 2353 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 15460

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10665
/proc/meminfo: memFree=1927792/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0.13
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 335 1190 0 0 0 0 13 0 16 0 1 0 305182845 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10659/statm: 1339 239 197 169 0 50 0
[pid=10665] ppid=10659 vsize=13712 CPUtime=102.09
/proc/10665/stat : 10665 (minisat_static) R 10659 10659 10498 0 -1 4194304 3107 0 0 0 10206 3 0 0 25 0 1 0 305182859 14041088 3093 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10665/statm: 3428 3093 76 170 0 3255 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 19068

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10665
/proc/meminfo: memFree=1927536/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0.13
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 335 1190 0 0 0 0 13 0 16 0 1 0 305182845 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10659/statm: 1339 239 197 169 0 50 0
[pid=10665] ppid=10659 vsize=14004 CPUtime=162.06
/proc/10665/stat : 10665 (minisat_static) R 10659 10659 10498 0 -1 4194304 3165 0 0 0 16203 3 0 0 25 0 1 0 305182859 14340096 3151 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10665/statm: 3501 3151 76 170 0 3328 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 19360

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10665
/proc/meminfo: memFree=1925680/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0.13
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 335 1190 0 0 0 0 13 0 16 0 1 0 305182845 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10659/statm: 1339 239 197 169 0 50 0
[pid=10665] ppid=10659 vsize=15884 CPUtime=222.05
/proc/10665/stat : 10665 (minisat_static) R 10659 10659 10498 0 -1 4194304 3637 0 0 0 22201 4 0 0 25 0 1 0 305182859 16265216 3623 1992294400 134512640 135212243 4294956240 18446744073709551615 134527698 0 0 4096 3 0 0 0 17 1 0 0
/proc/10665/statm: 3971 3623 76 170 0 3798 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 21240

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10665
/proc/meminfo: memFree=1924272/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0.13
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 335 1190 0 0 0 0 13 0 16 0 1 0 305182845 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10659/statm: 1339 239 197 169 0 50 0
[pid=10665] ppid=10659 vsize=17460 CPUtime=282.02
/proc/10665/stat : 10665 (minisat_static) R 10659 10659 10498 0 -1 4194304 4009 0 0 0 28198 4 0 0 25 0 1 0 305182859 17879040 3995 1992294400 134512640 135212243 4294956240 18446744073709551615 134526236 0 0 4096 3 0 0 0 17 1 0 0
/proc/10665/statm: 4365 3995 76 170 0 4192 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 22816

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10665
/proc/meminfo: memFree=1921648/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0.13
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 335 1190 0 0 0 0 13 0 16 0 1 0 305182845 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10659/statm: 1339 239 197 169 0 50 0
[pid=10665] ppid=10659 vsize=19888 CPUtime=342.01
/proc/10665/stat : 10665 (minisat_static) R 10659 10659 10498 0 -1 4194304 4628 0 0 0 34196 5 0 0 25 0 1 0 305182859 20365312 4614 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10665/statm: 4972 4614 76 170 0 4799 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 25244

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10665
/proc/meminfo: memFree=1921456/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0.13
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 335 1190 0 0 0 0 13 0 16 0 1 0 305182845 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10659/statm: 1339 239 197 169 0 50 0
[pid=10665] ppid=10659 vsize=20188 CPUtime=401.98
/proc/10665/stat : 10665 (minisat_static) R 10659 10659 10498 0 -1 4194304 4695 0 0 0 40193 5 0 0 25 0 1 0 305182859 20672512 4681 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/10665/statm: 5047 4681 76 170 0 4874 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 25544

[startup+462.301 s]

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

[pid=10665] ppid=10659 vsize=23812 CPUtime=521.93
/proc/10665/stat : 10665 (minisat_static) R 10659 10659 10498 0 -1 4194304 5554 0 0 0 52187 6 0 0 25 0 1 0 305182859 24383488 5540 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10665/statm: 5953 5540 76 170 0 5780 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 29168

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10665
/proc/meminfo: memFree=1916144/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0.13
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 335 1190 0 0 0 0 13 0 16 0 1 0 305182845 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10659/statm: 1339 239 197 169 0 50 0
[pid=10665] ppid=10659 vsize=25440 CPUtime=581.92
/proc/10665/stat : 10665 (minisat_static) R 10659 10659 10498 0 -1 4194304 5980 0 0 0 58185 7 0 0 25 0 1 0 305182859 26050560 5966 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10665/statm: 6360 5966 76 170 0 6187 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 30796

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10665
/proc/meminfo: memFree=1915568/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0.13
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 335 1190 0 0 0 0 13 0 16 0 1 0 305182845 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10659/statm: 1339 239 197 169 0 50 0
[pid=10665] ppid=10659 vsize=26008 CPUtime=641.9
/proc/10665/stat : 10665 (minisat_static) R 10659 10659 10498 0 -1 4194304 6114 0 0 0 64183 7 0 0 25 0 1 0 305182859 26632192 6100 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10665/statm: 6502 6100 76 170 0 6329 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 31364

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10665
/proc/meminfo: memFree=1915376/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0.13
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 335 1190 0 0 0 0 13 0 16 0 1 0 305182845 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10659/statm: 1339 239 197 169 0 50 0
[pid=10665] ppid=10659 vsize=26144 CPUtime=701.87
/proc/10665/stat : 10665 (minisat_static) R 10659 10659 10498 0 -1 4194304 6153 0 0 0 70180 7 0 0 25 0 1 0 305182859 26771456 6139 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10665/statm: 6536 6139 76 170 0 6363 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 31500

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10665
/proc/meminfo: memFree=1912048/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0.13
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 335 1190 0 0 0 0 13 0 16 0 1 0 305182845 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10659/statm: 1339 239 197 169 0 50 0
[pid=10665] ppid=10659 vsize=29360 CPUtime=761.85
/proc/10665/stat : 10665 (minisat_static) R 10659 10659 10498 0 -1 4194304 6964 0 0 0 76177 8 0 0 25 0 1 0 305182859 30064640 6950 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10665/statm: 7340 6950 76 170 0 7167 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 34716

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10665
/proc/meminfo: memFree=1911664/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0.13
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 335 1190 0 0 0 0 13 0 16 0 1 0 305182845 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10659/statm: 1339 239 197 169 0 50 0
[pid=10665] ppid=10659 vsize=29756 CPUtime=821.82
/proc/10665/stat : 10665 (minisat_static) R 10659 10659 10498 0 -1 4194304 7050 0 0 0 82174 8 0 0 25 0 1 0 305182859 30470144 7036 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 1 0 0
/proc/10665/statm: 7439 7036 76 170 0 7266 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 35112

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10665
/proc/meminfo: memFree=1911664/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0.13
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 335 1190 0 0 0 0 13 0 16 0 1 0 305182845 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10659/statm: 1339 239 197 169 0 50 0
[pid=10665] ppid=10659 vsize=29756 CPUtime=881.8
/proc/10665/stat : 10665 (minisat_static) R 10659 10659 10498 0 -1 4194304 7050 0 0 0 88172 8 0 0 25 0 1 0 305182859 30470144 7036 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10665/statm: 7439 7036 76 170 0 7266 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 35112

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10665
/proc/meminfo: memFree=1911664/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0.13
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 335 1190 0 0 0 0 13 0 16 0 1 0 305182845 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10659/statm: 1339 239 197 169 0 50 0
[pid=10665] ppid=10659 vsize=29756 CPUtime=941.78
/proc/10665/stat : 10665 (minisat_static) R 10659 10659 10498 0 -1 4194304 7050 0 0 0 94170 8 0 0 25 0 1 0 305182859 30470144 7036 1992294400 134512640 135212243 4294956240 18446744073709551615 134526035 0 0 4096 3 0 0 0 17 1 0 0
/proc/10665/statm: 7439 7036 76 170 0 7266 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 35112

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10665
/proc/meminfo: memFree=1910640/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0.13
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 335 1190 0 0 0 0 13 0 16 0 1 0 305182845 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10659/statm: 1339 239 197 169 0 50 0
[pid=10665] ppid=10659 vsize=30728 CPUtime=1001.76
/proc/10665/stat : 10665 (minisat_static) R 10659 10659 10498 0 -1 4194304 7299 0 0 0 100167 9 0 0 25 0 1 0 305182859 31465472 7285 1992294400 134512640 135212243 4294956240 18446744073709551615 134526257 0 0 4096 3 0 0 0 17 1 0 0
/proc/10665/statm: 7682 7285 76 170 0 7509 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 36084

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10665
/proc/meminfo: memFree=1910576/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0.13
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 335 1190 0 0 0 0 13 0 16 0 1 0 305182845 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10659/statm: 1339 239 197 169 0 50 0
[pid=10665] ppid=10659 vsize=30728 CPUtime=1061.74
/proc/10665/stat : 10665 (minisat_static) R 10659 10659 10498 0 -1 4194304 7299 0 0 0 106165 9 0 0 25 0 1 0 305182859 31465472 7285 1992294400 134512640 135212243 4294956240 18446744073709551615 134526123 0 0 4096 3 0 0 0 17 1 0 0
/proc/10665/statm: 7682 7285 76 170 0 7509 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 36084

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10665
/proc/meminfo: memFree=1910448/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0.13
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 335 1190 0 0 0 0 13 0 16 0 1 0 305182845 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10659/statm: 1339 239 197 169 0 50 0
[pid=10665] ppid=10659 vsize=30892 CPUtime=1121.72
/proc/10665/stat : 10665 (minisat_static) R 10659 10659 10498 0 -1 4194304 7337 0 0 0 112163 9 0 0 25 0 1 0 305182859 31633408 7323 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10665/statm: 7723 7323 76 170 0 7550 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 36248

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10665
/proc/meminfo: memFree=1910256/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0.13
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 335 1190 0 0 0 0 13 0 16 0 1 0 305182845 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10659/statm: 1339 239 197 169 0 50 0
[pid=10665] ppid=10659 vsize=31056 CPUtime=1181.7
/proc/10665/stat : 10665 (minisat_static) R 10659 10659 10498 0 -1 4194304 7382 0 0 0 118161 9 0 0 25 0 1 0 305182859 31801344 7368 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/10665/statm: 7764 7368 76 170 0 7591 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 36412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10665
/proc/meminfo: memFree=1909808/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0.13
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 335 1190 0 0 0 0 13 0 16 0 1 0 305182845 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10659/statm: 1339 239 197 169 0 50 0
[pid=10665] ppid=10659 vsize=31532 CPUtime=1199.89
/proc/10665/stat : 10665 (minisat_static) R 10659 10659 10498 0 -1 4194304 7490 0 0 0 119980 9 0 0 25 0 1 0 305182859 32288768 7476 1992294400 134512640 135212243 4294956240 18446744073709551615 134526010 0 0 4096 3 0 0 0 17 1 0 0
/proc/10665/statm: 7883 7476 76 170 0 7710 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 36888

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10665
/proc/meminfo: memFree=1909808/2055920 swapFree=4153468/4192956
[pid=10659] ppid=10657 vsize=5356 CPUtime=0.13
/proc/10659/stat : 10659 (SatELiteGTI) S 10657 10659 10498 0 -1 4194304 335 1190 0 0 0 0 13 0 16 0 1 0 305182845 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10659/statm: 1339 239 197 169 0 50 0
[pid=10665] ppid=10659 vsize=31532 CPUtime=1199.89
/proc/10665/stat : 10665 (minisat_static) R 10659 10659 10498 0 -1 4194304 7490 0 0 0 119980 9 0 0 25 0 1 0 305182859 32288768 7476 1992294400 134512640 135212243 4294956240 18446744073709551615 134526010 0 0 4096 3 0 0 0 17 1 0 0
/proc/10665/statm: 7883 7476 76 170 0 7710 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 36888

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.06
CPU user time (s): 1199.95
CPU system time (s): 0.110983
CPU usage (%): 99.962
Max. virtual memory (cumulated for all children) (KiB): 36888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.95
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9025
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= 27
involuntary context switches= 1560

runsolver used 1.48277 second user time and 2.87856 second system time

The end

Launcher Data

Begin job on node37 at 2009-05-20 00:19:03
IDJOB=1832292
IDBENCH=24694
IDSOLVER=672
FILE ID=node37/1832292-1242771543
PBS_JOBID= 9322261
Free space on /tmp= 66452 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest03/others/999999000001nw.sat05-447.reshuffled-07.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1832292-1242771543/watcher-1832292-1242771543 -o /tmp/evaluation-result-1832292-1242771543/solver-1832292-1242771543 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1832292-1242771543.cnf -random-seed=116215484

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

MD5SUM BENCH= 8bbab1b2b788407ca952856a1e2edded
RANDOM SEED=116215484

node37.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.259
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.259
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:       1941472 kB
Buffers:          9832 kB
Cached:          36684 kB
SwapCached:      34064 kB
Active:          44672 kB
Inactive:        37516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1941472 kB
SwapTotal:     4192956 kB
SwapFree:      4153468 kB
Dirty:            1892 kB
Writeback:           0 kB
Mapped:          13972 kB
Slab:            18476 kB
Committed_AS:  1103936 kB
PageTables:       1376 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= 66452 MiB
End job on node37 at 2009-05-20 00:39:05