Trace number 1833098

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.04 1200.02

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/70/
unif-k7-r89-v70-c6230-S1484713995-092.cnf
MD5SUM51b5beb62ba2ddadbcd03c7139c7c934
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.23281
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    6230    43610 |    1868       0        0     nan |  0.000 % |
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 70   #clauses: 6230   #literals: 43610
0.00/0.01	c CPU time:   0.006998 s
0.00/0.01	c ==============================================================================
0.00/0.02	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.02	c Number of variables   : 70           
0.00/0.02	c Number of clauses     : 6230         
0.00/0.03	c Parsing time: 0.01         s
1200.01/1200.01	HOME/SatELiteGTI: line 36:  9924 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-1833098-1242801180/watcher-1833098-1242801180 -o /tmp/evaluation-result-1833098-1242801180/solver-1833098-1242801180 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1833098-1242801180.cnf -random-seed=1905665523 

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 9918
/proc/meminfo: memFree=1783936/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 308151403 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9918/statm: 1339 237 197 169 0 50 0

[startup+0.0455271 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9918
/proc/meminfo: memFree=1783936/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.1015 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9918
/proc/meminfo: memFree=1783936/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.301444 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9918
/proc/meminfo: memFree=1783936/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.701329 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9918
/proc/meminfo: memFree=1783936/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+1.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9924
/proc/meminfo: memFree=1782000/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
[pid=9924] ppid=9918 vsize=3212 CPUtime=1.47
/proc/9924/stat : 9924 (minisat_static) R 9918 9918 9804 0 -1 4194304 485 0 0 0 147 0 0 0 25 0 1 0 308151406 3289088 471 1992294400 134512640 135212243 4294956240 18446744073709551615 134526123 0 0 4096 3 0 0 0 17 0 0 0
/proc/9924/statm: 803 471 76 170 0 630 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8568

[startup+3.10165 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9924
/proc/meminfo: memFree=1781552/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
[pid=9924] ppid=9918 vsize=3608 CPUtime=3.07
/proc/9924/stat : 9924 (minisat_static) R 9918 9918 9804 0 -1 4194304 596 0 0 0 307 0 0 0 25 0 1 0 308151406 3694592 582 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/9924/statm: 902 582 76 170 0 729 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8964

[startup+6.30173 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9924
/proc/meminfo: memFree=1780528/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
[pid=9924] ppid=9918 vsize=4548 CPUtime=6.27
/proc/9924/stat : 9924 (minisat_static) R 9918 9918 9804 0 -1 4194304 810 0 0 0 627 0 0 0 25 0 1 0 308151406 4657152 796 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 0 0 0
/proc/9924/statm: 1137 796 76 170 0 964 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9904

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9924
/proc/meminfo: memFree=1779248/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
[pid=9924] ppid=9918 vsize=5616 CPUtime=12.66
/proc/9924/stat : 9924 (minisat_static) R 9918 9918 9804 0 -1 4194304 1073 0 0 0 1266 0 0 0 25 0 1 0 308151406 5750784 1059 1992294400 134512640 135212243 4294956240 18446744073709551615 134526035 0 0 4096 3 0 0 0 17 0 0 0
/proc/9924/statm: 1404 1059 76 170 0 1231 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10972

[startup+25.5023 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9924
/proc/meminfo: memFree=1778224/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
[pid=9924] ppid=9918 vsize=6708 CPUtime=25.46
/proc/9924/stat : 9924 (minisat_static) R 9918 9918 9804 0 -1 4194304 1360 0 0 0 2546 0 0 0 25 0 1 0 308151406 6868992 1346 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/9924/statm: 1677 1346 76 170 0 1504 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12064

[startup+51.103 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9924
/proc/meminfo: memFree=1776176/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
[pid=9924] ppid=9918 vsize=8820 CPUtime=51.07
/proc/9924/stat : 9924 (minisat_static) R 9918 9918 9804 0 -1 4194304 1851 0 0 0 5106 1 0 0 25 0 1 0 308151406 9031680 1837 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/9924/statm: 2205 1837 76 170 0 2032 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 14176

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9924
/proc/meminfo: memFree=1773936/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
[pid=9924] ppid=9918 vsize=10880 CPUtime=102.27
/proc/9924/stat : 9924 (minisat_static) R 9918 9918 9804 0 -1 4194304 2385 0 0 0 10226 1 0 0 25 0 1 0 308151406 11141120 2371 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 0 0 0
/proc/9924/statm: 2720 2371 76 170 0 2547 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 16236

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9926
/proc/meminfo: memFree=1771824/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
[pid=9924] ppid=9918 vsize=12848 CPUtime=162.26
/proc/9924/stat : 9924 (minisat_static) R 9918 9918 9804 0 -1 4194304 2844 0 0 0 16225 1 0 0 25 0 1 0 308151406 13156352 2830 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/9924/statm: 3212 2830 76 170 0 3039 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 18204

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9926
/proc/meminfo: memFree=1770736/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
[pid=9924] ppid=9918 vsize=14204 CPUtime=222.27
/proc/9924/stat : 9924 (minisat_static) R 9918 9918 9804 0 -1 4194304 3174 0 0 0 22225 2 0 0 25 0 1 0 308151406 14544896 3160 1992294400 134512640 135212243 4294956240 18446744073709551615 134526139 0 0 4096 3 0 0 0 17 0 0 0
/proc/9924/statm: 3551 3160 76 170 0 3378 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 19560

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9926
/proc/meminfo: memFree=1769008/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
[pid=9924] ppid=9918 vsize=16056 CPUtime=282.27
/proc/9924/stat : 9924 (minisat_static) R 9918 9918 9804 0 -1 4194304 3620 0 0 0 28225 2 0 0 25 0 1 0 308151406 16441344 3606 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/9924/statm: 4014 3606 76 170 0 3841 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 21412

[startup+342.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 9926
/proc/meminfo: memFree=1768112/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
[pid=9924] ppid=9918 vsize=16884 CPUtime=342.26
/proc/9924/stat : 9924 (minisat_static) R 9918 9918 9804 0 -1 4194304 3813 0 0 0 34224 2 0 0 25 0 1 0 308151406 17289216 3799 1992294400 134512640 135212243 4294956240 18446744073709551615 134526154 0 0 4096 3 0 0 0 17 0 0 0
/proc/9924/statm: 4221 3799 76 170 0 4048 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 22240

[startup+402.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 9926
/proc/meminfo: memFree=1767152/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
[pid=9924] ppid=9918 vsize=17760 CPUtime=402.27
/proc/9924/stat : 9924 (minisat_static) R 9918 9918 9804 0 -1 4194304 4043 0 0 0 40224 3 0 0 25 0 1 0 308151406 18186240 4029 1992294400 134512640 135212243 4294956240 18446744073709551615 134526162 0 0 4096 3 0 0 0 17 0 0 0
/proc/9924/statm: 4440 4029 76 170 0 4267 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 23116

[startup+462.302 s]

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

[pid=9924] ppid=9918 vsize=19340 CPUtime=462.28
/proc/9924/stat : 9924 (minisat_static) R 9918 9918 9804 0 -1 4194304 4408 0 0 0 46224 4 0 0 25 0 1 0 308151406 19804160 4394 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 0 0 0
/proc/9924/statm: 4835 4394 76 170 0 4662 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 24696

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9926
/proc/meminfo: memFree=1765104/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
[pid=9924] ppid=9918 vsize=19916 CPUtime=522.28
/proc/9924/stat : 9924 (minisat_static) R 9918 9918 9804 0 -1 4194304 4555 0 0 0 52224 4 0 0 25 0 1 0 308151406 20393984 4541 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/9924/statm: 4979 4541 76 170 0 4806 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 25272

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9926
/proc/meminfo: memFree=1763952/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
[pid=9924] ppid=9918 vsize=21016 CPUtime=582.29
/proc/9924/stat : 9924 (minisat_static) R 9918 9918 9804 0 -1 4194304 4828 0 0 0 58225 4 0 0 25 0 1 0 308151406 21520384 4814 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/9924/statm: 5254 4814 76 170 0 5081 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 26372

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9926
/proc/meminfo: memFree=1763376/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
[pid=9924] ppid=9918 vsize=21472 CPUtime=642.3
/proc/9924/stat : 9924 (minisat_static) R 9918 9918 9804 0 -1 4194304 4971 0 0 0 64226 4 0 0 25 0 1 0 308151406 21987328 4957 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/9924/statm: 5368 4957 76 170 0 5195 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 26828

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9926
/proc/meminfo: memFree=1762160/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
[pid=9924] ppid=9918 vsize=22956 CPUtime=702.29
/proc/9924/stat : 9924 (minisat_static) R 9918 9918 9804 0 -1 4194304 5254 0 0 0 70225 4 0 0 25 0 1 0 308151406 23506944 5240 1992294400 134512640 135212243 4294956240 18446744073709551615 134526459 0 0 4096 3 0 0 0 17 0 0 0
/proc/9924/statm: 5739 5240 76 170 0 5566 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 28312

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9926
/proc/meminfo: memFree=1761840/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
[pid=9924] ppid=9918 vsize=23272 CPUtime=762.3
/proc/9924/stat : 9924 (minisat_static) R 9918 9918 9804 0 -1 4194304 5336 0 0 0 76226 4 0 0 25 0 1 0 308151406 23830528 5322 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/9924/statm: 5818 5322 76 170 0 5645 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 28628

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9926
/proc/meminfo: memFree=1760048/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
[pid=9924] ppid=9918 vsize=25088 CPUtime=822.3
/proc/9924/stat : 9924 (minisat_static) R 9918 9918 9804 0 -1 4194304 5758 0 0 0 82226 4 0 0 25 0 1 0 308151406 25690112 5744 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/9924/statm: 6272 5744 76 170 0 6099 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 30444

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9926
/proc/meminfo: memFree=1759984/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
[pid=9924] ppid=9918 vsize=25088 CPUtime=882.3
/proc/9924/stat : 9924 (minisat_static) R 9918 9918 9804 0 -1 4194304 5759 0 0 0 88226 4 0 0 25 0 1 0 308151406 25690112 5745 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/9924/statm: 6272 5745 76 170 0 6099 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 30444

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9926
/proc/meminfo: memFree=1759536/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
[pid=9924] ppid=9918 vsize=25532 CPUtime=942.29
/proc/9924/stat : 9924 (minisat_static) R 9918 9918 9804 0 -1 4194304 5880 0 0 0 94225 4 0 0 25 0 1 0 308151406 26144768 5866 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/9924/statm: 6383 5866 76 170 0 6210 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 30888

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9926
/proc/meminfo: memFree=1757744/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
[pid=9924] ppid=9918 vsize=27184 CPUtime=1002.3
/proc/9924/stat : 9924 (minisat_static) R 9918 9918 9804 0 -1 4194304 6308 0 0 0 100225 5 0 0 25 0 1 0 308151406 27836416 6294 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/9924/statm: 6796 6294 76 170 0 6623 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 32540

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9926
/proc/meminfo: memFree=1757744/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
[pid=9924] ppid=9918 vsize=27184 CPUtime=1062.3
/proc/9924/stat : 9924 (minisat_static) R 9918 9918 9804 0 -1 4194304 6308 0 0 0 106225 5 0 0 25 0 1 0 308151406 27836416 6294 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/9924/statm: 6796 6294 76 170 0 6623 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 32540

[startup+1122.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 9926
/proc/meminfo: memFree=1757680/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
[pid=9924] ppid=9918 vsize=27328 CPUtime=1122.31
/proc/9924/stat : 9924 (minisat_static) R 9918 9918 9804 0 -1 4194304 6341 0 0 0 112226 5 0 0 25 0 1 0 308151406 27983872 6327 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/9924/statm: 6832 6327 76 170 0 6659 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 32684

[startup+1182.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 9926
/proc/meminfo: memFree=1757168/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
[pid=9924] ppid=9918 vsize=27968 CPUtime=1182.3
/proc/9924/stat : 9924 (minisat_static) R 9918 9918 9804 0 -1 4194304 6481 0 0 0 118225 5 0 0 25 0 1 0 308151406 28639232 6467 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/9924/statm: 6992 6467 76 170 0 6819 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 33324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 9926
/proc/meminfo: memFree=1756464/2055920 swapFree=4180248/4192956
[pid=9918] ppid=9916 vsize=5356 CPUtime=0.01
/proc/9918/stat : 9918 (SatELiteGTI) S 9916 9918 9804 0 -1 4194304 335 498 0 0 0 0 1 0 16 0 1 0 308151403 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9918/statm: 1339 239 197 169 0 50 0
[pid=9924] ppid=9918 vsize=28652 CPUtime=1200
/proc/9924/stat : 9924 (minisat_static) R 9918 9918 9804 0 -1 4194304 6656 0 0 0 119995 5 0 0 25 0 1 0 308151406 29339648 6642 1992294400 134512640 135212243 4294956240 18446744073709551615 134526211 0 0 4096 3 0 0 0 17 0 0 0
/proc/9924/statm: 7163 6642 76 170 0 6990 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 34008

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.02
CPU time (s): 1200.04
CPU user time (s): 1199.98
CPU system time (s): 0.068989
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 34008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.98
system time used= 0.068989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7499
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= 25
involuntary context switches= 4197

runsolver used 1.02384 second user time and 3.35349 second system time

The end

Launcher Data

Begin job on node16 at 2009-05-20 08:33:00
IDJOB=1833098
IDBENCH=70512
IDSOLVER=672
FILE ID=node16/1833098-1242801180
PBS_JOBID= 9322424
Free space on /tmp= 66360 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/70/unif-k7-r89-v70-c6230-S1484713995-092.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1833098-1242801180/watcher-1833098-1242801180 -o /tmp/evaluation-result-1833098-1242801180/solver-1833098-1242801180 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1833098-1242801180.cnf -random-seed=1905665523

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

MD5SUM BENCH= 51b5beb62ba2ddadbcd03c7139c7c934
RANDOM SEED=1905665523

node16.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.234
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.234
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:       1784480 kB
Buffers:         38644 kB
Cached:         184936 kB
SwapCached:       7008 kB
Active:         113508 kB
Inactive:       118504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784480 kB
SwapTotal:     4192956 kB
SwapFree:      4180248 kB
Dirty:            1724 kB
Writeback:           0 kB
Mapped:          13576 kB
Slab:            25552 kB
Committed_AS:  1081396 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= 66360 MiB
End job on node16 at 2009-05-20 08:53:02