Trace number 355770

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 10002.9

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-08.cnf
MD5SUM81ed5ec4a2e7c208a4184383f9e53838
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1847.13
Satisfiable
(Un)Satisfiability was proved
Number of variables4614
Number of clauses16637
Sum of the clauses size44007
Maximum clause length97
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27532
Number of clauses of size 38048
Number of clauses of size 4732
Number of clauses of size 5246
Number of clauses of size over 578

Solver Data (download as text)

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   16192    42927 |    4857       0        0     nan |  0.000 % |
0.00/0.10	c |         0 |   12797    40460 |      --       0       --      -- |     --   | -3395/-2467
0.00/0.10	c ==============================================================================
0.00/0.10	c Result  :   #vars: 2513   #clauses: 12797   #literals: 40460
0.00/0.10	c CPU time:   0.097985 s
0.00/0.10	c ==============================================================================
0.00/0.14	c Tinisat 0.22
0.00/0.14	c solving /tmp/GTI_node48.alineos.net_15697.cnf
0.00/0.14	c 2513 variables, 12797 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/node48/watcher-355770-1176774287 -o ROOT/results/node48/solver-355770-1176774287 -C 10000 -W -M --output-limit 1,15 /tmp/evaluation/355770-1176774287/TiniSatELite /tmp/evaluation/355770-1176774287/instance-355770-1176774287.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/64 15697
/proc/meminfo: memFree=1793128/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 274 0 0 0 0 0 0 0 19 0 1 0 32274054 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539773522 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/15697/statm: 1338 232 195 169 0 49 0
[pid=15698] ppid=15697 vsize=5352 CPUtime=0
/proc/15698/stat : 15698 (TiniSatELite) S 15697 15697 15641 0 -1 4194368 52 25 0 0 0 0 0 0 22 0 1 0 32274054 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4096 65538 18446744071563356171 0 0 17 1 0 0
/proc/15698/statm: 1338 236 198 169 0 49 0
[pid=15700] ppid=15698 vsize=2612 CPUtime=0
/proc/15700/stat : 15700 (sed) R 15698 15697 15641 0 -1 4194304 161 0 0 0 0 0 0 0 24 0 1 0 32274054 2674688 135 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 255539773666 0 0 4096 0 0 0 0 17 1 0 0
/proc/15700/statm: 0 0 0 0 0 0 0

[startup+0.03852 s]
/proc/loadavg: 0.78 0.95 0.98 3/64 15697
/proc/meminfo: memFree=1793128/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 308 252 0 0 0 0 0 0 20 0 1 0 32274054 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15697/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.102524 s]
/proc/loadavg: 0.78 0.95 0.98 3/64 15697
/proc/meminfo: memFree=1793128/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 308 252 0 0 0 0 0 0 20 0 1 0 32274054 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15697/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.302545 s]
/proc/loadavg: 0.78 0.95 0.98 3/64 15697
/proc/meminfo: memFree=1793128/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0.11
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 332 1075 0 0 0 0 11 0 16 0 1 0 32274054 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5352

[startup+0.701584 s]
/proc/loadavg: 0.78 0.95 0.98 3/64 15697
/proc/meminfo: memFree=1793128/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0.11
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 332 1075 0 0 0 0 11 0 16 0 1 0 32274054 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5352

[startup+1.50165 s]
/proc/loadavg: 0.78 0.95 0.98 2/66 15703
/proc/meminfo: memFree=1789888/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0.11
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 332 1075 0 0 0 0 11 0 16 0 1 0 32274054 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1338 236 197 169 0 49 0
[pid=15703] ppid=15697 vsize=4548 CPUtime=1.36
/proc/15703/stat : 15703 (tinisat) R 15697 15697 15641 0 -1 4194304 827 0 0 0 136 0 0 0 25 0 1 0 32274067 4657152 812 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515467 0 0 4096 0 0 0 0 17 0 0 0
/proc/15703/statm: 1137 812 52 110 0 1024 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9900

