Trace number 355810

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
TiniSatELite 2007-02-08? (TO) 10000.1 10003

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k85.cnf
MD5SUMc3d30b6959b230b8a74fb1a82919c5c8
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 variables47152
Number of clauses169625
Sum of the clauses size451547
Maximum clause length37
Minimum clause length1
Number of clauses of size 11123
Number of clauses of size 288141
Number of clauses of size 373930
Number of clauses of size 4426
Number of clauses of size 5825
Number of clauses of size over 55180

Solver Data (download as text)

0.00/0.02	c Parsing...
0.00/0.18	c ==============================================================================
0.00/0.18	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.18	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.18	c ==============================================================================
0.00/0.18	c |         0 |  168502   450424 |   50550       0        0     nan |  0.000 % |
0.00/0.93	c |         0 |  123615   448497 |      --       0       --      -- |     --   | -42985/3762
0.00/0.93	c ==============================================================================
0.00/0.93	c Result  :   #vars: 17557   #clauses: 123615   #literals: 448497
0.00/0.93	c CPU time:   0.863868 s
0.00/0.93	c ==============================================================================
1.09/1.33	c Tinisat 0.22
1.09/1.33	c solving /tmp/GTI_node51.alineos.net_31747.cnf
1.09/1.33	c 17557 variables, 123615 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/node51/watcher-355810-1176797242 -o ROOT/results/node51/solver-355810-1176797242 -C 10000 -W -M --output-limit 1,15 /tmp/evaluation/355810-1176797242/TiniSatELite /tmp/evaluation/355810-1176797242/instance-355810-1176797242.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: 1.04 1.35 1.47 3/64 31747
/proc/meminfo: memFree=1988312/2055920 swapFree=4178788/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=0
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 274 0 0 0 0 0 0 0 18 0 1 0 34569348 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371462738 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/31747/statm: 1338 232 195 169 0 49 0
[pid=31748] ppid=31747 vsize=5352 CPUtime=0
/proc/31748/stat : 31748 (TiniSatELite) S 31747 31747 31691 0 -1 4194368 52 25 0 0 0 0 0 0 20 0 1 0 34569348 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4096 65538 18446744071563356171 0 0 17 1 0 0
/proc/31748/statm: 1338 236 198 169 0 49 0
[pid=31750] ppid=31748 vsize=0 CPUtime=0
/proc/31750/stat : 31750 (sed) D 31748 31747 31691 0 -1 4194308 163 0 0 0 0 0 0 0 21 0 1 0 34569348 0 0 18446744073709551615 0 0 0 0 0 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/31750/statm: 0 0 0 0 0 0 0

[startup+0.0506161 s]
/proc/loadavg: 1.04 1.35 1.47 3/64 31747
/proc/meminfo: memFree=1988312/2055920 swapFree=4178788/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=0
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 34569348 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31747/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.101613 s]
/proc/loadavg: 1.04 1.35 1.47 3/64 31747
/proc/meminfo: memFree=1988312/2055920 swapFree=4178788/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=0
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 34569348 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31747/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.301633 s]
/proc/loadavg: 1.04 1.35 1.47 3/64 31747
/proc/meminfo: memFree=1988312/2055920 swapFree=4178788/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=0
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 34569348 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31747/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.701667 s]
/proc/loadavg: 1.04 1.35 1.47 3/64 31747
/proc/meminfo: memFree=1988312/2055920 swapFree=4178788/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=0
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 34569348 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31747/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.50173 s]
/proc/loadavg: 1.04 1.35 1.47 2/66 31752
/proc/meminfo: memFree=1959496/2055920 swapFree=4178788/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=1.09
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 332 7557 0 0 0 0 103 6 16 0 1 0 34569348 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31747/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 5352

[startup+3.10187 s]
/proc/loadavg: 1.04 1.35 1.47 2/66 31753
/proc/meminfo: memFree=1973192/2055920 swapFree=4178788/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=1.09
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 332 7557 0 0 0 0 103 6 16 0 1 0 34569348 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31747/statm: 1338 236 197 169 0 49 0
[pid=31753] ppid=31747 vsize=12156 CPUtime=1.97
/proc/31753/stat : 31753 (tinisat) R 31747 31747 31691 0 -1 4194304 2901 0 0 0 195 2 0 0 25 0 1 0 34569460 12447744 2540 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31753/statm: 3039 2540 52 110 0 2926 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 17508

