Trace number 332933

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 1071.01 1071.33

General information on the benchmark

Namecrafted/Medium/contest05/others/
gensys-ukn002.sat05-2744.reshuffled-07.cnf
MD5SUMa2019e53d39465096d989c5106a4e0ef
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark99.1819
Satisfiable
(Un)Satisfiability was proved
Number of variables1697
Number of clauses8961
Sum of the clauses size79749
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2259
Number of clauses of size 31190
Number of clauses of size 4136
Number of clauses of size 5906
Number of clauses of size over 56443

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 |    8752    78738 |    2625       0        0     nan |  0.000 % |
0.00/0.08	c |         0 |    7160    64338 |      --       0       --      -- |     --   | -652/-8325
0.00/0.08	c ==============================================================================
0.00/0.08	c Result  :   #vars: 1528   #clauses: 7160   #literals: 64338
0.00/0.08	c CPU time:   0.072988 s
0.00/0.08	c ==============================================================================
0.00/0.13	c Tinisat 0.22
0.00/0.13	c solving /tmp/GTI_node10.alineos.net_19202.cnf
0.00/0.13	c 1528 variables, 7160 clauses
1070.95/1071.31	c 595677 decisions, 414645 conflicts, 252 restarts
1070.95/1071.31	c solved in 1070.89s
1070.95/1071.32	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/node10/watcher-332933-1173496581 -o ROOT/results/node10/solver-332933-1173496581 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/332933-1173496581/TiniSatELite /tmp/evaluation/332933-1173496581/instance-332933-1173496581.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.93 1.01 0.99 3/77 19202
/proc/meminfo: memFree=1734248/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 274 0 0 0 0 0 0 0 18 0 1 0 369613164 5480448 232 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214920036434 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/19202/statm: 1338 232 195 169 0 49 0
[pid=19203] ppid=19202 vsize=5352 CPUtime=0
/proc/19203/stat : 19203 (TiniSatELite) S 19202 19202 17888 0 -1 4194368 52 0 0 0 0 0 0 0 19 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4096 65538 18446744071563356171 0 0 17 1 0 0
/proc/19203/statm: 1338 236 198 169 0 49 0
[pid=19204] ppid=19203 vsize=0 CPUtime=0
/proc/19204/stat : 19204 (TiniSatELite) D 19203 19202 17888 0 -1 4194372 25 0 0 0 0 0 0 0 15 0 1 0 369613164 0 0 18446744073709551615 0 0 0 0 0 0 2147483391 4096 65538 18446744072099781622 0 0 17 1 0 0
/proc/19204/statm: 0 0 0 0 0 0 0
[pid=19205] ppid=19203 vsize=0 CPUtime=0
/proc/19205/stat : 19205 (sed) D 19203 19202 17888 0 -1 4194308 163 0 0 0 0 0 0 0 15 0 1 0 369613164 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 18446744072100037788 0 0 17 1 0 0
/proc/19205/statm: 0 0 0 0 0 0 0

[startup+0.020887 s]
/proc/loadavg: 0.93 1.01 0.99 3/77 19202
/proc/meminfo: memFree=1734248/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 369613164 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19202/statm: 1338 234 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.101895 s]
/proc/loadavg: 0.93 1.01 0.99 3/77 19202
/proc/meminfo: memFree=1734248/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 369613164 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19202/statm: 1338 234 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.301927 s]
/proc/loadavg: 0.93 1.01 0.99 3/77 19202
/proc/meminfo: memFree=1734248/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0.09
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 331 739 0 0 0 0 9 0 16 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5352

[startup+0.70198 s]
/proc/loadavg: 0.93 1.01 0.99 3/77 19202
/proc/meminfo: memFree=1734248/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0.09
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 331 739 0 0 0 0 9 0 16 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5352

