Trace number 1832978

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.07 1200.61

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/SATISFIABLE/120/
unif-k5-r21.3-v120-c2556-S1163324878-032.cnf
MD5SUM041948145db994bef4ef7befa5b1ff3c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.018996
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses2556
Sum of the clauses size12780
Maximum clause length5
Minimum clause length5
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 52556
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    2556    12780 |     766       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 120   #clauses: 2556   #literals: 12780
0.00/0.00	c CPU time:   0.002999 s
0.00/0.00	c ==============================================================================
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Number of variables   : 120          
0.00/0.01	c Number of clauses     : 2556         
0.00/0.01	c Parsing time: 0.00         s
1200.04/1200.61	HOME/SatELiteGTI: line 36: 12573 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-1832978-1242797604/watcher-1832978-1242797604 -o /tmp/evaluation-result-1832978-1242797604/solver-1832978-1242797604 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1832978-1242797604.cnf -random-seed=820336878 

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.99 3/64 12567
/proc/meminfo: memFree=1884056/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) R 12565 12567 12365 0 -1 4194304 290 250 0 0 0 0 0 0 18 0 1 0 307793590 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225611803123 0 0 4100 65536 0 0 0 17 0 0 0
/proc/12567/statm: 1339 237 197 169 0 50 0

[startup+0.0780089 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12567
/proc/meminfo: memFree=1884056/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101009 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12567
/proc/meminfo: memFree=1884056/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301025 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12567
/proc/meminfo: memFree=1884056/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701059 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12567
/proc/meminfo: memFree=1884056/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50113 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 12573
/proc/meminfo: memFree=1881480/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
[pid=12573] ppid=12567 vsize=3924 CPUtime=1.48
/proc/12573/stat : 12573 (minisat_static) R 12567 12567 12365 0 -1 4194304 642 0 0 0 148 0 0 0 25 0 1 0 307793591 4018176 628 1992294400 134512640 135212243 4294956240 18446744073709551615 134529772 0 0 4096 3 0 0 0 17 0 0 0
/proc/12573/statm: 981 628 76 170 0 808 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9280

[startup+3.10127 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 12573
/proc/meminfo: memFree=1881096/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
[pid=12573] ppid=12567 vsize=4452 CPUtime=3.07
/proc/12573/stat : 12573 (minisat_static) R 12567 12567 12365 0 -1 4194304 764 0 0 0 307 0 0 0 25 0 1 0 307793591 4558848 750 1992294400 134512640 135212243 4294956240 18446744073709551615 134526086 0 0 4096 3 0 0 0 17 1 0 0
/proc/12573/statm: 1113 750 76 170 0 940 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9808

[startup+6.30254 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 12573
/proc/meminfo: memFree=1880264/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
[pid=12573] ppid=12567 vsize=4924 CPUtime=6.27
/proc/12573/stat : 12573 (minisat_static) R 12567 12567 12365 0 -1 4194304 897 0 0 0 627 0 0 0 25 0 1 0 307793591 5042176 883 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12573/statm: 1231 883 76 170 0 1058 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10280

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 12573
/proc/meminfo: memFree=1879176/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
[pid=12573] ppid=12567 vsize=6144 CPUtime=12.67
/proc/12573/stat : 12573 (minisat_static) R 12567 12567 12365 0 -1 4194304 1180 0 0 0 1266 1 0 0 25 0 1 0 307793591 6291456 1166 1992294400 134512640 135212243 4294956240 18446744073709551615 134526055 0 0 4096 3 0 0 0 17 0 0 0
/proc/12573/statm: 1536 1166 76 170 0 1363 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11500

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 12573
/proc/meminfo: memFree=1878280/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
[pid=12573] ppid=12567 vsize=7068 CPUtime=25.46
/proc/12573/stat : 12573 (minisat_static) R 12567 12567 12365 0 -1 4194304 1431 0 0 0 2545 1 0 0 25 0 1 0 307793591 7237632 1417 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12573/statm: 1767 1417 76 170 0 1594 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 12424

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 12573
/proc/meminfo: memFree=1876744/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
[pid=12573] ppid=12567 vsize=8608 CPUtime=51.05
/proc/12573/stat : 12573 (minisat_static) R 12567 12567 12365 0 -1 4194304 1776 0 0 0 5104 1 0 0 25 0 1 0 307793591 8814592 1762 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12573/statm: 2152 1762 76 170 0 1979 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 13964

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 12573
/proc/meminfo: memFree=1874568/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
[pid=12573] ppid=12567 vsize=10616 CPUtime=102.24
/proc/12573/stat : 12573 (minisat_static) R 12567 12567 12365 0 -1 4194304 2308 0 0 0 10222 2 0 0 25 0 1 0 307793591 10870784 2294 1992294400 134512640 135212243 4294956240 18446744073709551615 134526065 0 0 4096 3 0 0 0 17 0 0 0
/proc/12573/statm: 2654 2294 76 170 0 2481 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 15972

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 12573
/proc/meminfo: memFree=1872712/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
[pid=12573] ppid=12567 vsize=12492 CPUtime=162.22
/proc/12573/stat : 12573 (minisat_static) R 12567 12567 12365 0 -1 4194304 2765 0 0 0 16219 3 0 0 25 0 1 0 307793591 12791808 2751 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12573/statm: 3123 2751 76 170 0 2950 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 17848

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 12573
/proc/meminfo: memFree=1870536/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
[pid=12573] ppid=12567 vsize=14652 CPUtime=222.19
/proc/12573/stat : 12573 (minisat_static) R 12567 12567 12365 0 -1 4194304 3284 0 0 0 22216 3 0 0 25 0 1 0 307793591 15003648 3270 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12573/statm: 3663 3270 76 170 0 3490 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 20008

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 12573
/proc/meminfo: memFree=1869320/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
[pid=12573] ppid=12567 vsize=15916 CPUtime=282.16
/proc/12573/stat : 12573 (minisat_static) R 12567 12567 12365 0 -1 4194304 3591 0 0 0 28213 3 0 0 25 0 1 0 307793591 16297984 3577 1992294400 134512640 135212243 4294956240 18446744073709551615 134526070 0 0 4096 3 0 0 0 17 0 0 0
/proc/12573/statm: 3979 3577 76 170 0 3806 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 21272

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 12573
/proc/meminfo: memFree=1867912/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
[pid=12573] ppid=12567 vsize=17300 CPUtime=342.14
/proc/12573/stat : 12573 (minisat_static) R 12567 12567 12365 0 -1 4194304 3930 0 0 0 34210 4 0 0 25 0 1 0 307793591 17715200 3916 1992294400 134512640 135212243 4294956240 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 0 0 0
/proc/12573/statm: 4325 3916 76 170 0 4152 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 22656

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 12573
/proc/meminfo: memFree=1867464/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
[pid=12573] ppid=12567 vsize=17876 CPUtime=402.11
/proc/12573/stat : 12573 (minisat_static) R 12567 12567 12365 0 -1 4194304 4079 0 0 0 40207 4 0 0 25 0 1 0 307793591 18305024 4065 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12573/statm: 4469 4065 76 170 0 4296 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 23232

[startup+462.302 s]

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

[pid=12573] ppid=12567 vsize=18976 CPUtime=462.08
/proc/12573/stat : 12573 (minisat_static) R 12567 12567 12365 0 -1 4194304 4351 0 0 0 46204 4 0 0 25 0 1 0 307793591 19431424 4337 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12573/statm: 4744 4337 76 170 0 4571 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 24332

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 12575
/proc/meminfo: memFree=1864520/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
[pid=12573] ppid=12567 vsize=20564 CPUtime=522.06
/proc/12573/stat : 12573 (minisat_static) R 12567 12567 12365 0 -1 4194304 4733 0 0 0 52201 5 0 0 25 0 1 0 307793591 21057536 4719 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12573/statm: 5141 4719 76 170 0 4968 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 25920

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 12575
/proc/meminfo: memFree=1864456/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
[pid=12573] ppid=12567 vsize=20732 CPUtime=582.03
/proc/12573/stat : 12573 (minisat_static) R 12567 12567 12365 0 -1 4194304 4765 0 0 0 58198 5 0 0 25 0 1 0 307793591 21229568 4751 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12573/statm: 5183 4751 76 170 0 5010 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 26088

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 12575
/proc/meminfo: memFree=1862728/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
[pid=12573] ppid=12567 vsize=22660 CPUtime=642.01
/proc/12573/stat : 12573 (minisat_static) R 12567 12567 12365 0 -1 4194304 5189 0 0 0 64196 5 0 0 25 0 1 0 307793591 23203840 5175 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12573/statm: 5665 5175 76 170 0 5492 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 28016

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 12575
/proc/meminfo: memFree=1862600/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
[pid=12573] ppid=12567 vsize=22660 CPUtime=701.98
/proc/12573/stat : 12573 (minisat_static) R 12567 12567 12365 0 -1 4194304 5206 0 0 0 70193 5 0 0 25 0 1 0 307793591 23203840 5192 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12573/statm: 5665 5192 76 170 0 5492 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 28016

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 12575
/proc/meminfo: memFree=1861768/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
[pid=12573] ppid=12567 vsize=23520 CPUtime=761.97
/proc/12573/stat : 12573 (minisat_static) R 12567 12567 12365 0 -1 4194304 5405 0 0 0 76192 5 0 0 25 0 1 0 307793591 24084480 5391 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12573/statm: 5880 5391 76 170 0 5707 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 28876

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 12575
/proc/meminfo: memFree=1860744/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
[pid=12573] ppid=12567 vsize=24624 CPUtime=821.93
/proc/12573/stat : 12573 (minisat_static) R 12567 12567 12365 0 -1 4194304 5690 0 0 0 82187 6 0 0 25 0 1 0 307793591 25214976 5676 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12573/statm: 6156 5676 76 170 0 5983 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 29980

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 12575
/proc/meminfo: memFree=1860552/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
[pid=12573] ppid=12567 vsize=24784 CPUtime=881.91
/proc/12573/stat : 12573 (minisat_static) R 12567 12567 12365 0 -1 4194304 5730 0 0 0 88185 6 0 0 25 0 1 0 307793591 25378816 5716 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 0 0 0
/proc/12573/statm: 6196 5716 76 170 0 6023 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 30140

[startup+942.301 s]
/proc/loadavg: 1.11 1.02 1.01 2/66 12575
/proc/meminfo: memFree=1859720/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
[pid=12573] ppid=12567 vsize=25640 CPUtime=941.89
/proc/12573/stat : 12573 (minisat_static) R 12567 12567 12365 0 -1 4194304 5947 0 0 0 94183 6 0 0 25 0 1 0 307793591 26255360 5933 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12573/statm: 6410 5933 76 170 0 6237 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 30996

[startup+1002.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 12575
/proc/meminfo: memFree=1858376/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
[pid=12573] ppid=12567 vsize=26732 CPUtime=1001.82
/proc/12573/stat : 12573 (minisat_static) R 12567 12567 12365 0 -1 4194304 6247 0 0 0 100176 6 0 0 25 0 1 0 307793591 27373568 6233 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12573/statm: 6683 6233 76 170 0 6510 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 32088

[startup+1062.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 12575
/proc/meminfo: memFree=1858376/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
[pid=12573] ppid=12567 vsize=26876 CPUtime=1061.79
/proc/12573/stat : 12573 (minisat_static) R 12567 12567 12365 0 -1 4194304 6252 0 0 0 106173 6 0 0 25 0 1 0 307793591 27521024 6238 1992294400 134512640 135212243 4294956240 18446744073709551615 134526123 0 0 4096 3 0 0 0 17 0 0 0
/proc/12573/statm: 6719 6238 76 170 0 6546 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 32232

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12575
/proc/meminfo: memFree=1858120/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
[pid=12573] ppid=12567 vsize=27032 CPUtime=1121.77
/proc/12573/stat : 12573 (minisat_static) R 12567 12567 12365 0 -1 4194304 6313 0 0 0 112171 6 0 0 25 0 1 0 307793591 27680768 6299 1992294400 134512640 135212243 4294956240 18446744073709551615 134526459 0 0 4096 3 0 0 0 17 0 0 0
/proc/12573/statm: 6758 6299 76 170 0 6585 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 32388

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12575
/proc/meminfo: memFree=1856136/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
[pid=12573] ppid=12567 vsize=29060 CPUtime=1181.75
/proc/12573/stat : 12573 (minisat_static) R 12567 12567 12365 0 -1 4194304 6818 0 0 0 118168 7 0 0 25 0 1 0 307793591 29757440 6804 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12573/statm: 7265 6804 76 170 0 7092 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 34416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12575
/proc/meminfo: memFree=1855880/2055920 swapFree=4179340/4192956
[pid=12567] ppid=12565 vsize=5356 CPUtime=0
/proc/12567/stat : 12567 (SatELiteGTI) S 12565 12567 12365 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 307793590 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12567/statm: 1339 239 197 169 0 50 0
[pid=12573] ppid=12567 vsize=29192 CPUtime=1200.04
/proc/12573/stat : 12573 (minisat_static) R 12567 12567 12365 0 -1 4194304 6849 0 0 0 119997 7 0 0 25 0 1 0 307793591 29892608 6835 1992294400 134512640 135212243 4294956240 18446744073709551615 134526275 0 0 4096 3 0 0 0 17 0 0 0
/proc/12573/statm: 7298 6835 76 170 0 7125 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 34548

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.61
CPU time (s): 1200.07
CPU user time (s): 1199.99
CPU system time (s): 0.083987
CPU usage (%): 99.9548
Max. virtual memory (cumulated for all children) (KiB): 34548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.99
system time used= 0.083987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7601
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= 24
involuntary context switches= 3548

runsolver used 1.04284 second user time and 3.33549 second system time

The end

Launcher Data

Begin job on node31 at 2009-05-20 07:33:24
IDJOB=1832978
IDBENCH=70452
IDSOLVER=672
FILE ID=node31/1832978-1242797604
PBS_JOBID= 9322392
Free space on /tmp= 66232 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/SATISFIABLE/120/unif-k5-r21.3-v120-c2556-S1163324878-032.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1832978-1242797604/watcher-1832978-1242797604 -o /tmp/evaluation-result-1832978-1242797604/solver-1832978-1242797604 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1832978-1242797604.cnf -random-seed=820336878

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

MD5SUM BENCH= 041948145db994bef4ef7befa5b1ff3c
RANDOM SEED=820336878

node31.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.213
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.213
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:       1884536 kB
Buffers:         36548 kB
Cached:          86900 kB
SwapCached:       7180 kB
Active:          37748 kB
Inactive:        95444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1884536 kB
SwapTotal:     4192956 kB
SwapFree:      4179340 kB
Dirty:            1624 kB
Writeback:           0 kB
Mapped:          14312 kB
Slab:            24004 kB
Committed_AS:  1005488 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66228 MiB
End job on node31 at 2009-05-20 07:53:27