Trace number 338183

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
TiniSatELite 2007-02-08UNSAT 967.352 967.976

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl001.sat05-2695.reshuffled-07.cnf
MD5SUM178c0646166b92c20ce876c724294ca1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark96.1414
Satisfiable
(Un)Satisfiability was proved
Number of variables1587
Number of clauses8013
Sum of the clauses size68223
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2283
Number of clauses of size 31146
Number of clauses of size 4108
Number of clauses of size 5888
Number of clauses of size over 55555

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 |    7801    67257 |    2340       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |    6565    57894 |      --       0       --      -- |     --   | -394/-4756
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 1465   #clauses: 6565   #literals: 57894
0.00/0.06	c CPU time:   0.05999 s
0.00/0.06	c ==============================================================================
0.08/0.11	c Tinisat 0.22
0.08/0.11	c solving /tmp/GTI_node5.alineos.net_5165.cnf
0.08/0.11	c 1465 variables, 6565 clauses
967.27/967.95	c 586652 decisions, 391107 conflicts, 242 restarts
967.27/967.95	c solved in 967.25s
967.27/967.96	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node5/watcher-338183-1173681694 -o ROOT/results/node5/solver-338183-1173681694 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/338183-1173681694/TiniSatELite /tmp/evaluation/338183-1173681694/instance-338183-1173681694.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
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.05 1.03 1.03 3/77 5165
/proc/meminfo: memFree=1581152/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 274 0 0 0 0 0 0 0 18 0 1 0 388124269 5480448 232 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913648722 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/5165/statm: 1338 232 195 169 0 49 0
[pid=5166] ppid=5165 vsize=5352 CPUtime=0
/proc/5166/stat : 5166 (TiniSatELite) S 5165 5165 3249 0 -1 4194368 52 25 0 0 0 0 0 0 20 0 1 0 388124270 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4096 65538 0 0 0 17 1 0 0
/proc/5166/statm: 1338 236 198 169 0 49 0

[startup+0.0100159 s]
/proc/loadavg: 1.05 1.03 1.03 3/77 5165
/proc/meminfo: memFree=1581152/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 388124269 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5165/statm: 1338 234 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.102024 s]
/proc/loadavg: 1.05 1.03 1.03 3/77 5165
/proc/meminfo: memFree=1581152/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5352

[startup+0.302046 s]
/proc/loadavg: 1.05 1.03 1.03 3/77 5165
/proc/meminfo: memFree=1581152/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5352

[startup+0.702095 s]
/proc/loadavg: 1.05 1.03 1.03 3/77 5165
/proc/meminfo: memFree=1581152/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5352

[startup+1.50118 s]
/proc/loadavg: 1.05 1.03 1.03 2/79 5171
/proc/meminfo: memFree=1578640/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
[pid=5171] ppid=5165 vsize=5056 CPUtime=1.4
/proc/5171/stat : 5171 (tinisat) R 5165 5165 3249 0 -1 4194304 688 0 0 0 140 0 0 0 25 0 1 0 388124278 5177344 673 18446744073709551615 134512640 134966189 4294956752 18446744073709551615 134520093 0 0 4096 0 0 0 0 17 0 0 0
/proc/5171/statm: 1264 674 52 110 0 1151 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10408

[startup+3.10136 s]
/proc/loadavg: 1.05 1.03 1.03 2/79 5171
/proc/meminfo: memFree=1577424/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
[pid=5171] ppid=5165 vsize=5460 CPUtime=3
/proc/5171/stat : 5171 (tinisat) R 5165 5165 3249 0 -1 4194304 1003 0 0 0 300 0 0 0 25 0 1 0 388124278 5591040 988 18446744073709551615 134512640 134966189 4294956752 18446744073709551615 134515541 0 0 4096 0 0 0 0 17 0 0 0
/proc/5171/statm: 1365 988 52 110 0 1252 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10812