[startup+1.50108 s]
/proc/loadavg: 0.93 1.01 0.99 2/79 19208
/proc/meminfo: memFree=1731480/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0.09
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 331 739 0 0 0 0 9 0 16 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1338 236 197 169 0 49 0
[pid=19208] ppid=19202 vsize=5484 CPUtime=1.38
/proc/19208/stat : 19208 (tinisat) R 19202 19202 17888 0 -1 4194304 715 0 0 0 138 0 0 0 25 0 1 0 369613175 5615616 700 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 0 0 0
/proc/19208/statm: 1371 700 52 110 0 1258 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10836

[startup+3.1013 s]
/proc/loadavg: 0.93 1.01 0.99 2/79 19208
/proc/meminfo: memFree=1730328/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0.09
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 331 739 0 0 0 0 9 0 16 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1338 236 197 169 0 49 0
[pid=19208] ppid=19202 vsize=5884 CPUtime=2.97
/proc/19208/stat : 19208 (tinisat) R 19202 19202 17888 0 -1 4194304 1041 0 0 0 297 0 0 0 25 0 1 0 369613175 6025216 1026 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/19208/statm: 1471 1026 52 110 0 1358 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 11236

[startup+6.30274 s]
/proc/loadavg: 0.94 1.01 0.99 2/79 19208
/proc/meminfo: memFree=1728160/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0.09
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 331 739 0 0 0 0 9 0 16 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1338 236 197 169 0 49 0
[pid=19208] ppid=19202 vsize=6280 CPUtime=6.17
/proc/19208/stat : 19208 (tinisat) R 19202 19202 17888 0 -1 4194304 1447 0 0 0 616 1 0 0 25 0 1 0 369613175 6430720 1399 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/19208/statm: 1570 1399 52 110 0 1457 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 11632

[startup+12.7014 s]
/proc/loadavg: 0.94 1.01 0.99 2/79 19208
/proc/meminfo: memFree=1725920/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0.09
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 331 739 0 0 0 0 9 0 16 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1338 236 197 169 0 49 0
[pid=19208] ppid=19202 vsize=11308 CPUtime=12.57
/proc/19208/stat : 19208 (tinisat) R 19202 19202 17888 0 -1 4194304 1965 0 0 0 1255 2 0 0 25 0 1 0 369613175 11579392 1917 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/19208/statm: 2827 1917 52 110 0 2714 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 16660

[startup+25.5021 s]
/proc/loadavg: 0.96 1.01 0.99 2/79 19208
/proc/meminfo: memFree=1723040/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0.09
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 331 739 0 0 0 0 9 0 16 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1338 236 197 169 0 49 0
[pid=19208] ppid=19202 vsize=12160 CPUtime=25.37
/proc/19208/stat : 19208 (tinisat) R 19202 19202 17888 0 -1 4194304 2723 0 0 0 2534 3 0 0 25 0 1 0 369613175 12451840 2610 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/19208/statm: 3040 2610 52 110 0 2927 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 17512

[startup+51.1016 s]
/proc/loadavg: 0.97 1.01 0.99 2/79 19208
/proc/meminfo: memFree=1719456/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0.09
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 331 739 0 0 0 0 9 0 16 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1338 236 197 169 0 49 0
[pid=19208] ppid=19202 vsize=21956 CPUtime=50.96
/proc/19208/stat : 19208 (tinisat) R 19202 19202 17888 0 -1 4194304 3635 0 0 0 5092 4 0 0 25 0 1 0 369613175 22482944 3522 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519833 0 0 4096 0 0 0 0 17 1 0 0
/proc/19208/statm: 5489 3522 52 110 0 5376 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 27308

[startup+102.306 s]
/proc/loadavg: 1.02 1.02 1.00 2/79 19208
/proc/meminfo: memFree=1713504/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0.09
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 331 739 0 0 0 0 9 0 16 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1338 236 197 169 0 49 0
[pid=19208] ppid=19202 vsize=23628 CPUtime=102.14
/proc/19208/stat : 19208 (tinisat) R 19202 19202 17888 0 -1 4194304 5245 0 0 0 10208 6 0 0 25 0 1 0 369613175 24195072 5003 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 1 0 0
/proc/19208/statm: 5907 5003 52 110 0 5794 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 28980

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/79 19208
/proc/meminfo: memFree=1708704/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0.09
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 331 739 0 0 0 0 9 0 16 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1338 236 197 169 0 49 0
[pid=19208] ppid=19202 vsize=42664 CPUtime=162.12
/proc/19208/stat : 19208 (tinisat) R 19202 19202 17888 0 -1 4194304 6454 0 0 0 16205 7 0 0 25 0 1 0 369613175 43687936 6212 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/19208/statm: 10666 6212 52 110 0 10553 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 48016

