Trace number 1783582

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
precosat 236SAT 96.0884 96.1259

General information on the benchmark

Namecrafted/Medium/contest05/jarvisalo/
mod2-rand3bip-sat-220-1.sat05-2173.reshuffled-07.cnf
MD5SUMce96de70272a2ecfcbbf1c8e965c8e57
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.009997
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of clauses880
Sum of the clauses size2640
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3880
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c PicoSATLight Version 236 3e7a3f8825c0b9e241f38a63fee5517540b2feca
0.00/0.00	c Copyright (C) 2009, Armin Biere, JKU, Linz, Austria.  All rights reserved.
0.00/0.00	c Released on Sun Mar 22 10:16:26 CET 2009
0.00/0.00	c Compiled on Tue Mar 24 21:24:39 CET 2009
0.00/0.00	c g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
0.00/0.00	c -O3 -m32 -static -Wall -Wextra -DNDEBUG -DNLOGPRECO -DNSTATSPRECO
0.00/0.00	c -finline-limit=10000000 -fomit-frame-pointer -fno-exceptions
0.00/0.00	c Linux baghera 2.6.27.19-170.2.35.fc10.i686.PAE i686
0.00/0.00	c
0.00/0.00	c reading HOME/instance-1783582-1241861799.cnf
0.00/0.00	c found header 'p cnf 220 880'
0.00/0.00	c finished parsing
0.00/0.00	c
0.00/0.00	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.00/0.00	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.00/0.00	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.00/0.00	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.00/0.00	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.00/0.00	c --random=1 --spread=2000 --seed=0 --skip=25
0.00/0.00	c
0.00/0.00	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.00/0.00	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.00/0.00	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.00/0.00	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.00/0.00	c
0.00/0.00	c starting search after 0.0 seconds
0.00/0.00	c no decision limit
0.00/0.00	c
0.00/0.00	c       original/binary      fixed     eliminated      learned       agility
0.00/0.00	c   seconds        variables     equivalent    conflicts       height       MB
0.00/0.00	c
0.00/0.00	c *    0.0      880     220      0     0      0       0      0    0.0   0    0
0.00/0.00	c s    0.0      872     216      0     0      4       0      0    0.0   0    0
0.00/0.00	c l    0.0      872     216      0     0      4       0   1000    0.0   0    0
0.00/0.01	c N    0.0      872     216      0     0      4     100    100   22.9  27    0
0.00/0.01	c N    0.0      872     216      0     0      4     201    201   23.4  41    0
0.00/0.03	c N    0.0      872     216      0     0      4     803    803   23.1  53    0
0.00/0.04	c B    0.0      872     216      0     0      4    1000   1000   22.9  56    0
0.00/0.04	c +    0.0      872     216      0     0      4    1000   1100   22.9  56    0
0.04/0.05	c +    0.0      872     216      0     0      4    1250   1210   22.6  55    0
0.04/0.06	c +    0.1      872     216      0     0      4    1561   1331   22.1  56    0
0.04/0.08	c +    0.1      872     216      0     0      4    1950   1464   21.6  52    0
0.04/0.09	c B    0.1      872     216      0     0      4    2000   1393   21.6  52    0
0.09/0.10	c N    0.1      872     216      0     0      4    2405   1471   21.4  54    0
0.09/0.11	c +    0.1      872     216      0     0      4    2435   1610   21.4  54    0
0.09/0.14	c +    0.1      872     216      0     0      4    3042   1771   20.9  53    0
0.09/0.17	c +    0.2      872     216      0     0      4    3800   1948   20.4  52    0
0.19/0.22	c +    0.2      872     216      0     0      4    4751   2142   20.0  54    0
0.19/0.29	c +    0.3      872     216      0     0      4    5935   2356   19.5  55    0
0.29/0.31	c N    0.3      872     216      0     0      4    6418   2366   19.3  54    1
0.29/0.36	c
0.29/0.36	c       original/binary      fixed     eliminated      learned       agility
0.29/0.36	c   seconds        variables     equivalent    conflicts       height       MB
0.29/0.36	c
0.29/0.36	c +    0.4      872     216      0     0      4    7415   2591   18.9  53    1
0.39/0.40	c B    0.4      872     216      0     0      4    8001   2599   18.8  53    1
0.39/0.48	c +    0.5      872     216      0     0      4    9265   2850   18.3  53    1
0.59/0.60	c +    0.6      872     216      0     0      4   11581   3135   17.9  55    1
0.69/0.77	c +    0.8      872     216      0     0      4   14475   3448   17.5  53    1
0.79/0.85	c N    0.9      872     216      0     0      4   16034   3456   17.5  56    1
0.89/0.99	c +    1.0      872     216      0     0      4   18090   3792   17.4  51    1
1.29/1.30	c +    1.3      872     216      0     0      4   22611   4171   16.9  52    1
1.39/1.40	c B    1.4      872     216      0     0      4   24008   4176   16.8  56    1
1.69/1.72	c +    1.7      872     216      0     0      4   28261   4588   16.7  54    1
2.19/2.26	c +    2.3      872     216      0     0      4   35326   5046   16.3  55    1
2.49/2.53	c N    2.5      872     216      0     0      4   38471   5050   16.0  55    1
2.89/2.97	c +    3.0      872     216      0     0      4   44155   5550   16.0  49    1
3.79/3.84	c +    3.8      872     216      0     0      4   55190   6105   15.6  56    1
4.49/4.57	c B    4.6      872     216      0     0      4   64014   6113   15.3  56    2
4.89/4.97	c +    5.0      872     216      0     0      4   68986   6715   15.2  57    2
6.19/6.29	c +    6.3      872     216      0     0      4   86231   7386   15.0  56    2
6.29/6.38	c s    6.4      873     216      0     0      4   87463   7397   15.0  57    1
6.69/6.75	c s    6.7      856     211      1     2      6   91378   5877   15.1  55    1
6.99/7.06	c
6.99/7.06	c       original/binary      fixed     eliminated      learned       agility
6.99/7.06	c   seconds        variables     equivalent    conflicts       height       MB
6.99/7.06	c
6.99/7.06	c s    7.1      856     210      1     3      6   95344   7396   15.2  53    1
7.99/8.05	c +    8.0      856     210      1     3      6  107786   8124   15.3  57    1
10.38/10.46	c +   10.5      856     210      1     3      6  134731   8936   15.0  55    2
12.79/12.83	c B   12.8      856     210      1     3      6  160039   8946   14.7  52    2
13.58/13.63	c +   13.6      856     210      1     3      6  168410   9829   14.6  49    2
14.48/14.58	c N   14.6      856     210      1     3      6  177289   9842   14.6  56    2
17.68/17.78	c +   17.8      856     210      1     3      6  210511  10811   14.2  57    3
23.38/23.45	c +   23.4      856     210      1     3      6  263135  11892   13.7  57    3
26.58/26.64	c N   26.6      856     210      1     3      6  292649  11901   13.5  57    4
30.68/30.75	c +   30.7      856     210      1     3      6  328916  13081   13.3  55    4
36.97/37.03	c B   37.0      856     210      1     3      6  384073  13102   13.0  59    4
40.07/40.18	c +   40.2      856     210      1     3      6  411146  14389   12.8  59    4
52.96/53.06	c +   53.0      856     210      1     3      6  513931  15827   12.4  58    5
57.36/57.40	c N   57.4      856     210      1     3      6  548959  15874   12.3  53    5
69.26/69.35	c +   69.3      856     210      1     3      6  642410  17409   12.0  55    5
74.16/74.29	c s   74.3      853     209      1     3      7  678900  16508   11.8  56    2
89.16/89.24	c +   89.2      853     209      1     3      7  803010  19149   11.8  57    4
96.06/96.12	c 1   96.1      853     209      1     3      7  860817  19161   11.7  55    5
96.06/96.12	c
96.06/96.12	s SATISFIABLE
96.06/96.12	v -1 2 3 -4 -5 -6 7
96.06/96.12	v 8 9 -10 11 12 13 -14 -15
96.06/96.12	v -16 -17 -18 19 -20 -21 22 23
96.06/96.12	v -24 25 26 27 -28 29 30 31
96.06/96.12	v -32 33 -34 35 36 37 -38 39
96.06/96.12	v 40 -41 -42 -43 44 -45 -46 47
96.06/96.12	v 48 49 50 51 -52 53 54 -55
96.06/96.12	v 56 -57 58 59 60 -61 -62 -63
96.06/96.12	v -64 -65 -66 -67 68 -69 -70 -71
96.06/96.12	v 72 73 74 75 -76 77 78 -79
96.06/96.12	v -80 81 -82 -83 -84 -85 86 -87
96.06/96.12	v 88 -89 -90 -91 92 93 94 95
96.06/96.12	v -96 97 98 99 100 101 102 -103
96.06/96.12	v 104 105 -106 -107 108 -109 110 -111
96.06/96.12	v -112 -113 -114 115 -116 117 -118 119
96.06/96.12	v 120 -121 -122 123 -124 125 -126 -127
96.06/96.12	v -128 129 130 -131 132 133 134 -135
96.06/96.12	v -136 137 -138 -139 140 -141 -142 143
96.06/96.12	v 144 -145 -146 -147 -148 -149 150 151
96.06/96.12	v 152 -153 -154 -155 -156 -157 158 159
96.06/96.12	v -160 -161 -162 -163 164 -165 166 167
96.06/96.12	v 168 169 -170 171 172 173 174 -175
96.06/96.12	v 176 177 178 -179 180 -181 -182 183
96.06/96.12	v -184 -185 186 187 -188 189 190 -191
96.06/96.12	v 192 193 194 -195 -196 -197 198 199
96.06/96.12	v 200 201 202 -203 -204 -205 -206 -207
96.06/96.12	v -208 209 210 211 -212 213 -214 -215
96.06/96.12	v 216 217 -218 -219 -220
96.06/96.12	v 0
96.06/96.12	c
96.06/96.12	c 860817 conflicts, 896172 decisions, 1 random
96.06/96.12	c 1 iterations, 0 restarts, 1895 skipped
96.06/96.12	c 31 enlarged, 15 shrunken, 8407 rescored, 253 rebiased
96.06/96.12	c 5 simplifications, 0 reductions
96.06/96.12	c
96.06/96.12	c vars: 1 fixed, 3 equiv, 7 elim, 3 merged
96.06/96.12	c elim: 8657 resolutions, 3 phases, 3 rounds
96.06/96.12	c sbst: 100% substituted, 42.9% nots, 0.0% ands, 57.1% xors, 0.0% ites
96.06/96.12	c arty: 0.00 and 2.00 xor average arity
96.06/96.12	c prbe: 1710 probed, 4 phases, 4 rounds
96.06/96.12	c prbe: 0 failed, 0 lifted, 0 merged
96.06/96.12	c sccs: 0 non trivial, 0 fixed, 0 merged
96.06/96.12	c hash: 0 units, 3 merged
96.06/96.12	c mins: 13817959 learned, 39% deleted, 11 strong, 26 depth
96.06/96.12	c subs: 8 forward, 12 backward, 1781 doms
96.06/96.12	c strs: 4 forward, 0 backward
96.06/96.12	c doms: 1781 dominators, 1781 high, 0 low
96.06/96.12	c prps: 66677306 propagations, 0.69 megaprops
96.06/96.12	c
96.06/96.12	c 96.1 seconds, 6 MB max, 71 MB recycled

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1783582-1241861799/watcher-1783582-1241861799 -o /tmp/evaluation-result-1783582-1241861799/solver-1783582-1241861799 -C 5000 -W 6000 -M 1800 HOME/precosat HOME/instance-1783582-1241861799.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): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 11868
/proc/meminfo: memFree=1918144/2055920 swapFree=4177532/4192956
[pid=11868] ppid=11866 vsize=788 CPUtime=0
/proc/11868/stat : 11868 (precosat) R 11866 11868 11804 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 214209228 806912 90 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/11868/statm: 197 91 63 155 0 40 0

