Trace number 456328

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
Rsat 2007-02-08? (TO) 5000.01 5002.11

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-a-fclqcolor-20-13-14.sat05-1278.reshuffled-07.cnf
MD5SUM38c3c1a13d0a8eeda16d38e05fb7bc45
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables730
Number of clauses43124
Sum of the clauses size123770
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 26040
Number of clauses of size 337050
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 534

Solver Data (download as text)

0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   43124   123770 |   12937       0        0     nan |  0.000 % |
0.39/0.50	c |         0 |   42584   191805 |      --       0       --      -- |     --   | -540/68035
0.39/0.50	c ==============================================================================
0.39/0.50	c Result  :   #vars: 696   #clauses: 42584   #literals: 191805
0.39/0.50	c CPU time:   0.494924 s
0.39/0.50	c ==============================================================================
0.49/0.57	c Rsat version 2.00

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node10/watcher-456328-1178335205 -o ROOT/results/node10/solver-456328-1178335205 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/456328-1178335205/rsat.sh /tmp/evaluation/456328-1178335205/instance-456328-1178335205.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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: 2.00 2.00 1.91 3/77 32407
/proc/meminfo: memFree=1806464/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 309558039 5484544 234 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32407/statm: 1339 234 195 169 0 50 0
[pid=32408] ppid=32407 vsize=820 CPUtime=0
/proc/32408/stat : 32408 (SatElite) R 32407 32407 32111 0 -1 4194304 123 0 0 0 0 0 0 0 20 0 1 0 309558039 839680 105 18446744073709551615 134512640 135038345 4294956640 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/32408/statm: 205 106 49 128 0 74 0

