Trace number 333185

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 1131.47 1131.9

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG-gensys-icl003.sat05-2715.reshuffled-07.cnf
MD5SUMddc67b9b869c1d77b5458996a2e27751
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark90.4523
Satisfiable
(Un)Satisfiability was proved
Number of variables1472
Number of clauses7737
Sum of the clauses size65737
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2253
Number of clauses of size 31166
Number of clauses of size 4118
Number of clauses of size 5888
Number of clauses of size over 55285

Solver Data (download as text)

0.00/0.01	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 |    7521    64725 |    2256       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |    6372    56202 |      --       0       --      -- |     --   | -354/-4289
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 1359   #clauses: 6372   #literals: 56202
0.00/0.06	c CPU time:   0.057991 s
0.00/0.06	c ==============================================================================
0.07/0.10	c Tinisat 0.22
0.07/0.10	c solving /tmp/GTI_node9.alineos.net_17380.cnf
0.07/0.10	c 1359 variables, 6372 clauses
1131.36/1131.88	c 640203 decisions, 446054 conflicts, 253 restarts
1131.36/1131.88	c solved in 1131.38s
1131.36/1131.89	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/node9/watcher-333185-1173503751 -o ROOT/results/node9/solver-333185-1173503751 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333185-1173503751/TiniSatELite /tmp/evaluation/333185-1173503751/instance-333185-1173503751.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.48 4.54 3.78 3/77 17380
/proc/meminfo: memFree=1629112/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 274 0 0 0 0 0 0 0 18 0 1 0 370329768 5480448 232 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215419158610 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/17380/statm: 1338 232 195 169 0 49 0
[pid=17381] ppid=17380 vsize=5352 CPUtime=0
/proc/17381/stat : 17381 (TiniSatELite) S 17380 17380 14687 0 -1 4194368 52 25 0 0 0 0 0 0 20 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4096 65538 18446744071563356171 0 0 17 1 0 0
/proc/17381/statm: 1338 236 198 169 0 49 0

[startup+0.074789 s]
/proc/loadavg: 1.48 4.54 3.78 3/77 17380
/proc/meminfo: memFree=1629112/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 370329768 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17380/statm: 1338 234 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.101791 s]
/proc/loadavg: 1.48 4.54 3.78 3/77 17380
/proc/meminfo: memFree=1629112/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5352

[startup+0.301826 s]
/proc/loadavg: 1.48 4.54 3.78 3/77 17380
/proc/meminfo: memFree=1629112/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5352

[startup+0.701903 s]
/proc/loadavg: 1.48 4.54 3.78 3/77 17380
/proc/meminfo: memFree=1629112/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5352

[startup+1.50106 s]
/proc/loadavg: 1.44 4.48 3.77 2/79 17386
/proc/meminfo: memFree=1626472/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
[pid=17386] ppid=17380 vsize=5108 CPUtime=1.4
/proc/17386/stat : 17386 (tinisat) R 17380 17380 14687 0 -1 4194304 707 0 0 0 140 0 0 0 25 0 1 0 370329776 5230592 692 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/17386/statm: 1277 692 52 110 0 1164 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10460

[startup+3.10137 s]
/proc/loadavg: 1.44 4.48 3.77 2/79 17386
/proc/meminfo: memFree=1625320/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
[pid=17386] ppid=17380 vsize=5372 CPUtime=3
/proc/17386/stat : 17386 (tinisat) R 17380 17380 14687 0 -1 4194304 992 0 0 0 300 0 0 0 25 0 1 0 370329776 5500928 977 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519921 0 0 4096 0 0 0 0 17 1 0 0
/proc/17386/statm: 1343 977 52 110 0 1230 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10724

[startup+6.30198 s]
/proc/loadavg: 1.44 4.48 3.77 2/79 17386
/proc/meminfo: memFree=1623464/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
[pid=17386] ppid=17380 vsize=9680 CPUtime=6.2
/proc/17386/stat : 17386 (tinisat) R 17380 17380 14687 0 -1 4194304 1380 0 0 0 619 1 0 0 25 0 1 0 370329776 9912320 1332 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/17386/statm: 2420 1332 52 110 0 2307 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 15032

[startup+12.7012 s]
/proc/loadavg: 1.37 4.37 3.74 2/79 17386
/proc/meminfo: memFree=1621032/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
[pid=17386] ppid=17380 vsize=10224 CPUtime=12.6
/proc/17386/stat : 17386 (tinisat) R 17380 17380 14687 0 -1 4194304 1924 0 0 0 1259 1 0 0 25 0 1 0 370329776 10469376 1876 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519883 0 0 4096 0 0 0 0 17 1 0 0
/proc/17386/statm: 2556 1876 52 110 0 2443 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 15576

