Trace number 1832942

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

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/SATISFIABLE/100/
unif-k5-r21.3-v100-c2130-S393518083-009.cnf
MD5SUM81856c3d33444497a06d91594d737387
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.029995
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
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 |    2130    10650 |     638       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 100   #clauses: 2130   #literals: 10650
0.00/0.00	c CPU time:   0.001999 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   : 100          
0.00/0.01	c Number of clauses     : 2130         
0.00/0.01	c Parsing time: 0.00         s
1200.06/1200.61	HOME/SatELiteGTI: line 36: 12500 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-1832942-1242795198/watcher-1832942-1242795198 -o /tmp/evaluation-result-1832942-1242795198/solver-1832942-1242795198 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1832942-1242795198.cnf -random-seed=1509003234 

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 12494
/proc/meminfo: memFree=1886992/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) R 12492 12494 12365 0 -1 4194304 292 250 0 0 0 0 0 0 18 0 1 0 307552990 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 225612196511 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/12494/statm: 1339 237 197 169 0 50 0

[startup+0.079637 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12494
/proc/meminfo: memFree=1886992/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102638 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12494
/proc/meminfo: memFree=1886992/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302656 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12494
/proc/meminfo: memFree=1886992/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702695 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12494
/proc/meminfo: memFree=1886992/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50176 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12500
/proc/meminfo: memFree=1884608/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
[pid=12500] ppid=12494 vsize=3764 CPUtime=1.48
/proc/12500/stat : 12500 (minisat_static) R 12494 12494 12365 0 -1 4194304 583 0 0 0 148 0 0 0 25 0 1 0 307552991 3854336 569 1992294400 134512640 135212243 4294956240 18446744073709551615 134526154 0 0 4096 3 0 0 0 17 0 0 0
/proc/12500/statm: 941 569 76 170 0 768 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9120

[startup+3.10189 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12500
/proc/meminfo: memFree=1884288/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
[pid=12500] ppid=12494 vsize=4160 CPUtime=3.08
/proc/12500/stat : 12500 (minisat_static) R 12494 12494 12365 0 -1 4194304 691 0 0 0 308 0 0 0 25 0 1 0 307552991 4259840 677 1992294400 134512640 135212243 4294956240 18446744073709551615 134526154 0 0 4096 3 0 0 0 17 0 0 0
/proc/12500/statm: 1040 677 76 170 0 867 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9516

[startup+6.30117 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12500
/proc/meminfo: memFree=1883520/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
[pid=12500] ppid=12494 vsize=4624 CPUtime=6.28
/proc/12500/stat : 12500 (minisat_static) R 12494 12494 12365 0 -1 4194304 818 0 0 0 628 0 0 0 25 0 1 0 307552991 4734976 804 1992294400 134512640 135212243 4294956240 18446744073709551615 134526245 0 0 4096 3 0 0 0 17 0 0 0
/proc/12500/statm: 1156 804 76 170 0 983 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9980

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12500
/proc/meminfo: memFree=1882440/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
[pid=12500] ppid=12494 vsize=5720 CPUtime=12.67
/proc/12500/stat : 12500 (minisat_static) R 12494 12494 12365 0 -1 4194304 1069 0 0 0 1267 0 0 0 25 0 1 0 307552991 5857280 1055 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12500/statm: 1430 1055 76 170 0 1257 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11076

[startup+25.5028 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12500
/proc/meminfo: memFree=1881416/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
[pid=12500] ppid=12494 vsize=6776 CPUtime=25.47
/proc/12500/stat : 12500 (minisat_static) R 12494 12494 12365 0 -1 4194304 1341 0 0 0 2546 1 0 0 25 0 1 0 307552991 6938624 1327 1992294400 134512640 135212243 4294956240 18446744073709551615 134526123 0 0 4096 3 0 0 0 17 0 0 0
/proc/12500/statm: 1694 1327 76 170 0 1521 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12132

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12500
/proc/meminfo: memFree=1880136/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
[pid=12500] ppid=12494 vsize=8184 CPUtime=51.05
/proc/12500/stat : 12500 (minisat_static) R 12494 12494 12365 0 -1 4194304 1677 0 0 0 5104 1 0 0 25 0 1 0 307552991 8380416 1663 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12500/statm: 2046 1663 76 170 0 1873 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 13540

[startup+102.306 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 12500
/proc/meminfo: memFree=1878152/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
[pid=12500] ppid=12494 vsize=9940 CPUtime=102.24
/proc/12500/stat : 12500 (minisat_static) R 12494 12494 12365 0 -1 4194304 2115 0 0 0 10222 2 0 0 25 0 1 0 307552991 10178560 2101 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12500/statm: 2485 2101 76 170 0 2312 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 15296

[startup+162.303 s]
/proc/loadavg: 1.15 1.05 1.01 2/66 12500
/proc/meminfo: memFree=1876360/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
[pid=12500] ppid=12494 vsize=11740 CPUtime=162.2
/proc/12500/stat : 12500 (minisat_static) R 12494 12494 12365 0 -1 4194304 2544 0 0 0 16218 2 0 0 25 0 1 0 307552991 12021760 2530 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12500/statm: 2935 2530 76 170 0 2762 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 17096

[startup+222.303 s]
/proc/loadavg: 1.09 1.05 1.01 2/66 12500
/proc/meminfo: memFree=1874568/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
[pid=12500] ppid=12494 vsize=13496 CPUtime=222.18
/proc/12500/stat : 12500 (minisat_static) R 12494 12494 12365 0 -1 4194304 2982 0 0 0 22215 3 0 0 25 0 1 0 307552991 13819904 2968 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12500/statm: 3374 2968 76 170 0 3201 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 18852

[startup+282.303 s]
/proc/loadavg: 1.03 1.04 1.01 2/66 12500
/proc/meminfo: memFree=1873480/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
[pid=12500] ppid=12494 vsize=14648 CPUtime=282.15
/proc/12500/stat : 12500 (minisat_static) R 12494 12494 12365 0 -1 4194304 3250 0 0 0 28212 3 0 0 25 0 1 0 307552991 14999552 3236 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12500/statm: 3662 3236 76 170 0 3489 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 20004

[startup+342.302 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 12500
/proc/meminfo: memFree=1872072/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
[pid=12500] ppid=12494 vsize=15960 CPUtime=342.13
/proc/12500/stat : 12500 (minisat_static) R 12494 12494 12365 0 -1 4194304 3590 0 0 0 34209 4 0 0 25 0 1 0 307552991 16343040 3576 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12500/statm: 3990 3576 76 170 0 3817 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 21316

[startup+402.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 12500
/proc/meminfo: memFree=1871496/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
[pid=12500] ppid=12494 vsize=16688 CPUtime=402.11
/proc/12500/stat : 12500 (minisat_static) R 12494 12494 12365 0 -1 4194304 3766 0 0 0 40207 4 0 0 25 0 1 0 307552991 17088512 3752 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12500/statm: 4172 3752 76 170 0 3999 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 22044

[startup+462.302 s]

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

[pid=12500] ppid=12494 vsize=17404 CPUtime=462.08
/proc/12500/stat : 12500 (minisat_static) R 12494 12494 12365 0 -1 4194304 3940 0 0 0 46204 4 0 0 25 0 1 0 307552991 17821696 3926 1992294400 134512640 135212243 4294956240 18446744073709551615 134526044 0 0 4096 3 0 0 0 17 0 0 0
/proc/12500/statm: 4351 3926 76 170 0 4178 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 22760

[startup+522.303 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 12506
/proc/meminfo: memFree=1869056/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
[pid=12500] ppid=12494 vsize=18792 CPUtime=522.05
/proc/12500/stat : 12500 (minisat_static) R 12494 12494 12365 0 -1 4194304 4281 0 0 0 52200 5 0 0 25 0 1 0 307552991 19243008 4267 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 0 0 0
/proc/12500/statm: 4698 4267 76 170 0 4525 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 24148

[startup+582.303 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 12506
/proc/meminfo: memFree=1868928/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
[pid=12500] ppid=12494 vsize=18960 CPUtime=582.02
/proc/12500/stat : 12500 (minisat_static) R 12494 12494 12365 0 -1 4194304 4320 0 0 0 58197 5 0 0 25 0 1 0 307552991 19415040 4306 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12500/statm: 4740 4306 76 170 0 4567 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 24316

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12506
/proc/meminfo: memFree=1867520/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
[pid=12500] ppid=12494 vsize=20584 CPUtime=642.02
/proc/12500/stat : 12500 (minisat_static) R 12494 12494 12365 0 -1 4194304 4673 0 0 0 64196 6 0 0 25 0 1 0 307552991 21078016 4659 1992294400 134512640 135212243 4294956240 18446744073709551615 134526257 0 0 4096 3 0 0 0 17 0 0 0
/proc/12500/statm: 5146 4659 76 170 0 4973 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 25940

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12506
/proc/meminfo: memFree=1867520/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
[pid=12500] ppid=12494 vsize=20584 CPUtime=701.98
/proc/12500/stat : 12500 (minisat_static) R 12494 12494 12365 0 -1 4194304 4693 0 0 0 70192 6 0 0 25 0 1 0 307552991 21078016 4679 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12500/statm: 5146 4679 76 170 0 4973 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 25940

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12506
/proc/meminfo: memFree=1866368/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
[pid=12500] ppid=12494 vsize=21816 CPUtime=761.95
/proc/12500/stat : 12500 (minisat_static) R 12494 12494 12365 0 -1 4194304 4965 0 0 0 76189 6 0 0 25 0 1 0 307552991 22339584 4951 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12500/statm: 5454 4951 76 170 0 5281 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 27172

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12506
/proc/meminfo: memFree=1865608/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
[pid=12500] ppid=12494 vsize=22484 CPUtime=821.93
/proc/12500/stat : 12500 (minisat_static) R 12494 12494 12365 0 -1 4194304 5152 0 0 0 82187 6 0 0 25 0 1 0 307552991 23023616 5138 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12500/statm: 5621 5138 76 170 0 5448 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 27840

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12506
/proc/meminfo: memFree=1865416/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
[pid=12500] ppid=12494 vsize=22616 CPUtime=881.89
/proc/12500/stat : 12500 (minisat_static) R 12494 12494 12365 0 -1 4194304 5194 0 0 0 88183 6 0 0 25 0 1 0 307552991 23158784 5180 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12500/statm: 5654 5180 76 170 0 5481 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 27972

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12506
/proc/meminfo: memFree=1864584/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
[pid=12500] ppid=12494 vsize=23644 CPUtime=941.87
/proc/12500/stat : 12500 (minisat_static) R 12494 12494 12365 0 -1 4194304 5420 0 0 0 94181 6 0 0 25 0 1 0 307552991 24211456 5406 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12500/statm: 5911 5406 76 170 0 5738 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 29000

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12506
/proc/meminfo: memFree=1863560/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
[pid=12500] ppid=12494 vsize=24508 CPUtime=1001.84
/proc/12500/stat : 12500 (minisat_static) R 12494 12494 12365 0 -1 4194304 5636 0 0 0 100178 6 0 0 25 0 1 0 307552991 25096192 5622 1992294400 134512640 135212243 4294956240 18446744073709551615 134526154 0 0 4096 3 0 0 0 17 0 0 0
/proc/12500/statm: 6127 5622 76 170 0 5954 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 29864

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12506
/proc/meminfo: memFree=1863432/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
[pid=12500] ppid=12494 vsize=24680 CPUtime=1061.8
/proc/12500/stat : 12500 (minisat_static) R 12494 12494 12365 0 -1 4194304 5666 0 0 0 106174 6 0 0 25 0 1 0 307552991 25272320 5652 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12500/statm: 6170 5652 76 170 0 5997 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 30036

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12506
/proc/meminfo: memFree=1863176/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
[pid=12500] ppid=12494 vsize=24964 CPUtime=1121.78
/proc/12500/stat : 12500 (minisat_static) R 12494 12494 12365 0 -1 4194304 5737 0 0 0 112172 6 0 0 25 0 1 0 307552991 25563136 5723 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12500/statm: 6241 5723 76 170 0 6068 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 30320

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12506
/proc/meminfo: memFree=1861320/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
[pid=12500] ppid=12494 vsize=26656 CPUtime=1181.77
/proc/12500/stat : 12500 (minisat_static) R 12494 12494 12365 0 -1 4194304 6190 0 0 0 118170 7 0 0 25 0 1 0 307552991 27295744 6176 1992294400 134512640 135212243 4294956240 18446744073709551615 134533011 0 0 4096 3 0 0 0 17 0 0 0
/proc/12500/statm: 6664 6176 76 170 0 6491 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 32012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12506
/proc/meminfo: memFree=1861256/2055920 swapFree=4179340/4192956
[pid=12494] ppid=12492 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (SatELiteGTI) S 12492 12494 12365 0 -1 4194304 335 398 0 0 0 0 0 0 16 0 1 0 307552990 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12494/statm: 1339 239 197 169 0 50 0
[pid=12500] ppid=12494 vsize=26656 CPUtime=1200.06
/proc/12500/stat : 12500 (minisat_static) R 12494 12494 12365 0 -1 4194304 6190 0 0 0 119999 7 0 0 25 0 1 0 307552991 27295744 6176 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/12500/statm: 6664 6176 76 170 0 6491 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 32012

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.08
CPU user time (s): 1200
CPU system time (s): 0.078987
CPU usage (%): 99.9559
Max. virtual memory (cumulated for all children) (KiB): 32012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6933
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= 3524

runsolver used 0.960853 second user time and 3.41748 second system time

The end

Launcher Data

Begin job on node31 at 2009-05-20 06:53:18
IDJOB=1832942
IDBENCH=70434
IDSOLVER=672
FILE ID=node31/1832942-1242795198
PBS_JOBID= 9322392
Free space on /tmp= 66232 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/SATISFIABLE/100/unif-k5-r21.3-v100-c2130-S393518083-009.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1832942-1242795198/watcher-1832942-1242795198 -o /tmp/evaluation-result-1832942-1242795198/solver-1832942-1242795198 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1832942-1242795198.cnf -random-seed=1509003234

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

MD5SUM BENCH= 81856c3d33444497a06d91594d737387
RANDOM SEED=1509003234

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:       1887472 kB
Buffers:         33924 kB
Cached:          86736 kB
SwapCached:       7180 kB
Active:          37480 kB
Inactive:        92884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1887472 kB
SwapTotal:     4192956 kB
SwapFree:      4179340 kB
Dirty:            1612 kB
Writeback:           0 kB
Mapped:          14304 kB
Slab:            23884 kB
Committed_AS:  1003376 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:13:21