[startup+6.30172 s]
/proc/loadavg: 1.05 1.03 1.03 2/79 5171
/proc/meminfo: memFree=1575440/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
[pid=5171] ppid=5165 vsize=9888 CPUtime=6.2
/proc/5171/stat : 5171 (tinisat) R 5165 5165 3249 0 -1 4194304 1412 0 0 0 619 1 0 0 25 0 1 0 388124278 10125312 1364 18446744073709551615 134512640 134966189 4294956752 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 0 0 0
/proc/5171/statm: 2472 1364 52 110 0 2359 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 15240

[startup+12.7014 s]
/proc/loadavg: 1.12 1.04 1.04 2/79 5171
/proc/meminfo: memFree=1573008/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
[pid=5171] ppid=5165 vsize=10576 CPUtime=12.59
/proc/5171/stat : 5171 (tinisat) R 5165 5165 3249 0 -1 4194304 1980 0 0 0 1257 2 0 0 25 0 1 0 388124278 10829824 1932 18446744073709551615 134512640 134966189 4294956752 18446744073709551615 134516911 0 0 4096 0 0 0 0 17 0 0 0
/proc/5171/statm: 2644 1932 52 110 0 2531 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 15928

[startup+25.5019 s]
/proc/loadavg: 1.10 1.04 1.03 2/79 5171
/proc/meminfo: memFree=1569808/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
[pid=5171] ppid=5165 vsize=19452 CPUtime=25.38
/proc/5171/stat : 5171 (tinisat) R 5165 5165 3249 0 -1 4194304 2814 0 0 0 2535 3 0 0 25 0 1 0 388124278 19918848 2701 18446744073709551615 134512640 134966189 4294956752 18446744073709551615 134519898 0 0 4096 0 0 0 0 17 0 0 0
/proc/5171/statm: 4863 2701 52 110 0 4750 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 24804

[startup+51.1018 s]
/proc/loadavg: 1.06 1.03 1.03 2/79 5171
/proc/meminfo: memFree=1566224/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
[pid=5171] ppid=5165 vsize=20196 CPUtime=50.97
/proc/5171/stat : 5171 (tinisat) R 5165 5165 3249 0 -1 4194304 3724 0 0 0 5093 4 0 0 25 0 1 0 388124278 20680704 3611 18446744073709551615 134512640 134966189 4294956752 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 0 0 0
/proc/5171/statm: 5049 3611 52 110 0 4936 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 25548

[startup+102.307 s]
/proc/loadavg: 1.02 1.03 1.03 2/79 5171
/proc/meminfo: memFree=1560464/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
[pid=5171] ppid=5165 vsize=21684 CPUtime=102.14
/proc/5171/stat : 5171 (tinisat) R 5165 5165 3249 0 -1 4194304 5114 0 0 0 10208 6 0 0 25 0 1 0 388124278 22204416 5001 18446744073709551615 134512640 134966189 4294956752 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 0 0 0
/proc/5171/statm: 5421 5001 52 110 0 5308 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 27036

[startup+162.301 s]
/proc/loadavg: 1.01 1.02 1.02 2/79 5173
/proc/meminfo: memFree=1555280/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
[pid=5171] ppid=5165 vsize=39228 CPUtime=162.09
/proc/5171/stat : 5171 (tinisat) R 5165 5165 3249 0 -1 4194304 6572 0 0 0 16202 7 0 0 25 0 1 0 388124278 40169472 6297 18446744073709551615 134512640 134966189 4294956752 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/5171/statm: 9807 6297 52 110 0 9694 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 44580

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.02 2/79 5173
/proc/meminfo: memFree=1551120/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
[pid=5171] ppid=5165 vsize=39944 CPUtime=222.06
/proc/5171/stat : 5171 (tinisat) R 5165 5165 3249 0 -1 4194304 7616 0 0 0 22198 8 0 0 25 0 1 0 388124278 40902656 7341 18446744073709551615 134512640 134966189 4294956752 18446744073709551615 134519584 0 0 4096 0 0 0 0 17 0 0 0
/proc/5171/statm: 9986 7341 52 110 0 9873 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 45296

