Trace number 355814

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 10003.8

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k10.cnf
MD5SUMb801eedc38d94f7d34b1c4de68ba5e4b
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 variables46169
Number of clauses207720
Sum of the clauses size584068
Maximum clause length37
Minimum clause length1
Number of clauses of size 1148
Number of clauses of size 284712
Number of clauses of size 3114816
Number of clauses of size 4155
Number of clauses of size 5294
Number of clauses of size over 57595

Solver Data (download as text)

0.00/0.00	c Parsing...
0.00/0.20	c ==============================================================================
0.00/0.20	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.20	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.20	c ==============================================================================
0.00/0.20	c |         0 |  207572   583920 |   62271       0        0     nan |  0.000 % |
1.09/1.19	c |         0 |  160623   586768 |      --       0       --      -- |     --   | -41850/17877
1.09/1.20	c ==============================================================================
1.09/1.20	c Result  :   #vars: 21201   #clauses: 160623   #literals: 586768
1.09/1.20	c CPU time:   1.12483 s
1.09/1.20	c ==============================================================================
1.44/1.72	c Tinisat 0.22
1.44/1.72	c solving /tmp/GTI_node23.alineos.net_26083.cnf
1.44/1.72	c 21201 variables, 160623 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/node23/watcher-355814-1176800324 -o ROOT/results/node23/solver-355814-1176800324 -C 10000 -W -M --output-limit 1,15 /tmp/evaluation/355814-1176800324/TiniSatELite /tmp/evaluation/355814-1176800324/instance-355814-1176800324.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.78 0.95 0.98 3/77 26083
/proc/meminfo: memFree=1530336/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=0
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 274 0 0 0 0 0 0 0 18 0 1 0 127949530 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487830610 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/26083/statm: 1338 232 195 169 0 49 0
[pid=26084] ppid=26083 vsize=5352 CPUtime=0
/proc/26084/stat : 26084 (TiniSatELite) S 26083 26083 26027 0 -1 4194368 52 25 0 0 0 0 0 0 20 0 1 0 127949530 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4096 65538 18446744071563356171 0 0 17 1 0 0
/proc/26084/statm: 1338 236 198 169 0 49 0

[startup+0.0940649 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 26083
/proc/meminfo: memFree=1530336/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=0
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 127949530 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26083/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.102058 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 26083
/proc/meminfo: memFree=1530336/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=0
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 127949530 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26083/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.302105 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 26083
/proc/meminfo: memFree=1530336/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=0
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 127949530 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26083/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.702181 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 26083
/proc/meminfo: memFree=1530336/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=0
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 127949530 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26083/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.50133 s]
/proc/loadavg: 0.80 0.95 0.98 2/79 26088
/proc/meminfo: memFree=1497032/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=1.44
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 332 9154 0 0 0 0 136 8 16 0 1 0 127949530 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26083/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 5352

[startup+3.10164 s]
/proc/loadavg: 0.80 0.95 0.98 2/79 26089
/proc/meminfo: memFree=1511816/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=1.44
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 332 9154 0 0 0 0 136 8 16 0 1 0 127949530 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26083/statm: 1338 236 197 169 0 49 0
[pid=26089] ppid=26083 vsize=15396 CPUtime=1.64
/proc/26089/stat : 26089 (tinisat) R 26083 26083 26027 0 -1 4194304 3459 0 0 0 163 1 0 0 25 0 1 0 127949675 15765504 3004 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/26089/statm: 3849 3004 52 110 0 3736 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 20748

[startup+6.30125 s]
/proc/loadavg: 0.80 0.95 0.98 2/79 26089
/proc/meminfo: memFree=1510344/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=1.44
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 332 9154 0 0 0 0 136 8 16 0 1 0 127949530 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26083/statm: 1338 236 197 169 0 49 0
[pid=26089] ppid=26083 vsize=15396 CPUtime=4.83
/proc/26089/stat : 26089 (tinisat) R 26083 26083 26027 0 -1 4194304 3825 0 0 0 482 1 0 0 25 0 1 0 127949675 15765504 3370 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/26089/statm: 3849 3370 52 110 0 3736 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 20748

