Trace number 355811

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, and are wall clock time (not CPU 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
TiniSatELite 2007-02-08? (TO) 10000.1 10006.4

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k95.cnf
MD5SUM271f133ecbb26442db352418a90fc3e7
Bench CategoryINDUST (industrial 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 variables49582
Number of clauses175195
Sum of the clauses size464017
Maximum clause length37
Minimum clause length1
Number of clauses of size 11253
Number of clauses of size 292771
Number of clauses of size 374550
Number of clauses of size 4466
Number of clauses of size 5905
Number of clauses of size over 55250

Solver Data (download as text)

0.00/0.00	c Parsing...
0.00/0.17	c ==============================================================================
0.00/0.17	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.17	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.17	c ==============================================================================
0.00/0.17	c |         0 |  173942   462764 |   52182       0        0     nan |  0.000 % |
0.00/0.94	c |         0 |  125675   455577 |      --       0       --      -- |     --   | -46365/-1498
0.00/0.94	c ==============================================================================
0.00/0.94	c Result  :   #vars: 17987   #clauses: 125675   #literals: 455577
0.00/0.94	c CPU time:   0.889864 s
0.00/0.94	c ==============================================================================
1.12/1.34	c Tinisat 0.22
1.12/1.34	c solving /tmp/GTI_node27.alineos.net_8057.cnf
1.12/1.34	c 17987 variables, 125675 clauses

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node27/watcher-355811-1176797722 -o ROOT/results/node27/solver-355811-1176797722 -C 10000 -W -M --output-limit 1,15 /tmp/evaluation/355811-1176797722/TiniSatELite /tmp/evaluation/355811-1176797722/instance-355811-1176797722.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 0 seconds
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.80 0.95 0.98 3/65 8057
/proc/meminfo: memFree=1944800/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=0
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 274 0 0 0 0 0 0 0 18 0 1 0 92468114 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445839442 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/8057/statm: 1338 232 195 169 0 49 0
[pid=8058] ppid=8057 vsize=5352 CPUtime=0
/proc/8058/stat : 8058 (TiniSatELite) S 8057 8057 8001 0 -1 4194368 52 25 0 0 0 0 0 0 20 0 1 0 92468115 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4096 65538 18446744071563356171 0 0 17 1 0 0
/proc/8058/statm: 1338 236 198 169 0 49 0

[startup+0.03143 s]
/proc/loadavg: 0.80 0.95 0.98 3/65 8057
/proc/meminfo: memFree=1944800/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=0
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 92468114 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8057/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.101435 s]
/proc/loadavg: 0.80 0.95 0.98 3/65 8057
/proc/meminfo: memFree=1944800/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=0
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 92468114 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8057/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.301453 s]
/proc/loadavg: 0.80 0.95 0.98 3/65 8057
/proc/meminfo: memFree=1944800/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=0
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 92468114 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8057/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.701493 s]
/proc/loadavg: 0.80 0.95 0.98 3/65 8057
/proc/meminfo: memFree=1944800/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=0
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 92468114 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8057/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.50159 s]
/proc/loadavg: 0.80 0.95 0.98 2/67 8062
/proc/meminfo: memFree=1915344/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=1.12
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 332 7755 0 0 0 0 106 6 16 0 1 0 92468114 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8057/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 5352

[startup+3.10275 s]
/proc/loadavg: 0.80 0.95 0.98 2/67 8063
/proc/meminfo: memFree=1929616/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=1.12
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 332 7755 0 0 0 0 106 6 16 0 1 0 92468114 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8057/statm: 1338 236 197 169 0 49 0
[pid=8063] ppid=8057 vsize=12304 CPUtime=1.96
/proc/8063/stat : 8063 (tinisat) R 8057 8057 8001 0 -1 4194304 2936 0 0 0 195 1 0 0 25 0 1 0 92468227 12599296 2569 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134533224 0 0 4096 0 0 0 0 17 0 0 0
/proc/8063/statm: 3076 2569 52 110 0 2963 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 17656

