Trace number 355766

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 3854.48 3855.48

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-21.cnf
MD5SUM627e3d704e5200c3037f9c9d83c939c1
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark542.475
Satisfiable
(Un)Satisfiability was proved
Number of variables3189
Number of clauses11039
Sum of the clauses size28509
Maximum clause length25
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25404
Number of clauses of size 35107
Number of clauses of size 4389
Number of clauses of size 586
Number of clauses of size over 552

Solver Data (download as text)

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 |   10929    28201 |    3278       0        0     nan |  0.000 % |
0.00/0.08	c |         0 |    6562    21607 |      --       0       --      -- |     --   | -4367/-6594
0.00/0.08	c ==============================================================================
0.00/0.08	c Result  :   #vars: 1203   #clauses: 6562   #literals: 21607
0.00/0.08	c CPU time:   0.072988 s
0.00/0.08	c ==============================================================================
0.00/0.10	c Tinisat 0.22
0.00/0.10	c solving /tmp/GTI_node30.alineos.net_8164.cnf
0.00/0.10	c 1203 variables, 6562 clauses
3854.38/3855.44	c 839663 decisions, 695875 conflicts, 378 restarts
3854.38/3855.44	c solved in 3854.35s
3854.38/3855.47	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node30/watcher-355766-1176772337 -o ROOT/results/node30/solver-355766-1176772337 -C 10000 -W -M --output-limit 1,15 /tmp/evaluation/355766-1176772337/TiniSatELite /tmp/evaluation/355766-1176772337/instance-355766-1176772337.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.79 0.96 0.98 3/77 8164
/proc/meminfo: memFree=1848072/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 274 0 0 0 0 0 0 0 18 0 1 0 125149413 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907751506 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/8164/statm: 1338 232 195 169 0 49 0
[pid=8165] ppid=8164 vsize=0 CPUtime=0
/proc/8165/stat : 8165 (TiniSatELite) R 8164 8164 8108 0 -1 4194372 64 188 0 0 0 0 0 0 21 0 1 0 125149413 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 65538 0 0 0 17 1 0 0
/proc/8165/statm: 0 0 0 0 0 0 0

[startup+0.104457 s]
/proc/loadavg: 0.79 0.96 0.98 3/77 8164
/proc/meminfo: memFree=1848072/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5352

[startup+0.202458 s]
/proc/loadavg: 0.79 0.96 0.98 3/77 8164
/proc/meminfo: memFree=1848072/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5352

[startup+0.302465 s]
/proc/loadavg: 0.79 0.96 0.98 3/77 8164
/proc/meminfo: memFree=1848072/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5352

[startup+0.701489 s]
/proc/loadavg: 0.79 0.96 0.98 3/77 8164
/proc/meminfo: memFree=1848072/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5352

[startup+1.50154 s]
/proc/loadavg: 0.79 0.96 0.98 2/79 8170
/proc/meminfo: memFree=1845368/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
[pid=8170] ppid=8164 vsize=4620 CPUtime=1.4
/proc/8170/stat : 8170 (tinisat) R 8164 8164 8108 0 -1 4194304 705 0 0 0 140 0 0 0 25 0 1 0 125149423 4730880 690 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/8170/statm: 1155 690 52 110 0 1042 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9972

[startup+3.10164 s]
/proc/loadavg: 0.79 0.96 0.98 2/79 8170
/proc/meminfo: memFree=1844024/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
[pid=8170] ppid=8164 vsize=4884 CPUtime=3
/proc/8170/stat : 8170 (tinisat) R 8164 8164 8108 0 -1 4194304 1123 0 0 0 300 0 0 0 25 0 1 0 125149423 5001216 1108 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/8170/statm: 1221 1108 52 110 0 1108 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10236

[startup+6.30184 s]
/proc/loadavg: 0.81 0.96 0.98 2/79 8170
/proc/meminfo: memFree=1841208/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
[pid=8170] ppid=8164 vsize=8672 CPUtime=6.19
/proc/8170/stat : 8170 (tinisat) R 8164 8164 8108 0 -1 4194304 1676 0 0 0 619 0 0 0 25 0 1 0 125149423 8880128 1661 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517013 0 0 4096 0 0 0 0 17 1 0 0
/proc/8170/statm: 2168 1661 52 110 0 2055 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 14024