[startup+282.303 s]
/proc/loadavg: 1.00 1.01 1.01 2/79 5173
/proc/meminfo: memFree=1547664/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
[pid=5171] ppid=5165 vsize=40840 CPUtime=282.03
/proc/5171/stat : 5171 (tinisat) R 5165 5165 3249 0 -1 4194304 8533 0 0 0 28194 9 0 0 25 0 1 0 388124278 41820160 8225 18446744073709551615 134512640 134966189 4294956752 18446744073709551615 134520054 0 0 4096 0 0 0 0 17 0 0 0
/proc/5171/statm: 10210 8225 52 110 0 10097 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 46192

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5173
/proc/meminfo: memFree=1544016/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
[pid=5171] ppid=5165 vsize=41800 CPUtime=341.98
/proc/5171/stat : 5171 (tinisat) R 5165 5165 3249 0 -1 4194304 9464 0 0 0 34188 10 0 0 25 0 1 0 388124278 42803200 9123 18446744073709551615 134512640 134966189 4294956752 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/5171/statm: 10450 9123 52 110 0 10337 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 47152

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5173
/proc/meminfo: memFree=1541072/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
[pid=5171] ppid=5165 vsize=42412 CPUtime=401.94
/proc/5171/stat : 5171 (tinisat) R 5165 5165 3249 0 -1 4194304 10206 0 0 0 40184 10 0 0 25 0 1 0 388124278 43429888 9865 18446744073709551615 134512640 134966189 4294956752 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/5171/statm: 10603 9865 52 110 0 10490 0

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