[startup+3.1018 s]
/proc/loadavg: 0.80 0.95 0.98 2/66 15703
/proc/meminfo: memFree=1788480/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0.11
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 332 1075 0 0 0 0 11 0 16 0 1 0 32274054 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1338 236 197 169 0 49 0
[pid=15703] ppid=15697 vsize=8012 CPUtime=2.96
/proc/15703/stat : 15703 (tinisat) R 15697 15697 15641 0 -1 4194304 1331 0 0 0 296 0 0 0 25 0 1 0 32274067 8204288 1316 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519527 0 0 4096 0 0 0 0 17 0 0 0
/proc/15703/statm: 2003 1316 52 110 0 1890 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13364

[startup+6.3011 s]
/proc/loadavg: 0.80 0.95 0.98 2/66 15703
/proc/meminfo: memFree=1784896/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0.11
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 332 1075 0 0 0 0 11 0 16 0 1 0 32274054 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1338 236 197 169 0 49 0
[pid=15703] ppid=15697 vsize=15072 CPUtime=6.16
/proc/15703/stat : 15703 (tinisat) R 15697 15697 15641 0 -1 4194304 2045 0 0 0 616 0 0 0 25 0 1 0 32274067 15433728 2030 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/15703/statm: 3768 2030 52 110 0 3655 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 20424

[startup+12.7017 s]
/proc/loadavg: 0.83 0.95 0.98 2/66 15703
/proc/meminfo: memFree=1779728/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0.11
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 332 1075 0 0 0 0 11 0 16 0 1 0 32274054 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1338 236 197 169 0 49 0
[pid=15703] ppid=15697 vsize=15488 CPUtime=12.55
/proc/15703/stat : 15703 (tinisat) R 15697 15697 15641 0 -1 4194304 3296 0 0 0 1254 1 0 0 25 0 1 0 32274067 15859712 3248 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515513 0 0 4096 0 0 0 0 17 1 0 0
/proc/15703/statm: 3872 3248 52 110 0 3759 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 20840

[startup+25.5017 s]
/proc/loadavg: 0.85 0.95 0.98 2/66 15703
/proc/meminfo: memFree=1772752/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0.11
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 332 1075 0 0 0 0 11 0 16 0 1 0 32274054 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1338 236 197 169 0 49 0
[pid=15703] ppid=15697 vsize=29532 CPUtime=25.34
/proc/15703/stat : 15703 (tinisat) R 15697 15697 15641 0 -1 4194304 4945 0 0 0 2531 3 0 0 25 0 1 0 32274067 30240768 4897 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519883 0 0 4096 0 0 0 0 17 1 0 0
/proc/15703/statm: 7383 4897 52 110 0 7270 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 34884

[startup+51.101 s]
/proc/loadavg: 0.90 0.96 0.98 2/66 15703
/proc/meminfo: memFree=1762768/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0.11
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 332 1075 0 0 0 0 11 0 16 0 1 0 32274054 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1338 236 197 169 0 49 0
[pid=15703] ppid=15697 vsize=56944 CPUtime=50.94
/proc/15703/stat : 15703 (tinisat) R 15697 15697 15641 0 -1 4194304 7551 0 0 0 5087 7 0 0 25 0 1 0 32274067 58310656 7438 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/15703/statm: 14236 7438 52 110 0 14123 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 62296

[startup+102.306 s]
/proc/loadavg: 0.96 0.96 0.98 2/66 15703
/proc/meminfo: memFree=1748688/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0.11
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 332 1075 0 0 0 0 11 0 16 0 1 0 32274054 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1338 236 197 169 0 49 0
[pid=15703] ppid=15697 vsize=58292 CPUtime=102.13
/proc/15703/stat : 15703 (tinisat) R 15697 15697 15641 0 -1 4194304 11028 0 0 0 10204 9 0 0 25 0 1 0 32274067 59691008 10915 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/15703/statm: 14573 10915 52 110 0 14460 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 63644