[startup+6.30116 s]
/proc/loadavg: 1.04 1.34 1.47 2/66 31753
/proc/meminfo: memFree=1971144/2055920 swapFree=4178788/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=1.09
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 332 7557 0 0 0 0 103 6 16 0 1 0 34569348 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31747/statm: 1338 236 197 169 0 49 0
[pid=31753] ppid=31747 vsize=21096 CPUtime=5.17
/proc/31753/stat : 31753 (tinisat) R 31747 31747 31691 0 -1 4194304 3425 0 0 0 514 3 0 0 25 0 1 0 34569460 21602304 3064 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519567 0 0 4096 0 0 0 0 17 1 0 0
/proc/31753/statm: 5274 3064 52 110 0 5161 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 26448

[startup+12.7017 s]
/proc/loadavg: 1.04 1.34 1.47 2/66 31755
/proc/meminfo: memFree=1963664/2055920 swapFree=4178808/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=1.09
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 332 7557 0 0 0 0 103 6 16 0 1 0 34569348 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31747/statm: 1338 236 197 169 0 49 0
[pid=31753] ppid=31747 vsize=21096 CPUtime=11.55
/proc/31753/stat : 31753 (tinisat) R 31747 31747 31691 0 -1 4194304 4268 0 0 0 1151 4 0 0 25 0 1 0 34569460 21602304 3907 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/31753/statm: 5274 3907 52 110 0 5161 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 26448

[startup+25.5019 s]
/proc/loadavg: 1.03 1.32 1.46 2/66 31755
/proc/meminfo: memFree=1958096/2055920 swapFree=4178808/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=1.09
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 332 7557 0 0 0 0 103 6 16 0 1 0 34569348 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31747/statm: 1338 236 197 169 0 49 0
[pid=31753] ppid=31747 vsize=38976 CPUtime=24.36
/proc/31753/stat : 31753 (tinisat) R 31747 31747 31691 0 -1 4194304 5662 0 0 0 2430 6 0 0 25 0 1 0 34569460 39911424 5301 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/31753/statm: 9744 5301 52 110 0 9631 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 44328

[startup+51.1012 s]
/proc/loadavg: 1.02 1.29 1.45 2/66 31755
/proc/meminfo: memFree=1946256/2055920 swapFree=4178808/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=1.09
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 332 7557 0 0 0 0 103 6 16 0 1 0 34569348 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31747/statm: 1338 236 197 169 0 49 0
[pid=31753] ppid=31747 vsize=38976 CPUtime=49.94
/proc/31753/stat : 31753 (tinisat) R 31747 31747 31691 0 -1 4194304 8673 0 0 0 4986 8 0 0 25 0 1 0 34569460 39911424 8312 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/31753/statm: 9744 8312 52 110 0 9631 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 44328

[startup+102.306 s]
/proc/loadavg: 1.00 1.24 1.42 2/66 31755
/proc/meminfo: memFree=1927568/2055920 swapFree=4178808/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=1.09
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 332 7557 0 0 0 0 103 6 16 0 1 0 34569348 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31747/statm: 1338 236 197 169 0 49 0
[pid=31753] ppid=31747 vsize=75140 CPUtime=101.13
/proc/31753/stat : 31753 (tinisat) R 31747 31747 31691 0 -1 4194304 13292 0 0 0 10100 13 0 0 25 0 1 0 34569460 76943360 12931 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/31753/statm: 18785 12931 52 110 0 18672 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 80492

[startup+162.301 s]
/proc/loadavg: 1.00 1.20 1.39 2/66 31755
/proc/meminfo: memFree=1907472/2055920 swapFree=4178808/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=1.09
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 332 7557 0 0 0 0 103 6 16 0 1 0 34569348 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31747/statm: 1338 236 197 169 0 49 0
[pid=31753] ppid=31747 vsize=76324 CPUtime=161.11
/proc/31753/stat : 31753 (tinisat) R 31747 31747 31691 0 -1 4194304 18338 0 0 0 16094 17 0 0 25 0 1 0 34569460 78155776 17977 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/31753/statm: 19081 17977 52 110 0 18968 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 81676

