Trace number 3308725

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
SAT09 reference solver:precosat 236UNSAT 264.378 264.366

General information on the benchmark

Nameapplication/jarvisalo/
AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.cnf
MD5SUMac372f51471a04bbb3fb9a678284c6a4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.57246
Satisfiable
(Un)Satisfiability was proved
Number of variables29317
Number of clauses277090
Sum of the clauses size598882
Maximum clause length179
Minimum clause length1
Number of clauses of size 1144
Number of clauses of size 2264085
Number of clauses of size 38078
Number of clauses of size 41144
Number of clauses of size 5453
Number of clauses of size over 53186

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-3308725-1303984502.cnf
0.00/0.00	c found header 'p cnf 29317 277090'
0.19/0.22	c finished parsing
0.19/0.22	c
0.19/0.22	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.19/0.22	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.19/0.22	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.19/0.22	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.19/0.22	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.19/0.22	c --random=1 --spread=2000 --seed=0 --skip=25
0.19/0.22	c
0.19/0.22	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.19/0.22	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.19/0.22	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.19/0.22	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.19/0.22	c
0.19/0.22	c starting search after 0.2 seconds
0.19/0.22	c no decision limit
0.19/0.22	c
0.19/0.22	c       original/binary      fixed     eliminated      learned       agility
0.19/0.22	c   seconds        variables     equivalent    conflicts       height       MB
0.19/0.22	c
0.19/0.22	c *    0.2   276946   28993    144   180      0       0      0    0.0   0   20
2.39/2.43	c s    2.4   228390   19814   1544   112   7847       0      0    0.0   0   17
2.39/2.43	c l    2.4   228390   19814   1544   112   7847       0  13151    0.0   0   17
2.39/2.44	c R    2.4   229708   19814   1544   112   7847     100    100  204.6   3   17
2.39/2.49	c R    2.5   231274   19813   1545   112   7847     396    374  136.4   2   18
2.59/2.65	c B    2.7   258972   19772   1586   112   7847    1000    935   99.5   2   19
2.89/2.93	c B    2.9   276352   19732   1626   112   7847    2000   1897   84.6   2   22
3.09/3.11	c R    3.1   287379   19719   1638   113   7847    2820   2708   84.1   1   23
4.29/4.30	c s    4.3   340805   19332   1904   113   7968    3744   3230   81.9   1   26
4.29/4.30	c -    4.3   340805   19332   1904   113   7968    3744  12888   81.9   1   26
4.39/4.50	c R    4.5   368429   19308   1928   113   7968    4428   3909   78.8   1   28
5.29/5.38	c B    5.4   448171   19216   2014   119   7968    8001   7420   70.6   2   33
5.40/5.43	c R    5.4   448417   19215   2014   120   7968    8439   7858   70.0   1   33
6.59/6.68	c s    6.7   451146   19140   2049   133   7995   10053   9128   68.5   1   33
7.19/7.22	c +    7.2   455126   19139   2050   133   7995   12889  14176   66.8   1   35
7.79/7.89	c +    7.9   458860   19126   2061   135   7995   16111  15593   63.7   1   36
8.29/8.34	c R    8.3   462438   19123   2061   138   7995   18068  15600   62.6   1   37
8.69/8.78	c +    8.8   465342   19122   2061   139   7995   20136  17152   61.4   1   38
9.80/9.86	c s    9.9   464001   19020   2061   142   8094   20366  15768   61.4   2   36
10.69/10.70	c
10.69/10.70	c       original/binary      fixed     eliminated      learned       agility
10.69/10.70	c   seconds        variables     equivalent    conflicts       height       MB
10.69/10.70	c
10.69/10.70	c B   10.7   467054   19016   2065   142   8094   24009  17170   60.0   1   38
10.90/10.97	c +   11.0   468626   19007   2072   144   8094   25170  18867   59.5   1   38
12.99/13.09	c s   13.1   473457   18976   2084   163   8094   30746  18872   58.3   1   37
13.19/13.23	c +   13.2   473460   18976   2084   163   8094   31463  20753   57.9   1   38
14.89/14.90	c +   14.9   474049   18974   2085   164   8094   39325  22828   55.2   1   40
15.09/15.15	c R   15.2   474073   18974   2085   164   8094   40536  21969   55.1   1   40
16.90/16.94	c s   16.9   473837   18954   2085   167   8111   44547  22833   54.5   1   38
17.80/17.85	c +   17.9   473985   18954   2085   167   8111   49157  25110   53.7   1   40
21.09/21.13	c s   21.1   474275   18954   2085   167   8111   60243  25122   52.2   1   39
21.29/21.40	c +   21.4   474316   18954   2085   167   8111   61445  27621   52.4   1   40
21.79/21.86	c B   21.9   474390   18954   2085   167   8111   64023  27628   52.7   1   41
24.20/24.25	c +   24.3   475404   18954   2085   167   8111   76805  30383   51.5   2   43
24.49/24.53	c s   24.5   475395   18954   2085   167   8111   77036  27860   51.5   2   40
27.59/27.62	c R   27.6   475956   18954   2085   167   8111   91853  30392   49.7   1   43
27.79/27.87	c s   27.9   475951   18954   2085   167   8111   91857  30387   49.7   1   40
28.79/28.83	c +   28.8   476011   18954   2085   167   8111   96006  33421   49.4   1   42
31.09/31.10	c s   31.1   476112   18954   2085   167   8111  105175  33426   48.5   1   41
34.29/34.32	c +   34.3   476136   18954   2085   167   8111  120005  36763   48.4   2   45
35.20/35.21	c s   35.2   476136   18954   2085   167   8111  122907  36339   48.4   1   42
39.19/39.22	c
39.19/39.22	c       original/binary      fixed     eliminated      learned       agility
39.19/39.22	c   seconds        variables     equivalent    conflicts       height       MB
39.19/39.22	c
39.19/39.22	c s   39.2   476145   18954   2085   167   8111  138285  36765   47.9   1   42
41.79/41.84	c +   41.8   476161   18954   2085   167   8111  150006  40439   47.4   2   45
43.09/43.12	c s   43.1   476160   18954   2085   167   8111  154492  40446   47.4   1   43
44.49/44.56	c B   44.6   476160   18954   2085   167   8111  160060  40441   47.4   1   46
47.09/47.19	c s   47.2   476165   18954   2085   167   8111  171443  40447   47.5   1   43
50.90/50.90	c s   50.9   476184   18954   2085   167   8111  186593  40441   47.5   1   43
51.10/51.12	c +   51.1   476184   18954   2085   167   8111  187507  44482   47.5   1   44
55.00/55.05	c s   55.1   476209   18954   2085   167   8111  202059  44489   46.8   1   44
56.19/56.21	c R   56.2   476210   18954   2085   167   8111  207271  44492   46.6   1   46
58.99/59.06	c s   59.1   476218   18954   2085   167   8111  218564  44492   46.0   1   43
63.09/63.19	c s   63.2   476232   18954   2085   167   8111  233577  44490   45.4   1   43
63.39/63.42	c +   63.4   476233   18954   2085   167   8111  234380  48930   45.4   1   45
67.79/67.81	c s   67.8   476241   18954   2085   167   8111  249141  48932   45.0   1   44
72.29/72.30	c s   72.3   476248   18954   2085   167   8111  266896  48931   44.7   1   44
76.69/76.71	c s   76.7   476251   18954   2085   167   8111  284376  48934   44.2   1   44
78.89/78.90	c +   78.9   476251   18954   2085   167   8111  292975  53823   44.0   1   47
89.19/89.23	c s   89.2   476252   18954   2085   167   8111  333944  53833   42.9   1   45
97.40/97.46	c +   97.5   476252   18954   2085   167   8111  366215  59205   42.0   1   49
101.69/101.73	c s  101.7   476253   18954   2085   167   8111  380550  59213   41.9   1   45
102.59/102.65	c
102.59/102.65	c       original/binary      fixed     eliminated      learned       agility
102.59/102.65	c   seconds        variables     equivalent    conflicts       height       MB
102.59/102.65	c
102.59/102.65	c B  102.7   476253   18954   2085   167   8111  384133  59207   41.8   1   48
106.89/106.98	c s  107.0   476255   18954   2085   167   8111  399921  59234   41.6   1   45
119.20/119.23	c s  119.2   476256   18954   2085   167   8111  443850  59206   40.8   1   45
122.80/122.83	c +  122.8   476257   18954   2085   167   8111  457767  65125   40.7   1   50
123.40/123.44	c s  123.4   476257   18954   2085   167   8111  459466  60907   40.7   1   46
124.50/124.59	c R  124.6   476257   18954   2085   167   8111  463758  65143   40.6   1   49
133.19/133.26	c s  133.3   476258   18954   2085   167   8111  491693  65130   40.1   1   47
138.50/138.58	c s  138.6   476262   18954   2085   167   8111  510141  65131   39.9   1   47
143.00/143.07	c s  143.1   476263   18954   2085   167   8111  526460  65127   39.6   1   47
148.50/148.51	c s  148.5   476267   18954   2085   167   8111  546019  65130   39.3   1   46
154.00/154.03	c s  154.0   476268   18954   2085   167   8111  564190  65131   39.1   1   46
156.69/156.72	c +  156.7   476270   18954   2085   167   8111  572205  71637   39.0   1   51
160.40/160.46	c s  160.5   476273   18954   2085   167   8111  582576  71640   38.9   1   48
166.01/166.02	c s  166.0   476274   18954   2085   167   8111  601811  71646   38.5   1   47
171.70/171.79	c s  171.8   476275   18954   2085   167   8111  619887  71651   38.3   1   47
177.00/177.04	c s  177.1   476276   18954   2085   167   8111  637200  71639   38.2   1   47
182.90/182.98	c s  183.0   476277   18954   2085   167   8111  655401  71653   37.9   2   47
189.40/189.42	c s  189.4   476279   18954   2085   167   8111  675952  71645   37.6   1   47
195.50/195.59	c s  195.6   476302   18954   2085   167   8111  692915  71643   37.4   1   47
200.89/200.91	c
200.89/200.91	c       original/binary      fixed     eliminated      learned       agility
200.89/200.91	c   seconds        variables     equivalent    conflicts       height       MB
200.89/200.91	c
200.89/200.91	c s  200.9   476304   18954   2085   167   8111  711242  71646   37.1   2   46
202.09/202.13	c +  202.1   476304   18954   2085   167   8111  715255  78800   37.0   1   49
206.30/206.39	c s  206.4   476318   18954   2085   167   8111  727953  78810   36.9   1   48
211.70/211.79	c s  211.8   476320   18954   2085   167   8111  745198  78815   36.6   1   48
218.20/218.22	c s  218.2   476322   18954   2085   167   8111  766554  78810   36.4   1   48
225.00/225.07	c s  225.1   476323   18954   2085   167   8111  787978  78801   36.2   1   48
232.30/232.30	c s  232.3   476324   18954   2085   167   8111  812428  78805   36.0   1   47
247.00/247.08	c s  247.1   476325   18954   2085   167   8111  863011  78799   35.4   1   47
253.90/253.95	c s  254.0   476399   18954   2085   167   8111  884675  78820   35.1   1   47
256.80/256.81	c +  256.8   476399   18954   2085   167   8111  894066  86680   35.0   2   51
257.50/257.52	c B  257.5   476399   18954   2085   167   8111  896264  81000   35.0   1   52
263.21/263.24	c s  263.3   474412   18887   2132   167   8131  910202  67509   34.8   2   44
264.31/264.36	c 0  264.4   474516   18290   2728   168   8131  913951  71237   34.7   1   48
264.31/264.36	c
264.31/264.36	s UNSATISFIABLE
264.31/264.36	c
264.31/264.36	c 913951 conflicts, 1239751 decisions, 612 random
264.31/264.36	c 14 iterations, 2019 restarts, 0 skipped
264.31/264.36	c 20 enlarged, 1185 shrunken, 8923 rescored, 254 rebiased
264.31/264.36	c 47 simplifications, 0 reductions
264.31/264.36	c
264.31/264.36	c vars: 2728 fixed, 168 equiv, 8131 elim, 245 merged
264.31/264.36	c elim: 3416445 resolutions, 8 phases, 4 rounds
264.31/264.36	c sbst: 28% substituted, 9.6% nots, 90.4% ands, 0.0% xors, 0.0% ites
264.31/264.36	c arty: 5.28 and 0.00 xor average arity
264.31/264.36	c prbe: 235386 probed, 1000 phases, 6 rounds
264.31/264.36	c prbe: 54 failed, 1779 lifted, 2 merged
264.31/264.36	c sccs: 11 non trivial, 0 fixed, 12 merged
264.31/264.36	c hash: 2 units, 231 merged
264.31/264.36	c mins: 42464691 learned, 49% deleted, 16 strong, 21 depth
264.31/264.36	c subs: 2031 forward, 2455 backward, 4045 doms
264.31/264.36	c strs: 2754 forward, 123 backward
264.31/264.36	c doms: 8918 dominators, 6274 high, 45 low
264.31/264.36	c prps: 1122796165 propagations, 4.25 megaprops
264.31/264.36	c
264.31/264.36	c 264.4 seconds, 54 MB max, 179 MB recycled

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3308725-1303984502/watcher-3308725-1303984502 -o /tmp/evaluation-result-3308725-1303984502/solver-3308725-1303984502 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308725-1303984502.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.94 3.93 2.99 4/181 30572
/proc/meminfo: memFree=12182212/32951124 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=3628 CPUtime=0 cores=5,7
/proc/30572/stat : 30572 (precosat) R 30570 30572 30355 0 -1 4202496 834 0 0 0 0 0 0 0 22 0 1 0 490865813 3715072 790 33554432000 134512640 135151029 4291420256 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/30572/statm: 907 790 64 156 0 750 0