[startup+222.303 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 19208
/proc/meminfo: memFree=1704416/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0.09
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 331 739 0 0 0 0 9 0 16 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1338 236 197 169 0 49 0
[pid=19208] ppid=19202 vsize=43400 CPUtime=222.11
/proc/19208/stat : 19208 (tinisat) R 19202 19202 17888 0 -1 4194304 7528 0 0 0 22202 9 0 0 25 0 1 0 369613175 44441600 7253 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519898 0 0 4096 0 0 0 0 17 1 0 0
/proc/19208/statm: 10850 7253 52 110 0 10737 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 48752

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19208
/proc/meminfo: memFree=1701216/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0.09
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 331 739 0 0 0 0 9 0 16 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1338 236 197 169 0 49 0
[pid=19208] ppid=19202 vsize=44040 CPUtime=282.09
/proc/19208/stat : 19208 (tinisat) R 19202 19202 17888 0 -1 4194304 8360 0 0 0 28198 11 0 0 25 0 1 0 369613175 45096960 8052 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/19208/statm: 11010 8052 52 110 0 10897 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 49392

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19208
/proc/meminfo: memFree=1697376/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0.09
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 331 739 0 0 0 0 9 0 16 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1338 236 197 169 0 49 0
[pid=19208] ppid=19202 vsize=45360 CPUtime=342.07
/proc/19208/stat : 19208 (tinisat) R 19202 19202 17888 0 -1 4194304 9342 0 0 0 34195 12 0 0 25 0 1 0 369613175 46448640 9001 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/19208/statm: 11340 9001 52 110 0 11227 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 50712

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19208
/proc/meminfo: memFree=1694368/2055920 swapFree=4168784/4192956

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


[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19208
/proc/meminfo: memFree=1686752/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0.09
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 331 739 0 0 0 0 9 0 16 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1338 236 197 169 0 49 0
[pid=19208] ppid=19202 vsize=84196 CPUtime=582.01
/proc/19208/stat : 19208 (tinisat) R 19202 19202 17888 0 -1 4194304 12331 0 0 0 58183 18 0 0 25 0 1 0 369613175 86216704 11667 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/19208/statm: 21049 11667 52 110 0 20936 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 89548

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19208
/proc/meminfo: memFree=1684384/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0.09
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 331 739 0 0 0 0 9 0 16 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1338 236 197 169 0 49 0
[pid=19208] ppid=19202 vsize=84808 CPUtime=641.99
/proc/19208/stat : 19208 (tinisat) R 19202 19202 17888 0 -1 4194304 12938 0 0 0 64180 19 0 0 25 0 1 0 369613175 86843392 12241 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/19208/statm: 21202 12241 52 110 0 21089 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 90160

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19208
/proc/meminfo: memFree=1682464/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0.09
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 331 739 0 0 0 0 9 0 16 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1338 236 197 169 0 49 0
[pid=19208] ppid=19202 vsize=84968 CPUtime=701.97
/proc/19208/stat : 19208 (tinisat) R 19202 19202 17888 0 -1 4194304 13426 0 0 0 70177 20 0 0 25 0 1 0 369613175 87007232 12729 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/19208/statm: 21242 12729 52 110 0 21129 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 90320

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19208
/proc/meminfo: memFree=1680416/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0.09
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 331 739 0 0 0 0 9 0 16 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1338 236 197 169 0 49 0
[pid=19208] ppid=19202 vsize=85536 CPUtime=761.96
/proc/19208/stat : 19208 (tinisat) R 19202 19202 17888 0 -1 4194304 13922 0 0 0 76175 21 0 0 25 0 1 0 369613175 87588864 13225 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/19208/statm: 21384 13225 52 110 0 21271 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 90888

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19208
/proc/meminfo: memFree=1678560/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0.09
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 331 739 0 0 0 0 9 0 16 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1338 236 197 169 0 49 0
[pid=19208] ppid=19202 vsize=86216 CPUtime=821.93
/proc/19208/stat : 19208 (tinisat) R 19202 19202 17888 0 -1 4194304 14446 0 0 0 82171 22 0 0 25 0 1 0 369613175 88285184 13684 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134520078 0 0 4096 0 0 0 0 17 1 0 0
/proc/19208/statm: 21554 13684 52 110 0 21441 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 91568

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19208
/proc/meminfo: memFree=1676960/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0.09
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 331 739 0 0 0 0 9 0 16 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1338 236 197 169 0 49 0
[pid=19208] ppid=19202 vsize=86856 CPUtime=881.92
/proc/19208/stat : 19208 (tinisat) R 19202 19202 17888 0 -1 4194304 14920 0 0 0 88168 24 0 0 25 0 1 0 369613175 88940544 14093 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/19208/statm: 21714 14093 52 110 0 21601 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 92208

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19208
/proc/meminfo: memFree=1675488/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0.09
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 331 739 0 0 0 0 9 0 16 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1338 236 197 169 0 49 0
[pid=19208] ppid=19202 vsize=87380 CPUtime=941.9
/proc/19208/stat : 19208 (tinisat) R 19202 19202 17888 0 -1 4194304 15336 0 0 0 94165 25 0 0 25 0 1 0 369613175 89477120 14476 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/19208/statm: 21845 14476 52 110 0 21732 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 92732

[startup+1002.3 s]
/proc/loadavg: 1.07 1.03 1.01 2/79 19208
/proc/meminfo: memFree=1673952/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0.09
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 331 739 0 0 0 0 9 0 16 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1338 236 197 169 0 49 0
[pid=19208] ppid=19202 vsize=87540 CPUtime=1001.89
/proc/19208/stat : 19208 (tinisat) R 19202 19202 17888 0 -1 4194304 15703 0 0 0 100163 26 0 0 25 0 1 0 369613175 89640960 14843 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/19208/statm: 21885 14843 52 110 0 21772 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 92892

[startup+1062.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/79 19208
/proc/meminfo: memFree=1672416/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0.09
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 331 739 0 0 0 0 9 0 16 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1338 236 197 169 0 49 0
[pid=19208] ppid=19202 vsize=87924 CPUtime=1061.86
/proc/19208/stat : 19208 (tinisat) R 19202 19202 17888 0 -1 4194304 16095 0 0 0 106160 26 0 0 25 0 1 0 369613175 90034176 15235 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/19208/statm: 21981 15235 52 110 0 21868 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 93276

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

[startup+1065.5 s]
/proc/loadavg: 1.02 1.02 1.00 2/79 19208
/proc/meminfo: memFree=1672352/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0.09
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 331 739 0 0 0 0 9 0 16 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1338 236 197 169 0 49 0
[pid=19208] ppid=19202 vsize=87924 CPUtime=1065.06
/proc/19208/stat : 19208 (tinisat) R 19202 19202 17888 0 -1 4194304 16109 0 0 0 106480 26 0 0 25 0 1 0 369613175 90034176 15249 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/19208/statm: 21981 15249 52 110 0 21868 0
Current children cumulated CPU time (s) 1065.15
Current children cumulated vsize (KiB) 93276

[startup+1068.7 s]
/proc/loadavg: 1.02 1.02 1.00 2/79 19208
/proc/meminfo: memFree=1672288/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0.09
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 331 739 0 0 0 0 9 0 16 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1338 236 197 169 0 49 0
[pid=19208] ppid=19202 vsize=87924 CPUtime=1068.26
/proc/19208/stat : 19208 (tinisat) R 19202 19202 17888 0 -1 4194304 16129 0 0 0 106800 26 0 0 25 0 1 0 369613175 90034176 15269 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519945 0 0 4096 0 0 0 0 17 1 0 0
/proc/19208/statm: 21981 15269 52 110 0 21868 0
Current children cumulated CPU time (s) 1068.35
Current children cumulated vsize (KiB) 93276

[startup+1070.31 s]
/proc/loadavg: 1.02 1.02 1.00 2/79 19208
/proc/meminfo: memFree=1672224/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0.09
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 331 739 0 0 0 0 9 0 16 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1338 236 197 169 0 49 0
[pid=19208] ppid=19202 vsize=87924 CPUtime=1069.86
/proc/19208/stat : 19208 (tinisat) R 19202 19202 17888 0 -1 4194304 16141 0 0 0 106960 26 0 0 25 0 1 0 369613175 90034176 15281 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/19208/statm: 21981 15281 52 110 0 21868 0
Current children cumulated CPU time (s) 1069.95
Current children cumulated vsize (KiB) 93276

[startup+1071.1 s]
/proc/loadavg: 1.02 1.02 1.00 2/79 19208
/proc/meminfo: memFree=1672224/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0.09
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 331 739 0 0 0 0 9 0 16 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1338 236 197 169 0 49 0
[pid=19208] ppid=19202 vsize=87924 CPUtime=1070.66
/proc/19208/stat : 19208 (tinisat) R 19202 19202 17888 0 -1 4194304 16144 0 0 0 107040 26 0 0 25 0 1 0 369613175 90034176 15284 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/19208/statm: 21981 15284 52 110 0 21868 0
Current children cumulated CPU time (s) 1070.75
Current children cumulated vsize (KiB) 93276

[startup+1071.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/79 19208
/proc/meminfo: memFree=1672224/2055920 swapFree=4168784/4192956
[pid=19202] ppid=19200 vsize=5352 CPUtime=0.09
/proc/19202/stat : 19202 (TiniSatELite) S 19200 19202 17888 0 -1 4194304 331 739 0 0 0 0 9 0 16 0 1 0 369613164 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19202/statm: 1338 236 197 169 0 49 0
[pid=19208] ppid=19202 vsize=87924 CPUtime=1070.86
/proc/19208/stat : 19208 (tinisat) R 19202 19202 17888 0 -1 4194304 16145 0 0 0 107060 26 0 0 25 0 1 0 369613175 90034176 15285 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/19208/statm: 21981 15285 52 110 0 21868 0
Current children cumulated CPU time (s) 1070.95
Current children cumulated vsize (KiB) 93276

Child status: 20
Real time (s): 1071.33
CPU time (s): 1071.01
CPU user time (s): 1070.72
CPU system time (s): 0.290955
CPU usage (%): 99.9694
Max. virtual memory (cumulated for all children) (KiB): 93276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1070.72
system time used= 0.290955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17377
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= 74
involuntary context switches= 22387

runsolver used 1.10083 second user time and 2.80457 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Sat Mar 10 03:16:22 UTC 2007

IDJOB= 332933
IDBENCH= 24592
IDSOLVER= 99
FILE ID= node10/332933-1173496581

PBS_JOBID= 4101098

Free space on /tmp= 66503 MiB

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

META MD5SUM SOLVER= 388ad77fe8f3a9a6ad5bf764ada795dd
MD5SUM BENCH=  a2019e53d39465096d989c5106a4e0ef

RANDOM SEED= 842515618

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1734656 kB
Buffers:         39560 kB
Cached:         198764 kB
SwapCached:       2600 kB
Active:         137320 kB
Inactive:       123940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1734656 kB
SwapTotal:     4192956 kB
SwapFree:      4168784 kB
Dirty:            1604 kB
Writeback:           0 kB
Mapped:          30356 kB
Slab:            45468 kB
Committed_AS:  1661620 kB
PageTables:       1832 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= 66503 MiB

End job on node10 on Sat Mar 10 03:34:13 UTC 2007