[startup+222.302 s]
/proc/loadavg: 1.00 1.16 1.36 2/66 31755
/proc/meminfo: memFree=1890896/2055920 swapFree=4178808/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=1.09
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 332 7557 0 0 0 0 103 6 16 0 1 0 34569348 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31747/statm: 1338 236 197 169 0 49 0
[pid=31753] ppid=31747 vsize=149408 CPUtime=221.09
/proc/31753/stat : 31753 (tinisat) R 31747 31747 31691 0 -1 4194304 22404 0 0 0 22088 21 0 0 25 0 1 0 34569460 152993792 22043 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519567 0 0 4096 0 0 0 0 17 1 0 0
/proc/31753/statm: 37352 22043 52 110 0 37239 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 154760

[startup+282.302 s]
/proc/loadavg: 1.00 1.13 1.34 2/66 31755
/proc/meminfo: memFree=1875792/2055920 swapFree=4178808/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=1.09
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 332 7557 0 0 0 0 103 6 16 0 1 0 34569348 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31747/statm: 1338 236 197 169 0 49 0
[pid=31753] ppid=31747 vsize=150088 CPUtime=281.07
/proc/31753/stat : 31753 (tinisat) R 31747 31747 31691 0 -1 4194304 26216 0 0 0 28082 25 0 0 25 0 1 0 34569460 153690112 25855 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/31753/statm: 37522 25855 52 110 0 37409 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 155440

[startup+342.301 s]
/proc/loadavg: 1.00 1.10 1.32 2/66 31755
/proc/meminfo: memFree=1860184/2055920 swapFree=4178808/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=1.09
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 332 7557 0 0 0 0 103 6 16 0 1 0 34569348 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31747/statm: 1338 236 197 169 0 49 0
[pid=31753] ppid=31747 vsize=150224 CPUtime=341.06
/proc/31753/stat : 31753 (tinisat) R 31747 31747 31691 0 -1 4194304 30085 0 0 0 34077 29 0 0 25 0 1 0 34569460 153829376 29724 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/31753/statm: 37556 29724 52 110 0 37443 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 155576

[startup+402.302 s]
/proc/loadavg: 1.00 1.08 1.29 2/66 31755
/proc/meminfo: memFree=1843864/2055920 swapFree=4178808/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=1.09
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 332 7557 0 0 0 0 103 6 16 0 1 0 34569348 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31747/statm: 1338 236 197 169 0 49 0
[pid=31753] ppid=31747 vsize=150360 CPUtime=401.05
/proc/31753/stat : 31753 (tinisat) R 31747 31747 31691 0 -1 4194304 34184 0 0 0 40073 32 0 0 25 0 1 0 34569460 153968640 33823 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31753/statm: 37590 33823 52 110 0 37477 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 155712

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

/proc/31753/statm: 296783 270426 52 110 0 296670 0
Current children cumulated CPU time (s) 9339.54
Current children cumulated vsize (KiB) 1192484

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32155
/proc/meminfo: memFree=887448/2055920 swapFree=4178808/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=1.09
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 332 7557 0 0 0 0 103 6 16 0 1 0 34569348 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31747/statm: 1338 236 197 169 0 49 0
[pid=31753] ppid=31747 vsize=1187132 CPUtime=9398.43
/proc/31753/stat : 31753 (tinisat) R 31747 31747 31691 0 -1 4194304 273721 0 0 0 939561 282 0 0 25 0 1 0 34569460 1215623168 271433 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31753/statm: 296783 271433 52 110 0 296670 0
Current children cumulated CPU time (s) 9399.52
Current children cumulated vsize (KiB) 1192484

