Trace number 355815

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

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k50.cnf
MD5SUM18bfff146478ee5369d7f8a59c6fe709
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 variables38647
Number of clauses150130
Sum of the clauses size407902
Maximum clause length37
Minimum clause length1
Number of clauses of size 1668
Number of clauses of size 271936
Number of clauses of size 371760
Number of clauses of size 4286
Number of clauses of size 5545
Number of clauses of size over 54935

Solver Data (download as text)

0.00/0.00	c Parsing...
0.00/0.14	c ==============================================================================
0.00/0.14	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.14	c ==============================================================================
0.00/0.14	c |         0 |  149462   407234 |   44838       0        0     nan |  0.000 % |
0.00/0.82	c |         0 |  116405   423717 |      --       0       --      -- |     --   | -31155/22172
0.00/0.82	c ==============================================================================
0.00/0.82	c Result  :   #vars: 16052   #clauses: 116405   #literals: 423717
0.00/0.82	c CPU time:   0.774882 s
0.00/0.82	c ==============================================================================
1.08/1.19	c Tinisat 0.22
1.08/1.19	c solving /tmp/GTI_node50.alineos.net_709.cnf
1.08/1.19	c 16052 variables, 116405 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/node50/watcher-355815-1176801294 -o ROOT/results/node50/solver-355815-1176801294 -C 10000 -W -M --output-limit 1,15 /tmp/evaluation/355815-1176801294/TiniSatELite /tmp/evaluation/355815-1176801294/instance-355815-1176801294.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.66 0.92 0.97 3/64 709
/proc/meminfo: memFree=1507744/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 274 0 0 0 0 0 0 0 18 0 1 0 34974567 5480448 232 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577642578 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/709/statm: 1338 232 195 169 0 49 0
[pid=710] ppid=709 vsize=5352 CPUtime=0
/proc/710/stat : 710 (TiniSatELite) S 709 709 653 0 -1 4194368 52 25 0 0 0 0 0 0 20 0 1 0 34974568 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4096 65538 18446744071563356171 0 0 17 1 0 0
/proc/710/statm: 1338 236 198 169 0 49 0
[pid=712] ppid=710 vsize=0 CPUtime=0
/proc/712/stat : 712 (sed) D 710 709 653 0 -1 4194308 163 0 0 0 0 0 0 0 15 0 1 0 34974568 0 0 18446744073709551615 0 0 0 0 0 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/712/statm: 0 0 0 0 0 0 0

[startup+0.0880481 s]
/proc/loadavg: 0.66 0.92 0.97 3/64 709
/proc/meminfo: memFree=1507744/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 34974567 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/709/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.101045 s]
/proc/loadavg: 0.66 0.92 0.97 3/64 709
/proc/meminfo: memFree=1507744/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 34974567 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/709/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.301066 s]
/proc/loadavg: 0.66 0.92 0.97 3/64 709
/proc/meminfo: memFree=1507744/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 34974567 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/709/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.701097 s]
/proc/loadavg: 0.66 0.92 0.97 3/64 709
/proc/meminfo: memFree=1507744/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 308 252 0 0 0 0 0 0 18 0 1 0 34974567 5480448 235 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/709/statm: 1338 235 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.50116 s]
/proc/loadavg: 0.66 0.92 0.97 2/66 715
/proc/meminfo: memFree=1502600/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0.98
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 332 6746 0 0 0 0 92 6 16 0 1 0 34974567 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/709/statm: 1338 236 197 169 0 49 0
[pid=715] ppid=709 vsize=11452 CPUtime=0.5
/proc/715/stat : 715 (tinisat) R 709 709 653 0 -1 4194304 2539 0 0 0 49 1 0 0 20 0 1 0 34974667 11726848 2200 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519606 0 0 4096 0 0 0 0 17 1 0 0
/proc/715/statm: 2863 2200 52 110 0 2750 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 16804