[startup+6.30106 s]
/proc/loadavg: 0.89 0.97 0.99 2/67 8063
/proc/meminfo: memFree=1927312/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=1.12
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 332 7755 0 0 0 0 106 6 16 0 1 0 92468114 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8057/statm: 1338 236 197 169 0 49 0
[pid=8063] ppid=8057 vsize=21388 CPUtime=5.15
/proc/8063/stat : 8063 (tinisat) R 8057 8057 8001 0 -1 4194304 3454 0 0 0 514 1 0 0 25 0 1 0 92468227 21901312 3087 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/8063/statm: 5347 3087 52 110 0 5234 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 26740

[startup+12.7017 s]
/proc/loadavg: 0.90 0.97 0.99 2/67 8063
/proc/meminfo: memFree=1923216/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=1.12
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 332 7755 0 0 0 0 106 6 16 0 1 0 92468114 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8057/statm: 1338 236 197 169 0 49 0
[pid=8063] ppid=8057 vsize=21388 CPUtime=11.56
/proc/8063/stat : 8063 (tinisat) R 8057 8057 8001 0 -1 4194304 4465 0 0 0 1153 3 0 0 25 0 1 0 92468227 21901312 4098 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/8063/statm: 5347 4098 52 110 0 5234 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26740

[startup+25.502 s]
/proc/loadavg: 0.92 0.97 0.99 2/67 8063
/proc/meminfo: memFree=1916304/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=1.12
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 332 7755 0 0 0 0 106 6 16 0 1 0 92468114 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8057/statm: 1338 236 197 169 0 49 0
[pid=8063] ppid=8057 vsize=39556 CPUtime=24.35
/proc/8063/stat : 8063 (tinisat) R 8057 8057 8001 0 -1 4194304 6178 0 0 0 2431 4 0 0 25 0 1 0 92468227 40505344 5811 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/8063/statm: 9889 5811 52 110 0 9776 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 44908

[startup+51.1016 s]
/proc/loadavg: 0.95 0.97 0.99 2/67 8063
/proc/meminfo: memFree=1906960/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=1.12
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 332 7755 0 0 0 0 106 6 16 0 1 0 92468114 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8057/statm: 1338 236 197 169 0 49 0
[pid=8063] ppid=8057 vsize=39556 CPUtime=49.92
/proc/8063/stat : 8063 (tinisat) R 8057 8057 8001 0 -1 4194304 8543 0 0 0 4986 6 0 0 25 0 1 0 92468227 40505344 8176 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515539 0 0 4096 0 0 0 0 17 0 0 0
/proc/8063/statm: 9889 8176 52 110 0 9776 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 44908

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/67 8063
/proc/meminfo: memFree=1885328/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=1.12
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 332 7755 0 0 0 0 106 6 16 0 1 0 92468114 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8057/statm: 1338 236 197 169 0 49 0
[pid=8063] ppid=8057 vsize=76284 CPUtime=101.09
/proc/8063/stat : 8063 (tinisat) R 8057 8057 8001 0 -1 4194304 13878 0 0 0 10097 12 0 0 25 0 1 0 92468227 78114816 13511 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515313 0 0 4096 0 0 0 0 17 0 0 0
/proc/8063/statm: 19071 13511 52 110 0 18958 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 81636

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 8063
/proc/meminfo: memFree=1865424/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=1.12
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 332 7755 0 0 0 0 106 6 16 0 1 0 92468114 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8057/statm: 1338 236 197 169 0 49 0
[pid=8063] ppid=8057 vsize=78648 CPUtime=161.05
/proc/8063/stat : 8063 (tinisat) R 8057 8057 8001 0 -1 4194304 18871 0 0 0 16087 18 0 0 25 0 1 0 92468227 80535552 18504 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519883 0 0 4096 0 0 0 0 17 0 0 0
/proc/8063/statm: 19662 18504 52 110 0 19549 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 84000

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 8063
/proc/meminfo: memFree=1849872/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=1.12
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 332 7755 0 0 0 0 106 6 16 0 1 0 92468114 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8057/statm: 1338 236 197 169 0 49 0
[pid=8063] ppid=8057 vsize=151708 CPUtime=221
/proc/8063/stat : 8063 (tinisat) R 8057 8057 8001 0 -1 4194304 22709 0 0 0 22078 22 0 0 25 0 1 0 92468227 155348992 22342 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 0 0 0
/proc/8063/statm: 37927 22342 52 110 0 37814 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 157060

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 8063
/proc/meminfo: memFree=1835856/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=1.12
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 332 7755 0 0 0 0 106 6 16 0 1 0 92468114 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8057/statm: 1338 236 197 169 0 49 0
[pid=8063] ppid=8057 vsize=152372 CPUtime=280.97
/proc/8063/stat : 8063 (tinisat) R 8057 8057 8001 0 -1 4194304 26230 0 0 0 28071 26 0 0 25 0 1 0 92468227 156028928 25863 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 0 0 0
/proc/8063/statm: 38093 25863 52 110 0 37980 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 157724

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 8063
/proc/meminfo: memFree=1824784/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=1.12
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 332 7755 0 0 0 0 106 6 16 0 1 0 92468114 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8057/statm: 1338 236 197 169 0 49 0
[pid=8063] ppid=8057 vsize=152772 CPUtime=340.93
/proc/8063/stat : 8063 (tinisat) R 8057 8057 8001 0 -1 4194304 28990 0 0 0 34065 28 0 0 25 0 1 0 92468227 156438528 28623 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/8063/statm: 38193 28623 52 110 0 38080 0
Current children cumulated CPU time (s) 342.05
Current children cumulated vsize (KiB) 158124

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 8063
/proc/meminfo: memFree=1804368/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=1.12
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 332 7755 0 0 0 0 106 6 16 0 1 0 92468114 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8057/statm: 1338 236 197 169 0 49 0
[pid=8063] ppid=8057 vsize=152904 CPUtime=400.89
/proc/8063/stat : 8063 (tinisat) R 8057 8057 8001 0 -1 4194304 34123 0 0 0 40055 34 0 0 25 0 1 0 92468227 156573696 33756 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/8063/statm: 38226 33756 52 110 0 38113 0
Current children cumulated CPU time (s) 402.01
Current children cumulated vsize (KiB) 158256

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 8063

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