[startup+0.0482941 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 11868
/proc/meminfo: memFree=1918144/2055920 swapFree=4177532/4192956
[pid=11868] ppid=11866 vsize=1048 CPUtime=0.04
/proc/11868/stat : 11868 (precosat) R 11866 11868 11804 0 -1 4194304 173 0 0 0 4 0 0 0 20 0 1 0 214209228 1073152 157 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/11868/statm: 262 157 79 155 0 105 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1048

[startup+0.101303 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 11868
/proc/meminfo: memFree=1918144/2055920 swapFree=4177532/4192956
[pid=11868] ppid=11866 vsize=1048 CPUtime=0.09
/proc/11868/stat : 11868 (precosat) R 11866 11868 11804 0 -1 4194304 197 0 0 0 9 0 0 0 20 0 1 0 214209228 1073152 181 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/11868/statm: 262 181 79 155 0 105 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1048

[startup+0.30134 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 11868
/proc/meminfo: memFree=1918144/2055920 swapFree=4177532/4192956
[pid=11868] ppid=11866 vsize=1316 CPUtime=0.29
/proc/11868/stat : 11868 (precosat) R 11866 11868 11804 0 -1 4194304 240 0 0 0 29 0 0 0 22 0 1 0 214209228 1347584 224 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/11868/statm: 329 224 79 155 0 172 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1316

[startup+0.701414 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 11868
/proc/meminfo: memFree=1918144/2055920 swapFree=4177532/4192956
[pid=11868] ppid=11866 vsize=1448 CPUtime=0.69
/proc/11868/stat : 11868 (precosat) R 11866 11868 11804 0 -1 4194304 296 0 0 0 69 0 0 0 25 0 1 0 214209228 1482752 280 1992294400 134512640 135151029 4294956240 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 1 0 0
/proc/11868/statm: 362 280 79 155 0 205 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1448

[startup+1.50156 s]
/proc/loadavg: 0.00 0.00 0.00 2/66 11869
/proc/meminfo: memFree=1917176/2055920 swapFree=4177532/4192956
[pid=11868] ppid=11866 vsize=1844 CPUtime=1.49
/proc/11868/stat : 11868 (precosat) R 11866 11868 11804 0 -1 4194304 367 0 0 0 149 0 0 0 25 0 1 0 214209228 1888256 351 1992294400 134512640 135151029 4294956240 18446744073709551615 134554780 0 0 4096 17442 0 0 0 17 1 0 0
/proc/11868/statm: 461 351 79 155 0 304 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1844

[startup+3.10186 s]
/proc/loadavg: 0.00 0.00 0.00 2/66 11869
/proc/meminfo: memFree=1916664/2055920 swapFree=4177532/4192956
[pid=11868] ppid=11866 vsize=2108 CPUtime=3.09
/proc/11868/stat : 11868 (precosat) R 11866 11868 11804 0 -1 4194304 451 0 0 0 309 0 0 0 25 0 1 0 214209228 2158592 435 1992294400 134512640 135151029 4294956240 18446744073709551615 134551975 0 0 4096 17442 0 0 0 17 1 0 0
/proc/11868/statm: 527 435 79 155 0 370 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2108

[startup+6.30145 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 11869
/proc/meminfo: memFree=1916088/2055920 swapFree=4177532/4192956
[pid=11868] ppid=11866 vsize=2688 CPUtime=6.29
/proc/11868/stat : 11868 (precosat) R 11866 11868 11804 0 -1 4194304 573 0 0 0 629 0 0 0 25 0 1 0 214209228 2752512 557 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/11868/statm: 672 557 79 155 0 515 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2688

[startup+12.7016 s]
/proc/loadavg: 0.15 0.03 0.01 2/66 11869
/proc/meminfo: memFree=1915584/2055920 swapFree=4177532/4192956
[pid=11868] ppid=11866 vsize=3148 CPUtime=12.68
/proc/11868/stat : 11868 (precosat) R 11866 11868 11804 0 -1 4194304 680 0 0 0 1268 0 0 0 25 0 1 0 214209228 3223552 659 1992294400 134512640 135151029 4294956240 18446744073709551615 134554907 0 0 4096 17442 0 0 0 17 1 0 0
/proc/11868/statm: 787 659 79 155 0 630 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 3148

[startup+25.502 s]
/proc/loadavg: 0.34 0.08 0.02 2/66 11869
/proc/meminfo: memFree=1914240/2055920 swapFree=4177532/4192956
[pid=11868] ppid=11866 vsize=4616 CPUtime=25.48
/proc/11868/stat : 11868 (precosat) R 11866 11868 11804 0 -1 4194304 1017 0 0 0 2548 0 0 0 25 0 1 0 214209228 4726784 996 1992294400 134512640 135151029 4294956240 18446744073709551615 134555012 0 0 4096 17442 0 0 0 17 1 0 0
/proc/11868/statm: 1154 996 79 155 0 997 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4616

[startup+51.1017 s]
/proc/loadavg: 0.56 0.15 0.05 2/66 11869
/proc/meminfo: memFree=1912960/2055920 swapFree=4177532/4192956
[pid=11868] ppid=11866 vsize=6188 CPUtime=51.07
/proc/11868/stat : 11868 (precosat) R 11866 11868 11804 0 -1 4194304 1328 0 0 0 5107 0 0 0 25 0 1 0 214209228 6336512 1307 1992294400 134512640 135151029 4294956240 18446744073709551615 134555150 0 0 4096 17442 0 0 0 17 1 0 0
/proc/11868/statm: 1547 1307 79 155 0 1390 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 6188

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

[startup+76.7015 s]
/proc/loadavg: 0.71 0.22 0.07 2/66 11869
/proc/meminfo: memFree=1912256/2055920 swapFree=4177532/4192956
[pid=11868] ppid=11866 vsize=6876 CPUtime=76.66
/proc/11868/stat : 11868 (precosat) R 11866 11868 11804 0 -1 4194304 1514 0 0 0 7665 1 0 0 25 0 1 0 214209228 7041024 1493 1992294400 134512640 135151029 4294956240 18446744073709551615 134554875 0 0 4096 17442 0 0 0 17 1 0 0
/proc/11868/statm: 1719 1493 79 155 0 1562 0
Current children cumulated CPU time (s) 76.66
Current children cumulated vsize (KiB) 6876

[startup+89.5019 s]
/proc/loadavg: 0.77 0.26 0.09 2/66 11869
/proc/meminfo: memFree=1912064/2055920 swapFree=4177532/4192956
[pid=11868] ppid=11866 vsize=6876 CPUtime=89.46
/proc/11868/stat : 11868 (precosat) R 11866 11868 11804 0 -1 4194304 1551 0 0 0 8945 1 0 0 25 0 1 0 214209228 7041024 1530 1992294400 134512640 135151029 4294956240 18446744073709551615 134554722 0 0 4096 17442 0 0 0 17 1 0 0
/proc/11868/statm: 1719 1530 79 155 0 1562 0
Current children cumulated CPU time (s) 89.46
Current children cumulated vsize (KiB) 6876

[startup+92.7015 s]
/proc/loadavg: 0.77 0.26 0.09 2/66 11869
/proc/meminfo: memFree=1912000/2055920 swapFree=4177532/4192956
[pid=11868] ppid=11866 vsize=6876 CPUtime=92.66
/proc/11868/stat : 11868 (precosat) R 11866 11868 11804 0 -1 4194304 1556 0 0 0 9265 1 0 0 25 0 1 0 214209228 7041024 1535 1992294400 134512640 135151029 4294956240 18446744073709551615 134554803 0 0 4096 17442 0 0 0 17 1 0 0
/proc/11868/statm: 1719 1535 79 155 0 1562 0
Current children cumulated CPU time (s) 92.66
Current children cumulated vsize (KiB) 6876

[startup+94.3027 s]
/proc/loadavg: 0.79 0.27 0.09 2/66 11869
/proc/meminfo: memFree=1912000/2055920 swapFree=4177532/4192956
[pid=11868] ppid=11866 vsize=6876 CPUtime=94.26
/proc/11868/stat : 11868 (precosat) R 11866 11868 11804 0 -1 4194304 1556 0 0 0 9425 1 0 0 25 0 1 0 214209228 7041024 1535 1992294400 134512640 135151029 4294956240 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 1 0 0
/proc/11868/statm: 1719 1535 79 155 0 1562 0
Current children cumulated CPU time (s) 94.26
Current children cumulated vsize (KiB) 6876

[startup+95.1019 s]
/proc/loadavg: 0.79 0.27 0.09 2/66 11869
/proc/meminfo: memFree=1912000/2055920 swapFree=4177532/4192956
[pid=11868] ppid=11866 vsize=6876 CPUtime=95.06
/proc/11868/stat : 11868 (precosat) R 11866 11868 11804 0 -1 4194304 1558 0 0 0 9505 1 0 0 25 0 1 0 214209228 7041024 1537 1992294400 134512640 135151029 4294956240 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0
/proc/11868/statm: 1719 1537 79 155 0 1562 0
Current children cumulated CPU time (s) 95.06
Current children cumulated vsize (KiB) 6876

[startup+95.901 s]
/proc/loadavg: 0.79 0.27 0.09 2/66 11869
/proc/meminfo: memFree=1912000/2055920 swapFree=4177532/4192956
[pid=11868] ppid=11866 vsize=6876 CPUtime=95.86
/proc/11868/stat : 11868 (precosat) R 11866 11868 11804 0 -1 4194304 1558 0 0 0 9585 1 0 0 25 0 1 0 214209228 7041024 1537 1992294400 134512640 135151029 4294956240 18446744073709551615 134575832 0 0 4096 17442 0 0 0 17 1 0 0
/proc/11868/statm: 1719 1537 79 155 0 1562 0
Current children cumulated CPU time (s) 95.86
Current children cumulated vsize (KiB) 6876

[startup+96.1011 s]
/proc/loadavg: 0.79 0.27 0.09 2/66 11869
/proc/meminfo: memFree=1912000/2055920 swapFree=4177532/4192956
[pid=11868] ppid=11866 vsize=6876 CPUtime=96.06
/proc/11868/stat : 11868 (precosat) R 11866 11868 11804 0 -1 4194304 1558 0 0 0 9605 1 0 0 25 0 1 0 214209228 7041024 1537 1992294400 134512640 135151029 4294956240 18446744073709551615 134574250 0 0 4096 17442 0 0 0 17 1 0 0
/proc/11868/statm: 1719 1537 79 155 0 1562 0
Current children cumulated CPU time (s) 96.06
Current children cumulated vsize (KiB) 6876

Child status: 10
Real time (s): 96.1259
CPU time (s): 96.0884
CPU user time (s): 96.0764
CPU system time (s): 0.011998
CPU usage (%): 99.961
Max. virtual memory (cumulated for all children) (KiB): 6876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 96.0764
system time used= 0.011998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1559
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= 1
involuntary context switches= 265

runsolver used 0.098984 second user time and 0.230964 second system time

The end

Launcher Data

Begin job on node82 at 2009-05-09 11:36:39
IDJOB=1783582
IDBENCH=24604
IDSOLVER=607
FILE ID=node82/1783582-1241861799
PBS_JOBID= 9264536
Free space on /tmp= 66124 MiB

SOLVER NAME= precosat 236
BENCH NAME= SAT07/crafted/Medium/contest05/jarvisalo/mod2-rand3bip-sat-220-1.sat05-2173.reshuffled-07.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783582-1241861799/watcher-1783582-1241861799 -o /tmp/evaluation-result-1783582-1241861799/solver-1783582-1241861799 -C 5000 -W 6000 -M 1800  HOME/precosat HOME/instance-1783582-1241861799.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ce96de70272a2ecfcbbf1c8e965c8e57
RANDOM SEED=202885690

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

/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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1918560 kB
Buffers:         23084 kB
Cached:          64140 kB
SwapCached:       9472 kB
Active:          51088 kB
Inactive:        47632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1918560 kB
SwapTotal:     4192956 kB
SwapFree:      4177532 kB
Dirty:             972 kB
Writeback:           0 kB
Mapped:          13720 kB
Slab:            24608 kB
Committed_AS:   600076 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66124 MiB
End job on node82 at 2009-05-09 11:38:15