[startup+25.5017 s]
/proc/loadavg: 1.31 4.26 3.71 2/79 17386
/proc/meminfo: memFree=1618088/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
[pid=17386] ppid=17380 vsize=11212 CPUtime=25.4
/proc/17386/stat : 17386 (tinisat) R 17380 17380 14687 0 -1 4194304 2681 0 0 0 2538 2 0 0 25 0 1 0 370329776 11481088 2568 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/17386/statm: 2803 2568 52 110 0 2690 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 16564

[startup+51.1016 s]
/proc/loadavg: 1.21 3.99 3.63 2/79 17386
/proc/meminfo: memFree=1614440/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
[pid=17386] ppid=17380 vsize=19760 CPUtime=50.98
/proc/17386/stat : 17386 (tinisat) R 17380 17380 14687 0 -1 4194304 3608 0 0 0 5095 3 0 0 25 0 1 0 370329776 20234240 3495 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/17386/statm: 4940 3495 52 110 0 4827 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 25112

[startup+102.305 s]
/proc/loadavg: 1.08 3.49 3.48 2/79 17386
/proc/meminfo: memFree=1609128/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
[pid=17386] ppid=17380 vsize=21620 CPUtime=102.17
/proc/17386/stat : 17386 (tinisat) R 17380 17380 14687 0 -1 4194304 5049 0 0 0 10212 5 0 0 25 0 1 0 370329776 22138880 4807 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134520008 0 0 4096 0 0 0 0 17 1 0 0
/proc/17386/statm: 5405 4807 52 110 0 5292 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 26972

[startup+162.302 s]
/proc/loadavg: 1.03 3.03 3.32 2/79 17386
/proc/meminfo: memFree=1603816/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
[pid=17386] ppid=17380 vsize=38352 CPUtime=162.14
/proc/17386/stat : 17386 (tinisat) R 17380 17380 14687 0 -1 4194304 6401 0 0 0 16207 7 0 0 25 0 1 0 370329776 39272448 6126 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/17386/statm: 9588 6126 52 110 0 9475 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 43704

[startup+222.303 s]
/proc/loadavg: 1.01 2.66 3.17 2/79 17386
/proc/meminfo: memFree=1599336/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
[pid=17386] ppid=17380 vsize=38976 CPUtime=222.12
/proc/17386/stat : 17386 (tinisat) R 17380 17380 14687 0 -1 4194304 7503 0 0 0 22204 8 0 0 25 0 1 0 370329776 39911424 7228 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/17386/statm: 9744 7228 52 110 0 9631 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 44328

[startup+282.301 s]
/proc/loadavg: 1.00 2.36 3.03 2/79 17386
/proc/meminfo: memFree=1595624/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
[pid=17386] ppid=17380 vsize=39492 CPUtime=282.1
/proc/17386/stat : 17386 (tinisat) R 17380 17380 14687 0 -1 4194304 8458 0 0 0 28200 10 0 0 25 0 1 0 370329776 40439808 8183 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/17386/statm: 9873 8183 52 110 0 9760 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 44844

[startup+342.302 s]
/proc/loadavg: 1.00 2.11 2.90 2/79 17386
/proc/meminfo: memFree=1592040/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
[pid=17386] ppid=17380 vsize=40632 CPUtime=342.08
/proc/17386/stat : 17386 (tinisat) R 17380 17380 14687 0 -1 4194304 9334 0 0 0 34196 12 0 0 25 0 1 0 370329776 41607168 9059 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/17386/statm: 10158 9059 52 110 0 10045 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 45984

[startup+402.301 s]
/proc/loadavg: 1.00 1.90 2.78 2/79 17386
/proc/meminfo: memFree=1589160/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
[pid=17386] ppid=17380 vsize=42108 CPUtime=402.05
/proc/17386/stat : 17386 (tinisat) R 17380 17380 14687 0 -1 4194304 10317 0 0 0 40192 13 0 0 25 0 1 0 370329776 43118592 9785 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/17386/statm: 10527 9785 52 110 0 10414 0

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


[startup+702.301 s]
/proc/loadavg: 1.00 1.32 2.28 2/79 17386
/proc/meminfo: memFree=1576808/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
[pid=17386] ppid=17380 vsize=76252 CPUtime=701.94
/proc/17386/stat : 17386 (tinisat) R 17380 17380 14687 0 -1 4194304 13532 0 0 0 70176 18 0 0 25 0 1 0 370329776 78082048 12869 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/17386/statm: 19063 12869 52 110 0 18950 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 81604

