Trace number 456562

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-08UNSAT 3495.8 3496.86

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-connm-ue-csp-sat-n600-d0.02-s1676244754.sat05-535.reshuffled-07.cnf
MD5SUMd2283e85579af5f5de3cfcfaac7f25fa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark519.471
Satisfiable
(Un)Satisfiability was proved
Number of variables580
Number of clauses7153
Sum of the clauses size21604
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 37008
Number of clauses of size 4145
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    7153    21604 |    2145       0        0     nan |  0.000 % |
0.00/0.07	c |         0 |    7008    23428 |      --       0       --      -- |     --   | -145/1824
0.00/0.07	c ==============================================================================
0.00/0.07	c Result  :   #vars: 435   #clauses: 7008   #literals: 23428
0.00/0.07	c CPU time:   0.069989 s
0.00/0.07	c ==============================================================================
0.00/0.08	c Rsat version 2.00
3495.73/3496.84	c CNF stats: (435 vars, 7008 clauses)
3495.73/3496.84	c Decisions: 1953904
3495.73/3496.84	c Conflicts: 1817691
3495.73/3496.85	c Time: -798.72730s
3495.73/3496.85	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node18/watcher-456562-1178348743 -o ROOT/results/node18/solver-456562-1178348743 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/456562-1178348743/rsat.sh /tmp/evaluation/456562-1178348743/instance-456562-1178348743.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: 1.00 1.00 1.00 3/77 28679
/proc/meminfo: memFree=1571016/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 282791680 5484544 234 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28679/statm: 1339 234 195 169 0 50 0
[pid=28680] ppid=28679 vsize=820 CPUtime=0
/proc/28680/stat : 28680 (SatElite) R 28679 28679 27903 0 -1 4194304 125 0 0 0 0 0 0 0 19 0 1 0 282791680 839680 107 18446744073709551615 134512640 135038345 4294956640 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 1 0 0
/proc/28680/statm: 205 108 49 128 0 74 0