[startup+3.1013 s]
/proc/loadavg: 0.66 0.92 0.97 2/66 715
/proc/meminfo: memFree=1493448/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0.98
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 332 6746 0 0 0 0 92 6 16 0 1 0 34974567 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/709/statm: 1338 236 197 169 0 49 0
[pid=715] ppid=709 vsize=11452 CPUtime=2.09
/proc/715/stat : 715 (tinisat) R 709 709 653 0 -1 4194304 2842 0 0 0 208 1 0 0 25 0 1 0 34974667 11726848 2503 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/715/statm: 2863 2503 52 110 0 2750 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 16804

[startup+6.30159 s]
/proc/loadavg: 0.69 0.92 0.97 2/66 715
/proc/meminfo: memFree=1491144/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0.98
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 332 6746 0 0 0 0 92 6 16 0 1 0 34974567 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/709/statm: 1338 236 197 169 0 49 0
[pid=715] ppid=709 vsize=19892 CPUtime=5.29
/proc/715/stat : 715 (tinisat) R 709 709 653 0 -1 4194304 3348 0 0 0 527 2 0 0 25 0 1 0 34974667 20369408 3009 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520003 0 0 4096 0 0 0 0 17 0 0 0
/proc/715/statm: 4973 3009 52 110 0 4860 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 25244

[startup+12.7011 s]
/proc/loadavg: 0.71 0.92 0.97 2/66 715
/proc/meminfo: memFree=1488008/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0.98
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 332 6746 0 0 0 0 92 6 16 0 1 0 34974567 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/709/statm: 1338 236 197 169 0 49 0
[pid=715] ppid=709 vsize=19892 CPUtime=11.67
/proc/715/stat : 715 (tinisat) R 709 709 653 0 -1 4194304 4143 0 0 0 1164 3 0 0 25 0 1 0 34974667 20369408 3804 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/715/statm: 4973 3804 52 110 0 4860 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 25244

[startup+25.5013 s]
/proc/loadavg: 0.77 0.92 0.97 2/66 715
/proc/meminfo: memFree=1480584/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0.98
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 332 6746 0 0 0 0 92 6 16 0 1 0 34974567 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/709/statm: 1338 236 197 169 0 49 0
[pid=715] ppid=709 vsize=36772 CPUtime=24.47
/proc/715/stat : 715 (tinisat) R 709 709 653 0 -1 4194304 5911 0 0 0 2442 5 0 0 25 0 1 0 34974667 37654528 5572 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/715/statm: 9193 5572 52 110 0 9080 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 42124

[startup+51.1015 s]
/proc/loadavg: 0.85 0.93 0.97 2/66 715
/proc/meminfo: memFree=1469512/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0.98
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 332 6746 0 0 0 0 92 6 16 0 1 0 34974567 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/709/statm: 1338 236 197 169 0 49 0
[pid=715] ppid=709 vsize=36772 CPUtime=50.06
/proc/715/stat : 715 (tinisat) R 709 709 653 0 -1 4194304 8701 0 0 0 4999 7 0 0 25 0 1 0 34974667 37654528 8362 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/715/statm: 9193 8362 52 110 0 9080 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 42124

[startup+102.306 s]
/proc/loadavg: 0.93 0.94 0.97 2/66 715
/proc/meminfo: memFree=1453448/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0.98
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 332 6746 0 0 0 0 92 6 16 0 1 0 34974567 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/709/statm: 1338 236 197 169 0 49 0
[pid=715] ppid=709 vsize=71048 CPUtime=101.25
/proc/715/stat : 715 (tinisat) R 709 709 653 0 -1 4194304 12672 0 0 0 10114 11 0 0 25 0 1 0 34974667 72753152 12333 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/715/statm: 17762 12333 52 110 0 17649 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 76400

[startup+162.301 s]
/proc/loadavg: 1.02 0.96 0.98 2/66 715
/proc/meminfo: memFree=1438280/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0.98
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 332 6746 0 0 0 0 92 6 16 0 1 0 34974567 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/709/statm: 1338 236 197 169 0 49 0
[pid=715] ppid=709 vsize=72128 CPUtime=161.23
/proc/715/stat : 715 (tinisat) R 709 709 653 0 -1 4194304 16476 0 0 0 16108 15 0 0 25 0 1 0 34974667 73859072 16137 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/715/statm: 18032 16137 52 110 0 17919 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 77480