[startup+762.306 s]
/proc/loadavg: 1.00 1.26 2.19 2/79 17386
/proc/meminfo: memFree=1574824/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
[pid=17386] ppid=17380 vsize=76700 CPUtime=761.92
/proc/17386/stat : 17386 (tinisat) R 17380 17380 14687 0 -1 4194304 14084 0 0 0 76173 19 0 0 25 0 1 0 370329776 78540800 13356 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/17386/statm: 19175 13356 52 110 0 19062 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 82052

[startup+822.301 s]
/proc/loadavg: 1.00 1.21 2.12 2/79 17386
/proc/meminfo: memFree=1572904/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
[pid=17386] ppid=17380 vsize=77212 CPUtime=821.9
/proc/17386/stat : 17386 (tinisat) R 17380 17380 14687 0 -1 4194304 14603 0 0 0 82170 20 0 0 25 0 1 0 370329776 79065088 13842 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/17386/statm: 19303 13842 52 110 0 19190 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 82564

[startup+882.303 s]
/proc/loadavg: 1.00 1.17 2.04 2/79 17386
/proc/meminfo: memFree=1570600/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
[pid=17386] ppid=17380 vsize=77632 CPUtime=881.87
/proc/17386/stat : 17386 (tinisat) R 17380 17380 14687 0 -1 4194304 15163 0 0 0 88166 21 0 0 25 0 1 0 370329776 79495168 14402 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/17386/statm: 19408 14402 52 110 0 19295 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 82984

[startup+942.301 s]
/proc/loadavg: 1.00 1.14 1.98 2/79 17386
/proc/meminfo: memFree=1568616/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
[pid=17386] ppid=17380 vsize=78028 CPUtime=941.85
/proc/17386/stat : 17386 (tinisat) R 17380 17380 14687 0 -1 4194304 15662 0 0 0 94163 22 0 0 25 0 1 0 370329776 79900672 14901 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/17386/statm: 19507 14901 52 110 0 19394 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 83380

[startup+1002.3 s]
/proc/loadavg: 1.00 1.11 1.91 2/79 17386
/proc/meminfo: memFree=1566888/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
[pid=17386] ppid=17380 vsize=78220 CPUtime=1001.83
/proc/17386/stat : 17386 (tinisat) R 17380 17380 14687 0 -1 4194304 16098 0 0 0 100160 23 0 0 25 0 1 0 370329776 80097280 15337 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/17386/statm: 19555 15337 52 110 0 19442 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 83572

[startup+1062.3 s]
/proc/loadavg: 1.00 1.09 1.85 2/79 17386
/proc/meminfo: memFree=1565096/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
[pid=17386] ppid=17380 vsize=78572 CPUtime=1061.81
/proc/17386/stat : 17386 (tinisat) R 17380 17380 14687 0 -1 4194304 16545 0 0 0 106157 24 0 0 25 0 1 0 370329776 80457728 15784 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/17386/statm: 19643 15784 52 110 0 19530 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 83924

[startup+1122.3 s]
/proc/loadavg: 1.00 1.07 1.80 2/79 17386
/proc/meminfo: memFree=1563496/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
[pid=17386] ppid=17380 vsize=78960 CPUtime=1121.79
/proc/17386/stat : 17386 (tinisat) R 17380 17380 14687 0 -1 4194304 16985 0 0 0 112154 25 0 0 25 0 1 0 370329776 80855040 16191 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/17386/statm: 19740 16191 52 110 0 19627 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 84312

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

[startup+1126.3 s]
/proc/loadavg: 1.00 1.07 1.79 2/79 17386
/proc/meminfo: memFree=1563304/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
[pid=17386] ppid=17380 vsize=79152 CPUtime=1125.79
/proc/17386/stat : 17386 (tinisat) R 17380 17380 14687 0 -1 4194304 17016 0 0 0 112554 25 0 0 25 0 1 0 370329776 81051648 16222 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/17386/statm: 19788 16222 52 110 0 19675 0
Current children cumulated CPU time (s) 1125.86
Current children cumulated vsize (KiB) 84504