[startup+0.007294 s]
/proc/loadavg: 3.94 3.93 2.99 4/181 30572
/proc/meminfo: memFree=12182212/32951124 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=3760 CPUtime=0 cores=5,7
/proc/30572/stat : 30572 (precosat) R 30570 30572 30355 0 -1 4202496 863 0 0 0 0 0 0 0 22 0 1 0 490865813 3850240 819 33554432000 134512640 135151029 4291420256 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/30572/statm: 940 820 64 156 0 783 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3760

[startup+0.100314 s]
/proc/loadavg: 3.94 3.93 2.99 4/181 30572
/proc/meminfo: memFree=12182212/32951124 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=15420 CPUtime=0.09 cores=5,7
/proc/30572/stat : 30572 (precosat) R 30570 30572 30355 0 -1 4202496 3982 0 0 0 9 0 0 0 22 0 1 0 490865813 15790080 3711 33554432000 134512640 135151029 4291420256 18446744073709551615 134579313 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/30572/statm: 3855 3711 65 156 0 3698 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15420

[startup+0.300272 s]
/proc/loadavg: 3.94 3.93 2.99 4/181 30572
/proc/meminfo: memFree=12182212/32951124 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=27684 CPUtime=0.29 cores=5,7
/proc/30572/stat : 30572 (precosat) R 30570 30572 30355 0 -1 4202496 7843 0 0 0 28 1 0 0 23 0 1 0 490865813 28348416 6801 33554432000 134512640 135151029 4291420256 18446744073709551615 134572611 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/30572/statm: 6921 6801 80 156 0 6764 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27684

