Trace number 456133

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-08SAT 2918.47 2920.3

General information on the benchmark

Namecrafted/Medium/contest05/jarvisalo/
mod2-rand3bip-sat-250-3.sat05-2220.reshuffled-07.cnf
MD5SUMb79b003513b2a70c9b89188422a831e2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.013997
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses1000
Sum of the clauses size3000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31000
Number of clauses of size 40
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 |    1000     3000 |     299       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 250   #clauses: 1000   #literals: 3000
0.00/0.00	c CPU time:   0.001999 s
0.00/0.00	c ==============================================================================
0.00/0.01	c Rsat version 2.00
2918.25/2920.15	c CNF stats: (250 vars, 1000 clauses)
2918.25/2920.15	c Decisions: 1417807
2918.25/2920.15	c Conflicts: 1329169
2918.35/2920.29	c Time: -1376.08730s
2918.35/2920.29	s SATISFIABLE
2918.35/2920.29	v -1 2 -3 -4 5 6 7 -8 9 -10 -11 -12 13 -14 -15 16 -17 -18 19 20 21 22 23 -24 25 -26 -27 -28 -29 -30 31 -32 33 34 35 -36 37 -38 -39 -40 41 -42 -43 -44 -45 -46 -47 48 49 -50 -51 -52 -53 -54 -55 -56 -57 58 59 -60 -61 62 63 64 -65 66 -67 68 69 70 71 72 73 -74 75 -76 -77 78 79 -80 81 -82 83 -84 -85 -86 87 -88 89 90 -91 -92 -93 -94 -95 96 -97 98 -99 100 -101 -102 103 104 105 106 107 108 109 110 111 112 -113 114 115 -116 -117 118 -119 120 121 -122 -123 -124 125 126 -127 -128 -129 130 131 -132 -133 -134 135 -136 -137 -138 139 140 141 -142 143 -144 -145 146 -147 148 -149 -150 -151 -152 153 154 -155 -156 157 158 159 -160 -161 -162 -163 164 -165 166 167 -168 169 -170 171 172 -173 174 175 176 -177 -178 -179 -180 -181 -182 -183 -184 -185 186 -187 188 189 -190 191 -192 -193 194 195 -196 -197 -198 199 200 -201 -202 203 204 205 206 -207 -208 209 210 -211 212 -213 214 215 -216 -217 -218 -219 220 -221 -222 223 -224 -225 226 227 228 -229 230 -231 -232 -233 -234 235 236 237 238 -239 240 241 242 -243 -244 245 -246 -247 248 249 -250 0

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node2/watcher-456133-1178324779 -o ROOT/results/node2/solver-456133-1178324779 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/456133-1178324779/rsat.sh /tmp/evaluation/456133-1178324779/instance-456133-1178324779.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: 0.94 0.99 0.95 3/77 22082
/proc/meminfo: memFree=1871352/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 308515742 5484544 234 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 234 195 169 0 50 0
[pid=22083] ppid=22082 vsize=820 CPUtime=0
/proc/22083/stat : 22083 (SatElite) R 22082 22082 22026 0 -1 4194304 126 0 0 0 0 0 0 0 20 0 1 0 308515743 839680 108 18446744073709551615 134512640 135038345 4294956640 18446744073709551615 134571448 0 0 4096 3 0 0 0 17 1 0 0
/proc/22083/statm: 205 108 67 128 0 74 0

[startup+0.0388889 s]
/proc/loadavg: 0.94 0.99 0.95 3/77 22082
/proc/meminfo: memFree=1871352/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101894 s]
/proc/loadavg: 0.94 0.99 0.95 3/77 22082
/proc/meminfo: memFree=1871352/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301914 s]
/proc/loadavg: 0.94 0.99 0.95 3/77 22082
/proc/meminfo: memFree=1871352/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701955 s]
/proc/loadavg: 0.94 0.99 0.95 3/77 22082
/proc/meminfo: memFree=1871352/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50104 s]
/proc/loadavg: 0.94 0.99 0.95 2/79 22085
/proc/meminfo: memFree=1869800/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
[pid=22085] ppid=22082 vsize=2720 CPUtime=1.48
/proc/22085/stat : 22085 (rsat) R 22082 22082 22026 0 -1 4194304 606 0 0 0 148 0 0 0 25 0 1 0 308515743 2785280 512 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522762 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22085/statm: 680 512 86 211 0 466 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8076

