Trace number 333227

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 1098.98 1099.48

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG-gensys-brn008.sat05-2685.reshuffled-07.cnf
MD5SUMf9cdae8890dde718d40830262adc8433
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.726
Satisfiable
(Un)Satisfiability was proved
Number of variables1467
Number of clauses7521
Sum of the clauses size64621
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2247
Number of clauses of size 31130
Number of clauses of size 482
Number of clauses of size 5852
Number of clauses of size over 55183

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 |    7309    63695 |    2192       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |    6058    53912 |      --       0       --      -- |     --   | -423/-5172
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 1343   #clauses: 6058   #literals: 53912
0.00/0.06	c CPU time:   0.06199 s
0.00/0.06	c ==============================================================================
0.08/0.11	c Tinisat 0.22
0.08/0.11	c solving /tmp/GTI_node12.alineos.net_20897.cnf
0.08/0.11	c 1343 variables, 6058 clauses
1098.89/1099.46	c 637325 decisions, 425232 conflicts, 252 restarts
1098.89/1099.46	c solved in 1098.88s
1098.89/1099.47	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/node12/watcher-333227-1173505590 -o ROOT/results/node12/solver-333227-1173505590 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333227-1173505590/TiniSatELite /tmp/evaluation/333227-1173505590/instance-333227-1173505590.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: 0.91 0.95 0.96 3/77 20897
/proc/meminfo: memFree=1690352/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 274 0 0 0 0 0 0 0 18 0 1 0 370513482 5480448 232 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429697106 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/20897/statm: 1338 232 195 169 0 49 0
[pid=20898] ppid=20897 vsize=5352 CPUtime=0
/proc/20898/stat : 20898 (TiniSatELite) R 20897 20897 20731 0 -1 4194368 54 188 0 0 0 0 0 0 20 0 1 0 370513483 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429134323 0 65536 4096 65538 0 0 0 17 1 0 0
/proc/20898/statm: 1338 236 198 169 0 49 0

[startup+0.063909 s]
/proc/loadavg: 0.91 0.95 0.96 3/77 20897
/proc/meminfo: memFree=1690352/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 370513482 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20897/statm: 1338 234 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.101914 s]
/proc/loadavg: 0.91 0.95 0.96 3/77 20897
/proc/meminfo: memFree=1690352/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5352

[startup+0.301946 s]
/proc/loadavg: 0.91 0.95 0.96 3/77 20897
/proc/meminfo: memFree=1690352/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5352

[startup+0.702017 s]
/proc/loadavg: 0.91 0.95 0.96 3/77 20897
/proc/meminfo: memFree=1690352/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5352

[startup+1.50116 s]
/proc/loadavg: 0.91 0.95 0.96 2/79 20903
/proc/meminfo: memFree=1687704/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
[pid=20903] ppid=20897 vsize=4944 CPUtime=1.4
/proc/20903/stat : 20903 (tinisat) R 20897 20897 20731 0 -1 4194304 728 0 0 0 140 0 0 0 25 0 1 0 370513491 5062656 713 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/20903/statm: 1236 713 52 110 0 1123 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10296

[startup+3.10145 s]
/proc/loadavg: 0.92 0.95 0.96 2/79 20903
/proc/meminfo: memFree=1686488/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
[pid=20903] ppid=20897 vsize=5208 CPUtime=3
/proc/20903/stat : 20903 (tinisat) R 20897 20897 20731 0 -1 4194304 1032 0 0 0 300 0 0 0 25 0 1 0 370513491 5332992 1017 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/20903/statm: 1302 1017 52 110 0 1189 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10560

[startup+6.30202 s]
/proc/loadavg: 0.92 0.95 0.96 2/79 20903
/proc/meminfo: memFree=1684440/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
[pid=20903] ppid=20897 vsize=9492 CPUtime=6.19
/proc/20903/stat : 20903 (tinisat) R 20897 20897 20731 0 -1 4194304 1474 0 0 0 619 0 0 0 25 0 1 0 370513491 9719808 1426 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/20903/statm: 2373 1426 52 110 0 2260 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 14844

[startup+12.7012 s]
/proc/loadavg: 0.93 0.96 0.96 2/79 20903
/proc/meminfo: memFree=1681824/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
[pid=20903] ppid=20897 vsize=10052 CPUtime=12.59
/proc/20903/stat : 20903 (tinisat) R 20897 20897 20731 0 -1 4194304 2039 0 0 0 1258 1 0 0 25 0 1 0 370513491 10293248 1991 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20903/statm: 2513 1991 52 110 0 2400 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 15404