[startup+12.7015 s]
/proc/loadavg: 0.83 0.95 0.98 2/79 26089
/proc/meminfo: memFree=1507856/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=1.44
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 332 9154 0 0 0 0 136 8 16 0 1 0 127949530 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26083/statm: 1338 236 197 169 0 49 0
[pid=26089] ppid=26083 vsize=27076 CPUtime=11.23
/proc/26089/stat : 26089 (tinisat) R 26083 26083 26027 0 -1 4194304 4410 0 0 0 1121 2 0 0 25 0 1 0 127949675 27725824 3955 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532385 0 0 4096 0 0 0 0 17 1 0 0
/proc/26089/statm: 6769 3955 52 110 0 6656 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 32428

[startup+25.502 s]
/proc/loadavg: 0.85 0.95 0.98 2/79 26089
/proc/meminfo: memFree=1501584/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=1.44
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 332 9154 0 0 0 0 136 8 16 0 1 0 127949530 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26083/statm: 1338 236 197 169 0 49 0
[pid=26089] ppid=26083 vsize=27076 CPUtime=24.03
/proc/26089/stat : 26089 (tinisat) R 26083 26083 26027 0 -1 4194304 5967 0 0 0 2400 3 0 0 25 0 1 0 127949675 27725824 5512 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/26089/statm: 6769 5512 52 110 0 6656 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 32428

[startup+51.1019 s]
/proc/loadavg: 0.90 0.96 0.98 2/79 26089
/proc/meminfo: memFree=1492752/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=1.44
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 332 9154 0 0 0 0 136 8 16 0 1 0 127949530 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26083/statm: 1338 236 197 169 0 49 0
[pid=26089] ppid=26083 vsize=50432 CPUtime=49.62
/proc/26089/stat : 26089 (tinisat) R 26083 26083 26027 0 -1 4194304 8190 0 0 0 4956 6 0 0 25 0 1 0 127949675 51642368 7735 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520078 0 0 4096 0 0 0 0 17 1 0 0
/proc/26089/statm: 12608 7735 52 110 0 12495 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 55784

[startup+102.307 s]
/proc/loadavg: 0.96 0.96 0.98 2/79 26089
/proc/meminfo: memFree=1478224/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=1.44
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 332 9154 0 0 0 0 136 8 16 0 1 0 127949530 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26083/statm: 1338 236 197 169 0 49 0
[pid=26089] ppid=26083 vsize=50432 CPUtime=100.8
/proc/26089/stat : 26089 (tinisat) R 26083 26083 26027 0 -1 4194304 11790 0 0 0 10072 8 0 0 25 0 1 0 127949675 51642368 11335 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26089/statm: 12608 11335 52 110 0 12495 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 55784