[startup+0.104455 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 32407
/proc/meminfo: memFree=1806464/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 309558039 5484544 234 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32407/statm: 1339 234 195 169 0 50 0
[pid=32408] ppid=32407 vsize=5312 CPUtime=0.09
/proc/32408/stat : 32408 (SatElite) R 32407 32407 32111 0 -1 4194304 1129 0 0 0 9 0 0 0 20 0 1 0 309558039 5439488 1111 18446744073709551615 134512640 135038345 4294956640 18446744073709551615 134588386 0 0 4096 3 0 0 0 17 1 0 0
/proc/32408/statm: 1328 1111 69 128 0 1197 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10668

[startup+0.201476 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 32407
/proc/meminfo: memFree=1806464/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 309558039 5484544 234 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32407/statm: 1339 234 195 169 0 50 0
[pid=32408] ppid=32407 vsize=5612 CPUtime=0.19
/proc/32408/stat : 32408 (SatElite) R 32407 32407 32111 0 -1 4194304 1172 0 0 0 19 0 0 0 20 0 1 0 309558039 5746688 1154 18446744073709551615 134512640 135038345 4294956640 18446744073709551615 134574716 0 0 4096 3 0 0 0 17 1 0 0
/proc/32408/statm: 1403 1154 69 128 0 1272 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10968

[startup+0.301499 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 32407
/proc/meminfo: memFree=1806464/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 309558039 5484544 234 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32407/statm: 1339 234 195 169 0 50 0
[pid=32408] ppid=32407 vsize=5612 CPUtime=0.29
/proc/32408/stat : 32408 (SatElite) R 32407 32407 32111 0 -1 4194304 1172 0 0 0 29 0 0 0 21 0 1 0 309558039 5746688 1154 18446744073709551615 134512640 135038345 4294956640 18446744073709551615 134574716 0 0 4096 3 0 0 0 17 1 0 0
/proc/32408/statm: 1403 1154 69 128 0 1272 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10968

[startup+0.701584 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 32407
/proc/meminfo: memFree=1806464/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0.56
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 305 1175 0 0 0 0 56 0 16 0 1 0 309558039 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32407/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 5356

[startup+1.50176 s]
/proc/loadavg: 1.92 1.98 1.90 2/79 32410
/proc/meminfo: memFree=1800432/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0.56
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 305 1175 0 0 0 0 56 0 16 0 1 0 309558039 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32407/statm: 1339 235 195 169 0 50 0
[pid=32410] ppid=32407 vsize=7036 CPUtime=0.91
/proc/32410/stat : 32410 (rsat) R 32407 32407 32111 0 -1 4194304 1682 0 0 0 91 0 0 0 25 0 1 0 309558096 7204864 1603 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522881 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32410/statm: 1759 1603 86 211 0 1545 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 12392

[startup+3.1011 s]
/proc/loadavg: 1.92 1.98 1.90 2/79 32410
/proc/meminfo: memFree=1798960/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0.56
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 305 1175 0 0 0 0 56 0 16 0 1 0 309558039 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32407/statm: 1339 235 195 169 0 50 0
[pid=32410] ppid=32407 vsize=7932 CPUtime=2.52
/proc/32410/stat : 32410 (rsat) R 32407 32407 32111 0 -1 4194304 2120 0 0 0 251 1 0 0 25 0 1 0 309558096 8122368 1812 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134989301 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32410/statm: 1983 1812 86 211 0 1769 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 13288

[startup+6.30179 s]
/proc/loadavg: 1.92 1.98 1.90 2/79 32410
/proc/meminfo: memFree=1796912/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0.56
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 305 1175 0 0 0 0 56 0 16 0 1 0 309558039 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32407/statm: 1339 235 195 169 0 50 0
[pid=32410] ppid=32407 vsize=11028 CPUtime=5.71
/proc/32410/stat : 32410 (rsat) R 32407 32407 32111 0 -1 4194304 3075 0 0 0 570 1 0 0 25 0 1 0 309558096 11292672 2506 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32410/statm: 2757 2506 86 211 0 2543 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 16384

[startup+12.7012 s]
/proc/loadavg: 1.78 1.95 1.89 2/79 32410
/proc/meminfo: memFree=1793200/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0.56
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 305 1175 0 0 0 0 56 0 16 0 1 0 309558039 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32407/statm: 1339 235 195 169 0 50 0
[pid=32410] ppid=32407 vsize=14116 CPUtime=12.11
/proc/32410/stat : 32410 (rsat) R 32407 32407 32111 0 -1 4194304 4296 0 0 0 1209 2 0 0 25 0 1 0 309558096 14454784 3339 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32410/statm: 3529 3339 86 211 0 3315 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 19472

[startup+25.5019 s]
/proc/loadavg: 1.66 1.92 1.88 2/79 32410
/proc/meminfo: memFree=1789040/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0.56
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 305 1175 0 0 0 0 56 0 16 0 1 0 309558039 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32407/statm: 1339 235 195 169 0 50 0
[pid=32410] ppid=32407 vsize=18112 CPUtime=24.9
/proc/32410/stat : 32410 (rsat) R 32407 32407 32111 0 -1 4194304 6164 0 0 0 2487 3 0 0 25 0 1 0 309558096 18546688 4213 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32410/statm: 4528 4213 86 211 0 4314 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 23468

[startup+51.1015 s]
/proc/loadavg: 1.43 1.84 1.86 2/79 32410
/proc/meminfo: memFree=1784112/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0.56
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 305 1175 0 0 0 0 56 0 16 0 1 0 309558039 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32407/statm: 1339 235 195 169 0 50 0
[pid=32410] ppid=32407 vsize=22392 CPUtime=50.5
/proc/32410/stat : 32410 (rsat) R 32407 32407 32111 0 -1 4194304 8107 0 0 0 5045 5 0 0 25 0 1 0 309558096 22929408 5363 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32410/statm: 5598 5363 86 211 0 5384 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 27748

[startup+102.302 s]
/proc/loadavg: 1.17 1.70 1.81 2/79 32410
/proc/meminfo: memFree=1775024/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0.56
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 305 1175 0 0 0 0 56 0 16 0 1 0 309558039 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32407/statm: 1339 235 195 169 0 50 0
[pid=32410] ppid=32407 vsize=32308 CPUtime=101.68
/proc/32410/stat : 32410 (rsat) R 32407 32407 32111 0 -1 4194304 12355 0 0 0 10160 8 0 0 25 0 1 0 309558096 33083392 7626 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32410/statm: 8077 7626 86 211 0 7863 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 37664

[startup+162.302 s]
/proc/loadavg: 1.06 1.57 1.75 2/79 32410
/proc/meminfo: memFree=1759472/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0.56
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 305 1175 0 0 0 0 56 0 16 0 1 0 309558039 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32407/statm: 1339 235 195 169 0 50 0
[pid=32410] ppid=32407 vsize=46872 CPUtime=161.65
/proc/32410/stat : 32410 (rsat) R 32407 32407 32111 0 -1 4194304 18008 0 0 0 16152 13 0 0 25 0 1 0 309558096 47996928 11486 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32410/statm: 11718 11486 86 211 0 11504 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 52228

[startup+222.305 s]
/proc/loadavg: 1.02 1.46 1.70 2/79 32410
/proc/meminfo: memFree=1757744/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0.56
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 305 1175 0 0 0 0 56 0 16 0 1 0 309558039 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32407/statm: 1339 235 195 169 0 50 0
[pid=32410] ppid=32407 vsize=48560 CPUtime=221.63
/proc/32410/stat : 32410 (rsat) R 32407 32407 32111 0 -1 4194304 18487 0 0 0 22149 14 0 0 25 0 1 0 309558096 49725440 11965 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32410/statm: 12140 11965 86 211 0 11926 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 53916

[startup+282.301 s]
/proc/loadavg: 1.01 1.38 1.66 2/79 32410
/proc/meminfo: memFree=1738544/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0.56
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 305 1175 0 0 0 0 56 0 16 0 1 0 309558039 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32407/statm: 1339 235 195 169 0 50 0
[pid=32410] ppid=32407 vsize=69516 CPUtime=281.61
/proc/32410/stat : 32410 (rsat) R 32407 32407 32111 0 -1 4194304 27162 0 0 0 28139 22 0 0 25 0 1 0 309558096 71184384 16683 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522420 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32410/statm: 17379 16683 86 211 0 17165 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 74872

[startup+342.301 s]
/proc/loadavg: 1.00 1.31 1.61 2/79 32410
/proc/meminfo: memFree=1739248/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0.56
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 305 1175 0 0 0 0 56 0 16 0 1 0 309558039 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32407/statm: 1339 235 195 169 0 50 0
[pid=32410] ppid=32407 vsize=68600 CPUtime=341.58
/proc/32410/stat : 32410 (rsat) R 32407 32407 32111 0 -1 4194304 27166 0 0 0 34136 22 0 0 25 0 1 0 309558096 70246400 16512 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32410/statm: 17150 16512 86 211 0 16936 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 73956


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

/proc/32410/statm: 63759 61153 86 211 0 63545 0
Current children cumulated CPU time (s) 4300.48
Current children cumulated vsize (KiB) 260392

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32610
/proc/meminfo: memFree=1553776/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0.56
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 305 1175 0 0 0 0 56 0 16 0 1 0 309558039 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32407/statm: 1339 235 195 169 0 50 0
[pid=32410] ppid=32407 vsize=261168 CPUtime=4359.9
/proc/32410/stat : 32410 (rsat) R 32407 32407 32111 0 -1 4194304 105352 0 0 0 435871 119 0 0 25 0 1 0 309558096 267436032 62736 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32410/statm: 65292 62736 86 211 0 65078 0
Current children cumulated CPU time (s) 4360.46
Current children cumulated vsize (KiB) 266524

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32610
/proc/meminfo: memFree=1548080/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0.56
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 305 1175 0 0 0 0 56 0 16 0 1 0 309558039 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32407/statm: 1339 235 195 169 0 50 0
[pid=32410] ppid=32407 vsize=266364 CPUtime=4419.87
/proc/32410/stat : 32410 (rsat) R 32407 32407 32111 0 -1 4194304 106761 0 0 0 441866 121 0 0 25 0 1 0 309558096 272756736 64112 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32410/statm: 66591 64112 86 211 0 66377 0
Current children cumulated CPU time (s) 4420.43
Current children cumulated vsize (KiB) 271720

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32610
/proc/meminfo: memFree=1543024/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0.56
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 305 1175 0 0 0 0 56 0 16 0 1 0 309558039 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32407/statm: 1339 235 195 169 0 50 0
[pid=32410] ppid=32407 vsize=271356 CPUtime=4479.85
/proc/32410/stat : 32410 (rsat) R 32407 32407 32111 0 -1 4194304 108102 0 0 0 447861 124 0 0 25 0 1 0 309558096 277868544 65388 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32410/statm: 67839 65388 86 211 0 67625 0
Current children cumulated CPU time (s) 4480.41
Current children cumulated vsize (KiB) 276712

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32610
/proc/meminfo: memFree=1537648/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0.56
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 305 1175 0 0 0 0 56 0 16 0 1 0 309558039 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32407/statm: 1339 235 195 169 0 50 0
[pid=32410] ppid=32407 vsize=276280 CPUtime=4539.83
/proc/32410/stat : 32410 (rsat) R 32407 32407 32111 0 -1 4194304 109419 0 0 0 453856 127 0 0 25 0 1 0 309558096 282910720 66705 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32410/statm: 69070 66705 86 211 0 68856 0
Current children cumulated CPU time (s) 4540.39
Current children cumulated vsize (KiB) 281636

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32610
/proc/meminfo: memFree=1532464/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0.56
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 305 1175 0 0 0 0 56 0 16 0 1 0 309558039 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32407/statm: 1339 235 195 169 0 50 0
[pid=32410] ppid=32407 vsize=281064 CPUtime=4599.8
/proc/32410/stat : 32410 (rsat) R 32407 32407 32111 0 -1 4194304 110752 0 0 0 459853 127 0 0 25 0 1 0 309558096 287809536 68005 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32410/statm: 70266 68005 86 211 0 70052 0
Current children cumulated CPU time (s) 4600.36
Current children cumulated vsize (KiB) 286420

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32612
/proc/meminfo: memFree=1527728/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0.56
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 305 1175 0 0 0 0 56 0 16 0 1 0 309558039 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32407/statm: 1339 235 195 169 0 50 0
[pid=32410] ppid=32407 vsize=285464 CPUtime=4659.78
/proc/32410/stat : 32410 (rsat) R 32407 32407 32111 0 -1 4194304 111960 0 0 0 465849 129 0 0 25 0 1 0 309558096 292315136 69180 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32410/statm: 71366 69180 86 211 0 71152 0
Current children cumulated CPU time (s) 4660.34
Current children cumulated vsize (KiB) 290820

[startup+4722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32612
/proc/meminfo: memFree=1522992/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0.56
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 305 1175 0 0 0 0 56 0 16 0 1 0 309558039 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32407/statm: 1339 235 195 169 0 50 0
[pid=32410] ppid=32407 vsize=289964 CPUtime=4719.76
/proc/32410/stat : 32410 (rsat) R 32407 32407 32111 0 -1 4194304 113135 0 0 0 471846 130 0 0 25 0 1 0 309558096 296923136 70355 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32410/statm: 72491 70355 86 211 0 72277 0
Current children cumulated CPU time (s) 4720.32
Current children cumulated vsize (KiB) 295320

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32612
/proc/meminfo: memFree=1518576/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0.56
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 305 1175 0 0 0 0 56 0 16 0 1 0 309558039 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32407/statm: 1339 235 195 169 0 50 0
[pid=32410] ppid=32407 vsize=294192 CPUtime=4779.73
/proc/32410/stat : 32410 (rsat) R 32407 32407 32111 0 -1 4194304 114279 0 0 0 477841 132 0 0 25 0 1 0 309558096 301252608 71466 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32410/statm: 73548 71466 86 211 0 73334 0
Current children cumulated CPU time (s) 4780.29
Current children cumulated vsize (KiB) 299548

[startup+4842.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32612
/proc/meminfo: memFree=1514416/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0.56
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 305 1175 0 0 0 0 56 0 16 0 1 0 309558039 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32407/statm: 1339 235 195 169 0 50 0
[pid=32410] ppid=32407 vsize=298044 CPUtime=4839.72
/proc/32410/stat : 32410 (rsat) R 32407 32407 32111 0 -1 4194304 115297 0 0 0 483837 135 0 0 25 0 1 0 309558096 305197056 72484 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32410/statm: 74511 72484 86 211 0 74297 0
Current children cumulated CPU time (s) 4840.28
Current children cumulated vsize (KiB) 303400

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 32612
/proc/meminfo: memFree=1510384/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0.56
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 305 1175 0 0 0 0 56 0 16 0 1 0 309558039 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32407/statm: 1339 235 195 169 0 50 0
[pid=32410] ppid=32407 vsize=301888 CPUtime=4899.68
/proc/32410/stat : 32410 (rsat) R 32407 32407 32111 0 -1 4194304 116306 0 0 0 489832 136 0 0 25 0 1 0 309558096 309133312 73493 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32410/statm: 75472 73493 86 211 0 75258 0
Current children cumulated CPU time (s) 4900.24
Current children cumulated vsize (KiB) 307244

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32612
/proc/meminfo: memFree=1505904/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0.56
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 305 1175 0 0 0 0 56 0 16 0 1 0 309558039 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32407/statm: 1339 235 195 169 0 50 0
[pid=32410] ppid=32407 vsize=306080 CPUtime=4959.66
/proc/32410/stat : 32410 (rsat) R 32407 32407 32111 0 -1 4194304 117437 0 0 0 495828 138 0 0 25 0 1 0 309558096 313425920 74624 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32410/statm: 76520 74624 86 211 0 76306 0
Current children cumulated CPU time (s) 4960.22
Current children cumulated vsize (KiB) 311436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32612
/proc/meminfo: memFree=1503024/2055920 swapFree=4145624/4192956
[pid=32407] ppid=32405 vsize=5356 CPUtime=0.56
/proc/32407/stat : 32407 (rsat.sh) S 32405 32407 32111 0 -1 4194304 305 1175 0 0 0 0 56 0 16 0 1 0 309558039 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32407/statm: 1339 235 195 169 0 50 0
[pid=32410] ppid=32407 vsize=308948 CPUtime=4999.45
/proc/32410/stat : 32410 (rsat) R 32407 32407 32111 0 -1 4194304 118217 0 0 0 499806 139 0 0 25 0 1 0 309558096 316362752 75338 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/32410/statm: 77237 75338 86 211 0 77023 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 314304

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32407 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=564914
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=8998
# CPU time returned by wait4() is 0.573912
# while last known CPU time is 5000.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5002.11
CPU time (s): 5000.01
CPU user time (s): 4998.62
CPU system time (s): 1.39
CPU usage (%): 99.958
Max. virtual memory (cumulated for all children) (KiB): 314304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.564914
system time used= 0.008998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1480
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= 16
involuntary context switches= 3

runsolver used 4.91625 second user time and 12.6771 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Sat May  5 03:20:05 UTC 2007

IDJOB= 456328
IDBENCH= 24675
IDSOLVER= 169
FILE ID= node10/456328-1178335205

PBS_JOBID= 5188591

Free space on /tmp= 66562 MiB

SOLVER NAME= Rsat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-a-fclqcolor-20-13-14.sat05-1278.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/456328-1178335205/rsat.sh /tmp/evaluation/456328-1178335205/instance-456328-1178335205.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-456328-1178335205 -o ROOT/results/node10/solver-456328-1178335205 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/456328-1178335205/rsat.sh /tmp/evaluation/456328-1178335205/instance-456328-1178335205.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  38c3c1a13d0a8eeda16d38e05fb7bc45

RANDOM SEED= 348254270

TIME LIMIT= 5000 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.259
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.259
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:       1806936 kB
Buffers:         35544 kB
Cached:         121232 kB
SwapCached:      15808 kB
Active:         127048 kB
Inactive:        53300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1806936 kB
SwapTotal:     4192956 kB
SwapFree:      4145624 kB
Dirty:            2276 kB
Writeback:           0 kB
Mapped:          30484 kB
Slab:            54292 kB
Committed_AS:  5182516 kB
PageTables:       1708 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= 66561 MiB

End job on node10 on Sat May  5 04:43:29 UTC 2007