[startup+12.7012 s]
/proc/loadavg: 0.82 0.96 0.98 2/79 8170
/proc/meminfo: memFree=1838456/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
[pid=8170] ppid=8164 vsize=16248 CPUtime=12.59
/proc/8170/stat : 8170 (tinisat) R 8164 8164 8108 0 -1 4194304 2328 0 0 0 1258 1 0 0 25 0 1 0 125149423 16637952 2280 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8170/statm: 4062 2280 52 110 0 3949 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 21600

[startup+25.502 s]
/proc/loadavg: 0.86 0.96 0.98 2/79 8170
/proc/meminfo: memFree=1833976/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
[pid=8170] ppid=8164 vsize=16808 CPUtime=25.39
/proc/8170/stat : 8170 (tinisat) R 8164 8164 8108 0 -1 4194304 3416 0 0 0 2537 2 0 0 25 0 1 0 125149423 17211392 3368 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8170/statm: 4202 3368 52 110 0 4089 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 22160

[startup+51.1026 s]
/proc/loadavg: 0.91 0.96 0.98 2/79 8170
/proc/meminfo: memFree=1828344/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
[pid=8170] ppid=8164 vsize=31720 CPUtime=50.98
/proc/8170/stat : 8170 (tinisat) R 8164 8164 8108 0 -1 4194304 4929 0 0 0 5094 4 0 0 25 0 1 0 125149423 32481280 4816 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8170/statm: 7930 4816 52 110 0 7817 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 37072

[startup+102.303 s]
/proc/loadavg: 0.96 0.97 0.98 2/79 8170
/proc/meminfo: memFree=1819384/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
[pid=8170] ppid=8164 vsize=32996 CPUtime=102.18
/proc/8170/stat : 8170 (tinisat) R 8164 8164 8108 0 -1 4194304 7141 0 0 0 10211 7 0 0 25 0 1 0 125149423 33787904 7028 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8170/statm: 8249 7028 52 110 0 8136 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 38348

[startup+162.303 s]
/proc/loadavg: 0.98 0.97 0.98 2/79 8170
/proc/meminfo: memFree=1811576/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
[pid=8170] ppid=8164 vsize=62884 CPUtime=162.16
/proc/8170/stat : 8170 (tinisat) R 8164 8164 8108 0 -1 4194304 9219 0 0 0 16207 9 0 0 25 0 1 0 125149423 64393216 8977 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515541 0 0 4096 0 0 0 0 17 1 0 0
/proc/8170/statm: 15721 8977 52 110 0 15608 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 68236

[startup+222.306 s]
/proc/loadavg: 1.09 1.00 0.99 3/79 8170
/proc/meminfo: memFree=1805240/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
[pid=8170] ppid=8164 vsize=63792 CPUtime=222.15
/proc/8170/stat : 8170 (tinisat) R 8164 8164 8108 0 -1 4194304 10794 0 0 0 22204 11 0 0 25 0 1 0 125149423 65323008 10552 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8170/statm: 15948 10552 52 110 0 15835 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 69144

[startup+282.302 s]
/proc/loadavg: 1.12 1.03 1.00 2/79 8170
/proc/meminfo: memFree=1799224/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
[pid=8170] ppid=8164 vsize=64084 CPUtime=282.14
/proc/8170/stat : 8170 (tinisat) R 8164 8164 8108 0 -1 4194304 12303 0 0 0 28201 13 0 0 25 0 1 0 125149423 65622016 12061 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8170/statm: 16021 12061 52 110 0 15908 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 69436

[startup+342.303 s]
/proc/loadavg: 1.04 1.02 1.00 2/79 8170
/proc/meminfo: memFree=1793144/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
[pid=8170] ppid=8164 vsize=64684 CPUtime=342.12
/proc/8170/stat : 8170 (tinisat) R 8164 8164 8108 0 -1 4194304 13803 0 0 0 34197 15 0 0 25 0 1 0 125149423 66236416 13561 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8170/statm: 16171 13561 52 110 0 16058 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 70036

[startup+402.303 s]
/proc/loadavg: 1.01 1.02 1.00 2/79 8170
/proc/meminfo: memFree=1787576/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
[pid=8170] ppid=8164 vsize=65324 CPUtime=402.11
/proc/8170/stat : 8170 (tinisat) R 8164 8164 8108 0 -1 4194304 15187 0 0 0 40194 17 0 0 25 0 1 0 125149423 66891776 14945 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8170/statm: 16331 14945 52 110 0 16218 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 70676

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