[startup+3.1012 s]
/proc/loadavg: 0.94 0.99 0.95 2/79 22085
/proc/meminfo: memFree=1868456/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
[pid=22085] ppid=22082 vsize=3372 CPUtime=3.08
/proc/22085/stat : 22085 (rsat) R 22082 22082 22026 0 -1 4194304 842 0 0 0 308 0 0 0 25 0 1 0 308515743 3452928 683 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22085/statm: 843 683 86 211 0 629 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8728

[startup+6.30154 s]
/proc/loadavg: 0.94 0.99 0.95 2/79 22085
/proc/meminfo: memFree=1867752/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
[pid=22085] ppid=22082 vsize=4700 CPUtime=6.27
/proc/22085/stat : 22085 (rsat) R 22082 22082 22026 0 -1 4194304 1348 0 0 0 627 0 0 0 25 0 1 0 308515743 4812800 960 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22085/statm: 1175 960 86 211 0 961 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10056

[startup+12.7012 s]
/proc/loadavg: 0.95 0.99 0.95 2/79 22085
/proc/meminfo: memFree=1866280/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
[pid=22085] ppid=22082 vsize=5476 CPUtime=12.67
/proc/22085/stat : 22085 (rsat) R 22082 22082 22026 0 -1 4194304 1773 0 0 0 1267 0 0 0 25 0 1 0 308515743 5607424 1189 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522785 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22085/statm: 1369 1189 86 211 0 1155 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10832

[startup+25.5015 s]
/proc/loadavg: 0.96 0.99 0.95 2/79 22085
/proc/meminfo: memFree=1864232/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
[pid=22085] ppid=22082 vsize=7824 CPUtime=25.47
/proc/22085/stat : 22085 (rsat) R 22082 22082 22026 0 -1 4194304 2805 0 0 0 2546 1 0 0 25 0 1 0 308515743 8011776 1735 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22085/statm: 1956 1735 86 211 0 1742 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 13180

[startup+51.1012 s]
/proc/loadavg: 0.97 0.99 0.95 2/79 22085
/proc/meminfo: memFree=1861672/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
[pid=22085] ppid=22082 vsize=10536 CPUtime=51.04
/proc/22085/stat : 22085 (rsat) R 22082 22082 22026 0 -1 4194304 3501 0 0 0 5102 2 0 0 25 0 1 0 308515743 10788864 2431 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134523156 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22085/statm: 2634 2431 86 211 0 2420 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 15892

[startup+102.306 s]
/proc/loadavg: 0.99 0.99 0.95 2/79 22085
/proc/meminfo: memFree=1859880/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
[pid=22085] ppid=22082 vsize=12748 CPUtime=102.21
/proc/22085/stat : 22085 (rsat) R 22082 22082 22026 0 -1 4194304 4528 0 0 0 10219 2 0 0 25 0 1 0 308515743 13053952 2856 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22085/statm: 3187 2856 86 211 0 2973 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 18104

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 0.95 2/79 22085
/proc/meminfo: memFree=1856616/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
[pid=22085] ppid=22082 vsize=15376 CPUtime=162.17
/proc/22085/stat : 22085 (rsat) R 22082 22082 22026 0 -1 4194304 6053 0 0 0 16214 3 0 0 25 0 1 0 308515743 15745024 3588 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22085/statm: 3844 3588 86 211 0 3630 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 20732

[startup+222.302 s]
/proc/loadavg: 0.99 0.99 0.95 2/79 22085
/proc/meminfo: memFree=1854824/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
[pid=22085] ppid=22082 vsize=17404 CPUtime=222.14
/proc/22085/stat : 22085 (rsat) R 22082 22082 22026 0 -1 4194304 6563 0 0 0 22210 4 0 0 25 0 1 0 308515743 17821696 4098 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22085/statm: 4351 4098 86 211 0 4137 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 22760