[startup+162.301 s]
/proc/loadavg: 0.98 0.97 0.98 2/85 26223
/proc/meminfo: memFree=1462232/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=1.44
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 332 9154 0 0 0 0 136 8 16 0 1 0 127949530 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26083/statm: 1338 236 197 169 0 49 0
[pid=26089] ppid=26083 vsize=97276 CPUtime=160.72
/proc/26089/stat : 26089 (tinisat) R 26083 26083 26027 0 -1 4194304 15449 0 0 0 16059 13 0 0 25 0 1 0 127949675 99610624 14994 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26089/statm: 24319 14994 52 110 0 24206 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 102628

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 26287
/proc/meminfo: memFree=1449232/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=1.44
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 332 9154 0 0 0 0 136 8 16 0 1 0 127949530 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26083/statm: 1338 236 197 169 0 49 0
[pid=26089] ppid=26083 vsize=98960 CPUtime=220.66
/proc/26089/stat : 26089 (tinisat) R 26083 26083 26027 0 -1 4194304 18969 0 0 0 22048 18 0 0 25 0 1 0 127949675 101335040 18514 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/26089/statm: 24740 18514 52 110 0 24627 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 104312

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 26287
/proc/meminfo: memFree=1434576/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=1.44
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 332 9154 0 0 0 0 136 8 16 0 1 0 127949530 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26083/statm: 1338 236 197 169 0 49 0
[pid=26089] ppid=26083 vsize=99896 CPUtime=280.64
/proc/26089/stat : 26089 (tinisat) R 26083 26083 26027 0 -1 4194304 22690 0 0 0 28042 22 0 0 25 0 1 0 127949675 102293504 22235 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26089/statm: 24974 22235 52 110 0 24861 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 105248

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 26287
/proc/meminfo: memFree=1423888/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=1.44
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 332 9154 0 0 0 0 136 8 16 0 1 0 127949530 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26083/statm: 1338 236 197 169 0 49 0
[pid=26089] ppid=26083 vsize=193452 CPUtime=340.61
/proc/26089/stat : 26089 (tinisat) R 26083 26083 26027 0 -1 4194304 25290 0 0 0 34036 25 0 0 25 0 1 0 127949675 198094848 24835 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26089/statm: 48363 24835 52 110 0 48250 0
Current children cumulated CPU time (s) 342.05
Current children cumulated vsize (KiB) 198804

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 26287
/proc/meminfo: memFree=1416656/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=1.44
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 332 9154 0 0 0 0 136 8 16 0 1 0 127949530 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26083/statm: 1338 236 197 169 0 49 0
[pid=26089] ppid=26083 vsize=193584 CPUtime=400.6
/proc/26089/stat : 26089 (tinisat) R 26083 26083 26027 0 -1 4194304 27115 0 0 0 40031 29 0 0 25 0 1 0 127949675 198230016 26660 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26089/statm: 48396 26660 52 110 0 48283 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 198936

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 26287

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

/proc/26089/statm: 387611 250907 52 110 0 387498 0
Current children cumulated CPU time (s) 9338.75
Current children cumulated vsize (KiB) 1555796

