Trace number 356337

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-08UNSAT 725.638 725.875

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h33-unknown.cnf
MD5SUM6197e38464facb30636a5a3ad5b2f0b5
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark121.7
Satisfiable
(Un)Satisfiability was proved
Number of variables172950
Number of clauses837466
Sum of the clauses size2168190
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2666462
Number of clauses of size 3164950
Number of clauses of size 41526
Number of clauses of size 5129
Number of clauses of size over 54123

Solver Data (download as text)

0.00/0.00	c Parsing...
0.00/0.81	c ==============================================================================
0.00/0.81	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.81	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.81	c ==============================================================================
0.00/0.81	c |         0 |  837166  2167854 |  251149       0        0     nan |  0.000 % |
19.97/20.02	c |         0 |  510801  3267506 |      --       0       --      -- |     --   | -326365/1099652
19.97/20.02	c ==============================================================================
19.97/20.02	c Result  :   #vars: 12778   #clauses: 510801   #literals: 3267506
19.97/20.02	c CPU time:   19.615 s
19.97/20.02	c ==============================================================================
22.55/22.66	c Tinisat 0.22
22.55/22.66	c solving /tmp/GTI_node27.alineos.net_16069.cnf
22.55/22.66	c 12778 variables, 510801 clauses
725.54/725.82	c 622303 decisions, 372210 conflicts, 226 restarts
725.54/725.82	c solved in 704.33s
725.54/725.84	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node27/watcher-356337-1177542235 -o ROOT/results/node27/solver-356337-1177542235 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/356337-1177542235/TiniSatELite /tmp/evaluation/356337-1177542235/instance-356337-1177542235.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): 15000 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
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.81 0.33 0.12 3/65 16069
/proc/meminfo: memFree=1710608/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=0
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 273 0 0 0 0 0 0 0 18 0 1 0 166919551 5480448 232 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445839442 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/16069/statm: 1338 232 195 169 0 49 0
[pid=16070] ppid=16069 vsize=5352 CPUtime=0
/proc/16070/stat : 16070 (TiniSatELite) S 16069 16069 15777 0 -1 4194368 52 25 0 0 0 0 0 0 20 0 1 0 166919551 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4096 65538 18446744071563356171 0 0 17 1 0 0
/proc/16070/statm: 1338 236 198 169 0 49 0
[pid=16072] ppid=16070 vsize=0 CPUtime=0
/proc/16072/stat : 16072 (sed) D 16070 16069 15777 0 -1 4194308 163 0 0 0 0 0 0 0 22 0 1 0 166919552 0 0 18446744073709551615 0 0 0 0 0 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/16072/statm: 0 0 0 0 0 0 0

[startup+0.0986909 s]
/proc/loadavg: 0.81 0.33 0.12 3/65 16069
/proc/meminfo: memFree=1710608/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=0
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 166919551 5480448 235 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16069/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.102691 s]
/proc/loadavg: 0.81 0.33 0.12 3/65 16069
/proc/meminfo: memFree=1710608/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=0
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 166919551 5480448 235 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16069/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.302711 s]
/proc/loadavg: 0.81 0.33 0.12 3/65 16069
/proc/meminfo: memFree=1710608/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=0
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 166919551 5480448 235 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16069/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.702751 s]
/proc/loadavg: 0.81 0.33 0.12 3/65 16069
/proc/meminfo: memFree=1710608/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=0
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 166919551 5480448 235 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16069/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.50183 s]
/proc/loadavg: 0.81 0.33 0.12 2/67 16074
/proc/meminfo: memFree=1620352/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=0
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 166919551 5480448 235 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16069/statm: 1338 235 197 169 0 49 0
[pid=16074] ppid=16069 vsize=102664 CPUtime=1.47
/proc/16074/stat : 16074 (SatELite_releas) R 16069 16069 15777 0 -1 4194304 22971 0 0 0 132 15 0 0 22 0 1 0 166919552 105127936 22493 18446744073709551615 134512640 135037501 4294956560 18446744073709551615 134698573 0 0 4096 3 0 0 0 17 1 0 0
/proc/16074/statm: 25666 22493 66 128 0 25535 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 108016

[startup+3.10199 s]
/proc/loadavg: 0.81 0.33 0.12 2/67 16074
/proc/meminfo: memFree=1613568/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=0
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 166919551 5480448 235 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16069/statm: 1338 235 197 169 0 49 0
[pid=16074] ppid=16069 vsize=106872 CPUtime=3.06
/proc/16074/stat : 16074 (SatELite_releas) R 16069 16069 15777 0 -1 4194304 23967 0 0 0 289 17 0 0 25 0 1 0 166919552 109436928 23489 18446744073709551615 134512640 135037501 4294956560 18446744073709551615 134698573 0 0 4096 3 0 0 0 17 1 0 0
/proc/16074/statm: 26718 23489 66 128 0 26587 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 112224