[startup+25.5015 s]
/proc/loadavg: 0.94 0.96 0.96 2/79 20903
/proc/meminfo: memFree=1678880/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
[pid=20903] ppid=20897 vsize=18492 CPUtime=25.39
/proc/20903/stat : 20903 (tinisat) R 20897 20897 20731 0 -1 4194304 2801 0 0 0 2537 2 0 0 25 0 1 0 370513491 18935808 2688 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/20903/statm: 4623 2688 52 110 0 4510 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 23844

[startup+51.1011 s]
/proc/loadavg: 0.96 0.96 0.96 2/79 20903
/proc/meminfo: memFree=1675168/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
[pid=20903] ppid=20897 vsize=19264 CPUtime=50.98
/proc/20903/stat : 20903 (tinisat) R 20897 20897 20731 0 -1 4194304 3728 0 0 0 5094 4 0 0 25 0 1 0 370513491 19726336 3615 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20903/statm: 4816 3615 52 110 0 4703 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 24616

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.96 2/79 20903
/proc/meminfo: memFree=1669600/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
[pid=20903] ppid=20897 vsize=36220 CPUtime=102.17
/proc/20903/stat : 20903 (tinisat) R 20897 20897 20731 0 -1 4194304 5219 0 0 0 10211 6 0 0 25 0 1 0 370513491 37089280 4977 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20903/statm: 9055 4977 52 110 0 8942 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 41572

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 20903
/proc/meminfo: memFree=1664672/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
[pid=20903] ppid=20897 vsize=37136 CPUtime=162.14
/proc/20903/stat : 20903 (tinisat) R 20897 20897 20731 0 -1 4194304 6465 0 0 0 16206 8 0 0 25 0 1 0 370513491 38027264 6223 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20903/statm: 9284 6223 52 110 0 9171 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 42488

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 20903
/proc/meminfo: memFree=1660448/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
[pid=20903] ppid=20897 vsize=37812 CPUtime=222.13
/proc/20903/stat : 20903 (tinisat) R 20897 20897 20731 0 -1 4194304 7492 0 0 0 22203 10 0 0 25 0 1 0 370513491 38719488 7250 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20903/statm: 9453 7250 52 110 0 9340 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 43164

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 20903
/proc/meminfo: memFree=1656864/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
[pid=20903] ppid=20897 vsize=38276 CPUtime=282.1
/proc/20903/stat : 20903 (tinisat) R 20897 20897 20731 0 -1 4194304 8384 0 0 0 28199 11 0 0 25 0 1 0 370513491 39194624 8142 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20903/statm: 9569 8142 52 110 0 9456 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 43628

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 20903
/proc/meminfo: memFree=1653280/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
[pid=20903] ppid=20897 vsize=39596 CPUtime=342.08
/proc/20903/stat : 20903 (tinisat) R 20897 20897 20731 0 -1 4194304 9336 0 0 0 34195 13 0 0 25 0 1 0 370513491 40546304 9061 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/20903/statm: 9899 9061 52 110 0 9786 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 44948

[startup+402.301 s]
/proc/loadavg: 1.07 0.99 0.97 2/79 20903
/proc/meminfo: memFree=1650400/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
[pid=20903] ppid=20897 vsize=70096 CPUtime=402.06
/proc/20903/stat : 20903 (tinisat) R 20897 20897 20731 0 -1 4194304 10030 0 0 0 40192 14 0 0 25 0 1 0 370513491 71778304 9755 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/20903/statm: 17524 9755 52 110 0 17411 0

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


[startup+762.306 s]
/proc/loadavg: 1.00 1.02 0.99 2/79 20903
/proc/meminfo: memFree=1636256/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
[pid=20903] ppid=20897 vsize=73816 CPUtime=761.93
/proc/20903/stat : 20903 (tinisat) R 20897 20897 20731 0 -1 4194304 13906 0 0 0 76172 21 0 0 25 0 1 0 370513491 75587584 13275 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/20903/statm: 18454 13275 52 110 0 18341 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 79168