[startup+0.700195 s]
/proc/loadavg: 3.94 3.93 2.99 4/181 30572
/proc/meminfo: memFree=12182212/32951124 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=30536 CPUtime=0.68 cores=5,7
/proc/30572/stat : 30572 (precosat) R 30570 30572 30355 0 -1 4202496 11975 0 0 0 67 1 0 0 25 0 1 0 490865813 31268864 7483 33554432000 134512640 135151029 4291420256 18446744073709551615 134545791 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/30572/statm: 7634 7483 80 156 0 7477 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 30536

[startup+1.50103 s]
/proc/loadavg: 3.94 3.93 2.99 5/184 30577
/proc/meminfo: memFree=12082676/32951124 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=30804 CPUtime=1.49 cores=5,7
/proc/30572/stat : 30572 (precosat) R 30570 30572 30355 0 -1 4202496 12032 0 0 0 148 1 0 0 25 0 1 0 490865813 31543296 7540 33554432000 134512640 135151029 4291420256 18446744073709551615 134548115 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/30572/statm: 7701 7540 80 156 0 7544 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30804

[startup+3.10072 s]
/proc/loadavg: 3.94 3.93 3.00 5/187 30583
/proc/meminfo: memFree=11986620/32951124 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=32852 CPUtime=3.09 cores=5,7
/proc/30572/stat : 30572 (precosat) R 30570 30572 30355 0 -1 4202496 13843 0 0 0 307 2 0 0 25 0 1 0 490865813 33640448 8068 33554432000 134512640 135151029 4291420256 18446744073709551615 134554549 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/30572/statm: 8213 8068 80 156 0 8056 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32852