[startup+6.30132 s]
/proc/loadavg: 0.90 0.36 0.13 2/67 16074
/proc/meminfo: memFree=1596480/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=0
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 166919551 5480448 235 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16069/statm: 1338 235 197 169 0 49 0
[pid=16074] ppid=16069 vsize=113640 CPUtime=6.26
/proc/16074/stat : 16074 (SatELite_releas) R 16069 16069 15777 0 -1 4194304 25597 0 0 0 602 24 0 0 25 0 1 0 166919552 116367360 25119 18446744073709551615 134512640 135037501 4294956560 18446744073709551615 134681051 0 0 4096 3 0 0 0 17 1 0 0
/proc/16074/statm: 28410 25119 66 128 0 28279 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 118992

[startup+12.702 s]
/proc/loadavg: 0.99 0.39 0.14 2/67 16074
/proc/meminfo: memFree=1563328/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=0
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 166919551 5480448 235 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16069/statm: 1338 235 197 169 0 49 0
[pid=16074] ppid=16069 vsize=132600 CPUtime=12.66
/proc/16074/stat : 16074 (SatELite_releas) R 16069 16069 15777 0 -1 4194304 29858 0 0 0 1230 36 0 0 25 0 1 0 166919552 135782400 29042 18446744073709551615 134512640 135037501 4294956560 18446744073709551615 134589797 0 0 4096 3 0 0 0 17 1 0 0
/proc/16074/statm: 33150 29042 66 128 0 33019 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 137952

[startup+25.5023 s]
/proc/loadavg: 1.06 0.43 0.16 2/67 16075
/proc/meminfo: memFree=1621440/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=21.24
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 331 33105 0 0 0 0 2077 47 16 0 1 0 166919551 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16069/statm: 1338 236 197 169 0 49 0
[pid=16075] ppid=16069 vsize=57464 CPUtime=4.21
/proc/16075/stat : 16075 (tinisat) R 16069 16069 15777 0 -1 4194304 10725 0 0 0 415 6 0 0 25 0 1 0 166921680 58843136 9636 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134520074 0 0 4096 0 0 0 0 17 1 0 0
/proc/16075/statm: 14366 9636 52 110 0 14253 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 62816

[startup+51.1028 s]
/proc/loadavg: 1.04 0.48 0.18 2/67 16075
/proc/meminfo: memFree=1617664/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=21.24
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 331 33105 0 0 0 0 2077 47 16 0 1 0 166919551 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16069/statm: 1338 236 197 169 0 49 0
[pid=16075] ppid=16069 vsize=57464 CPUtime=29.79
/proc/16075/stat : 16075 (tinisat) R 16069 16069 15777 0 -1 4194304 11797 0 0 0 2973 6 0 0 25 0 1 0 166921680 58843136 10708 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16075/statm: 14366 10708 52 110 0 14253 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 62816

[startup+102.306 s]
/proc/loadavg: 1.02 0.55 0.22 2/67 16075
/proc/meminfo: memFree=1608000/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=21.24
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 331 33105 0 0 0 0 2077 47 16 0 1 0 166919551 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16069/statm: 1338 236 197 169 0 49 0
[pid=16075] ppid=16069 vsize=57464 CPUtime=80.98
/proc/16075/stat : 16075 (tinisat) R 16069 16069 15777 0 -1 4194304 14169 0 0 0 8088 10 0 0 25 0 1 0 166921680 58843136 13080 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519878 0 0 4096 0 0 0 0 17 1 0 0
/proc/16075/statm: 14366 13080 52 110 0 14253 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 62816

[startup+162.302 s]
/proc/loadavg: 1.00 0.63 0.27 2/67 16075
/proc/meminfo: memFree=1599808/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=21.24
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 331 33105 0 0 0 0 2077 47 16 0 1 0 166919551 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16069/statm: 1338 236 197 169 0 49 0
[pid=16075] ppid=16069 vsize=116504 CPUtime=140.96
/proc/16075/stat : 16075 (tinisat) R 16069 16069 15777 0 -1 4194304 16246 0 0 0 14085 11 0 0 25 0 1 0 166921680 119300096 15157 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16075/statm: 29126 15157 52 110 0 29013 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 121856