[startup+822.302 s]
/proc/loadavg: 1.00 1.01 0.99 2/79 20903
/proc/meminfo: memFree=1634144/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
[pid=20903] ppid=20897 vsize=74560 CPUtime=821.9
/proc/20903/stat : 20903 (tinisat) R 20897 20897 20731 0 -1 4194304 14440 0 0 0 82168 22 0 0 25 0 1 0 370513491 76349440 13809 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20903/statm: 18640 13809 52 110 0 18527 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 79912

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/85 20975
/proc/meminfo: memFree=1630952/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
[pid=20903] ppid=20897 vsize=74720 CPUtime=881.85
/proc/20903/stat : 20903 (tinisat) R 20897 20897 20731 0 -1 4194304 14909 0 0 0 88161 24 0 0 25 0 1 0 370513491 76513280 14278 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519870 0 0 4096 0 0 0 0 17 1 0 0
/proc/20903/statm: 18680 14278 52 110 0 18567 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 80072

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/85 21073
/proc/meminfo: memFree=1629352/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
[pid=20903] ppid=20897 vsize=74880 CPUtime=941.78
/proc/20903/stat : 20903 (tinisat) R 20897 20897 20731 0 -1 4194304 15329 0 0 0 94153 25 0 0 25 0 1 0 370513491 76677120 14698 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134520054 0 0 4096 0 0 0 0 17 1 0 0
/proc/20903/statm: 18720 14698 52 110 0 18607 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 80232

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 21101
/proc/meminfo: memFree=1628832/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
[pid=20903] ppid=20897 vsize=75664 CPUtime=1001.75
/proc/20903/stat : 20903 (tinisat) R 20897 20897 20731 0 -1 4194304 15816 0 0 0 100148 27 0 0 25 0 1 0 370513491 77479936 15120 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519898 0 0 4096 0 0 0 0 17 1 0 0
/proc/20903/statm: 18916 15120 52 110 0 18803 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 81016

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 21101
/proc/meminfo: memFree=1627040/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
[pid=20903] ppid=20897 vsize=76116 CPUtime=1061.72
/proc/20903/stat : 20903 (tinisat) R 20897 20897 20731 0 -1 4194304 16259 0 0 0 106145 27 0 0 25 0 1 0 370513491 77942784 15563 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/20903/statm: 19029 15563 52 110 0 18916 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 81468

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