[startup+222.302 s]
/proc/loadavg: 1.13 1.00 0.99 2/66 715
/proc/meminfo: memFree=1422088/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0.98
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 332 6746 0 0 0 0 92 6 16 0 1 0 34974567 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/709/statm: 1338 236 197 169 0 49 0
[pid=715] ppid=709 vsize=141020 CPUtime=221.22
/proc/715/stat : 715 (tinisat) R 709 709 653 0 -1 4194304 20600 0 0 0 22102 20 0 0 25 0 1 0 34974667 144404480 20132 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/715/statm: 35255 20132 52 110 0 35142 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 146372

[startup+282.302 s]
/proc/loadavg: 1.08 1.01 0.99 2/66 715
/proc/meminfo: memFree=1407240/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0.98
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 332 6746 0 0 0 0 92 6 16 0 1 0 34974567 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/709/statm: 1338 236 197 169 0 49 0
[pid=715] ppid=709 vsize=141848 CPUtime=281.19
/proc/715/stat : 715 (tinisat) R 709 709 653 0 -1 4194304 24338 0 0 0 28095 24 0 0 25 0 1 0 34974667 145252352 23870 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515506 0 0 4096 0 0 0 0 17 1 0 0
/proc/715/statm: 35462 23870 52 110 0 35349 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 147200

[startup+342.301 s]
/proc/loadavg: 1.03 1.00 0.99 2/66 715
/proc/meminfo: memFree=1391048/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0.98
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 332 6746 0 0 0 0 92 6 16 0 1 0 34974567 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/709/statm: 1338 236 197 169 0 49 0
[pid=715] ppid=709 vsize=142248 CPUtime=341.18
/proc/715/stat : 715 (tinisat) R 709 709 653 0 -1 4194304 28348 0 0 0 34090 28 0 0 25 0 1 0 34974667 145661952 27880 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/715/statm: 35562 27880 52 110 0 35449 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 147600

[startup+402.301 s]
/proc/loadavg: 1.01 1.00 0.99 2/66 715
/proc/meminfo: memFree=1377864/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0.98
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 332 6746 0 0 0 0 92 6 16 0 1 0 34974567 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/709/statm: 1338 236 197 169 0 49 0
[pid=715] ppid=709 vsize=143108 CPUtime=401.16
/proc/715/stat : 715 (tinisat) R 709 709 653 0 -1 4194304 31648 0 0 0 40086 30 0 0 25 0 1 0 34974667 146542592 31180 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532372 0 0 4096 0 0 0 0 17 1 0 0

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

/proc/715/statm: 282619 260541 52 110 0 282506 0
Current children cumulated CPU time (s) 9339.59
Current children cumulated vsize (KiB) 1135828

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1116
/proc/meminfo: memFree=454152/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0.98
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 332 6746 0 0 0 0 92 6 16 0 1 0 34974567 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/709/statm: 1338 236 197 169 0 49 0
[pid=715] ppid=709 vsize=1130620 CPUtime=9398.59
/proc/715/stat : 715 (tinisat) R 709 709 653 0 -1 4194304 263925 0 0 0 939585 274 0 0 25 0 1 0 34974667 1157754880 261334 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519606 0 0 4096 0 0 0 0 17 1 0 0
/proc/715/statm: 282655 261334 52 110 0 282542 0
Current children cumulated CPU time (s) 9399.57
Current children cumulated vsize (KiB) 1135972

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1116
/proc/meminfo: memFree=450184/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0.98
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 332 6746 0 0 0 0 92 6 16 0 1 0 34974567 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/709/statm: 1338 236 197 169 0 49 0
[pid=715] ppid=709 vsize=1131548 CPUtime=9458.58
/proc/715/stat : 715 (tinisat) R 709 709 653 0 -1 4194304 264934 0 0 0 945583 275 0 0 25 0 1 0 34974667 1158705152 262310 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/715/statm: 282887 262310 52 110 0 282774 0
Current children cumulated CPU time (s) 9459.56
Current children cumulated vsize (KiB) 1136900