[startup+222.302 s]
/proc/loadavg: 1.00 0.70 0.31 2/67 16075
/proc/meminfo: memFree=1593408/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=21.24
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 331 33105 0 0 0 0 2077 47 16 0 1 0 166919551 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16069/statm: 1338 236 197 169 0 49 0
[pid=16075] ppid=16069 vsize=116504 CPUtime=200.94
/proc/16075/stat : 16075 (tinisat) R 16069 16069 15777 0 -1 4194304 17801 0 0 0 20081 13 0 0 25 0 1 0 166921680 119300096 16712 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134520054 0 0 4096 0 0 0 0 17 1 0 0
/proc/16075/statm: 29126 16712 52 110 0 29013 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 121856

[startup+282.302 s]
/proc/loadavg: 1.00 0.75 0.35 2/67 16075
/proc/meminfo: memFree=1586176/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=21.24
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 331 33105 0 0 0 0 2077 47 16 0 1 0 166919551 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16069/statm: 1338 236 197 169 0 49 0
[pid=16075] ppid=16069 vsize=116504 CPUtime=260.92
/proc/16075/stat : 16075 (tinisat) R 16069 16069 15777 0 -1 4194304 19637 0 0 0 26077 15 0 0 25 0 1 0 166921680 119300096 18548 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/16075/statm: 29126 18548 52 110 0 29013 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 121856

[startup+342.302 s]
/proc/loadavg: 1.00 0.79 0.39 2/67 16075
/proc/meminfo: memFree=1579712/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=21.24
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 331 33105 0 0 0 0 2077 47 16 0 1 0 166919551 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16069/statm: 1338 236 197 169 0 49 0
[pid=16075] ppid=16069 vsize=116504 CPUtime=320.91
/proc/16075/stat : 16075 (tinisat) R 16069 16069 15777 0 -1 4194304 21218 0 0 0 32074 17 0 0 25 0 1 0 166921680 119300096 20129 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519886 0 0 4096 0 0 0 0 17 1 0 0
/proc/16075/statm: 29126 20129 52 110 0 29013 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 121856

[startup+402.302 s]
/proc/loadavg: 1.00 0.83 0.42 2/67 16075
/proc/meminfo: memFree=1574592/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=21.24
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 331 33105 0 0 0 0 2077 47 16 0 1 0 166919551 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16069/statm: 1338 236 197 169 0 49 0
[pid=16075] ppid=16069 vsize=116504 CPUtime=380.89
/proc/16075/stat : 16075 (tinisat) R 16069 16069 15777 0 -1 4194304 22529 0 0 0 38071 18 0 0 25 0 1 0 166921680 119300096 21440 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16075/statm: 29126 21440 52 110 0 29013 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 121856

[startup+462.302 s]
/proc/loadavg: 1.00 0.86 0.46 2/67 16075
/proc/meminfo: memFree=1569344/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=21.24
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 331 33105 0 0 0 0 2077 47 16 0 1 0 166919551 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16069/statm: 1338 236 197 169 0 49 0
[pid=16075] ppid=16069 vsize=116504 CPUtime=440.87
/proc/16075/stat : 16075 (tinisat) R 16069 16069 15777 0 -1 4194304 23833 0 0 0 44067 20 0 0 25 0 1 0 166921680 119300096 22744 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16075/statm: 29126 22744 52 110 0 29013 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 121856

[startup+522.302 s]
/proc/loadavg: 1.00 0.88 0.49 2/67 16075
/proc/meminfo: memFree=1563968/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=21.24
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 331 33105 0 0 0 0 2077 47 16 0 1 0 166919551 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16069/statm: 1338 236 197 169 0 49 0
[pid=16075] ppid=16069 vsize=116504 CPUtime=500.86
/proc/16075/stat : 16075 (tinisat) R 16069 16069 15777 0 -1 4194304 25180 0 0 0 50064 22 0 0 25 0 1 0 166921680 119300096 24091 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16075/statm: 29126 24091 52 110 0 29013 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 121856

[startup+582.302 s]
/proc/loadavg: 1.00 0.90 0.51 2/67 16075
/proc/meminfo: memFree=1557184/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=21.24
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 331 33105 0 0 0 0 2077 47 16 0 1 0 166919551 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16069/statm: 1338 236 197 169 0 49 0
[pid=16075] ppid=16069 vsize=116504 CPUtime=560.84
/proc/16075/stat : 16075 (tinisat) R 16069 16069 15777 0 -1 4194304 26843 0 0 0 56060 24 0 0 25 0 1 0 166921680 119300096 25754 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16075/statm: 29126 25754 52 110 0 29013 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 121856

