Trace number 1833058

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.71

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/75/
unif-k7-r89-v75-c6675-S2058039218-006.cnf
MD5SUM89d430115ed57f7d5b6a0f9a2181e3b8
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 variables75
Number of clauses6675
Sum of the clauses size46725
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56675

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    6675    46725 |    2002       0        0     nan |  0.000 % |
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 75   #clauses: 6675   #literals: 46725
0.00/0.01	c CPU time:   0.007998 s
0.00/0.01	c ==============================================================================
0.00/0.02	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.02	c Number of variables   : 75           
0.00/0.02	c Number of clauses     : 6675         
0.00/0.03	c Parsing time: 0.01         s
1200.09/1200.71	HOME/SatELiteGTI: line 36: 14307 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-1833058-1242800656/watcher-1833058-1242800656 -o /tmp/evaluation-result-1833058-1242800656/solver-1833058-1242800656 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1833058-1242800656.cnf -random-seed=1390180623 

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 14301
/proc/meminfo: memFree=1887024/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0
/proc/14301/stat : 14301 (SatELiteGTI) R 14299 14301 14117 0 -1 4194304 291 250 0 0 0 0 0 0 18 0 1 0 308098368 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907428573 0 0 4100 65536 0 0 0 17 0 0 0
/proc/14301/statm: 1339 237 197 169 0 50 0