[startup+6.30108 s]
/proc/loadavg: 3.94 3.93 3.00 5/190 30589
/proc/meminfo: memFree=11557344/32951124 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=40384 CPUtime=6.29 cores=5,7
/proc/30572/stat : 30572 (precosat) R 30570 30572 30355 0 -1 4202496 24045 0 0 0 626 3 0 0 25 0 1 0 490865813 41353216 9952 33554432000 134512640 135151029 4291420256 18446744073709551615 134548454 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/30572/statm: 10096 9952 80 156 0 9939 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40384

[startup+12.7008 s]
/proc/loadavg: 3.95 3.93 3.00 5/190 30589
/proc/meminfo: memFree=11232804/32951124 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=46028 CPUtime=12.69 cores=5,7
/proc/30572/stat : 30572 (precosat) R 30570 30572 30355 0 -1 4202496 35587 0 0 0 1265 4 0 0 25 0 1 0 490865813 47132672 11348 33554432000 134512640 135151029 4291420256 18446744073709551615 134548416 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/30572/statm: 11507 11348 80 156 0 11350 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46028

[startup+25.5003 s]
/proc/loadavg: 3.96 3.94 3.02 5/190 30590
/proc/meminfo: memFree=11103372/32951124 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=50732 CPUtime=25.49 cores=5,7
/proc/30572/stat : 30572 (precosat) R 30570 30572 30355 0 -1 4202496 50663 0 0 0 2543 6 0 0 25 0 1 0 490865813 51949568 12507 33554432000 134512640 135151029 4291420256 18446744073709551615 134581524 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/30572/statm: 12683 12507 80 156 0 12526 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50732