/proc/8063/statm: 303368 276850 52 110 0 303255 0
Current children cumulated CPU time (s) 9336.4
Current children cumulated vsize (KiB) 1218824

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 8465
/proc/meminfo: memFree=821840/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=1.12
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 332 7755 0 0 0 0 106 6 16 0 1 0 92468114 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8057/statm: 1338 236 197 169 0 49 0
[pid=8063] ppid=8057 vsize=1213616 CPUtime=9395.23
/proc/8063/stat : 8063 (tinisat) R 8057 8057 8001 0 -1 4194304 280567 0 0 0 939204 319 0 0 25 0 1 0 92468227 1242742784 278076 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519878 0 0 4096 0 0 0 0 17 0 0 0
/proc/8063/statm: 303404 278076 52 110 0 303291 0
Current children cumulated CPU time (s) 9396.35
Current children cumulated vsize (KiB) 1218968

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 8465
/proc/meminfo: memFree=817232/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=1.12
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 332 7755 0 0 0 0 106 6 16 0 1 0 92468114 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8057/statm: 1338 236 197 169 0 49 0
[pid=8063] ppid=8057 vsize=1213616 CPUtime=9455.19
/proc/8063/stat : 8063 (tinisat) R 8057 8057 8001 0 -1 4194304 281682 0 0 0 945199 320 0 0 25 0 1 0 92468227 1242742784 279191 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/8063/statm: 303404 279191 52 110 0 303291 0
Current children cumulated CPU time (s) 9456.31
Current children cumulated vsize (KiB) 1218968

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 8465
/proc/meminfo: memFree=813200/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=1.12
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 332 7755 0 0 0 0 106 6 16 0 1 0 92468114 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8057/statm: 1338 236 197 169 0 49 0
[pid=8063] ppid=8057 vsize=1213776 CPUtime=9515.17
/proc/8063/stat : 8063 (tinisat) R 8057 8057 8001 0 -1 4194304 282705 0 0 0 951195 322 0 0 25 0 1 0 92468227 1242906624 280214 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 0 0 0
/proc/8063/statm: 303444 280214 52 110 0 303331 0
Current children cumulated CPU time (s) 9516.29
Current children cumulated vsize (KiB) 1219128

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 8465
/proc/meminfo: memFree=808784/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=1.12
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 332 7755 0 0 0 0 106 6 16 0 1 0 92468114 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8057/statm: 1338 236 197 169 0 49 0
[pid=8063] ppid=8057 vsize=1213776 CPUtime=9575.13
/proc/8063/stat : 8063 (tinisat) R 8057 8057 8001 0 -1 4194304 283800 0 0 0 957190 323 0 0 25 0 1 0 92468227 1242906624 281309 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/8063/statm: 303444 281309 52 110 0 303331 0
Current children cumulated CPU time (s) 9576.25
Current children cumulated vsize (KiB) 1219128