[startup+9462.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 32155
/proc/meminfo: memFree=883416/2055920 swapFree=4178808/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=1.09
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 332 7557 0 0 0 0 103 6 16 0 1 0 34569348 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31747/statm: 1338 236 197 169 0 49 0
[pid=31753] ppid=31747 vsize=1187292 CPUtime=9458.41
/proc/31753/stat : 31753 (tinisat) R 31747 31747 31691 0 -1 4194304 274739 0 0 0 945558 283 0 0 25 0 1 0 34569460 1215787008 272451 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/31753/statm: 296823 272451 52 110 0 296710 0
Current children cumulated CPU time (s) 9459.5
Current children cumulated vsize (KiB) 1192644

[startup+9522.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 32155
/proc/meminfo: memFree=879448/2055920 swapFree=4178808/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=1.09
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 332 7557 0 0 0 0 103 6 16 0 1 0 34569348 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31747/statm: 1338 236 197 169 0 49 0
[pid=31753] ppid=31747 vsize=1187292 CPUtime=9518.4
/proc/31753/stat : 31753 (tinisat) R 31747 31747 31691 0 -1 4194304 275735 0 0 0 951556 284 0 0 25 0 1 0 34569460 1215787008 273447 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31753/statm: 296823 273447 52 110 0 296710 0
Current children cumulated CPU time (s) 9519.49
Current children cumulated vsize (KiB) 1192644

[startup+9582.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 32155
/proc/meminfo: memFree=875416/2055920 swapFree=4178808/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=1.09
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 332 7557 0 0 0 0 103 6 16 0 1 0 34569348 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31747/statm: 1338 236 197 169 0 49 0
[pid=31753] ppid=31747 vsize=1187292 CPUtime=9578.38
/proc/31753/stat : 31753 (tinisat) R 31747 31747 31691 0 -1 4194304 276718 0 0 0 957553 285 0 0 25 0 1 0 34569460 1215787008 274430 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/31753/statm: 296823 274430 52 110 0 296710 0
Current children cumulated CPU time (s) 9579.47
Current children cumulated vsize (KiB) 1192644

[startup+9642.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 32155
/proc/meminfo: memFree=871448/2055920 swapFree=4178808/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=1.09
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 332 7557 0 0 0 0 103 6 16 0 1 0 34569348 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31747/statm: 1338 236 197 169 0 49 0
[pid=31753] ppid=31747 vsize=1187292 CPUtime=9638.37
/proc/31753/stat : 31753 (tinisat) R 31747 31747 31691 0 -1 4194304 277727 0 0 0 963551 286 0 0 25 0 1 0 34569460 1215787008 275439 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/31753/statm: 296823 275439 52 110 0 296710 0
Current children cumulated CPU time (s) 9639.46
Current children cumulated vsize (KiB) 1192644

[startup+9702.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 32155
/proc/meminfo: memFree=867416/2055920 swapFree=4178808/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=1.09
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 332 7557 0 0 0 0 103 6 16 0 1 0 34569348 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31747/statm: 1338 236 197 169 0 49 0
[pid=31753] ppid=31747 vsize=1187292 CPUtime=9698.35
/proc/31753/stat : 31753 (tinisat) R 31747 31747 31691 0 -1 4194304 278695 0 0 0 969548 287 0 0 25 0 1 0 34569460 1215787008 276407 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31753/statm: 296823 276407 52 110 0 296710 0
Current children cumulated CPU time (s) 9699.44
Current children cumulated vsize (KiB) 1192644

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32155
/proc/meminfo: memFree=863576/2055920 swapFree=4178808/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=1.09
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 332 7557 0 0 0 0 103 6 16 0 1 0 34569348 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31747/statm: 1338 236 197 169 0 49 0
[pid=31753] ppid=31747 vsize=1187292 CPUtime=9758.33
/proc/31753/stat : 31753 (tinisat) R 31747 31747 31691 0 -1 4194304 279637 0 0 0 975545 288 0 0 25 0 1 0 34569460 1215787008 277349 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31753/statm: 296823 277349 52 110 0 296710 0
Current children cumulated CPU time (s) 9759.42
Current children cumulated vsize (KiB) 1192644

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32155
/proc/meminfo: memFree=859736/2055920 swapFree=4178808/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=1.09
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 332 7557 0 0 0 0 103 6 16 0 1 0 34569348 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31747/statm: 1338 236 197 169 0 49 0
[pid=31753] ppid=31747 vsize=1187292 CPUtime=9818.31
/proc/31753/stat : 31753 (tinisat) R 31747 31747 31691 0 -1 4194304 280589 0 0 0 981543 288 0 0 25 0 1 0 34569460 1215787008 278301 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31753/statm: 296823 278301 52 110 0 296710 0
Current children cumulated CPU time (s) 9819.4
Current children cumulated vsize (KiB) 1192644

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32155
/proc/meminfo: memFree=855512/2055920 swapFree=4178808/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=1.09
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 332 7557 0 0 0 0 103 6 16 0 1 0 34569348 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31747/statm: 1338 236 197 169 0 49 0
[pid=31753] ppid=31747 vsize=1187616 CPUtime=9878.3
/proc/31753/stat : 31753 (tinisat) R 31747 31747 31691 0 -1 4194304 281629 0 0 0 987540 290 0 0 25 0 1 0 34569460 1216118784 279341 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/31753/statm: 296904 279341 52 110 0 296791 0
Current children cumulated CPU time (s) 9879.39
Current children cumulated vsize (KiB) 1192968

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32155
/proc/meminfo: memFree=851608/2055920 swapFree=4178808/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=1.09
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 332 7557 0 0 0 0 103 6 16 0 1 0 34569348 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31747/statm: 1338 236 197 169 0 49 0
[pid=31753] ppid=31747 vsize=1187616 CPUtime=9938.28
/proc/31753/stat : 31753 (tinisat) R 31747 31747 31691 0 -1 4194304 282610 0 0 0 993537 291 0 0 25 0 1 0 34569460 1216118784 280322 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31753/statm: 296904 280322 52 110 0 296791 0
Current children cumulated CPU time (s) 9939.37
Current children cumulated vsize (KiB) 1192968

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32155
/proc/meminfo: memFree=847640/2055920 swapFree=4178808/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=1.09
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 332 7557 0 0 0 0 103 6 16 0 1 0 34569348 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31747/statm: 1338 236 197 169 0 49 0
[pid=31753] ppid=31747 vsize=1187616 CPUtime=9998.27
/proc/31753/stat : 31753 (tinisat) R 31747 31747 31691 0 -1 4194304 283587 0 0 0 999535 292 0 0 25 0 1 0 34569460 1216118784 281299 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31753/statm: 296904 281299 52 110 0 296791 0
Current children cumulated CPU time (s) 9999.36
Current children cumulated vsize (KiB) 1192968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32155
/proc/meminfo: memFree=847576/2055920 swapFree=4178808/4192956
[pid=31747] ppid=31745 vsize=5352 CPUtime=1.09
/proc/31747/stat : 31747 (TiniSatELite) S 31745 31747 31691 0 -1 4194304 332 7557 0 0 0 0 103 6 16 0 1 0 34569348 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31747/statm: 1338 236 197 169 0 49 0
[pid=31753] ppid=31747 vsize=1187616 CPUtime=9998.97
/proc/31753/stat : 31753 (tinisat) R 31747 31747 31691 0 -1 4194304 283598 0 0 0 999605 292 0 0 25 0 1 0 34569460 1216118784 281310 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520074 0 0 4096 0 0 0 0 17 1 0 0
/proc/31753/statm: 296904 281310 52 110 0 296791 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 1192968

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

Real time (s): 10003
CPU time (s): 10000.1
CPU user time (s): 9997.08
CPU system time (s): 2.98
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 1192968

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

runsolver used 7.34188 second user time and 21.1308 second system time

The end

Launcher Data (download as text)

Begin job on node51 on Tue Apr 17 08:07:22 UTC 2007

IDJOB= 355810
IDBENCH= 20527
IDSOLVER= 170
FILE ID= node51/355810-1176797242

PBS_JOBID= 4586243

Free space on /tmp= 66493 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  c3d30b6959b230b8a74fb1a82919c5c8

RANDOM SEED= 361302649

TIME LIMIT= 10000 seconds
MEMORY LIMIT=  MiB

Linux node51.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.223
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.223
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:       1989104 kB
Buffers:          1104 kB
Cached:          23752 kB
SwapCached:       6560 kB
Active:          21992 kB
Inactive:        14960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1989104 kB
SwapTotal:     4192956 kB
SwapFree:      4178788 kB
Dirty:            5448 kB
Writeback:           0 kB
Mapped:          14700 kB
Slab:            15948 kB
Committed_AS:  2538800 kB
PageTables:       1408 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= 66488 MiB

End job on node51 on Tue Apr 17 10:54:07 UTC 2007