[startup+51.1002 s]
/proc/loadavg: 3.97 3.94 3.04 5/190 30590
/proc/meminfo: memFree=11096624/32951124 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=56008 CPUtime=51.1 cores=5,7
/proc/30572/stat : 30572 (precosat) R 30570 30572 30355 0 -1 4202496 65631 0 0 0 5101 9 0 0 25 0 1 0 490865813 57352192 13859 33554432000 134512640 135151029 4291420256 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/30572/statm: 14002 13859 80 156 0 13845 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 56008

[startup+102.307 s]
/proc/loadavg: 3.99 3.95 3.09 5/190 30592
/proc/meminfo: memFree=11376992/32951124 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=57076 CPUtime=102.3 cores=5,7
/proc/30572/stat : 30572 (precosat) R 30570 30572 30355 0 -1 4202496 83836 0 0 0 10218 12 0 0 25 0 1 0 490865813 58445824 14153 33554432000 134512640 135151029 4291420256 18446744073709551615 134554833 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/30572/statm: 14269 14153 80 156 0 14112 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 57076

[startup+162.301 s]
/proc/loadavg: 3.99 3.95 3.14 5/190 30620
/proc/meminfo: memFree=11380612/32951124 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=61388 CPUtime=162.3 cores=5,7
/proc/30572/stat : 30572 (precosat) R 30570 30572 30355 0 -1 4202496 102246 0 0 0 16215 15 0 0 25 0 1 0 490865813 62861312 15233 33554432000 134512640 135151029 4291420256 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/30572/statm: 15347 15233 80 156 0 15190 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 61388