[startup+1075.1 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 21101
/proc/meminfo: memFree=1626720/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
[pid=20903] ppid=20897 vsize=76248 CPUtime=1074.52
/proc/20903/stat : 20903 (tinisat) R 20897 20897 20731 0 -1 4194304 16351 0 0 0 107424 28 0 0 25 0 1 0 370513491 78077952 15655 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/20903/statm: 19062 15655 52 110 0 18949 0
Current children cumulated CPU time (s) 1074.6
Current children cumulated vsize (KiB) 81600

[startup+1087.91 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 21101
/proc/meminfo: memFree=1626336/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
[pid=20903] ppid=20897 vsize=76248 CPUtime=1087.32
/proc/20903/stat : 20903 (tinisat) R 20897 20897 20731 0 -1 4194304 16428 0 0 0 108704 28 0 0 25 0 1 0 370513491 78077952 15732 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519921 0 0 4096 0 0 0 0 17 1 0 0
/proc/20903/statm: 19062 15732 52 110 0 18949 0
Current children cumulated CPU time (s) 1087.4
Current children cumulated vsize (KiB) 81600

[startup+1094.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 21101
/proc/meminfo: memFree=1626272/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
[pid=20903] ppid=20897 vsize=76248 CPUtime=1093.71
/proc/20903/stat : 20903 (tinisat) R 20897 20897 20731 0 -1 4194304 16457 0 0 0 109343 28 0 0 25 0 1 0 370513491 78077952 15761 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/20903/statm: 19062 15761 52 110 0 18949 0
Current children cumulated CPU time (s) 1093.79
Current children cumulated vsize (KiB) 81600

[startup+1097.5 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 21101
/proc/meminfo: memFree=1626208/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
[pid=20903] ppid=20897 vsize=76248 CPUtime=1096.91
/proc/20903/stat : 20903 (tinisat) R 20897 20897 20731 0 -1 4194304 16470 0 0 0 109663 28 0 0 25 0 1 0 370513491 78077952 15774 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20903/statm: 19062 15774 52 110 0 18949 0
Current children cumulated CPU time (s) 1096.99
Current children cumulated vsize (KiB) 81600

[startup+1098.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 21101
/proc/meminfo: memFree=1626208/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
[pid=20903] ppid=20897 vsize=76248 CPUtime=1097.71
/proc/20903/stat : 20903 (tinisat) R 20897 20897 20731 0 -1 4194304 16474 0 0 0 109743 28 0 0 25 0 1 0 370513491 78077952 15778 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/20903/statm: 19062 15778 52 110 0 18949 0
Current children cumulated CPU time (s) 1097.79
Current children cumulated vsize (KiB) 81600

[startup+1099.1 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 21101
/proc/meminfo: memFree=1626144/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
[pid=20903] ppid=20897 vsize=76248 CPUtime=1098.51
/proc/20903/stat : 20903 (tinisat) R 20897 20897 20731 0 -1 4194304 16476 0 0 0 109823 28 0 0 25 0 1 0 370513491 78077952 15780 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/20903/statm: 19062 15780 52 110 0 18949 0
Current children cumulated CPU time (s) 1098.59
Current children cumulated vsize (KiB) 81600

[startup+1099.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 21101
/proc/meminfo: memFree=1626144/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
[pid=20903] ppid=20897 vsize=76248 CPUtime=1098.71
/proc/20903/stat : 20903 (tinisat) R 20897 20897 20731 0 -1 4194304 16477 0 0 0 109843 28 0 0 25 0 1 0 370513491 78077952 15781 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20903/statm: 19062 15781 52 110 0 18949 0
Current children cumulated CPU time (s) 1098.79
Current children cumulated vsize (KiB) 81600

[startup+1099.4 s]
/proc/loadavg: 1.00 1.00 0.99 2/79 21101
/proc/meminfo: memFree=1626144/2055920 swapFree=4156588/4192956
[pid=20897] ppid=20895 vsize=5352 CPUtime=0.08
/proc/20897/stat : 20897 (TiniSatELite) S 20895 20897 20731 0 -1 4194304 331 644 0 0 0 0 8 0 16 0 1 0 370513482 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1338 236 197 169 0 49 0
[pid=20903] ppid=20897 vsize=76248 CPUtime=1098.81
/proc/20903/stat : 20903 (tinisat) R 20897 20897 20731 0 -1 4194304 16477 0 0 0 109853 28 0 0 25 0 1 0 370513491 78077952 15781 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20903/statm: 19062 15781 52 110 0 18949 0
Current children cumulated CPU time (s) 1098.89
Current children cumulated vsize (KiB) 81600

Child status: 20
Real time (s): 1099.48
CPU time (s): 1098.98
CPU user time (s): 1098.68
CPU system time (s): 0.301954
CPU usage (%): 99.9546
Max. virtual memory (cumulated for all children) (KiB): 81600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1098.68
system time used= 0.301954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17614
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= 70
involuntary context switches= 23140

runsolver used 1.10183 second user time and 2.90256 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Sat Mar 10 05:46:30 UTC 2007

IDJOB= 333227
IDBENCH= 24599
IDSOLVER= 99
FILE ID= node12/333227-1173505590

PBS_JOBID= 4101112

Free space on /tmp= 66418 MiB

SOLVER NAME= TiniSatELite 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/others/QG-gensys-brn008.sat05-2685.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/333227-1173505590/TiniSatELite /tmp/evaluation/333227-1173505590/instance-333227-1173505590.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-333227-1173505590 -o ROOT/results/node12/solver-333227-1173505590 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/333227-1173505590/TiniSatELite /tmp/evaluation/333227-1173505590/instance-333227-1173505590.cnf            

META MD5SUM SOLVER= 388ad77fe8f3a9a6ad5bf764ada795dd
MD5SUM BENCH=  f9cdae8890dde718d40830262adc8433

RANDOM SEED= 404819111

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.285
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.285
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:       1690760 kB
Buffers:         39832 kB
Cached:         251416 kB
SwapCached:      15228 kB
Active:         214424 kB
Inactive:       100376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1690760 kB
SwapTotal:     4192956 kB
SwapFree:      4156588 kB
Dirty:            1448 kB
Writeback:           0 kB
Mapped:          29980 kB
Slab:            35996 kB
Committed_AS:  1631364 kB
PageTables:       1692 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= 66418 MiB

End job on node12 on Sat Mar 10 06:04:50 UTC 2007