[startup+0.00909404 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 28679
/proc/meminfo: memFree=1571016/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 282791680 5484544 234 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28679/statm: 1339 234 195 169 0 50 0
[pid=28680] ppid=28679 vsize=1216 CPUtime=0
/proc/28680/stat : 28680 (SatElite) R 28679 28679 27903 0 -1 4194304 208 0 0 0 0 0 0 0 19 0 1 0 282791680 1245184 190 18446744073709551615 134512640 135038345 4294956640 18446744073709551615 134545894 0 0 4096 3 0 0 0 17 1 0 0
/proc/28680/statm: 304 190 49 128 0 173 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6572

[startup+0.101102 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 28679
/proc/meminfo: memFree=1571016/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.301121 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 28679
/proc/meminfo: memFree=1571016/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.701159 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 28679
/proc/meminfo: memFree=1571016/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+1.50124 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28682
/proc/meminfo: memFree=1569400/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
[pid=28682] ppid=28679 vsize=2604 CPUtime=1.41
/proc/28682/stat : 28682 (rsat) R 28679 28679 27903 0 -1 4194304 529 0 0 0 141 0 0 0 25 0 1 0 282791689 2666496 483 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522877 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28682/statm: 651 483 86 211 0 437 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7960

[startup+3.10139 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28682
/proc/meminfo: memFree=1568312/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
[pid=28682] ppid=28679 vsize=3684 CPUtime=3.01
/proc/28682/stat : 28682 (rsat) R 28679 28679 27903 0 -1 4194304 850 0 0 0 301 0 0 0 25 0 1 0 282791689 3772416 706 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28682/statm: 921 706 86 211 0 707 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9040

[startup+6.3017 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28682
/proc/meminfo: memFree=1567224/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
[pid=28682] ppid=28679 vsize=4712 CPUtime=6.2
/proc/28682/stat : 28682 (rsat) R 28679 28679 27903 0 -1 4194304 1527 0 0 0 620 0 0 0 25 0 1 0 282791689 4825088 991 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134530170 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28682/statm: 1178 991 86 211 0 964 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10068

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28682
/proc/meminfo: memFree=1565496/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
[pid=28682] ppid=28679 vsize=6456 CPUtime=12.6
/proc/28682/stat : 28682 (rsat) R 28679 28679 27903 0 -1 4194304 2380 0 0 0 1259 1 0 0 25 0 1 0 282791689 6610944 1358 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522417 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28682/statm: 1614 1358 86 211 0 1400 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11812

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28682
/proc/meminfo: memFree=1564344/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
[pid=28682] ppid=28679 vsize=7400 CPUtime=25.4
/proc/28682/stat : 28682 (rsat) R 28679 28679 27903 0 -1 4194304 2649 0 0 0 2538 2 0 0 25 0 1 0 282791689 7577600 1627 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134523174 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28682/statm: 1850 1627 86 211 0 1636 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12756

[startup+51.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28682
/proc/meminfo: memFree=1562616/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
[pid=28682] ppid=28679 vsize=8852 CPUtime=50.99
/proc/28682/stat : 28682 (rsat) R 28679 28679 27903 0 -1 4194304 3492 0 0 0 5096 3 0 0 25 0 1 0 282791689 9064448 2034 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522805 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28682/statm: 2213 2034 86 211 0 1999 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 14208

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28682
/proc/meminfo: memFree=1559800/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
[pid=28682] ppid=28679 vsize=12032 CPUtime=102.18
/proc/28682/stat : 28682 (rsat) R 28679 28679 27903 0 -1 4194304 5152 0 0 0 10214 4 0 0 25 0 1 0 282791689 12320768 2703 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522807 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28682/statm: 3008 2703 86 211 0 2794 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 17388

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28682
/proc/meminfo: memFree=1554744/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
[pid=28682] ppid=28679 vsize=17832 CPUtime=162.16
/proc/28682/stat : 28682 (rsat) R 28679 28679 27903 0 -1 4194304 8498 0 0 0 16209 7 0 0 25 0 1 0 282791689 18259968 3900 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28682/statm: 4458 3900 86 211 0 4244 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 23188

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28682
/proc/meminfo: memFree=1554744/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
[pid=28682] ppid=28679 vsize=18092 CPUtime=222.15
/proc/28682/stat : 28682 (rsat) R 28679 28679 27903 0 -1 4194304 8549 0 0 0 22207 8 0 0 25 0 1 0 282791689 18526208 3951 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28682/statm: 4523 3951 86 211 0 4309 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 23448

[startup+282.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/79 28682
/proc/meminfo: memFree=1552760/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
[pid=28682] ppid=28679 vsize=20072 CPUtime=282.12
/proc/28682/stat : 28682 (rsat) R 28679 28679 27903 0 -1 4194304 9123 0 0 0 28204 8 0 0 25 0 1 0 282791689 20553728 4492 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28682/statm: 5018 4492 86 211 0 4804 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 25428

[startup+342.301 s]
/proc/loadavg: 1.09 1.03 1.00 2/79 28682
/proc/meminfo: memFree=1548536/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
[pid=28682] ppid=28679 vsize=23928 CPUtime=342.11
/proc/28682/stat : 28682 (rsat) R 28679 28679 27903 0 -1 4194304 10154 0 0 0 34201 10 0 0 25 0 1 0 282791689 24502272 5523 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28682/statm: 5982 5523 86 211 0 5768 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 29284

[startup+402.302 s]
/proc/loadavg: 1.17 1.05 1.01 2/79 28682
/proc/meminfo: memFree=1548024/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0

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


[startup+3162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28684
/proc/meminfo: memFree=1518328/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
[pid=28682] ppid=28679 vsize=55116 CPUtime=3161.34
/proc/28682/stat : 28682 (rsat) R 28679 28679 27903 0 -1 4194304 29075 0 0 0 316092 42 0 0 25 0 1 0 282791689 56438784 13106 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522785 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28682/statm: 13779 13106 86 211 0 13565 0
Current children cumulated CPU time (s) 3161.41
Current children cumulated vsize (KiB) 60472

[startup+3222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28684
/proc/meminfo: memFree=1518008/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
[pid=28682] ppid=28679 vsize=55380 CPUtime=3221.32
/proc/28682/stat : 28682 (rsat) R 28679 28679 27903 0 -1 4194304 29147 0 0 0 322090 42 0 0 25 0 1 0 282791689 56709120 13178 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522833 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28682/statm: 13845 13178 86 211 0 13631 0
Current children cumulated CPU time (s) 3221.39
Current children cumulated vsize (KiB) 60736

[startup+3282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28684
/proc/meminfo: memFree=1517496/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
[pid=28682] ppid=28679 vsize=55904 CPUtime=3281.31
/proc/28682/stat : 28682 (rsat) R 28679 28679 27903 0 -1 4194304 29253 0 0 0 328088 43 0 0 25 0 1 0 282791689 57245696 13284 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28682/statm: 13976 13284 86 211 0 13762 0
Current children cumulated CPU time (s) 3281.38
Current children cumulated vsize (KiB) 61260

[startup+3342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 28806
/proc/meminfo: memFree=1515768/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
[pid=28682] ppid=28679 vsize=56424 CPUtime=3341.23
/proc/28682/stat : 28682 (rsat) R 28679 28679 27903 0 -1 4194304 29352 0 0 0 334077 46 0 0 25 0 1 0 282791689 57778176 13383 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28682/statm: 14106 13383 86 211 0 13892 0
Current children cumulated CPU time (s) 3341.3
Current children cumulated vsize (KiB) 61780

[startup+3402.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28882
/proc/meminfo: memFree=1516664/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
[pid=28682] ppid=28679 vsize=56684 CPUtime=3401.18
/proc/28682/stat : 28682 (rsat) R 28679 28679 27903 0 -1 4194304 29414 0 0 0 340071 47 0 0 25 0 1 0 282791689 58044416 13445 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28682/statm: 14171 13445 86 211 0 13957 0
Current children cumulated CPU time (s) 3401.25
Current children cumulated vsize (KiB) 62040

[startup+3462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28882
/proc/meminfo: memFree=1517880/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
[pid=28682] ppid=28679 vsize=54856 CPUtime=3461.16
/proc/28682/stat : 28682 (rsat) R 28679 28679 27903 0 -1 4194304 29621 0 0 0 346069 47 0 0 25 0 1 0 282791689 56172544 13139 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28682/statm: 13714 13139 86 211 0 13500 0
Current children cumulated CPU time (s) 3461.23
Current children cumulated vsize (KiB) 60212

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

[startup+3481.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28882
/proc/meminfo: memFree=1518712/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
[pid=28682] ppid=28679 vsize=53424 CPUtime=3480.36
/proc/28682/stat : 28682 (rsat) R 28679 28679 27903 0 -1 4194304 29655 0 0 0 347988 48 0 0 25 0 1 0 282791689 54706176 12906 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522432 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28682/statm: 13356 12906 86 211 0 13142 0
Current children cumulated CPU time (s) 3480.43
Current children cumulated vsize (KiB) 58780

[startup+3487.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28882
/proc/meminfo: memFree=1518840/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
[pid=28682] ppid=28679 vsize=53164 CPUtime=3486.76
/proc/28682/stat : 28682 (rsat) R 28679 28679 27903 0 -1 4194304 29655 0 0 0 348628 48 0 0 25 0 1 0 282791689 54439936 12862 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134526075 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28682/statm: 13291 12862 86 211 0 13077 0
Current children cumulated CPU time (s) 3486.83
Current children cumulated vsize (KiB) 58520

[startup+3491.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28882
/proc/meminfo: memFree=1518840/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
[pid=28682] ppid=28679 vsize=52132 CPUtime=3489.95
/proc/28682/stat : 28682 (rsat) R 28679 28679 27903 0 -1 4194304 29655 0 0 0 348947 48 0 0 25 0 1 0 282791689 53383168 12637 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522435 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28682/statm: 13033 12637 86 211 0 12819 0
Current children cumulated CPU time (s) 3490.02
Current children cumulated vsize (KiB) 57488

[startup+3494.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28882
/proc/meminfo: memFree=1520120/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
[pid=28682] ppid=28679 vsize=51740 CPUtime=3493.15
/proc/28682/stat : 28682 (rsat) R 28679 28679 27903 0 -1 4194304 29655 0 0 0 349267 48 0 0 25 0 1 0 282791689 52981760 12550 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522435 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28682/statm: 12935 12550 86 211 0 12721 0
Current children cumulated CPU time (s) 3493.22
Current children cumulated vsize (KiB) 57096

[startup+3495.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28882
/proc/meminfo: memFree=1520248/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
[pid=28682] ppid=28679 vsize=51608 CPUtime=3494.75
/proc/28682/stat : 28682 (rsat) R 28679 28679 27903 0 -1 4194304 29655 0 0 0 349427 48 0 0 25 0 1 0 282791689 52846592 12522 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28682/statm: 12902 12522 86 211 0 12688 0
Current children cumulated CPU time (s) 3494.82
Current children cumulated vsize (KiB) 56964

[startup+3496.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28882
/proc/meminfo: memFree=1520248/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
[pid=28682] ppid=28679 vsize=51608 CPUtime=3495.15
/proc/28682/stat : 28682 (rsat) R 28679 28679 27903 0 -1 4194304 29655 0 0 0 349467 48 0 0 25 0 1 0 282791689 52846592 12522 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522439 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28682/statm: 12902 12522 86 211 0 12688 0
Current children cumulated CPU time (s) 3495.22
Current children cumulated vsize (KiB) 56964

[startup+3496.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28882
/proc/meminfo: memFree=1520248/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
[pid=28682] ppid=28679 vsize=51604 CPUtime=3495.55
/proc/28682/stat : 28682 (rsat) R 28679 28679 27903 0 -1 4194304 29655 0 0 0 349507 48 0 0 25 0 1 0 282791689 52842496 12521 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522843 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28682/statm: 12901 12521 86 211 0 12687 0
Current children cumulated CPU time (s) 3495.62
Current children cumulated vsize (KiB) 56960

[startup+3496.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28882
/proc/meminfo: memFree=1520248/2055920 swapFree=4147200/4192956
[pid=28679] ppid=28677 vsize=5356 CPUtime=0.07
/proc/28679/stat : 28679 (rsat.sh) S 28677 28679 27903 0 -1 4194304 305 342 0 0 0 0 7 0 16 0 1 0 282791680 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28679/statm: 1339 235 195 169 0 50 0
[pid=28682] ppid=28679 vsize=51604 CPUtime=3495.66
/proc/28682/stat : 28682 (rsat) R 28679 28679 27903 0 -1 4194304 29655 0 0 0 349518 48 0 0 25 0 1 0 282791689 52842496 12521 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134523307 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28682/statm: 12901 12521 86 211 0 12687 0
Current children cumulated CPU time (s) 3495.73
Current children cumulated vsize (KiB) 56960

Child status: 20
Real time (s): 3496.86
CPU time (s): 3495.8
CPU user time (s): 3495.3
CPU system time (s): 0.501923
CPU usage (%): 99.9697
Max. virtual memory (cumulated for all children) (KiB): 73920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3495.3
system time used= 0.501923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30463
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= 52
involuntary context switches= 8198

runsolver used 3.36149 second user time and 9.34058 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Sat May  5 07:05:43 UTC 2007

IDJOB= 456562
IDBENCH= 24753
IDSOLVER= 169
FILE ID= node18/456562-1178348743

PBS_JOBID= 5188602

Free space on /tmp= 66563 MiB

SOLVER NAME= Rsat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest-02-03-04/contest04-connm-ue-csp-sat-n600-d0.02-s1676244754.sat05-535.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/456562-1178348743/rsat.sh /tmp/evaluation/456562-1178348743/instance-456562-1178348743.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-456562-1178348743 -o ROOT/results/node18/solver-456562-1178348743 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/456562-1178348743/rsat.sh /tmp/evaluation/456562-1178348743/instance-456562-1178348743.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  d2283e85579af5f5de3cfcfaac7f25fa

RANDOM SEED= 205548427

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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.234
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.234
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:       1571488 kB
Buffers:        111900 kB
Cached:         250548 kB
SwapCached:      15428 kB
Active:         180760 kB
Inactive:       208028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1571488 kB
SwapTotal:     4192956 kB
SwapFree:      4147200 kB
Dirty:            1800 kB
Writeback:           0 kB
Mapped:          30356 kB
Slab:            81196 kB
Committed_AS:  8647992 kB
PageTables:       1776 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= 66563 MiB

End job on node18 on Sat May  5 08:04:00 UTC 2007