[startup+222.3 s]
/proc/loadavg: 3.99 3.96 3.20 5/190 30649
/proc/meminfo: memFree=11998888/32951124 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=62924 CPUtime=222.3 cores=5,7
/proc/30572/stat : 30572 (precosat) R 30570 30572 30355 0 -1 4202496 120390 0 0 0 22212 18 0 0 25 0 1 0 490865813 64434176 15457 33554432000 134512640 135151029 4291420256 18446744073709551615 134555108 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/30572/statm: 15731 15457 80 156 0 15574 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 62924

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

[startup+230.301 s]
/proc/loadavg: 3.99 3.96 3.20 5/190 30649
/proc/meminfo: memFree=11989112/32951124 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=62796 CPUtime=230.3 cores=5,7
/proc/30572/stat : 30572 (precosat) R 30570 30572 30355 0 -1 4202496 122250 0 0 0 23012 18 0 0 25 0 1 0 490865813 64303104 15458 33554432000 134512640 135151029 4291420256 18446744073709551615 134581827 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/30572/statm: 15699 15458 80 156 0 15542 0
Current children cumulated CPU time (s) 230.3
Current children cumulated vsize (KiB) 62796

[startup+243.107 s]
/proc/loadavg: 3.99 3.96 3.21 5/190 30650
/proc/meminfo: memFree=11981680/32951124 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=63308 CPUtime=243.11 cores=5,7
/proc/30572/stat : 30572 (precosat) R 30570 30572 30355 0 -1 4202496 124310 0 0 0 24292 19 0 0 25 0 1 0 490865813 64827392 15559 33554432000 134512640 135151029 4291420256 18446744073709551615 134581738 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/30572/statm: 15827 15559 80 156 0 15670 0
Current children cumulated CPU time (s) 243.11
Current children cumulated vsize (KiB) 63308

[startup+255.9 s]
/proc/loadavg: 3.99 3.96 3.22 5/190 30650
/proc/meminfo: memFree=11976048/32951124 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=61836 CPUtime=255.9 cores=5,7
/proc/30572/stat : 30572 (precosat) R 30570 30572 30355 0 -1 4202496 128171 0 0 0 25571 19 0 0 25 0 1 0 490865813 63320064 15289 33554432000 134512640 135151029 4291420256 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/30572/statm: 15459 15289 80 156 0 15302 0
Current children cumulated CPU time (s) 255.9
Current children cumulated vsize (KiB) 61836

[startup+259.101 s]
/proc/loadavg: 3.99 3.96 3.22 5/190 30650
/proc/meminfo: memFree=11973568/32951124 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=63372 CPUtime=259.1 cores=5,7
/proc/30572/stat : 30572 (precosat) R 30570 30572 30355 0 -1 4202496 128423 0 0 0 25891 19 0 0 25 0 1 0 490865813 64892928 15541 33554432000 134512640 135151029 4291420256 18446744073709551615 134554785 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/30572/statm: 15843 15541 80 156 0 15686 0
Current children cumulated CPU time (s) 259.1
Current children cumulated vsize (KiB) 63372