[startup+642.302 s]
/proc/loadavg: 1.00 0.91 0.54 2/67 16075
/proc/meminfo: memFree=1551616/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=21.24
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 331 33105 0 0 0 0 2077 47 16 0 1 0 166919551 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16069/statm: 1338 236 197 169 0 49 0
[pid=16075] ppid=16069 vsize=116504 CPUtime=620.83
/proc/16075/stat : 16075 (tinisat) R 16069 16069 15777 0 -1 4194304 28244 0 0 0 62057 26 0 0 25 0 1 0 166921680 119300096 27155 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16075/statm: 29126 27155 52 110 0 29013 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 121856

[startup+702.301 s]
/proc/loadavg: 1.00 0.93 0.57 2/67 16075
/proc/meminfo: memFree=1545344/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=21.24
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 331 33105 0 0 0 0 2077 47 16 0 1 0 166919551 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16069/statm: 1338 236 197 169 0 49 0
[pid=16075] ppid=16069 vsize=116504 CPUtime=680.8
/proc/16075/stat : 16075 (tinisat) R 16069 16069 15777 0 -1 4194304 29797 0 0 0 68053 27 0 0 25 0 1 0 166921680 119300096 28708 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/16075/statm: 29126 28708 52 110 0 29013 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 121856

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

[startup+703.901 s]
/proc/loadavg: 1.00 0.93 0.57 2/67 16075
/proc/meminfo: memFree=1545152/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=21.24
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 331 33105 0 0 0 0 2077 47 16 0 1 0 166919551 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16069/statm: 1338 236 197 169 0 49 0
[pid=16075] ppid=16069 vsize=116504 CPUtime=682.41
/proc/16075/stat : 16075 (tinisat) R 16069 16069 15777 0 -1 4194304 29842 0 0 0 68214 27 0 0 25 0 1 0 166921680 119300096 28753 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16075/statm: 29126 28753 52 110 0 29013 0
Current children cumulated CPU time (s) 703.65
Current children cumulated vsize (KiB) 121856

[startup+716.702 s]
/proc/loadavg: 1.00 0.93 0.57 2/67 16075
/proc/meminfo: memFree=1543808/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=21.24
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 331 33105 0 0 0 0 2077 47 16 0 1 0 166919551 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16069/statm: 1338 236 197 169 0 49 0
[pid=16075] ppid=16069 vsize=234580 CPUtime=695.2
/proc/16075/stat : 16075 (tinisat) R 16069 16069 15777 0 -1 4194304 30198 0 0 0 69492 28 0 0 25 0 1 0 166921680 240209920 29109 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/16075/statm: 58645 29109 52 110 0 58532 0
Current children cumulated CPU time (s) 716.44
Current children cumulated vsize (KiB) 239932

[startup+719.902 s]
/proc/loadavg: 1.00 0.93 0.58 2/67 16075
/proc/meminfo: memFree=1543488/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=21.24
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 331 33105 0 0 0 0 2077 47 16 0 1 0 166919551 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16069/statm: 1338 236 197 169 0 49 0
[pid=16075] ppid=16069 vsize=234580 CPUtime=698.4
/proc/16075/stat : 16075 (tinisat) R 16069 16069 15777 0 -1 4194304 30265 0 0 0 69812 28 0 0 25 0 1 0 166921680 240209920 29176 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16075/statm: 58645 29176 52 110 0 58532 0
Current children cumulated CPU time (s) 719.64
Current children cumulated vsize (KiB) 239932

[startup+723.101 s]
/proc/loadavg: 1.00 0.93 0.58 2/67 16075
/proc/meminfo: memFree=1543232/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=21.24
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 331 33105 0 0 0 0 2077 47 16 0 1 0 166919551 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16069/statm: 1338 236 197 169 0 49 0
[pid=16075] ppid=16069 vsize=234580 CPUtime=701.6
/proc/16075/stat : 16075 (tinisat) R 16069 16069 15777 0 -1 4194304 30326 0 0 0 70132 28 0 0 25 0 1 0 166921680 240209920 29237 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16075/statm: 58645 29237 52 110 0 58532 0
Current children cumulated CPU time (s) 722.84
Current children cumulated vsize (KiB) 239932

[startup+724.701 s]
/proc/loadavg: 1.00 0.93 0.58 2/67 16075
/proc/meminfo: memFree=1543168/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=21.24
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 331 33105 0 0 0 0 2077 47 16 0 1 0 166919551 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16069/statm: 1338 236 197 169 0 49 0
[pid=16075] ppid=16069 vsize=234580 CPUtime=703.2
/proc/16075/stat : 16075 (tinisat) R 16069 16069 15777 0 -1 4194304 30352 0 0 0 70292 28 0 0 25 0 1 0 166921680 240209920 29263 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16075/statm: 58645 29263 52 110 0 58532 0
Current children cumulated CPU time (s) 724.44
Current children cumulated vsize (KiB) 239932