[startup+3462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8866
/proc/meminfo: memFree=1632184/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
[pid=8170] ppid=8164 vsize=250964 CPUtime=3461.29
/proc/8170/stat : 8170 (tinisat) R 8164 8164 8108 0 -1 4194304 46955 0 0 0 346054 75 0 0 25 0 1 0 125149423 256987136 44890 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8170/statm: 62741 44890 52 110 0 62628 0
Current children cumulated CPU time (s) 3461.37
Current children cumulated vsize (KiB) 256316

[startup+3522.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8866
/proc/meminfo: memFree=1630712/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
[pid=8170] ppid=8164 vsize=251348 CPUtime=3521.27
/proc/8170/stat : 8170 (tinisat) R 8164 8164 8108 0 -1 4194304 47414 0 0 0 352051 76 0 0 25 0 1 0 125149423 257380352 45251 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8170/statm: 62837 45251 52 110 0 62724 0
Current children cumulated CPU time (s) 3521.35
Current children cumulated vsize (KiB) 256700

[startup+3582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8866
/proc/meminfo: memFree=1629432/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
[pid=8170] ppid=8164 vsize=251492 CPUtime=3581.26
/proc/8170/stat : 8170 (tinisat) R 8164 8164 8108 0 -1 4194304 47744 0 0 0 358049 77 0 0 25 0 1 0 125149423 257527808 45581 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/8170/statm: 62873 45581 52 110 0 62760 0
Current children cumulated CPU time (s) 3581.34
Current children cumulated vsize (KiB) 256844

[startup+3642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8866
/proc/meminfo: memFree=1628024/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
[pid=8170] ppid=8164 vsize=251492 CPUtime=3641.25
/proc/8170/stat : 8170 (tinisat) R 8164 8164 8108 0 -1 4194304 48091 0 0 0 364047 78 0 0 25 0 1 0 125149423 257527808 45928 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8170/statm: 62873 45928 52 110 0 62760 0
Current children cumulated CPU time (s) 3641.33
Current children cumulated vsize (KiB) 256844

[startup+3702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8866
/proc/meminfo: memFree=1626616/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
[pid=8170] ppid=8164 vsize=251492 CPUtime=3701.23
/proc/8170/stat : 8170 (tinisat) R 8164 8164 8108 0 -1 4194304 48447 0 0 0 370044 79 0 0 25 0 1 0 125149423 257527808 46284 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520011 0 0 4096 0 0 0 0 17 1 0 0
/proc/8170/statm: 62873 46284 52 110 0 62760 0
Current children cumulated CPU time (s) 3701.31
Current children cumulated vsize (KiB) 256844

[startup+3762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8866
/proc/meminfo: memFree=1625208/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
[pid=8170] ppid=8164 vsize=251492 CPUtime=3761.22
/proc/8170/stat : 8170 (tinisat) R 8164 8164 8108 0 -1 4194304 48795 0 0 0 376042 80 0 0 25 0 1 0 125149423 257527808 46632 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8170/statm: 62873 46632 52 110 0 62760 0
Current children cumulated CPU time (s) 3761.3
Current children cumulated vsize (KiB) 256844

[startup+3822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8866
/proc/meminfo: memFree=1623864/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
[pid=8170] ppid=8164 vsize=251492 CPUtime=3821.2
/proc/8170/stat : 8170 (tinisat) R 8164 8164 8108 0 -1 4194304 49139 0 0 0 382040 80 0 0 25 0 1 0 125149423 257527808 46976 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8170/statm: 62873 46976 52 110 0 62760 0
Current children cumulated CPU time (s) 3821.28
Current children cumulated vsize (KiB) 256844

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

[startup+3840 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8866
/proc/meminfo: memFree=1623416/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
[pid=8170] ppid=8164 vsize=251492 CPUtime=3838.91
/proc/8170/stat : 8170 (tinisat) R 8164 8164 8108 0 -1 4194304 49236 0 0 0 383810 81 0 0 25 0 1 0 125149423 257527808 47073 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/8170/statm: 62873 47073 52 110 0 62760 0
Current children cumulated CPU time (s) 3838.99
Current children cumulated vsize (KiB) 256844

[startup+3846.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8866
/proc/meminfo: memFree=1623288/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
[pid=8170] ppid=8164 vsize=251492 CPUtime=3845.3
/proc/8170/stat : 8170 (tinisat) R 8164 8164 8108 0 -1 4194304 49269 0 0 0 384449 81 0 0 25 0 1 0 125149423 257527808 47106 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8170/statm: 62873 47106 52 110 0 62760 0
Current children cumulated CPU time (s) 3845.38
Current children cumulated vsize (KiB) 256844

[startup+3849.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8866
/proc/meminfo: memFree=1623224/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
[pid=8170] ppid=8164 vsize=251492 CPUtime=3848.5
/proc/8170/stat : 8170 (tinisat) R 8164 8164 8108 0 -1 4194304 49284 0 0 0 384769 81 0 0 25 0 1 0 125149423 257527808 47121 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8170/statm: 62873 47121 52 110 0 62760 0
Current children cumulated CPU time (s) 3848.58
Current children cumulated vsize (KiB) 256844

[startup+3852.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8866
/proc/meminfo: memFree=1623160/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
[pid=8170] ppid=8164 vsize=251492 CPUtime=3851.7
/proc/8170/stat : 8170 (tinisat) R 8164 8164 8108 0 -1 4194304 49302 0 0 0 385089 81 0 0 25 0 1 0 125149423 257527808 47139 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8170/statm: 62873 47139 52 110 0 62760 0
Current children cumulated CPU time (s) 3851.78
Current children cumulated vsize (KiB) 256844

[startup+3854.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8866
/proc/meminfo: memFree=1623160/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
[pid=8170] ppid=8164 vsize=251492 CPUtime=3853.3
/proc/8170/stat : 8170 (tinisat) R 8164 8164 8108 0 -1 4194304 49309 0 0 0 385249 81 0 0 25 0 1 0 125149423 257527808 47146 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8170/statm: 62873 47146 52 110 0 62760 0
Current children cumulated CPU time (s) 3853.38
Current children cumulated vsize (KiB) 256844

[startup+3855.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8866
/proc/meminfo: memFree=1623160/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
[pid=8170] ppid=8164 vsize=251492 CPUtime=3854.1
/proc/8170/stat : 8170 (tinisat) R 8164 8164 8108 0 -1 4194304 49312 0 0 0 385329 81 0 0 25 0 1 0 125149423 257527808 47149 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8170/statm: 62873 47149 52 110 0 62760 0
Current children cumulated CPU time (s) 3854.18
Current children cumulated vsize (KiB) 256844

[startup+3855.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8866
/proc/meminfo: memFree=1623160/2055920 swapFree=4157120/4192956
[pid=8164] ppid=8162 vsize=5352 CPUtime=0.08
/proc/8164/stat : 8164 (TiniSatELite) S 8162 8164 8108 0 -1 4194304 332 840 0 0 0 0 8 0 16 0 1 0 125149413 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8164/statm: 1338 236 197 169 0 49 0
[pid=8170] ppid=8164 vsize=251492 CPUtime=3854.3
/proc/8170/stat : 8170 (tinisat) R 8164 8164 8108 0 -1 4194304 49312 0 0 0 385349 81 0 0 25 0 1 0 125149423 257527808 47149 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8170/statm: 62873 47149 52 110 0 62760 0
Current children cumulated CPU time (s) 3854.38
Current children cumulated vsize (KiB) 256844

Child status: 20
Real time (s): 3855.48
CPU time (s): 3854.48
CPU user time (s): 3853.62
CPU system time (s): 0.860869
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 256844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3853.62
system time used= 0.860869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50646
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= 68
involuntary context switches= 7827

runsolver used 3.89841 second user time and 10.1325 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Tue Apr 17 01:12:17 UTC 2007

IDJOB= 355766
IDBENCH= 20393
IDSOLVER= 170
FILE ID= node30/355766-1176772337

PBS_JOBID= 4580806

Free space on /tmp= 66532 MiB

SOLVER NAME= TiniSatELite 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-21.cnf
COMMAND LINE= /tmp/evaluation/355766-1176772337/TiniSatELite /tmp/evaluation/355766-1176772337/instance-355766-1176772337.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-355766-1176772337 -o ROOT/results/node30/solver-355766-1176772337 -C 10000 -W  -M  --output-limit 1,15  /tmp/evaluation/355766-1176772337/TiniSatELite /tmp/evaluation/355766-1176772337/instance-355766-1176772337.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  627e3d704e5200c3037f9c9d83c939c1

RANDOM SEED= 273432536

TIME LIMIT= 10000 seconds
MEMORY LIMIT=  MiB

Linux node30.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.218
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.218
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:       1848544 kB
Buffers:         34236 kB
Cached:         115004 kB
SwapCached:      15184 kB
Active:         121724 kB
Inactive:        50232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848544 kB
SwapTotal:     4192956 kB
SwapFree:      4157120 kB
Dirty:            1336 kB
Writeback:           0 kB
Mapped:          29580 kB
Slab:            21064 kB
Committed_AS:  2776340 kB
PageTables:       1776 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= 66532 MiB

End job on node30 on Tue Apr 17 02:16:33 UTC 2007