[startup+262.3 s]
/proc/loadavg: 3.99 3.96 3.22 5/190 30650
/proc/meminfo: memFree=11972452/32951124 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=59340 CPUtime=262.3 cores=5,7
/proc/30572/stat : 30572 (precosat) R 30570 30572 30355 0 -1 4202496 129212 0 0 0 26211 19 0 0 25 0 1 0 490865813 60764160 14724 33554432000 134512640 135151029 4291420256 18446744073709551615 134578415 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/30572/statm: 14835 14724 80 156 0 14678 0
Current children cumulated CPU time (s) 262.3
Current children cumulated vsize (KiB) 59340

[startup+263.101 s]
/proc/loadavg: 4.07 3.98 3.23 5/190 30650
/proc/meminfo: memFree=11975428/32951124 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=57288 CPUtime=263.1 cores=5,7
/proc/30572/stat : 30572 (precosat) R 30570 30572 30355 0 -1 4202496 131007 0 0 0 26291 19 0 0 25 0 1 0 490865813 58662912 14211 33554432000 134512640 135151029 4291420256 18446744073709551615 134572573 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/30572/statm: 14322 14211 80 156 0 14165 0
Current children cumulated CPU time (s) 263.1
Current children cumulated vsize (KiB) 57288

[startup+263.901 s]
/proc/loadavg: 4.07 3.98 3.23 5/190 30650
/proc/meminfo: memFree=11973072/32951124 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=61388 CPUtime=263.91 cores=5,7
/proc/30572/stat : 30572 (precosat) R 30570 30572 30355 0 -1 4202496 132545 0 0 0 26371 20 0 0 25 0 1 0 490865813 62861312 15236 33554432000 134512640 135151029 4291420256 18446744073709551615 134574601 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/30572/statm: 15347 15236 80 156 0 15190 0
Current children cumulated CPU time (s) 263.91
Current children cumulated vsize (KiB) 61388

[startup+264.301 s]
/proc/loadavg: 4.07 3.98 3.23 5/190 30650
/proc/meminfo: memFree=11973072/32951124 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=61388 CPUtime=264.31 cores=5,7
/proc/30572/stat : 30572 (precosat) R 30570 30572 30355 0 -1 4202496 132545 0 0 0 26411 20 0 0 25 0 1 0 490865813 62861312 15236 33554432000 134512640 135151029 4291420256 18446744073709551615 134554811 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/30572/statm: 15347 15236 80 156 0 15190 0
Current children cumulated CPU time (s) 264.31
Current children cumulated vsize (KiB) 61388

Child status: 20
Real time (s): 264.366
CPU time (s): 264.378
CPU user time (s): 264.173
CPU system time (s): 0.204968
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 64792

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

runsolver used 0.409937 second user time and 1.04584 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-28 11:55:02
IDJOB=3308725
IDBENCH=82424
IDSOLVER=1690
FILE ID=node143/3308725-1303984502
RUNJOBID= node143-1303983194-30376
PBS_JOBID= 13168683
Free space on /tmp= 72872 MiB

SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308725-1303984502/watcher-3308725-1303984502 -o /tmp/evaluation-result-3308725-1303984502/solver-3308725-1303984502 -C 2400 -W 1300 -M 7680  HOME/precosat HOME/instance-3308725-1303984502.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= ac372f51471a04bbb3fb9a678284c6a4
RANDOM SEED=1884557731

node143.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12182368 kB
Buffers:       2288964 kB
Cached:       15984472 kB
SwapCached:          0 kB
Active:        8761196 kB
Inactive:     11442580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12182368 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25032 kB
Writeback:           8 kB
AnonPages:     1930352 kB
Mapped:          15704 kB
Slab:           496756 kB
PageTables:       8732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2098984 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72884 MiB
End job on node143 at 2011-04-28 11:59:26