[startup+1129.5 s]
/proc/loadavg: 1.00 1.07 1.79 2/79 17386
/proc/meminfo: memFree=1563304/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
[pid=17386] ppid=17380 vsize=79152 CPUtime=1128.98
/proc/17386/stat : 17386 (tinisat) R 17380 17380 14687 0 -1 4194304 17043 0 0 0 112873 25 0 0 25 0 1 0 370329776 81051648 16249 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/17386/statm: 19788 16249 52 110 0 19675 0
Current children cumulated CPU time (s) 1129.05
Current children cumulated vsize (KiB) 84504

[startup+1131.1 s]
/proc/loadavg: 1.00 1.07 1.79 2/79 17386
/proc/meminfo: memFree=1563176/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
[pid=17386] ppid=17380 vsize=79152 CPUtime=1130.58
/proc/17386/stat : 17386 (tinisat) R 17380 17380 14687 0 -1 4194304 17049 0 0 0 113033 25 0 0 25 0 1 0 370329776 81051648 16255 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/17386/statm: 19788 16255 52 110 0 19675 0
Current children cumulated CPU time (s) 1130.65
Current children cumulated vsize (KiB) 84504

[startup+1131.5 s]
/proc/loadavg: 1.00 1.07 1.79 2/79 17386
/proc/meminfo: memFree=1563176/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
[pid=17386] ppid=17380 vsize=79152 CPUtime=1130.98
/proc/17386/stat : 17386 (tinisat) R 17380 17380 14687 0 -1 4194304 17050 0 0 0 113073 25 0 0 25 0 1 0 370329776 81051648 16256 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/17386/statm: 19788 16256 52 110 0 19675 0
Current children cumulated CPU time (s) 1131.05
Current children cumulated vsize (KiB) 84504

[startup+1131.7 s]
/proc/loadavg: 1.00 1.07 1.79 2/79 17386
/proc/meminfo: memFree=1563176/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
[pid=17386] ppid=17380 vsize=79152 CPUtime=1131.19
/proc/17386/stat : 17386 (tinisat) R 17380 17380 14687 0 -1 4194304 17051 0 0 0 113093 26 0 0 25 0 1 0 370329776 81051648 16257 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519878 0 0 4096 0 0 0 0 17 1 0 0
/proc/17386/statm: 19788 16257 52 110 0 19675 0
Current children cumulated CPU time (s) 1131.26
Current children cumulated vsize (KiB) 84504

[startup+1131.8 s]
/proc/loadavg: 1.00 1.07 1.79 2/79 17386
/proc/meminfo: memFree=1563176/2055920 swapFree=4152252/4192956
[pid=17380] ppid=17378 vsize=5352 CPUtime=0.07
/proc/17380/stat : 17380 (TiniSatELite) S 17378 17380 14687 0 -1 4194304 331 656 0 0 0 0 7 0 16 0 1 0 370329768 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17380/statm: 1338 236 197 169 0 49 0
[pid=17386] ppid=17380 vsize=79152 CPUtime=1131.29
/proc/17386/stat : 17386 (tinisat) R 17380 17380 14687 0 -1 4194304 17051 0 0 0 113103 26 0 0 25 0 1 0 370329776 81051648 16257 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/17386/statm: 19788 16257 52 110 0 19675 0
Current children cumulated CPU time (s) 1131.36
Current children cumulated vsize (KiB) 84504

Child status: 20
Real time (s): 1131.9
CPU time (s): 1131.47
CPU user time (s): 1131.2
CPU system time (s): 0.275958
CPU usage (%): 99.9619
Max. virtual memory (cumulated for all children) (KiB): 84504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1131.2
system time used= 0.275958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18199
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= 72
involuntary context switches= 1977

runsolver used 1.21281 second user time and 2.91256 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Sat Mar 10 05:15:51 UTC 2007

IDJOB= 333185
IDBENCH= 24598
IDSOLVER= 99
FILE ID= node9/333185-1173503751

PBS_JOBID= 4101103

Free space on /tmp= 66464 MiB

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

META MD5SUM SOLVER= 388ad77fe8f3a9a6ad5bf764ada795dd
MD5SUM BENCH=  ddc67b9b869c1d77b5458996a2e27751

RANDOM SEED= 133557004

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.263
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.263
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:       1629456 kB
Buffers:         48276 kB
Cached:         289900 kB
SwapCached:       8828 kB
Active:         186964 kB
Inactive:       174340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1629456 kB
SwapTotal:     4192956 kB
SwapFree:      4152252 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:          30012 kB
Slab:            50732 kB
Committed_AS:  1482532 kB
PageTables:       1688 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= 66464 MiB

End job on node9 on Sat Mar 10 05:34:43 UTC 2007