[startup+9642.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/67 8465
/proc/meminfo: memFree=803920/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=1.12
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 332 7755 0 0 0 0 106 6 16 0 1 0 92468114 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8057/statm: 1338 236 197 169 0 49 0
[pid=8063] ppid=8057 vsize=1213776 CPUtime=9635.08
/proc/8063/stat : 8063 (tinisat) R 8057 8057 8001 0 -1 4194304 285001 0 0 0 963185 323 0 0 25 0 1 0 92468227 1242906624 282510 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/8063/statm: 303444 282510 52 110 0 303331 0
Current children cumulated CPU time (s) 9636.2
Current children cumulated vsize (KiB) 1219128

[startup+9702.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/67 8465
/proc/meminfo: memFree=799312/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=1.12
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 332 7755 0 0 0 0 106 6 16 0 1 0 92468114 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8057/statm: 1338 236 197 169 0 49 0
[pid=8063] ppid=8057 vsize=1213776 CPUtime=9695.05
/proc/8063/stat : 8063 (tinisat) R 8057 8057 8001 0 -1 4194304 286109 0 0 0 969181 324 0 0 25 0 1 0 92468227 1242906624 283618 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/8063/statm: 303444 283618 52 110 0 303331 0
Current children cumulated CPU time (s) 9696.17
Current children cumulated vsize (KiB) 1219128

[startup+9762.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/67 8465
/proc/meminfo: memFree=794640/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=1.12
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 332 7755 0 0 0 0 106 6 16 0 1 0 92468114 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8057/statm: 1338 236 197 169 0 49 0
[pid=8063] ppid=8057 vsize=1213908 CPUtime=9755.01
/proc/8063/stat : 8063 (tinisat) R 8057 8057 8001 0 -1 4194304 287289 0 0 0 975176 325 0 0 25 0 1 0 92468227 1243041792 284798 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/8063/statm: 303477 284798 52 110 0 303364 0
Current children cumulated CPU time (s) 9756.13
Current children cumulated vsize (KiB) 1219260

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 8465
/proc/meminfo: memFree=790288/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=1.12
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 332 7755 0 0 0 0 106 6 16 0 1 0 92468114 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8057/statm: 1338 236 197 169 0 49 0
[pid=8063] ppid=8057 vsize=1213908 CPUtime=9814.98
/proc/8063/stat : 8063 (tinisat) R 8057 8057 8001 0 -1 4194304 288387 0 0 0 981172 326 0 0 25 0 1 0 92468227 1243041792 285896 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/8063/statm: 303477 285896 52 110 0 303364 0
Current children cumulated CPU time (s) 9816.1
Current children cumulated vsize (KiB) 1219260

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 8465
/proc/meminfo: memFree=785872/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=1.12
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 332 7755 0 0 0 0 106 6 16 0 1 0 92468114 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8057/statm: 1338 236 197 169 0 49 0
[pid=8063] ppid=8057 vsize=1214260 CPUtime=9874.95
/proc/8063/stat : 8063 (tinisat) R 8057 8057 8001 0 -1 4194304 289469 0 0 0 987168 327 0 0 25 0 1 0 92468227 1243402240 286978 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520081 0 0 4096 0 0 0 0 17 0 0 0
/proc/8063/statm: 303565 286978 52 110 0 303452 0
Current children cumulated CPU time (s) 9876.07
Current children cumulated vsize (KiB) 1219612

[startup+9942.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/73 8491
/proc/meminfo: memFree=780768/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=1.12
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 332 7755 0 0 0 0 106 6 16 0 1 0 92468114 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8057/statm: 1338 236 197 169 0 49 0
[pid=8063] ppid=8057 vsize=1214696 CPUtime=9934.89
/proc/8063/stat : 8063 (tinisat) R 8057 8057 8001 0 -1 4194304 290441 0 0 0 993160 329 0 0 25 0 1 0 92468227 1243848704 287950 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 0 0 0
/proc/8063/statm: 303674 287950 52 110 0 303561 0
Current children cumulated CPU time (s) 9936.01
Current children cumulated vsize (KiB) 1220048

[startup+10002.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/67 8663
/proc/meminfo: memFree=776456/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=1.12
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 332 7755 0 0 0 0 106 6 16 0 1 0 92468114 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8057/statm: 1338 236 197 169 0 49 0
[pid=8063] ppid=8057 vsize=1214828 CPUtime=9994.87
/proc/8063/stat : 8063 (tinisat) R 8057 8057 8001 0 -1 4194304 291728 0 0 0 999146 341 0 0 25 0 1 0 92468227 1243983872 289237 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/8063/statm: 303707 289237 52 110 0 303594 0
Current children cumulated CPU time (s) 9995.99
Current children cumulated vsize (KiB) 1220180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10006.4 s]
/proc/loadavg: 1.01 1.01 1.00 2/67 8663
/proc/meminfo: memFree=776144/2055920 swapFree=4179688/4192956
[pid=8057] ppid=8055 vsize=5352 CPUtime=1.12
/proc/8057/stat : 8057 (TiniSatELite) S 8055 8057 8001 0 -1 4194304 332 7755 0 0 0 0 106 6 16 0 1 0 92468114 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8057/statm: 1338 236 197 169 0 49 0
[pid=8063] ppid=8057 vsize=1214828 CPUtime=9998.97
/proc/8063/stat : 8063 (tinisat) R 8057 8057 8001 0 -1 4194304 291790 0 0 0 999556 341 0 0 25 0 1 0 92468227 1243983872 289299 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 0 0 0
/proc/8063/statm: 303707 289299 52 110 0 303594 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 1220180

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8057 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=66837
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=62990
# CPU time returned by wait4() is 1.12983
# while last known CPU time is 10000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10006.4
CPU time (s): 10000.1
CPU user time (s): 9996.62
CPU system time (s): 3.47
CPU usage (%): 99.9368
Max. virtual memory (cumulated for all children) (KiB): 1220180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.06684
system time used= 0.06299
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8087
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= 35
involuntary context switches= 14

runsolver used 9.14461 second user time and 27.2569 second system time

The end

Launcher Data (download as text)

Begin job on node27 on Tue Apr 17 08:15:22 UTC 2007

IDJOB= 355811
IDBENCH= 20528
IDSOLVER= 170
FILE ID= node27/355811-1176797722

PBS_JOBID= 4586248

Free space on /tmp= 66494 MiB

SOLVER NAME= TiniSatELite 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k95.cnf
COMMAND LINE= /tmp/evaluation/355811-1176797722/TiniSatELite /tmp/evaluation/355811-1176797722/instance-355811-1176797722.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node27/watcher-355811-1176797722 -o ROOT/results/node27/solver-355811-1176797722 -C 10000 -W  -M  --output-limit 1,15  /tmp/evaluation/355811-1176797722/TiniSatELite /tmp/evaluation/355811-1176797722/instance-355811-1176797722.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  271f133ecbb26442db352418a90fc3e7

RANDOM SEED= 992499711

TIME LIMIT= 10000 seconds
MEMORY LIMIT=  MiB

Linux node27.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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	: 5931.00
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:       1945272 kB
Buffers:          6488 kB
Cached:          61540 kB
SwapCached:       7520 kB
Active:          39028 kB
Inactive:        42000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1945272 kB
SwapTotal:     4192956 kB
SwapFree:      4179688 kB
Dirty:            5604 kB
Writeback:           0 kB
Mapped:          15088 kB
Slab:            15676 kB
Committed_AS:  1600860 kB
PageTables:       1412 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= 66489 MiB

End job on node27 on Tue Apr 17 11:02:11 UTC 2007