[startup+9402.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 26687
/proc/meminfo: memFree=514704/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=1.44
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 332 9154 0 0 0 0 136 8 16 0 1 0 127949530 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26083/statm: 1338 236 197 169 0 49 0
[pid=26089] ppid=26083 vsize=1550584 CPUtime=9397.28
/proc/26089/stat : 26089 (tinisat) R 26083 26083 26027 0 -1 4194304 254010 0 0 0 939402 326 0 0 25 0 1 0 127949675 1587798016 251661 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26089/statm: 387646 251661 52 110 0 387533 0
Current children cumulated CPU time (s) 9398.72
Current children cumulated vsize (KiB) 1555936

[startup+9462.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 26687
/proc/meminfo: memFree=511696/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=1.44
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 332 9154 0 0 0 0 136 8 16 0 1 0 127949530 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26083/statm: 1338 236 197 169 0 49 0
[pid=26089] ppid=26083 vsize=1550584 CPUtime=9457.26
/proc/26089/stat : 26089 (tinisat) R 26083 26083 26027 0 -1 4194304 254763 0 0 0 945398 328 0 0 25 0 1 0 127949675 1587798016 252414 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/26089/statm: 387646 252414 52 110 0 387533 0
Current children cumulated CPU time (s) 9458.7
Current children cumulated vsize (KiB) 1555936

[startup+9522.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 26687
/proc/meminfo: memFree=507984/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=1.44
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 332 9154 0 0 0 0 136 8 16 0 1 0 127949530 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26083/statm: 1338 236 197 169 0 49 0
[pid=26089] ppid=26083 vsize=1550864 CPUtime=9517.24
/proc/26089/stat : 26089 (tinisat) R 26083 26083 26027 0 -1 4194304 255690 0 0 0 951395 329 0 0 25 0 1 0 127949675 1588084736 253341 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520078 0 0 4096 0 0 0 0 17 1 0 0
/proc/26089/statm: 387716 253341 52 110 0 387603 0
Current children cumulated CPU time (s) 9518.68
Current children cumulated vsize (KiB) 1556216

[startup+9582.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 26689
/proc/meminfo: memFree=504464/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=1.44
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 332 9154 0 0 0 0 136 8 16 0 1 0 127949530 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26083/statm: 1338 236 197 169 0 49 0
[pid=26089] ppid=26083 vsize=1551008 CPUtime=9577.22
/proc/26089/stat : 26089 (tinisat) R 26083 26083 26027 0 -1 4194304 256553 0 0 0 957391 331 0 0 25 0 1 0 127949675 1588232192 254204 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/26089/statm: 387752 254204 52 110 0 387639 0
Current children cumulated CPU time (s) 9578.66
Current children cumulated vsize (KiB) 1556360

[startup+9642.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 26689
/proc/meminfo: memFree=501136/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=1.44
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 332 9154 0 0 0 0 136 8 16 0 1 0 127949530 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26083/statm: 1338 236 197 169 0 49 0
[pid=26089] ppid=26083 vsize=1551152 CPUtime=9637.2
/proc/26089/stat : 26089 (tinisat) R 26083 26083 26027 0 -1 4194304 257393 0 0 0 963388 332 0 0 25 0 1 0 127949675 1588379648 255044 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515445 0 0 4096 0 0 0 0 17 1 0 0
/proc/26089/statm: 387788 255044 52 110 0 387675 0
Current children cumulated CPU time (s) 9638.64
Current children cumulated vsize (KiB) 1556504

[startup+9702.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 26689
/proc/meminfo: memFree=498064/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=1.44
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 332 9154 0 0 0 0 136 8 16 0 1 0 127949530 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26083/statm: 1338 236 197 169 0 49 0
[pid=26089] ppid=26083 vsize=1551296 CPUtime=9697.18
/proc/26089/stat : 26089 (tinisat) R 26083 26083 26027 0 -1 4194304 258159 0 0 0 969385 333 0 0 25 0 1 0 127949675 1588527104 255810 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26089/statm: 387824 255810 52 110 0 387711 0
Current children cumulated CPU time (s) 9698.62
Current children cumulated vsize (KiB) 1556648

[startup+9762.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 26689
/proc/meminfo: memFree=495056/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=1.44
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 332 9154 0 0 0 0 136 8 16 0 1 0 127949530 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26083/statm: 1338 236 197 169 0 49 0
[pid=26089] ppid=26083 vsize=1551568 CPUtime=9757.15
/proc/26089/stat : 26089 (tinisat) R 26083 26083 26027 0 -1 4194304 258911 0 0 0 975381 334 0 0 25 0 1 0 127949675 1588805632 256562 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26089/statm: 387892 256562 52 110 0 387779 0
Current children cumulated CPU time (s) 9758.59
Current children cumulated vsize (KiB) 1556920

[startup+9822.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 26689
/proc/meminfo: memFree=490384/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=1.44
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 332 9154 0 0 0 0 136 8 16 0 1 0 127949530 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26083/statm: 1338 236 197 169 0 49 0
[pid=26089] ppid=26083 vsize=1551568 CPUtime=9817.14
/proc/26089/stat : 26089 (tinisat) R 26083 26083 26027 0 -1 4194304 260063 0 0 0 981378 336 0 0 25 0 1 0 127949675 1588805632 257714 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/26089/statm: 387892 257714 52 110 0 387779 0
Current children cumulated CPU time (s) 9818.58
Current children cumulated vsize (KiB) 1556920

[startup+9882.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 26689
/proc/meminfo: memFree=487376/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=1.44
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 332 9154 0 0 0 0 136 8 16 0 1 0 127949530 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26083/statm: 1338 236 197 169 0 49 0
[pid=26089] ppid=26083 vsize=1551848 CPUtime=9877.12
/proc/26089/stat : 26089 (tinisat) R 26083 26083 26027 0 -1 4194304 260825 0 0 0 987375 337 0 0 25 0 1 0 127949675 1589092352 258476 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26089/statm: 387962 258476 52 110 0 387849 0
Current children cumulated CPU time (s) 9878.56
Current children cumulated vsize (KiB) 1557200

[startup+9942.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 26689
/proc/meminfo: memFree=484624/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=1.44
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 332 9154 0 0 0 0 136 8 16 0 1 0 127949530 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26083/statm: 1338 236 197 169 0 49 0
[pid=26089] ppid=26083 vsize=1552120 CPUtime=9937.09
/proc/26089/stat : 26089 (tinisat) R 26083 26083 26027 0 -1 4194304 261510 0 0 0 993371 338 0 0 25 0 1 0 127949675 1589370880 259161 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26089/statm: 388030 259161 52 110 0 387917 0
Current children cumulated CPU time (s) 9938.53
Current children cumulated vsize (KiB) 1557472

[startup+10002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 26689
/proc/meminfo: memFree=481168/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=1.44
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 332 9154 0 0 0 0 136 8 16 0 1 0 127949530 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26083/statm: 1338 236 197 169 0 49 0
[pid=26089] ppid=26083 vsize=1552120 CPUtime=9997.08
/proc/26089/stat : 26089 (tinisat) R 26083 26083 26027 0 -1 4194304 262365 0 0 0 999368 340 0 0 25 0 1 0 127949675 1589370880 260016 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/26089/statm: 388030 260016 52 110 0 387917 0
Current children cumulated CPU time (s) 9998.52
Current children cumulated vsize (KiB) 1557472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.8 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 26689
/proc/meminfo: memFree=481104/2055920 swapFree=4169224/4192956
[pid=26083] ppid=26081 vsize=5352 CPUtime=1.44
/proc/26083/stat : 26083 (TiniSatELite) S 26081 26083 26027 0 -1 4194304 332 9154 0 0 0 0 136 8 16 0 1 0 127949530 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26083/statm: 1338 236 197 169 0 49 0
[pid=26089] ppid=26083 vsize=1552120 CPUtime=9998.58
/proc/26089/stat : 26089 (tinisat) R 26083 26083 26027 0 -1 4194304 262389 0 0 0 999518 340 0 0 25 0 1 0 127949675 1589370880 260040 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/26089/statm: 388030 260040 52 110 0 387917 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 1557472

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 26083 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=363792
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=85986
# CPU time returned by wait4() is 1.44978
# while last known CPU time is 10000
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10003.8
CPU time (s): 10000
CPU user time (s): 9996.54
CPU system time (s): 3.48
CPU usage (%): 99.9621
Max. virtual memory (cumulated for all children) (KiB): 1557472

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

runsolver used 9.64353 second user time and 26.7419 second system time

The end

Launcher Data (download as text)

Begin job on node23 on Tue Apr 17 08:58:44 UTC 2007

IDJOB= 355814
IDBENCH= 20531
IDSOLVER= 170
FILE ID= node23/355814-1176800324

PBS_JOBID= 4586260

Free space on /tmp= 66537 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  b801eedc38d94f7d34b1c4de68ba5e4b

RANDOM SEED= 702595885

TIME LIMIT= 10000 seconds
MEMORY LIMIT=  MiB

Linux node23.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.276
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.276
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:       1530872 kB
Buffers:         48340 kB
Cached:         384932 kB
SwapCached:       2676 kB
Active:         262272 kB
Inactive:       193848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1530872 kB
SwapTotal:     4192956 kB
SwapFree:      4169224 kB
Dirty:            6176 kB
Writeback:           0 kB
Mapped:          30344 kB
Slab:            54464 kB
Committed_AS:  2391504 kB
PageTables:       1796 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= 66531 MiB

End job on node23 on Tue Apr 17 11:45:30 UTC 2007