[startup+582.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5173
/proc/meminfo: memFree=1533968/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
[pid=5171] ppid=5165 vsize=77136 CPUtime=581.83
/proc/5171/stat : 5171 (tinisat) R 5165 5165 3249 0 -1 4194304 12275 0 0 0 58170 13 0 0 25 0 1 0 388124278 78987264 11644 18446744073709551615 134512640 134966189 4294956752 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 0 0 0
/proc/5171/statm: 19284 11644 52 110 0 19171 0
Current children cumulated CPU time (s) 581.91
Current children cumulated vsize (KiB) 82488

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 5173
/proc/meminfo: memFree=1531664/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
[pid=5171] ppid=5165 vsize=77812 CPUtime=641.8
/proc/5171/stat : 5171 (tinisat) R 5165 5165 3249 0 -1 4194304 12830 0 0 0 64167 13 0 0 25 0 1 0 388124278 79679488 12199 18446744073709551615 134512640 134966189 4294956752 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/5171/statm: 19453 12199 52 110 0 19340 0
Current children cumulated CPU time (s) 641.88
Current children cumulated vsize (KiB) 83164

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5173
/proc/meminfo: memFree=1529488/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
[pid=5171] ppid=5165 vsize=77940 CPUtime=701.76
/proc/5171/stat : 5171 (tinisat) R 5165 5165 3249 0 -1 4194304 13403 0 0 0 70162 14 0 0 25 0 1 0 388124278 79810560 12739 18446744073709551615 134512640 134966189 4294956752 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/5171/statm: 19485 12739 52 110 0 19372 0
Current children cumulated CPU time (s) 701.84
Current children cumulated vsize (KiB) 83292

[startup+762.306 s]
/proc/loadavg: 1.03 1.01 1.00 2/79 5173
/proc/meminfo: memFree=1527440/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
[pid=5171] ppid=5165 vsize=78392 CPUtime=761.73
/proc/5171/stat : 5171 (tinisat) R 5165 5165 3249 0 -1 4194304 13910 0 0 0 76159 14 0 0 25 0 1 0 388124278 80273408 13246 18446744073709551615 134512640 134966189 4294956752 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 0 0 0
/proc/5171/statm: 19598 13246 52 110 0 19485 0
Current children cumulated CPU time (s) 761.81
Current children cumulated vsize (KiB) 83744

[startup+822.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 5173
/proc/meminfo: memFree=1525456/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
[pid=5171] ppid=5165 vsize=79076 CPUtime=821.7
/proc/5171/stat : 5171 (tinisat) R 5165 5165 3249 0 -1 4194304 14433 0 0 0 82155 15 0 0 25 0 1 0 388124278 80973824 13769 18446744073709551615 134512640 134966189 4294956752 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 0 0 0
/proc/5171/statm: 19769 13769 52 110 0 19656 0
Current children cumulated CPU time (s) 821.78
Current children cumulated vsize (KiB) 84428

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5173
/proc/meminfo: memFree=1523664/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
[pid=5171] ppid=5165 vsize=79340 CPUtime=881.64
/proc/5171/stat : 5171 (tinisat) R 5165 5165 3249 0 -1 4194304 14863 0 0 0 88149 15 0 0 25 0 1 0 388124278 81244160 14199 18446744073709551615 134512640 134966189 4294956752 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/5171/statm: 19835 14199 52 110 0 19722 0
Current children cumulated CPU time (s) 881.72
Current children cumulated vsize (KiB) 84692

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5173
/proc/meminfo: memFree=1522128/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
[pid=5171] ppid=5165 vsize=79868 CPUtime=941.6
/proc/5171/stat : 5171 (tinisat) R 5165 5165 3249 0 -1 4194304 15266 0 0 0 94144 16 0 0 25 0 1 0 388124278 81784832 14602 18446744073709551615 134512640 134966189 4294956752 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/5171/statm: 19967 14602 52 110 0 19854 0
Current children cumulated CPU time (s) 941.68
Current children cumulated vsize (KiB) 85220

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

[startup+947.105 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5173
/proc/meminfo: memFree=1522000/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
[pid=5171] ppid=5165 vsize=79868 CPUtime=946.4
/proc/5171/stat : 5171 (tinisat) R 5165 5165 3249 0 -1 4194304 15297 0 0 0 94624 16 0 0 25 0 1 0 388124278 81784832 14633 18446744073709551615 134512640 134966189 4294956752 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/5171/statm: 19967 14633 52 110 0 19854 0
Current children cumulated CPU time (s) 946.48
Current children cumulated vsize (KiB) 85220

[startup+959.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5173
/proc/meminfo: memFree=1521680/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
[pid=5171] ppid=5165 vsize=80000 CPUtime=959.19
/proc/5171/stat : 5171 (tinisat) R 5165 5165 3249 0 -1 4194304 15382 0 0 0 95903 16 0 0 25 0 1 0 388124278 81920000 14718 18446744073709551615 134512640 134966189 4294956752 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 0 0 0
/proc/5171/statm: 20000 14718 52 110 0 19887 0
Current children cumulated CPU time (s) 959.27
Current children cumulated vsize (KiB) 85352

[startup+963.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5173
/proc/meminfo: memFree=1521616/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
[pid=5171] ppid=5165 vsize=80000 CPUtime=962.39
/proc/5171/stat : 5171 (tinisat) R 5165 5165 3249 0 -1 4194304 15398 0 0 0 96223 16 0 0 25 0 1 0 388124278 81920000 14734 18446744073709551615 134512640 134966189 4294956752 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 0 0 0
/proc/5171/statm: 20000 14734 52 110 0 19887 0
Current children cumulated CPU time (s) 962.47
Current children cumulated vsize (KiB) 85352

[startup+966.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5173
/proc/meminfo: memFree=1521552/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
[pid=5171] ppid=5165 vsize=80000 CPUtime=965.59
/proc/5171/stat : 5171 (tinisat) R 5165 5165 3249 0 -1 4194304 15416 0 0 0 96543 16 0 0 25 0 1 0 388124278 81920000 14752 18446744073709551615 134512640 134966189 4294956752 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/5171/statm: 20000 14752 52 110 0 19887 0
Current children cumulated CPU time (s) 965.67
Current children cumulated vsize (KiB) 85352

[startup+967.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5173
/proc/meminfo: memFree=1521488/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
[pid=5171] ppid=5165 vsize=80000 CPUtime=966.39
/proc/5171/stat : 5171 (tinisat) R 5165 5165 3249 0 -1 4194304 15419 0 0 0 96623 16 0 0 25 0 1 0 388124278 81920000 14755 18446744073709551615 134512640 134966189 4294956752 18446744073709551615 134515607 0 0 4096 0 0 0 0 17 1 0 0
/proc/5171/statm: 20000 14755 52 110 0 19887 0
Current children cumulated CPU time (s) 966.47
Current children cumulated vsize (KiB) 85352

[startup+967.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5173
/proc/meminfo: memFree=1521488/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
[pid=5171] ppid=5165 vsize=80000 CPUtime=966.79
/proc/5171/stat : 5171 (tinisat) R 5165 5165 3249 0 -1 4194304 15421 0 0 0 96663 16 0 0 25 0 1 0 388124278 81920000 14757 18446744073709551615 134512640 134966189 4294956752 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/5171/statm: 20000 14757 52 110 0 19887 0
Current children cumulated CPU time (s) 966.87
Current children cumulated vsize (KiB) 85352

[startup+967.903 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5173
/proc/meminfo: memFree=1521488/2055920 swapFree=4170416/4192956
[pid=5165] ppid=5163 vsize=5352 CPUtime=0.08
/proc/5165/stat : 5165 (TiniSatELite) S 5163 5165 3249 0 -1 4194304 331 661 0 0 0 0 8 0 16 0 1 0 388124269 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5165/statm: 1338 236 197 169 0 49 0
[pid=5171] ppid=5165 vsize=80000 CPUtime=967.19
/proc/5171/stat : 5171 (tinisat) R 5165 5165 3249 0 -1 4194304 15422 0 0 0 96703 16 0 0 25 0 1 0 388124278 81920000 14758 18446744073709551615 134512640 134966189 4294956752 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/5171/statm: 20000 14758 52 110 0 19887 0
Current children cumulated CPU time (s) 967.27
Current children cumulated vsize (KiB) 85352

Child status: 20
Real time (s): 967.976
CPU time (s): 967.352
CPU user time (s): 967.168
CPU system time (s): 0.183972
CPU usage (%): 99.9355
Max. virtual memory (cumulated for all children) (KiB): 85352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 967.168
system time used= 0.183972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16575
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= 71
involuntary context switches= 10084

runsolver used 0.945856 second user time and 2.58061 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Mon Mar 12 06:41:34 UTC 2007

IDJOB= 338183
IDBENCH= 24717
IDSOLVER= 99
FILE ID= node5/338183-1173681694

PBS_JOBID= 4101464

Free space on /tmp= 66406 MiB

SOLVER NAME= TiniSatELite 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/QG/QG6-gensys-icl001.sat05-2695.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/338183-1173681694/TiniSatELite /tmp/evaluation/338183-1173681694/instance-338183-1173681694.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-338183-1173681694 -o ROOT/results/node5/solver-338183-1173681694 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/338183-1173681694/TiniSatELite /tmp/evaluation/338183-1173681694/instance-338183-1173681694.cnf            

META MD5SUM SOLVER= 388ad77fe8f3a9a6ad5bf764ada795dd
MD5SUM BENCH=  178c0646166b92c20ce876c724294ca1

RANDOM SEED= 322876808

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node5.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.224
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.224
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:       1581624 kB
Buffers:         49712 kB
Cached:         330416 kB
SwapCached:       2236 kB
Active:         327336 kB
Inactive:        77328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1581624 kB
SwapTotal:     4192956 kB
SwapFree:      4170416 kB
Dirty:            1476 kB
Writeback:           0 kB
Mapped:          32404 kB
Slab:            55180 kB
Committed_AS:  1300244 kB
PageTables:       1696 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= 66406 MiB

End job on node5 on Mon Mar 12 06:57:43 UTC 2007