[startup+162.301 s]
/proc/loadavg: 0.98 0.97 0.98 2/66 15703
/proc/meminfo: memFree=1736528/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0.11
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 332 1075 0 0 0 0 11 0 16 0 1 0 32274054 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1338 236 197 169 0 49 0
[pid=15703] ppid=15697 vsize=59908 CPUtime=162.12
/proc/15703/stat : 15703 (tinisat) R 15697 15697 15641 0 -1 4194304 14233 0 0 0 16199 13 0 0 25 0 1 0 32274067 61345792 13991 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517432 0 0 4096 0 0 0 0 17 1 0 0
/proc/15703/statm: 14977 13991 52 110 0 14864 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 65260

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 15703
/proc/meminfo: memFree=1724880/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0.11
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 332 1075 0 0 0 0 11 0 16 0 1 0 32274054 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1338 236 197 169 0 49 0
[pid=15703] ppid=15697 vsize=113716 CPUtime=222.1
/proc/15703/stat : 15703 (tinisat) R 15697 15697 15641 0 -1 4194304 17100 0 0 0 22194 16 0 0 25 0 1 0 32274067 116445184 16858 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519981 0 0 4096 0 0 0 0 17 1 0 0
/proc/15703/statm: 28429 16858 52 110 0 28316 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 119068

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 15703
/proc/meminfo: memFree=1714064/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0.11
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 332 1075 0 0 0 0 11 0 16 0 1 0 32274054 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1338 236 197 169 0 49 0
[pid=15703] ppid=15697 vsize=114580 CPUtime=282.08
/proc/15703/stat : 15703 (tinisat) R 15697 15697 15641 0 -1 4194304 19881 0 0 0 28189 19 0 0 25 0 1 0 32274067 117329920 19574 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/15703/statm: 28645 19574 52 110 0 28532 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 119932

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 15703
/proc/meminfo: memFree=1704208/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0.11
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 332 1075 0 0 0 0 11 0 16 0 1 0 32274054 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1338 236 197 169 0 49 0
[pid=15703] ppid=15697 vsize=116048 CPUtime=342.06
/proc/15703/stat : 15703 (tinisat) R 15697 15697 15641 0 -1 4194304 22440 0 0 0 34185 21 0 0 25 0 1 0 32274067 118833152 22001 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/15703/statm: 29012 22001 52 110 0 28899 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 121400

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 15703
/proc/meminfo: memFree=1696592/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0.11
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 332 1075 0 0 0 0 11 0 16 0 1 0 32274054 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1338 236 197 169 0 49 0
[pid=15703] ppid=15697 vsize=117468 CPUtime=402.05
/proc/15703/stat : 15703 (tinisat) R 15697 15697 15641 0 -1 4194304 24630 0 0 0 40182 23 0 0 25 0 1 0 32274067 120287232 23934 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0

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