[startup+9522.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 1116
/proc/meminfo: memFree=446536/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0.98
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 332 6746 0 0 0 0 92 6 16 0 1 0 34974567 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/709/statm: 1338 236 197 169 0 49 0
[pid=715] ppid=709 vsize=1131548 CPUtime=9518.56
/proc/715/stat : 715 (tinisat) R 709 709 653 0 -1 4194304 265851 0 0 0 951580 276 0 0 25 0 1 0 34974667 1158705152 263227 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/715/statm: 282887 263227 52 110 0 282774 0
Current children cumulated CPU time (s) 9519.54
Current children cumulated vsize (KiB) 1136900

[startup+9582.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 1116
/proc/meminfo: memFree=441800/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0.98
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 332 6746 0 0 0 0 92 6 16 0 1 0 34974567 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/709/statm: 1338 236 197 169 0 49 0
[pid=715] ppid=709 vsize=1131700 CPUtime=9578.54
/proc/715/stat : 715 (tinisat) R 709 709 653 0 -1 4194304 267015 0 0 0 957577 277 0 0 25 0 1 0 34974667 1158860800 264391 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/715/statm: 282925 264391 52 110 0 282812 0
Current children cumulated CPU time (s) 9579.52
Current children cumulated vsize (KiB) 1137052

[startup+9642.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 1116
/proc/meminfo: memFree=435656/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0.98
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 332 6746 0 0 0 0 92 6 16 0 1 0 34974567 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/709/statm: 1338 236 197 169 0 49 0
[pid=715] ppid=709 vsize=1131960 CPUtime=9638.53
/proc/715/stat : 715 (tinisat) R 709 709 653 0 -1 4194304 268562 0 0 0 963574 279 0 0 25 0 1 0 34974667 1159127040 265938 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519849 0 0 4096 0 0 0 0 17 1 0 0
/proc/715/statm: 282990 265938 52 110 0 282877 0
Current children cumulated CPU time (s) 9639.51
Current children cumulated vsize (KiB) 1137312

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1116
/proc/meminfo: memFree=429512/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0.98
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 332 6746 0 0 0 0 92 6 16 0 1 0 34974567 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/709/statm: 1338 236 197 169 0 49 0
[pid=715] ppid=709 vsize=1131960 CPUtime=9698.51
/proc/715/stat : 715 (tinisat) R 709 709 653 0 -1 4194304 270054 0 0 0 969571 280 0 0 25 0 1 0 34974667 1159127040 267430 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/715/statm: 282990 267430 52 110 0 282877 0
Current children cumulated CPU time (s) 9699.49
Current children cumulated vsize (KiB) 1137312

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1116
/proc/meminfo: memFree=425224/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0.98
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 332 6746 0 0 0 0 92 6 16 0 1 0 34974567 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/709/statm: 1338 236 197 169 0 49 0
[pid=715] ppid=709 vsize=1131960 CPUtime=9758.49
/proc/715/stat : 715 (tinisat) R 709 709 653 0 -1 4194304 271138 0 0 0 975567 282 0 0 25 0 1 0 34974667 1159127040 268514 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/715/statm: 282990 268514 52 110 0 282877 0
Current children cumulated CPU time (s) 9759.47
Current children cumulated vsize (KiB) 1137312

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1116
/proc/meminfo: memFree=422024/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0.98
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 332 6746 0 0 0 0 92 6 16 0 1 0 34974567 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/709/statm: 1338 236 197 169 0 49 0
[pid=715] ppid=709 vsize=1132104 CPUtime=9818.48
/proc/715/stat : 715 (tinisat) R 709 709 653 0 -1 4194304 271946 0 0 0 981565 283 0 0 25 0 1 0 34974667 1159274496 269322 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/715/statm: 283026 269322 52 110 0 282913 0
Current children cumulated CPU time (s) 9819.46
Current children cumulated vsize (KiB) 1137456

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1116
/proc/meminfo: memFree=415880/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0.98
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 332 6746 0 0 0 0 92 6 16 0 1 0 34974567 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/709/statm: 1338 236 197 169 0 49 0
[pid=715] ppid=709 vsize=1132104 CPUtime=9878.46
/proc/715/stat : 715 (tinisat) R 709 709 653 0 -1 4194304 273449 0 0 0 987562 284 0 0 25 0 1 0 34974667 1159274496 270825 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/715/statm: 283026 270825 52 110 0 282913 0
Current children cumulated CPU time (s) 9879.44
Current children cumulated vsize (KiB) 1137456

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1116
/proc/meminfo: memFree=409992/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0.98
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 332 6746 0 0 0 0 92 6 16 0 1 0 34974567 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/709/statm: 1338 236 197 169 0 49 0
[pid=715] ppid=709 vsize=1132104 CPUtime=9938.44
/proc/715/stat : 715 (tinisat) R 709 709 653 0 -1 4194304 274936 0 0 0 993558 286 0 0 25 0 1 0 34974667 1159274496 272312 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515528 0 0 4096 0 0 0 0 17 1 0 0
/proc/715/statm: 283026 272312 52 110 0 282913 0
Current children cumulated CPU time (s) 9939.42
Current children cumulated vsize (KiB) 1137456

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 1280
/proc/meminfo: memFree=401176/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0.98
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 332 6746 0 0 0 0 92 6 16 0 1 0 34974567 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/709/statm: 1338 236 197 169 0 49 0
[pid=715] ppid=709 vsize=1132104 CPUtime=9998.37
/proc/715/stat : 715 (tinisat) R 709 709 653 0 -1 4194304 276814 0 0 0 999548 289 0 0 25 0 1 0 34974667 1159274496 274190 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/715/statm: 283026 274190 52 110 0 282913 0
Current children cumulated CPU time (s) 9999.35
Current children cumulated vsize (KiB) 1137456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 1280
/proc/meminfo: memFree=401112/2055920 swapFree=4183816/4192956
[pid=709] ppid=707 vsize=5352 CPUtime=0.98
/proc/709/stat : 709 (TiniSatELite) S 707 709 653 0 -1 4194304 332 6746 0 0 0 0 92 6 16 0 1 0 34974567 5480448 236 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/709/statm: 1338 236 197 169 0 49 0
[pid=715] ppid=709 vsize=1132104 CPUtime=9999.07
/proc/715/stat : 715 (tinisat) R 709 709 653 0 -1 4194304 276825 0 0 0 999618 289 0 0 25 0 1 0 34974667 1159274496 274201 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/715/statm: 283026 274201 52 110 0 282913 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 1137456

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 709 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=922859
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=69989
# CPU time returned by wait4() is 0.992848
# 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
CPU time (s): 10000
CPU user time (s): 9997.1
CPU system time (s): 2.95
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 1137456

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

runsolver used 8.09877 second user time and 20.2589 second system time

The end

Launcher Data (download as text)

Begin job on node50 on Tue Apr 17 09:14:54 UTC 2007

IDJOB= 355815
IDBENCH= 20532
IDSOLVER= 170
FILE ID= node50/355815-1176801294

PBS_JOBID= 4586264

Free space on /tmp= 66543 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  18bfff146478ee5369d7f8a59c6fe709

RANDOM SEED= 42948314

TIME LIMIT= 10000 seconds
MEMORY LIMIT=  MiB

Linux node50.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.232
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.232
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:       1508088 kB
Buffers:         34292 kB
Cached:         438640 kB
SwapCached:       3272 kB
Active:         138856 kB
Inactive:       343640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1508088 kB
SwapTotal:     4192956 kB
SwapFree:      4183816 kB
Dirty:            4944 kB
Writeback:           0 kB
Mapped:          15324 kB
Slab:            51276 kB
Committed_AS:   997512 kB
PageTables:       1460 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= 66539 MiB

End job on node50 on Tue Apr 17 12:01:39 UTC 2007