Trace number 1832888

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

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/120/
unif-k5-r21.3-v120-c2556-S267191961-079.cnf
MD5SUMf5b73d46fd6886685677ead6f3b9d50d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of 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.09/1200.61	HOME/SatELiteGTI: line 36: 11106 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-1832888-1242789290/watcher-1832888-1242789290 -o /tmp/evaluation-result-1832888-1242789290/solver-1832888-1242789290 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1832888-1242789290.cnf -random-seed=947858304 

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 11100
/proc/meminfo: memFree=1933616/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 306963008 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11100/statm: 1339 237 197 169 0 50 0

[startup+0.0334929 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11100
/proc/meminfo: memFree=1933616/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101494 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11100
/proc/meminfo: memFree=1933616/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301513 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11100
/proc/meminfo: memFree=1933616/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701554 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11100
/proc/meminfo: memFree=1933616/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50263 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11106
/proc/meminfo: memFree=1931040/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
[pid=11106] ppid=11100 vsize=3916 CPUtime=1.48
/proc/11106/stat : 11106 (minisat_static) R 11100 11100 10245 0 -1 4194304 640 0 0 0 148 0 0 0 25 0 1 0 306963010 4009984 626 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/11106/statm: 979 626 76 170 0 806 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9272

[startup+3.10179 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11106
/proc/meminfo: memFree=1930656/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
[pid=11106] ppid=11100 vsize=4444 CPUtime=3.08
/proc/11106/stat : 11106 (minisat_static) R 11100 11100 10245 0 -1 4194304 760 0 0 0 308 0 0 0 25 0 1 0 306963010 4550656 746 1992294400 134512640 135212243 4294956240 18446744073709551615 134526162 0 0 4096 3 0 0 0 17 0 0 0
/proc/11106/statm: 1111 746 76 170 0 938 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9800

[startup+6.30111 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11106
/proc/meminfo: memFree=1929840/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
[pid=11106] ppid=11100 vsize=5048 CPUtime=6.27
/proc/11106/stat : 11106 (minisat_static) R 11100 11100 10245 0 -1 4194304 904 0 0 0 627 0 0 0 25 0 1 0 306963010 5169152 890 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/11106/statm: 1262 890 76 170 0 1089 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10404

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11106
/proc/meminfo: memFree=1928824/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
[pid=11106] ppid=11100 vsize=6004 CPUtime=12.67
/proc/11106/stat : 11106 (minisat_static) R 11100 11100 10245 0 -1 4194304 1156 0 0 0 1267 0 0 0 25 0 1 0 306963010 6148096 1142 1992294400 134512640 135212243 4294956240 18446744073709551615 134526058 0 0 4096 3 0 0 0 17 0 0 0
/proc/11106/statm: 1501 1142 76 170 0 1328 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11360

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11106
/proc/meminfo: memFree=1927800/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
[pid=11106] ppid=11100 vsize=7332 CPUtime=25.47
/proc/11106/stat : 11106 (minisat_static) R 11100 11100 10245 0 -1 4194304 1474 0 0 0 2546 1 0 0 25 0 1 0 306963010 7507968 1460 1992294400 134512640 135212243 4294956240 18446744073709551615 134526035 0 0 4096 3 0 0 0 17 0 0 0
/proc/11106/statm: 1833 1460 76 170 0 1660 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12688

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11106
/proc/meminfo: memFree=1926520/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
[pid=11106] ppid=11100 vsize=8468 CPUtime=51.06
/proc/11106/stat : 11106 (minisat_static) R 11100 11100 10245 0 -1 4194304 1758 0 0 0 5105 1 0 0 25 0 1 0 306963010 8671232 1744 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/11106/statm: 2117 1744 76 170 0 1944 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 13824

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11106
/proc/meminfo: memFree=1924216/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
[pid=11106] ppid=11100 vsize=10736 CPUtime=102.24
/proc/11106/stat : 11106 (minisat_static) R 11100 11100 10245 0 -1 4194304 2318 0 0 0 10222 2 0 0 25 0 1 0 306963010 10993664 2304 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/11106/statm: 2684 2304 76 170 0 2511 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 16092

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11106
/proc/meminfo: memFree=1922424/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
[pid=11106] ppid=11100 vsize=12472 CPUtime=162.21
/proc/11106/stat : 11106 (minisat_static) R 11100 11100 10245 0 -1 4194304 2751 0 0 0 16219 2 0 0 25 0 1 0 306963010 12771328 2737 1992294400 134512640 135212243 4294956240 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 0 0 0
/proc/11106/statm: 3118 2737 76 170 0 2945 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 17828

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11106
/proc/meminfo: memFree=1920312/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
[pid=11106] ppid=11100 vsize=14484 CPUtime=222.19
/proc/11106/stat : 11106 (minisat_static) R 11100 11100 10245 0 -1 4194304 3270 0 0 0 22216 3 0 0 25 0 1 0 306963010 14831616 3256 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/11106/statm: 3621 3256 76 170 0 3448 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 19840

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11106
/proc/meminfo: memFree=1919032/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
[pid=11106] ppid=11100 vsize=15880 CPUtime=282.16
/proc/11106/stat : 11106 (minisat_static) R 11100 11100 10245 0 -1 4194304 3575 0 0 0 28213 3 0 0 25 0 1 0 306963010 16261120 3561 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/11106/statm: 3970 3561 76 170 0 3797 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 21236

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11106
/proc/meminfo: memFree=1917624/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
[pid=11106] ppid=11100 vsize=17340 CPUtime=342.14
/proc/11106/stat : 11106 (minisat_static) R 11100 11100 10245 0 -1 4194304 3931 0 0 0 34210 4 0 0 25 0 1 0 306963010 17756160 3917 1992294400 134512640 135212243 4294956240 18446744073709551615 134526032 0 0 4096 3 0 0 0 17 0 0 0
/proc/11106/statm: 4335 3917 76 170 0 4162 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 22696

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11106
/proc/meminfo: memFree=1916920/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
[pid=11106] ppid=11100 vsize=18040 CPUtime=402.12
/proc/11106/stat : 11106 (minisat_static) R 11100 11100 10245 0 -1 4194304 4120 0 0 0 40208 4 0 0 25 0 1 0 306963010 18472960 4106 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/11106/statm: 4510 4106 76 170 0 4337 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 23396

[startup+462.302 s]

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

[pid=11106] ppid=11100 vsize=18844 CPUtime=462.08
/proc/11106/stat : 11106 (minisat_static) R 11100 11100 10245 0 -1 4194304 4322 0 0 0 46204 4 0 0 25 0 1 0 306963010 19296256 4308 1992294400 134512640 135212243 4294956240 18446744073709551615 134526032 0 0 4096 3 0 0 0 17 0 0 0
/proc/11106/statm: 4711 4308 76 170 0 4538 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 24200

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11106
/proc/meminfo: memFree=1914296/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
[pid=11106] ppid=11100 vsize=20512 CPUtime=522.06
/proc/11106/stat : 11106 (minisat_static) R 11100 11100 10245 0 -1 4194304 4723 0 0 0 52202 4 0 0 25 0 1 0 306963010 21004288 4709 1992294400 134512640 135212243 4294956240 18446744073709551615 134526197 0 0 4096 3 0 0 0 17 0 0 0
/proc/11106/statm: 5128 4709 76 170 0 4955 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 25868

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11106
/proc/meminfo: memFree=1914168/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
[pid=11106] ppid=11100 vsize=20656 CPUtime=582.04
/proc/11106/stat : 11106 (minisat_static) R 11100 11100 10245 0 -1 4194304 4766 0 0 0 58199 5 0 0 25 0 1 0 306963010 21151744 4752 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/11106/statm: 5164 4752 76 170 0 4991 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 26012

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11106
/proc/meminfo: memFree=1912440/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
[pid=11106] ppid=11100 vsize=22708 CPUtime=642.02
/proc/11106/stat : 11106 (minisat_static) R 11100 11100 10245 0 -1 4194304 5204 0 0 0 64197 5 0 0 25 0 1 0 306963010 23252992 5190 1992294400 134512640 135212243 4294956240 18446744073709551615 134526162 0 0 4096 3 0 0 0 17 0 0 0
/proc/11106/statm: 5677 5190 76 170 0 5504 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 28064

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11106
/proc/meminfo: memFree=1912248/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
[pid=11106] ppid=11100 vsize=22844 CPUtime=701.99
/proc/11106/stat : 11106 (minisat_static) R 11100 11100 10245 0 -1 4194304 5224 0 0 0 70194 5 0 0 25 0 1 0 306963010 23392256 5210 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/11106/statm: 5711 5210 76 170 0 5538 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 28200

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11106
/proc/meminfo: memFree=1911416/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
[pid=11106] ppid=11100 vsize=23684 CPUtime=761.97
/proc/11106/stat : 11106 (minisat_static) R 11100 11100 10245 0 -1 4194304 5429 0 0 0 76192 5 0 0 25 0 1 0 306963010 24252416 5415 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/11106/statm: 5921 5415 76 170 0 5748 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 29040

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11106
/proc/meminfo: memFree=1910328/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
[pid=11106] ppid=11100 vsize=24608 CPUtime=821.95
/proc/11106/stat : 11106 (minisat_static) R 11100 11100 10245 0 -1 4194304 5690 0 0 0 82189 6 0 0 25 0 1 0 306963010 25198592 5676 1992294400 134512640 135212243 4294956240 18446744073709551615 134526257 0 0 4096 3 0 0 0 17 0 0 0
/proc/11106/statm: 6152 5676 76 170 0 5979 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 29964

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11106
/proc/meminfo: memFree=1910264/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
[pid=11106] ppid=11100 vsize=24768 CPUtime=881.92
/proc/11106/stat : 11106 (minisat_static) R 11100 11100 10245 0 -1 4194304 5719 0 0 0 88186 6 0 0 25 0 1 0 306963010 25362432 5705 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/11106/statm: 6192 5705 76 170 0 6019 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 30124

[startup+942.301 s]
/proc/loadavg: 1.11 1.03 1.01 2/66 11106
/proc/meminfo: memFree=1909368/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
[pid=11106] ppid=11100 vsize=25568 CPUtime=941.89
/proc/11106/stat : 11106 (minisat_static) R 11100 11100 10245 0 -1 4194304 5949 0 0 0 94183 6 0 0 25 0 1 0 306963010 26181632 5935 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/11106/statm: 6392 5935 76 170 0 6219 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 30924

[startup+1002.3 s]
/proc/loadavg: 1.17 1.05 1.01 2/66 11106
/proc/meminfo: memFree=1908280/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
[pid=11106] ppid=11100 vsize=26700 CPUtime=1001.87
/proc/11106/stat : 11106 (minisat_static) R 11100 11100 10245 0 -1 4194304 6202 0 0 0 100180 7 0 0 25 0 1 0 306963010 27340800 6188 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/11106/statm: 6675 6188 76 170 0 6502 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 32056

[startup+1062.3 s]
/proc/loadavg: 1.17 1.07 1.02 2/66 11106
/proc/meminfo: memFree=1908152/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
[pid=11106] ppid=11100 vsize=26876 CPUtime=1061.85
/proc/11106/stat : 11106 (minisat_static) R 11100 11100 10245 0 -1 4194304 6241 0 0 0 106178 7 0 0 25 0 1 0 306963010 27521024 6227 1992294400 134512640 135212243 4294956240 18446744073709551615 134526123 0 0 4096 3 0 0 0 17 0 0 0
/proc/11106/statm: 6719 6227 76 170 0 6546 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 32232

[startup+1122.3 s]
/proc/loadavg: 1.06 1.06 1.01 2/66 11106
/proc/meminfo: memFree=1907832/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
[pid=11106] ppid=11100 vsize=27044 CPUtime=1121.82
/proc/11106/stat : 11106 (minisat_static) R 11100 11100 10245 0 -1 4194304 6297 0 0 0 112175 7 0 0 25 0 1 0 306963010 27693056 6283 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 0 0 0
/proc/11106/statm: 6761 6283 76 170 0 6588 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 32400

[startup+1182.3 s]
/proc/loadavg: 1.02 1.04 1.00 2/66 11106
/proc/meminfo: memFree=1905592/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
[pid=11106] ppid=11100 vsize=29288 CPUtime=1181.79
/proc/11106/stat : 11106 (minisat_static) R 11100 11100 10245 0 -1 4194304 6846 0 0 0 118172 7 0 0 25 0 1 0 306963010 29990912 6832 1992294400 134512640 135212243 4294956240 18446744073709551615 134526214 0 0 4096 3 0 0 0 17 0 0 0
/proc/11106/statm: 7322 6832 76 170 0 7149 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 34644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.01 1.04 1.00 2/66 11106
/proc/meminfo: memFree=1905528/2055920 swapFree=4180256/4192956
[pid=11100] ppid=11098 vsize=5356 CPUtime=0
/proc/11100/stat : 11100 (SatELiteGTI) S 11098 11100 10245 0 -1 4194304 335 407 0 0 0 0 0 0 16 0 1 0 306963008 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11100/statm: 1339 239 197 169 0 50 0
[pid=11106] ppid=11100 vsize=29288 CPUtime=1200.09
/proc/11106/stat : 11106 (minisat_static) R 11100 11100 10245 0 -1 4194304 6846 0 0 0 120002 7 0 0 25 0 1 0 306963010 29990912 6832 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 0 0 0
/proc/11106/statm: 7322 6832 76 170 0 7149 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 34644

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.12
CPU user time (s): 1200.03
CPU system time (s): 0.087986
CPU usage (%): 99.9588
Max. virtual memory (cumulated for all children) (KiB): 34644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.03
system time used= 0.087986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7598
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= 26
involuntary context switches= 3755

runsolver used 1.03184 second user time and 3.34549 second system time

The end

Launcher Data

Begin job on node12 at 2009-05-20 05:14:50
IDJOB=1832888
IDBENCH=70407
IDSOLVER=672
FILE ID=node12/1832888-1242789290
PBS_JOBID= 9322357
Free space on /tmp= 66300 MiB

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

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

MD5SUM BENCH= f5b73d46fd6886685677ead6f3b9d50d
RANDOM SEED=947858304

node12.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:       1934096 kB
Buffers:         11928 kB
Cached:          63944 kB
SwapCached:       6884 kB
Active:          32436 kB
Inactive:        51756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1934096 kB
SwapTotal:     4192956 kB
SwapFree:      4180256 kB
Dirty:            1624 kB
Writeback:           0 kB
Mapped:          13552 kB
Slab:            23064 kB
Committed_AS:  1153128 kB
PageTables:       2016 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66300 MiB
End job on node12 at 2009-05-20 05:34:53