[startup+282.301 s]
/proc/loadavg: 0.99 0.99 0.95 2/79 22085
/proc/meminfo: memFree=1850664/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
[pid=22085] ppid=22082 vsize=23176 CPUtime=282.1
/proc/22085/stat : 22085 (rsat) R 22082 22082 22026 0 -1 4194304 8005 0 0 0 28205 5 0 0 25 0 1 0 308515743 23732224 5121 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22085/statm: 5794 5121 86 211 0 5580 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 28532

[startup+342.301 s]
/proc/loadavg: 0.99 0.99 0.95 2/79 22085
/proc/meminfo: memFree=1848624/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
[pid=22085] ppid=22082 vsize=24248 CPUtime=342.07
/proc/22085/stat : 22085 (rsat) R 22082 22082 22026 0 -1 4194304 10136 0 0 0 34201 6 0 0 25 0 1 0 308515743 24829952 5536 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22085/statm: 6062 5536 86 211 0 5848 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 29604

[startup+402.302 s]
/proc/loadavg: 0.99 0.99 0.95 2/79 22085
/proc/meminfo: memFree=1848624/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
[pid=22085] ppid=22082 vsize=24248 CPUtime=402.05
/proc/22085/stat : 22085 (rsat) R 22082 22082 22026 0 -1 4194304 10136 0 0 0 40199 6 0 0 25 0 1 0 308515743 24829952 5536 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22085/statm: 6062 5536 86 211 0 5848 0

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

/proc/22085/statm: 16220 14753 86 211 0 16006 0
Current children cumulated CPU time (s) 2560.69
Current children cumulated vsize (KiB) 70236

[startup+2622.3 s]
/proc/loadavg: 0.99 0.99 0.95 2/79 22285
/proc/meminfo: memFree=1809392/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
[pid=22085] ppid=22082 vsize=66036 CPUtime=2620.63
/proc/22085/stat : 22085 (rsat) R 22082 22082 22026 0 -1 4194304 29278 0 0 0 262017 46 0 0 25 0 1 0 308515743 67620864 15088 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22085/statm: 16509 15088 86 211 0 16295 0
Current children cumulated CPU time (s) 2620.63
Current children cumulated vsize (KiB) 71392

[startup+2682.3 s]
/proc/loadavg: 0.99 0.99 0.95 2/79 22285
/proc/meminfo: memFree=1807792/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
[pid=22085] ppid=22082 vsize=67596 CPUtime=2680.59
/proc/22085/stat : 22085 (rsat) R 22082 22082 22026 0 -1 4194304 29754 0 0 0 268012 47 0 0 25 0 1 0 308515743 69218304 15498 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22085/statm: 16899 15498 86 211 0 16685 0
Current children cumulated CPU time (s) 2680.59
Current children cumulated vsize (KiB) 72952

[startup+2742.31 s]
/proc/loadavg: 0.99 0.99 0.95 2/79 22285
/proc/meminfo: memFree=1806384/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
[pid=22085] ppid=22082 vsize=68904 CPUtime=2740.56
/proc/22085/stat : 22085 (rsat) R 22082 22082 22026 0 -1 4194304 30095 0 0 0 274009 47 0 0 25 0 1 0 308515743 70557696 15839 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22085/statm: 17226 15839 86 211 0 17012 0
Current children cumulated CPU time (s) 2740.56
Current children cumulated vsize (KiB) 74260

[startup+2802.3 s]
/proc/loadavg: 0.99 0.99 0.95 2/79 22285
/proc/meminfo: memFree=1805040/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
[pid=22085] ppid=22082 vsize=70188 CPUtime=2800.52
/proc/22085/stat : 22085 (rsat) R 22082 22082 22026 0 -1 4194304 30433 0 0 0 280004 48 0 0 25 0 1 0 308515743 71872512 16177 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22085/statm: 17547 16177 86 211 0 17333 0
Current children cumulated CPU time (s) 2800.52
Current children cumulated vsize (KiB) 75544