[startup+725.502 s]
/proc/loadavg: 1.00 0.93 0.58 2/67 16075
/proc/meminfo: memFree=1543104/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=21.24
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 331 33105 0 0 0 0 2077 47 16 0 1 0 166919551 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16069/statm: 1338 236 197 169 0 49 0
[pid=16075] ppid=16069 vsize=234580 CPUtime=704
/proc/16075/stat : 16075 (tinisat) R 16069 16069 15777 0 -1 4194304 30363 0 0 0 70372 28 0 0 25 0 1 0 166921680 240209920 29274 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16075/statm: 58645 29274 52 110 0 58532 0
Current children cumulated CPU time (s) 725.24
Current children cumulated vsize (KiB) 239932

[startup+725.702 s]
/proc/loadavg: 1.00 0.93 0.58 2/67 16075
/proc/meminfo: memFree=1543104/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=21.24
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 331 33105 0 0 0 0 2077 47 16 0 1 0 166919551 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16069/statm: 1338 236 197 169 0 49 0
[pid=16075] ppid=16069 vsize=234580 CPUtime=704.2
/proc/16075/stat : 16075 (tinisat) R 16069 16069 15777 0 -1 4194304 30364 0 0 0 70392 28 0 0 25 0 1 0 166921680 240209920 29275 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16075/statm: 58645 29275 52 110 0 58532 0
Current children cumulated CPU time (s) 725.44
Current children cumulated vsize (KiB) 239932

[startup+725.802 s]
/proc/loadavg: 1.00 0.93 0.58 2/67 16075
/proc/meminfo: memFree=1543104/2055920 swapFree=4182888/4192956
[pid=16069] ppid=16067 vsize=5352 CPUtime=21.24
/proc/16069/stat : 16069 (TiniSatELite) S 16067 16069 15777 0 -1 4194304 331 33105 0 0 0 0 2077 47 16 0 1 0 166919551 5480448 236 18446744073709551615 4194304 4889804 548682069264 18446744073709551615 244445668164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16069/statm: 1338 236 197 169 0 49 0
[pid=16075] ppid=16069 vsize=234580 CPUtime=704.3
/proc/16075/stat : 16075 (tinisat) R 16069 16069 15777 0 -1 4194304 30365 0 0 0 70402 28 0 0 25 0 1 0 166921680 240209920 29276 18446744073709551615 134512640 134966189 4294956688 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/16075/statm: 58645 29276 52 110 0 58532 0
Current children cumulated CPU time (s) 725.54
Current children cumulated vsize (KiB) 239932

Child status: 20
Real time (s): 725.875
CPU time (s): 725.638
CPU user time (s): 724.828
CPU system time (s): 0.809876
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 239932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 724.828
system time used= 0.809876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63963
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= 73
involuntary context switches= 1327

runsolver used 0.572912 second user time and 1.45078 second system time

The end

Launcher Data (download as text)

Begin job on node27 on Wed Apr 25 23:03:56 UTC 2007

IDJOB= 356337
IDBENCH= 20418
IDSOLVER= 170
FILE ID= node27/356337-1177542235

PBS_JOBID= 4695858

Free space on /tmp= 66362 MiB

SOLVER NAME= TiniSatELite 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l06-ipc5-h33-unknown.cnf
COMMAND LINE= /tmp/evaluation/356337-1177542235/TiniSatELite /tmp/evaluation/356337-1177542235/instance-356337-1177542235.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node27/watcher-356337-1177542235 -o ROOT/results/node27/solver-356337-1177542235 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/356337-1177542235/TiniSatELite /tmp/evaluation/356337-1177542235/instance-356337-1177542235.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  6197e38464facb30636a5a3ad5b2f0b5

RANDOM SEED= 334398118

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 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:       1711080 kB
Buffers:         28016 kB
Cached:         264848 kB
SwapCached:       4364 kB
Active:         124516 kB
Inactive:       178280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711080 kB
SwapTotal:     4192956 kB
SwapFree:      4182888 kB
Dirty:           16380 kB
Writeback:           0 kB
Mapped:          15348 kB
Slab:            28080 kB
Committed_AS:  2168052 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= 66362 MiB

End job on node27 on Wed Apr 25 23:16:02 UTC 2007