/proc/15703/statm: 223881 140263 52 110 0 223768 0
Current children cumulated CPU time (s) 9399.62
Current children cumulated vsize (KiB) 900876

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16799
/proc/meminfo: memFree=1205776/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0.11
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 332 1075 0 0 0 0 11 0 16 0 1 0 32274054 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1338 236 197 169 0 49 0
[pid=15703] ppid=15697 vsize=895668 CPUtime=9459.5
/proc/15703/stat : 15703 (tinisat) R 15697 15697 15641 0 -1 4194304 144441 0 0 0 945799 151 0 0 25 0 1 0 32274067 917164032 140574 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519836 0 0 4096 0 0 0 0 17 1 0 0
/proc/15703/statm: 223917 140574 52 110 0 223804 0
Current children cumulated CPU time (s) 9459.61
Current children cumulated vsize (KiB) 901020

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16799
/proc/meminfo: memFree=1204560/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0.11
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 332 1075 0 0 0 0 11 0 16 0 1 0 32274054 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1338 236 197 169 0 49 0
[pid=15703] ppid=15697 vsize=895668 CPUtime=9519.49
/proc/15703/stat : 15703 (tinisat) R 15697 15697 15641 0 -1 4194304 144745 0 0 0 951797 152 0 0 25 0 1 0 32274067 917164032 140878 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/15703/statm: 223917 140878 52 110 0 223804 0
Current children cumulated CPU time (s) 9519.6
Current children cumulated vsize (KiB) 901020

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16799
/proc/meminfo: memFree=1203024/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0.11
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 332 1075 0 0 0 0 11 0 16 0 1 0 32274054 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1338 236 197 169 0 49 0
[pid=15703] ppid=15697 vsize=895668 CPUtime=9579.47
/proc/15703/stat : 15703 (tinisat) R 15697 15697 15641 0 -1 4194304 145126 0 0 0 957795 152 0 0 25 0 1 0 32274067 917164032 141259 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/15703/statm: 223917 141259 52 110 0 223804 0
Current children cumulated CPU time (s) 9579.58
Current children cumulated vsize (KiB) 901020

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16799
/proc/meminfo: memFree=1201872/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0.11
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 332 1075 0 0 0 0 11 0 16 0 1 0 32274054 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1338 236 197 169 0 49 0
[pid=15703] ppid=15697 vsize=896220 CPUtime=9639.45
/proc/15703/stat : 15703 (tinisat) R 15697 15697 15641 0 -1 4194304 145469 0 0 0 963792 153 0 0 25 0 1 0 32274067 917729280 141569 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/15703/statm: 224055 141569 52 110 0 223942 0
Current children cumulated CPU time (s) 9639.56
Current children cumulated vsize (KiB) 901572

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16799
/proc/meminfo: memFree=1200400/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0.11
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 332 1075 0 0 0 0 11 0 16 0 1 0 32274054 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1338 236 197 169 0 49 0
[pid=15703] ppid=15697 vsize=896220 CPUtime=9699.44
/proc/15703/stat : 15703 (tinisat) R 15697 15697 15641 0 -1 4194304 145822 0 0 0 969791 153 0 0 25 0 1 0 32274067 917729280 141922 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/15703/statm: 224055 141922 52 110 0 223942 0
Current children cumulated CPU time (s) 9699.55
Current children cumulated vsize (KiB) 901572

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16799
/proc/meminfo: memFree=1199504/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0.11
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 332 1075 0 0 0 0 11 0 16 0 1 0 32274054 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1338 236 197 169 0 49 0
[pid=15703] ppid=15697 vsize=896220 CPUtime=9759.43
/proc/15703/stat : 15703 (tinisat) R 15697 15697 15641 0 -1 4194304 146065 0 0 0 975789 154 0 0 25 0 1 0 32274067 917729280 142165 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/15703/statm: 224055 142165 52 110 0 223942 0
Current children cumulated CPU time (s) 9759.54
Current children cumulated vsize (KiB) 901572

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16799
/proc/meminfo: memFree=1197904/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0.11
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 332 1075 0 0 0 0 11 0 16 0 1 0 32274054 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1338 236 197 169 0 49 0
[pid=15703] ppid=15697 vsize=896220 CPUtime=9819.41
/proc/15703/stat : 15703 (tinisat) R 15697 15697 15641 0 -1 4194304 146451 0 0 0 981787 154 0 0 25 0 1 0 32274067 917729280 142551 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/15703/statm: 224055 142551 52 110 0 223942 0
Current children cumulated CPU time (s) 9819.52
Current children cumulated vsize (KiB) 901572

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16799
/proc/meminfo: memFree=1196112/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0.11
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 332 1075 0 0 0 0 11 0 16 0 1 0 32274054 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1338 236 197 169 0 49 0
[pid=15703] ppid=15697 vsize=896380 CPUtime=9879.4
/proc/15703/stat : 15703 (tinisat) R 15697 15697 15641 0 -1 4194304 146884 0 0 0 987785 155 0 0 25 0 1 0 32274067 917893120 142984 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/15703/statm: 224095 142984 52 110 0 223982 0
Current children cumulated CPU time (s) 9879.51
Current children cumulated vsize (KiB) 901732

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16799
/proc/meminfo: memFree=1194448/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0.11
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 332 1075 0 0 0 0 11 0 16 0 1 0 32274054 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1338 236 197 169 0 49 0
[pid=15703] ppid=15697 vsize=896380 CPUtime=9939.38
/proc/15703/stat : 15703 (tinisat) R 15697 15697 15641 0 -1 4194304 147314 0 0 0 993783 155 0 0 25 0 1 0 32274067 917893120 143414 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/15703/statm: 224095 143414 52 110 0 223982 0
Current children cumulated CPU time (s) 9939.49
Current children cumulated vsize (KiB) 901732

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16799
/proc/meminfo: memFree=1192656/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0.11
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 332 1075 0 0 0 0 11 0 16 0 1 0 32274054 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1338 236 197 169 0 49 0
[pid=15703] ppid=15697 vsize=896380 CPUtime=9999.37
/proc/15703/stat : 15703 (tinisat) R 15697 15697 15641 0 -1 4194304 147749 0 0 0 999782 155 0 0 25 0 1 0 32274067 917893120 143849 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/15703/statm: 224095 143849 52 110 0 223982 0
Current children cumulated CPU time (s) 9999.48
Current children cumulated vsize (KiB) 901732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16799
/proc/meminfo: memFree=1192656/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0.11
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 332 1075 0 0 0 0 11 0 16 0 1 0 32274054 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1338 236 197 169 0 49 0
[pid=15703] ppid=15697 vsize=896380 CPUtime=9999.97
/proc/15703/stat : 15703 (tinisat) R 15697 15697 15641 0 -1 4194304 147755 0 0 0 999842 155 0 0 25 0 1 0 32274067 917893120 143855 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/15703/statm: 224095 143855 52 110 0 223982 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 901732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+10002.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16799
/proc/meminfo: memFree=1192656/2055920 swapFree=4184680/4192956
[pid=15697] ppid=15695 vsize=5352 CPUtime=0.11
/proc/15697/stat : 15697 (TiniSatELite) S 15695 15697 15641 0 -1 4194304 332 1075 0 0 0 0 11 0 16 0 1 0 32274054 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1338 236 197 169 0 49 0
[pid=15703] ppid=15697 vsize=896380 CPUtime=9999.97
/proc/15703/stat : 15703 (tinisat) R 15697 15697 15641 0 -1 4194304 147755 0 0 0 999842 155 0 0 25 0 1 0 32274067 917893120 143855 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/15703/statm: 224095 143855 52 110 0 223982 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 901732

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15697 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=115982
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=9998
# CPU time returned by wait4() is 0.12598
# 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): 10002.9
CPU time (s): 10000.1
CPU user time (s): 9998.53
CPU system time (s): 1.55
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 901732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.115982
system time used= 0.009998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1407
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= 34
involuntary context switches= 12

runsolver used 8.5517 second user time and 19.605 second system time

The end

Launcher Data (download as text)

Begin job on node48 on Tue Apr 17 01:44:47 UTC 2007

IDJOB= 355770
IDBENCH= 20400
IDSOLVER= 170
FILE ID= node48/355770-1176774287

PBS_JOBID= 4580813

Free space on /tmp= 66548 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  81ed5ec4a2e7c208a4184383f9e53838

RANDOM SEED= 970149119

TIME LIMIT= 10000 seconds
MEMORY LIMIT=  MiB

Linux node48.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.238
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.238
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:       1793600 kB
Buffers:         40572 kB
Cached:         148252 kB
SwapCached:       2392 kB
Active:          61500 kB
Inactive:       137344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1793600 kB
SwapTotal:     4192956 kB
SwapFree:      4184680 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          16260 kB
Slab:            49580 kB
Committed_AS:   934424 kB
PageTables:       1388 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= 66547 MiB

End job on node48 on Tue Apr 17 04:31:32 UTC 2007