[startup+2862.3 s]
/proc/loadavg: 0.99 0.99 0.95 2/79 22285
/proc/meminfo: memFree=1803568/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
[pid=22085] ppid=22082 vsize=71416 CPUtime=2860.48
/proc/22085/stat : 22085 (rsat) R 22082 22082 22026 0 -1 4194304 30802 0 0 0 286000 48 0 0 25 0 1 0 308515743 73129984 16546 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22085/statm: 17854 16546 86 211 0 17640 0
Current children cumulated CPU time (s) 2860.48
Current children cumulated vsize (KiB) 76772

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

[startup+2867.1 s]
/proc/loadavg: 0.99 0.99 0.95 2/79 22285
/proc/meminfo: memFree=1803504/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
[pid=22085] ppid=22082 vsize=71416 CPUtime=2865.28
/proc/22085/stat : 22085 (rsat) R 22082 22082 22026 0 -1 4194304 30824 0 0 0 286480 48 0 0 25 0 1 0 308515743 73129984 16568 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22085/statm: 17854 16568 86 211 0 17640 0
Current children cumulated CPU time (s) 2865.28
Current children cumulated vsize (KiB) 76772

[startup+2892.7 s]
/proc/loadavg: 0.99 0.99 0.95 2/79 22285
/proc/meminfo: memFree=1802928/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
[pid=22085] ppid=22082 vsize=72316 CPUtime=2890.87
/proc/22085/stat : 22085 (rsat) R 22082 22082 22026 0 -1 4194304 31034 0 0 0 289038 49 0 0 25 0 1 0 308515743 74051584 16713 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22085/statm: 18079 16713 86 211 0 17865 0
Current children cumulated CPU time (s) 2890.87
Current children cumulated vsize (KiB) 77672

[startup+2905.5 s]
/proc/loadavg: 0.99 0.99 0.95 2/79 22285
/proc/meminfo: memFree=1802544/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
[pid=22085] ppid=22082 vsize=72956 CPUtime=2903.66
/proc/22085/stat : 22085 (rsat) R 22082 22082 22026 0 -1 4194304 31245 0 0 0 290317 49 0 0 25 0 1 0 308515743 74706944 16795 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22085/statm: 18239 16795 86 211 0 18025 0
Current children cumulated CPU time (s) 2903.66
Current children cumulated vsize (KiB) 78312

[startup+2911.9 s]
/proc/loadavg: 0.99 0.99 0.95 2/79 22285
/proc/meminfo: memFree=1802416/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
[pid=22085] ppid=22082 vsize=73084 CPUtime=2910.05
/proc/22085/stat : 22085 (rsat) R 22082 22082 22026 0 -1 4194304 31272 0 0 0 290956 49 0 0 25 0 1 0 308515743 74838016 16822 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22085/statm: 18271 16822 86 211 0 18057 0
Current children cumulated CPU time (s) 2910.05
Current children cumulated vsize (KiB) 78440

[startup+2915.1 s]
/proc/loadavg: 0.99 0.99 0.95 2/79 22285
/proc/meminfo: memFree=1802352/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
[pid=22085] ppid=22082 vsize=73084 CPUtime=2913.25
/proc/22085/stat : 22085 (rsat) R 22082 22082 22026 0 -1 4194304 31285 0 0 0 291276 49 0 0 25 0 1 0 308515743 74838016 16835 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134529186 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22085/statm: 18271 16835 86 211 0 18057 0
Current children cumulated CPU time (s) 2913.25
Current children cumulated vsize (KiB) 78440