[startup+0.0746811 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14301
/proc/meminfo: memFree=1887024/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5356

[startup+0.101682 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14301
/proc/meminfo: memFree=1887024/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5356

[startup+0.301711 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14301
/proc/meminfo: memFree=1887024/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5356

[startup+0.70177 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14301
/proc/meminfo: memFree=1887024/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5356

[startup+1.50289 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14307
/proc/meminfo: memFree=1884960/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
[pid=14307] ppid=14301 vsize=3212 CPUtime=1.46
/proc/14307/stat : 14307 (minisat_static) R 14301 14301 14117 0 -1 4194304 495 0 0 0 146 0 0 0 25 0 1 0 308098371 3289088 481 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 1 0 0
/proc/14307/statm: 803 481 76 170 0 630 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8568

[startup+3.10112 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14307
/proc/meminfo: memFree=1884512/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
[pid=14307] ppid=14301 vsize=3748 CPUtime=3.06
/proc/14307/stat : 14307 (minisat_static) R 14301 14301 14117 0 -1 4194304 622 0 0 0 306 0 0 0 25 0 1 0 308098371 3837952 608 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/14307/statm: 937 608 76 170 0 764 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9104

[startup+6.30259 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14307
/proc/meminfo: memFree=1883616/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
[pid=14307] ppid=14301 vsize=4408 CPUtime=6.24
/proc/14307/stat : 14307 (minisat_static) R 14301 14301 14117 0 -1 4194304 787 0 0 0 624 0 0 0 25 0 1 0 308098371 4513792 773 1992294400 134512640 135212243 4294956240 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 1 0 0
/proc/14307/statm: 1102 773 76 170 0 929 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 9764

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14307
/proc/meminfo: memFree=1882464/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
[pid=14307] ppid=14301 vsize=5736 CPUtime=12.63
/proc/14307/stat : 14307 (minisat_static) R 14301 14301 14117 0 -1 4194304 1102 0 0 0 1263 0 0 0 25 0 1 0 308098371 5873664 1088 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14307/statm: 1434 1088 76 170 0 1261 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 11092

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14307
/proc/meminfo: memFree=1881184/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
[pid=14307] ppid=14301 vsize=6824 CPUtime=25.43
/proc/14307/stat : 14307 (minisat_static) R 14301 14301 14117 0 -1 4194304 1394 0 0 0 2542 1 0 0 25 0 1 0 308098371 6987776 1380 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14307/statm: 1706 1380 76 170 0 1533 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 12180

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14307
/proc/meminfo: memFree=1879328/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
[pid=14307] ppid=14301 vsize=8884 CPUtime=51.02
/proc/14307/stat : 14307 (minisat_static) R 14301 14301 14117 0 -1 4194304 1898 0 0 0 5101 1 0 0 25 0 1 0 308098371 9097216 1884 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14307/statm: 2221 1884 76 170 0 2048 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 14240

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14307
/proc/meminfo: memFree=1876704/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
[pid=14307] ppid=14301 vsize=11180 CPUtime=102.2
/proc/14307/stat : 14307 (minisat_static) R 14301 14301 14117 0 -1 4194304 2480 0 0 0 10218 2 0 0 25 0 1 0 308098371 11448320 2466 1992294400 134512640 135212243 4294956240 18446744073709551615 134526150 0 0 4096 3 0 0 0 17 0 0 0
/proc/14307/statm: 2795 2466 76 170 0 2622 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 16536

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14307
/proc/meminfo: memFree=1874784/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
[pid=14307] ppid=14301 vsize=13180 CPUtime=162.17
/proc/14307/stat : 14307 (minisat_static) R 14301 14301 14117 0 -1 4194304 2948 0 0 0 16214 3 0 0 25 0 1 0 308098371 13496320 2934 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14307/statm: 3295 2934 76 170 0 3122 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 18536

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14307
/proc/meminfo: memFree=1873376/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
[pid=14307] ppid=14301 vsize=14568 CPUtime=222.14
/proc/14307/stat : 14307 (minisat_static) R 14301 14301 14117 0 -1 4194304 3309 0 0 0 22211 3 0 0 25 0 1 0 308098371 14917632 3295 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14307/statm: 3642 3295 76 170 0 3469 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 19924

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14307
/proc/meminfo: memFree=1871392/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
[pid=14307] ppid=14301 vsize=16688 CPUtime=282.11
/proc/14307/stat : 14307 (minisat_static) R 14301 14301 14117 0 -1 4194304 3793 0 0 0 28208 3 0 0 25 0 1 0 308098371 17088512 3779 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14307/statm: 4172 3779 76 170 0 3999 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 22044

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14307
/proc/meminfo: memFree=1870560/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
[pid=14307] ppid=14301 vsize=17548 CPUtime=342.09
/proc/14307/stat : 14307 (minisat_static) R 14301 14301 14117 0 -1 4194304 3985 0 0 0 34205 4 0 0 25 0 1 0 308098371 17969152 3971 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14307/statm: 4387 3971 76 170 0 4214 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 22904

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14307
/proc/meminfo: memFree=1869664/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
[pid=14307] ppid=14301 vsize=18364 CPUtime=402.05
/proc/14307/stat : 14307 (minisat_static) R 14301 14301 14117 0 -1 4194304 4195 0 0 0 40201 4 0 0 25 0 1 0 308098371 18804736 4181 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14307/statm: 4591 4181 76 170 0 4418 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 23720

[startup+462.302 s]

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

[pid=14307] ppid=14301 vsize=20892 CPUtime=522
/proc/14307/stat : 14307 (minisat_static) R 14301 14301 14117 0 -1 4194304 4810 0 0 0 52195 5 0 0 25 0 1 0 308098371 21393408 4796 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14307/statm: 5223 4796 76 170 0 5050 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 26248

[startup+582.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 14307
/proc/meminfo: memFree=1866400/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
[pid=14307] ppid=14301 vsize=21576 CPUtime=581.97
/proc/14307/stat : 14307 (minisat_static) R 14301 14301 14117 0 -1 4194304 4984 0 0 0 58192 5 0 0 25 0 1 0 308098371 22093824 4970 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14307/statm: 5394 4970 76 170 0 5221 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 26932

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14307
/proc/meminfo: memFree=1865312/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
[pid=14307] ppid=14301 vsize=22572 CPUtime=641.94
/proc/14307/stat : 14307 (minisat_static) R 14301 14301 14117 0 -1 4194304 5251 0 0 0 64189 5 0 0 25 0 1 0 308098371 23113728 5237 1992294400 134512640 135212243 4294956240 18446744073709551615 134526236 0 0 4096 3 0 0 0 17 0 0 0
/proc/14307/statm: 5643 5237 76 170 0 5470 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 27928

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14307
/proc/meminfo: memFree=1864480/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
[pid=14307] ppid=14301 vsize=23728 CPUtime=701.92
/proc/14307/stat : 14307 (minisat_static) R 14301 14301 14117 0 -1 4194304 5448 0 0 0 70186 6 0 0 25 0 1 0 308098371 24297472 5434 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14307/statm: 5932 5434 76 170 0 5759 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 29084

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14307
/proc/meminfo: memFree=1864096/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
[pid=14307] ppid=14301 vsize=24052 CPUtime=761.89
/proc/14307/stat : 14307 (minisat_static) R 14301 14301 14117 0 -1 4194304 5537 0 0 0 76183 6 0 0 25 0 1 0 308098371 24629248 5523 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14307/statm: 6013 5523 76 170 0 5840 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 29408

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14307
/proc/meminfo: memFree=1862304/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
[pid=14307] ppid=14301 vsize=25892 CPUtime=821.85
/proc/14307/stat : 14307 (minisat_static) R 14301 14301 14117 0 -1 4194304 5975 0 0 0 82179 6 0 0 25 0 1 0 308098371 26513408 5961 1992294400 134512640 135212243 4294956240 18446744073709551615 134526464 0 0 4096 3 0 0 0 17 0 0 0
/proc/14307/statm: 6473 5961 76 170 0 6300 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 31248

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14307
/proc/meminfo: memFree=1862240/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
[pid=14307] ppid=14301 vsize=25892 CPUtime=881.82
/proc/14307/stat : 14307 (minisat_static) R 14301 14301 14117 0 -1 4194304 5983 0 0 0 88176 6 0 0 25 0 1 0 308098371 26513408 5969 1992294400 134512640 135212243 4294956240 18446744073709551615 134526169 0 0 4096 3 0 0 0 17 0 0 0
/proc/14307/statm: 6473 5969 76 170 0 6300 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 31248

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14307
/proc/meminfo: memFree=1861920/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
[pid=14307] ppid=14301 vsize=26216 CPUtime=941.8
/proc/14307/stat : 14307 (minisat_static) R 14301 14301 14117 0 -1 4194304 6057 0 0 0 94174 6 0 0 25 0 1 0 308098371 26845184 6043 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14307/statm: 6554 6043 76 170 0 6381 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 31572

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14309
/proc/meminfo: memFree=1859808/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
[pid=14307] ppid=14301 vsize=28084 CPUtime=1001.76
/proc/14307/stat : 14307 (minisat_static) R 14301 14301 14117 0 -1 4194304 6542 0 0 0 100169 7 0 0 25 0 1 0 308098371 28758016 6528 1992294400 134512640 135212243 4294956240 18446744073709551615 134526229 0 0 4096 3 0 0 0 17 0 0 0
/proc/14307/statm: 7021 6528 76 170 0 6848 0
Current children cumulated CPU time (s) 1001.78
Current children cumulated vsize (KiB) 33440

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14309
/proc/meminfo: memFree=1859744/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
[pid=14307] ppid=14301 vsize=28084 CPUtime=1061.74
/proc/14307/stat : 14307 (minisat_static) R 14301 14301 14117 0 -1 4194304 6542 0 0 0 106167 7 0 0 25 0 1 0 308098371 28758016 6528 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14307/statm: 7021 6528 76 170 0 6848 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 33440

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14309
/proc/meminfo: memFree=1859744/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
[pid=14307] ppid=14301 vsize=28400 CPUtime=1121.71
/proc/14307/stat : 14307 (minisat_static) R 14301 14301 14117 0 -1 4194304 6594 0 0 0 112164 7 0 0 25 0 1 0 308098371 29081600 6580 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14307/statm: 7100 6580 76 170 0 6927 0
Current children cumulated CPU time (s) 1121.73
Current children cumulated vsize (KiB) 33756

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14309
/proc/meminfo: memFree=1858848/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
[pid=14307] ppid=14301 vsize=29360 CPUtime=1181.68
/proc/14307/stat : 14307 (minisat_static) R 14301 14301 14117 0 -1 4194304 6833 0 0 0 118161 7 0 0 25 0 1 0 308098371 30064640 6819 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14307/statm: 7340 6819 76 170 0 7167 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 34716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14309
/proc/meminfo: memFree=1857696/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
[pid=14307] ppid=14301 vsize=30376 CPUtime=1200.07
/proc/14307/stat : 14307 (minisat_static) R 14301 14301 14117 0 -1 4194304 7100 0 0 0 119999 8 0 0 25 0 1 0 308098371 31105024 7086 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14307/statm: 7594 7086 76 170 0 7421 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 35732

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

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14309
/proc/meminfo: memFree=1857696/2055920 swapFree=4179700/4192956
[pid=14301] ppid=14299 vsize=5356 CPUtime=0.02
/proc/14301/stat : 14301 (SatELiteGTI) S 14299 14301 14117 0 -1 4194304 335 507 0 0 0 0 2 0 16 0 1 0 308098368 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14301/statm: 1339 239 197 169 0 50 0
[pid=14307] ppid=14301 vsize=30376 CPUtime=1200.07
/proc/14307/stat : 14307 (minisat_static) R 14301 14301 14117 0 -1 4194304 7100 0 0 0 119999 8 0 0 25 0 1 0 308098371 31105024 7086 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/14307/statm: 7594 7086 76 170 0 7421 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 35732

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.71
CPU time (s): 1200.12
CPU user time (s): 1200.02
CPU system time (s): 0.094985
CPU usage (%): 99.9503
Max. virtual memory (cumulated for all children) (KiB): 35732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.02
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7952
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= 23
involuntary context switches= 3053

runsolver used 1.00485 second user time and 3.37149 second system time

The end

Launcher Data

Begin job on node30 at 2009-05-20 08:24:16
IDJOB=1833058
IDBENCH=70492
IDSOLVER=672
FILE ID=node30/1833058-1242800656
PBS_JOBID= 9322412
Free space on /tmp= 66396 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/75/unif-k7-r89-v75-c6675-S2058039218-006.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1833058-1242800656/watcher-1833058-1242800656 -o /tmp/evaluation-result-1833058-1242800656/solver-1833058-1242800656 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1833058-1242800656.cnf -random-seed=1390180623

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

MD5SUM BENCH= 89d430115ed57f7d5b6a0f9a2181e3b8
RANDOM SEED=1390180623

node30.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.265
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.265
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:       1887504 kB
Buffers:         37268 kB
Cached:          84616 kB
SwapCached:       7588 kB
Active:          41152 kB
Inactive:        89684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1887504 kB
SwapTotal:     4192956 kB
SwapFree:      4179700 kB
Dirty:            1748 kB
Writeback:           0 kB
Mapped:          14048 kB
Slab:            23664 kB
Committed_AS:  1139480 kB
PageTables:       1360 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= 66396 MiB
End job on node30 at 2009-05-20 08:44:19