[startup+2918.31 s]
/proc/loadavg: 0.99 0.99 0.95 2/79 22285
/proc/meminfo: memFree=1802224/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
[pid=22085] ppid=22082 vsize=73212 CPUtime=2916.46
/proc/22085/stat : 22085 (rsat) R 22082 22082 22026 0 -1 4194304 31313 0 0 0 291597 49 0 0 25 0 1 0 308515743 74969088 16863 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22085/statm: 18303 16863 86 211 0 18089 0
Current children cumulated CPU time (s) 2916.46
Current children cumulated vsize (KiB) 78568

[startup+2919.1 s]
/proc/loadavg: 0.99 0.99 0.95 2/79 22285
/proc/meminfo: memFree=1802224/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
[pid=22085] ppid=22082 vsize=73212 CPUtime=2917.25
/proc/22085/stat : 22085 (rsat) R 22082 22082 22026 0 -1 4194304 31316 0 0 0 291676 49 0 0 25 0 1 0 308515743 74969088 16866 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22085/statm: 18303 16866 86 211 0 18089 0
Current children cumulated CPU time (s) 2917.25
Current children cumulated vsize (KiB) 78568

[startup+2919.9 s]
/proc/loadavg: 0.99 0.99 0.95 2/79 22285
/proc/meminfo: memFree=1802224/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=0
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 305 129 0 0 0 0 0 0 18 0 1 0 308515742 5484544 235 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 235 195 169 0 50 0
[pid=22085] ppid=22082 vsize=73212 CPUtime=2918.05
/proc/22085/stat : 22085 (rsat) R 22082 22082 22026 0 -1 4194304 31319 0 0 0 291756 49 0 0 25 0 1 0 308515743 74969088 16869 18446744073709551615 134512640 135377749 4294956752 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22085/statm: 18303 16869 86 211 0 18089 0
Current children cumulated CPU time (s) 2918.05
Current children cumulated vsize (KiB) 78568

[startup+2920.3 s]
/proc/loadavg: 0.99 0.99 0.95 2/79 22285
/proc/meminfo: memFree=1802224/2055920 swapFree=4148884/4192956
[pid=22082] ppid=22080 vsize=5356 CPUtime=2918.45
/proc/22082/stat : 22082 (rsat.sh) S 22080 22082 22026 0 -1 4194304 352 31550 0 0 0 0 291794 51 17 0 1 0 308515742 5484544 236 18446744073709551615 4194304 4889804 548682069200 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22082/statm: 1339 236 196 169 0 50 0
Current children cumulated CPU time (s) 2918.45
Current children cumulated vsize (KiB) 5356

Child status: 10
Real time (s): 2920.3
CPU time (s): 2918.47
CPU user time (s): 2917.95
CPU system time (s): 0.516921
CPU usage (%): 99.9372
Max. virtual memory (cumulated for all children) (KiB): 78568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2917.95
system time used= 0.516921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32032
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= 58
involuntary context switches= 70579

runsolver used 2.56761 second user time and 8.06377 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Sat May  5 00:26:20 UTC 2007

IDJOB= 456133
IDBENCH= 24610
IDSOLVER= 169
FILE ID= node2/456133-1178324779

PBS_JOBID= 5188575

Free space on /tmp= 66563 MiB

SOLVER NAME= Rsat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/jarvisalo/mod2-rand3bip-sat-250-3.sat05-2220.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/456133-1178324779/rsat.sh /tmp/evaluation/456133-1178324779/instance-456133-1178324779.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-456133-1178324779 -o ROOT/results/node2/solver-456133-1178324779 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/456133-1178324779/rsat.sh /tmp/evaluation/456133-1178324779/instance-456133-1178324779.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  b79b003513b2a70c9b89188422a831e2

RANDOM SEED= 758461105

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.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:       1871824 kB
Buffers:         24764 kB
Cached:          72488 kB
SwapCached:      12296 kB
Active:          55116 kB
Inactive:        64984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1871824 kB
SwapTotal:     4192956 kB
SwapFree:      4148884 kB
Dirty:            1912 kB
Writeback:           0 kB
Mapped:          29792 kB
Slab:            49448 kB
Committed_AS: 11624628 kB
PageTables:       1860 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 node2 on Sat May  5 01:15:00 UTC 2007