Trace number 3308620

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 236? (TO) 1300.14 1300.12

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
MD5SUMf52ec4dacdcf65c3aedb61fb46ade01b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1119.56
Satisfiable
(Un)Satisfiability was proved
Number of variables153284
Number of clauses2473656
Sum of the clauses size5647736
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22387280
Number of clauses of size 36720
Number of clauses of size 431080
Number of clauses of size 513440
Number of clauses of size over 534440

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-3308620-1303983431.cnf
0.00/0.00	c found header 'p cnf 153284 2473656'
2.09/2.14	c finished parsing
2.09/2.14	c
2.09/2.14	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
2.09/2.14	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
2.09/2.14	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
2.09/2.14	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
2.09/2.14	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
2.09/2.14	c --random=1 --spread=2000 --seed=0 --skip=25
2.09/2.14	c
2.09/2.14	c sizeof     vars[0] = 16   alignment = 0       2 MB
2.09/2.14	c sizeof     orgs[0] =  8   alignment = 0       1 MB
2.09/2.14	c sizeof     occs[0] =  8   alignment = 0       1 MB
2.09/2.14	c sizeof iirfs[0..1] =  8   alignment = 0       1 MB
2.09/2.14	c
2.09/2.14	c starting search after 2.1 seconds
2.09/2.14	c no decision limit
2.09/2.19	c
2.09/2.19	c       original/binary      fixed     eliminated      learned       agility
2.09/2.19	c   seconds        variables     equivalent    conflicts       height       MB
2.09/2.19	c
2.09/2.19	c *    2.2  2099998  130769  22056   459      0       0      0    0.0   0  146
5.69/5.75	c s    5.8  1515101  106742  45919   363    260       0      0    0.0   0  110
5.69/5.75	c l    5.8  1515101  106742  45919   363    260       0  61743    0.0   0  110
6.09/6.10	c R    6.1  1535161  106724  45934   366    260     202    195 1050.0   1  114
6.60/6.63	c R    6.6  1570631  106460  46191   373    260     534    515  943.8   0  116
7.60/7.64	c B    7.6  1694051  105604  47037   383    260    1000    962  818.6   1  124
9.69/9.75	c B    9.7  1999323  104471  48143   410    260    2001   1936  718.1   2  142
22.59/22.70	c s   22.7  2746206  100359  52026   546    353    5050   4427  683.1   1  200
22.59/22.70	c -   22.7  2746206  100359  52026   546    353    5050  59274  683.1   1  200
29.60/29.64	c B   29.6  3540467   98545  53710   676    353    8006   7331  787.3   0  250
36.00/36.04	c R   36.0  4245851   97665  54528   738    353   11124  10392  764.1   1  293
54.39/54.46	c s   54.5  5104968   97256  54751   774    503   15706  13188  761.5   1  373
57.00/57.05	c R   57.1  5347780   96982  54991   808    503   16947  14420  747.9   0  389
71.40/71.47	c B   71.5  6067116   96477  55400   904    503   24006  21364  750.3   2  445
105.40/105.45	c s  105.5  6861940   96003  55744   953    584   35538  30001  697.8   0  498
153.59/153.69	c allocating 128 MB block
161.60/161.69	c +  161.7  8659358   95142  56449  1109    584   59275  65201  736.1   0  727
171.80/171.86	c allocating 128 MB block
179.60/179.67	c allocating 128 MB block
181.50/181.54	c s  181.6  8492054   95073  56486  1132    593   61548  55098  735.1   1  717
188.01/188.09	c B  188.1  8750408   94613  56897  1181    593   64024  57554  735.5   1  740
210.60/210.68	c +  210.7  9476997   94408  57033  1250    593   74090  71721  740.7   2  807
258.00/258.09	c
258.00/258.09	c       original/binary      fixed     eliminated      learned       agility
258.00/258.09	c   seconds        variables     equivalent    conflicts       height       MB
258.00/258.09	c
258.00/258.09	c +  258.1 10966468   93970  57443  1278    593   92610  78893  729.1   1  922
266.00/266.03	c allocating 128 MB block
274.80/274.86	c allocating 128 MB block
277.21/277.28	c s  277.3 10618846   93858  57447  1295    684   93351  65835  727.6   0  841
335.40/335.45	c +  335.5 12479123   93187  58015  1398    684  115760  86782  743.9   1 1002
391.30/391.34	c allocating 128 MB block
401.80/401.80	c allocating 128 MB block
405.00/405.04	c s  405.1 13114944   92923  58219  1418    724  133257  85549  735.7   0 1056
434.41/434.50	c +  434.5 13807209   92561  58539  1460    724  144700  95460  741.8   1 1114
475.40/475.48	c B  475.5 14669637   92383  58695  1482    724  160051  95913  748.1   1 1202
531.70/531.74	c +  531.8 15986779   92113  58937  1510    724  180876 105006  755.9   1 1296
542.90/542.96	c allocating 128 MB block
554.90/554.93	c allocating 128 MB block
559.09/559.11	c s  559.1 15693268   92079  58948  1517    740  182480  95922  754.8   0 1269
564.59/564.61	c R  564.6 15880865   91943  59079  1522    740  184296  97733  754.2   0 1288
615.00/615.08	c allocating 256 MB block
696.90/696.91	c +  696.9 18627695   91478  59508  1558    740  226095 115506  766.1   1 1614
762.50/762.52	c allocating 128 MB block
766.30/766.31	c allocating 256 MB block
780.30/780.38	c allocating 128 MB block
784.10/784.18	c allocating 256 MB block
789.00/789.04	c s  789.1 19362873   91246  59683  1577    778  242619 106956  776.8   0 1616
914.50/914.55	c +  914.6 21947584   90928  59975  1603    778  282615 127056  782.4   1 1834
1047.51/1047.51	c allocating 128 MB block
1051.31/1051.30	c allocating 256 MB block
1067.71/1067.70	c allocating 128 MB block
1071.41/1071.44	c allocating 256 MB block
1077.31/1077.35	c s 1077.4 24246323   90540  60335  1627    782  316819 127246  798.8   0 2045
1193.32/1193.35	c + 1193.4 26156548   90078  60723  1701    782  353265 139761  809.3   1 2178
1194.02/1194.07	c R 1194.1 26176981   90069  60732  1701    782  353475 127568  809.4   3 2181
1275.82/1275.86	c B 1275.9 27599942   89667  61065  1770    782  384114 140405  818.6   0 2330
1300.03/1300.00	c
1300.03/1300.00	c *** CAUGHT SIGNAL 15 ***
1300.03/1300.00	c
1300.03/1300.00	c 393215 conflicts, 9232283 decisions, 4606 random
1300.03/1300.00	c 405 iterations, 2081 restarts, 0 skipped
1300.03/1300.00	c 9 enlarged, 2621 shrunken, 3849 rescored, 126 rebiased
1300.03/1300.00	c 10 simplifications, 0 reductions
1300.03/1300.00	c
1300.03/1300.00	c vars: 61111 fixed, 1770 equiv, 782 elim, 2927 merged
1300.03/1300.00	c elim: 5082539 resolutions, 10 phases, 1 rounds
1300.03/1300.00	c sbst: 99% substituted, 55.7% nots, 44.3% ands, 0.0% xors, 0.0% ites
1300.03/1300.00	c arty: 2.11 and 0.00 xor average arity
1300.03/1300.00	c prbe: 195042 probed, 2858 phases, 1 rounds
1300.03/1300.00	c prbe: 3876 failed, 5107 lifted, 17 merged
1300.03/1300.00	c sccs: 263 non trivial, 0 fixed, 275 merged
1300.03/1300.00	c hash: 125 units, 2635 merged
1300.03/1300.00	c mins: 463942507 learned, 16% deleted, 47 strong, 418 depth
1300.03/1300.00	c subs: 3764 forward, 15342 backward, 116365 doms
1300.03/1300.00	c strs: 5282 forward, 31 backward
1300.03/1300.00	c doms: 1096309 dominators, 286942 high, 453 low
1300.03/1300.00	c prps: 4026607837 propagations, 3.10 megaprops
1300.03/1300.00	c
1300.03/1300.00	c 1300.0 seconds, 2355 MB max, 1322 MB recycled
1300.03/1300.00	c
1300.03/1300.00	c *** CAUGHT SIGNAL 15 ***
1300.03/1300.00	c

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3308620-1303983431/watcher-3308620-1303983431 -o /tmp/evaluation-result-3308620-1303983431/solver-3308620-1303983431 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308620-1303983431.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: 4.53 2.49 1.01 5/189 17177
/proc/meminfo: memFree=17670668/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=7124 CPUtime=0 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 1527 0 0 0 0 0 0 0 23 0 1 0 509939964 7294976 1483 33554432000 134512640 135151029 4290321712 18446744073709551615 134534376 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17177/statm: 1781 1484 60 156 0 1624 0

[startup+0.020281 s]
/proc/loadavg: 4.53 2.49 1.01 5/189 17177
/proc/meminfo: memFree=17670668/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=14188 CPUtime=0.01 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 3373 0 0 0 1 0 0 0 23 0 1 0 509939964 14528512 3329 33554432000 134512640 135151029 4290321712 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 3547 3329 65 156 0 3390 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14188

[startup+0.100264 s]
/proc/loadavg: 4.53 2.49 1.01 5/189 17177
/proc/meminfo: memFree=17670668/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=16216 CPUtime=0.09 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 3873 0 0 0 9 0 0 0 23 0 1 0 509939964 16605184 3796 33554432000 134512640 135151029 4290321712 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 4054 3797 65 156 0 3897 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16216

[startup+0.30022 s]
/proc/loadavg: 4.53 2.49 1.01 5/189 17177
/proc/meminfo: memFree=17670668/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=32528 CPUtime=0.28 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 8424 0 0 0 28 0 0 0 25 0 1 0 509939964 33308672 7896 33554432000 134512640 135151029 4290321712 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 8132 7896 65 156 0 7975 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 32528

[startup+0.701144 s]
/proc/loadavg: 4.53 2.49 1.01 5/189 17177
/proc/meminfo: memFree=17670668/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=64148 CPUtime=0.69 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 17865 0 0 0 67 2 0 0 25 0 1 0 509939964 65687552 15799 33554432000 134512640 135151029 4290321712 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 16037 15800 65 156 0 15880 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64148

[startup+1.50098 s]
/proc/loadavg: 4.53 2.49 1.01 5/190 17178
/proc/meminfo: memFree=17581252/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=124480 CPUtime=1.49 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 34996 0 0 0 143 6 0 0 25 0 1 0 509939964 127467520 30881 33554432000 134512640 135151029 4290321712 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 31120 30881 65 156 0 30963 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 124480

[startup+3.10066 s]
/proc/loadavg: 4.49 2.52 1.03 5/190 17178
/proc/meminfo: memFree=17499164/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=172896 CPUtime=3.09 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 55659 0 0 0 300 9 0 0 25 0 1 0 509939964 177045504 42874 33554432000 134512640 135151029 4290321712 18446744073709551615 134688678 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 43224 42874 80 156 0 43067 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 172896

[startup+6.30102 s]
/proc/loadavg: 4.49 2.52 1.03 5/190 17179
/proc/meminfo: memFree=17493088/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=174180 CPUtime=6.29 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 73798 0 0 0 617 12 0 0 25 0 1 0 509939964 178360320 43075 33554432000 134512640 135151029 4290321712 18446744073709551615 134581524 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 43545 43075 80 156 0 43388 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 174180

[startup+12.7007 s]
/proc/loadavg: 4.42 2.57 1.06 5/190 17179
/proc/meminfo: memFree=17440296/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=216108 CPUtime=12.69 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 88171 0 0 0 1255 14 0 0 25 0 1 0 509939964 221294592 53351 33554432000 134512640 135151029 4290321712 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 54027 53352 80 156 0 53870 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 216108

[startup+25.5012 s]
/proc/loadavg: 4.35 2.61 1.09 5/190 17179
/proc/meminfo: memFree=17372264/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=273132 CPUtime=25.49 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 145190 0 0 0 2527 22 0 0 25 0 1 0 509939964 279687168 67377 33554432000 134512640 135151029 4290321712 18446744073709551615 134698015 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 68283 67377 80 156 0 68126 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 273132

[startup+51.1011 s]
/proc/loadavg: 4.23 2.72 1.16 5/190 17180
/proc/meminfo: memFree=17194520/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=431936 CPUtime=51.1 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 245862 0 0 0 5072 38 0 0 25 0 1 0 509939964 442302464 106380 33554432000 134512640 135151029 4290321712 18446744073709551615 134548047 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 107984 106380 80 156 0 107827 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 431936

[startup+102.307 s]
/proc/loadavg: 4.09 2.93 1.33 5/190 17181
/proc/meminfo: memFree=17004164/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=544748 CPUtime=102.3 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 355497 0 0 0 10171 59 0 0 25 0 1 0 509939964 557821952 134915 33554432000 134512640 135151029 4290321712 18446744073709551615 134521507 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 136187 134915 80 156 0 136030 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 544748

[startup+162.301 s]
/proc/loadavg: 4.18 3.14 1.49 5/190 17183
/proc/meminfo: memFree=16640552/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=820220 CPUtime=162.3 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 456257 0 0 0 16152 78 0 0 25 0 1 0 509939964 839905280 203413 33554432000 134512640 135151029 4290321712 18446744073709551615 134567853 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 205055 203413 80 156 0 204898 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 820220

[startup+222.301 s]
/proc/loadavg: 4.06 3.31 1.65 5/190 17184
/proc/meminfo: memFree=16319976/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=947192 CPUtime=222.3 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 629032 0 0 0 22126 104 0 0 25 0 1 0 509939964 969924608 235145 33554432000 134512640 135151029 4290321712 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 236798 235145 80 156 0 236641 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 947192

[startup+282.301 s]
/proc/loadavg: 4.02 3.42 1.79 5/190 17186
/proc/meminfo: memFree=16080400/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=1044604 CPUtime=282.3 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 795136 0 0 0 28101 129 0 0 25 0 1 0 509939964 1069674496 259989 33554432000 134512640 135151029 4290321712 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 261151 259989 80 156 0 260994 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1044604

[startup+342.301 s]
/proc/loadavg: 4.04 3.55 1.94 5/190 17215
/proc/meminfo: memFree=16266268/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=1147120 CPUtime=342.3 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 820259 0 0 0 34096 134 0 0 25 0 1 0 509939964 1174650880 285112 33554432000 134512640 135151029 4290321712 18446744073709551615 134542776 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 286780 285112 80 156 0 286623 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1147120

[startup+402.301 s]
/proc/loadavg: 4.01 3.62 2.05 5/190 17216
/proc/meminfo: memFree=16214984/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=1301532 CPUtime=402.3 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 984781 0 0 0 40072 158 0 0 25 0 1 0 509939964 1332768768 324088 33554432000 134512640 135151029 4290321712 18446744073709551615 134572828 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 325383 324088 80 156 0 325226 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1301532

[startup+462.301 s]
/proc/loadavg: 4.00 3.69 2.18 5/190 17218
/proc/meminfo: memFree=15927432/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=1334724 CPUtime=462.3 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 1009027 0 0 0 46066 164 0 0 25 0 1 0 509939964 1366757376 331949 33554432000 134512640 135151029 4290321712 18446744073709551615 134580500 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 333681 331949 80 156 0 333524 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1334724

[startup+522.301 s]
/proc/loadavg: 4.00 3.74 2.28 5/190 17219
/proc/meminfo: memFree=15709376/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=1441756 CPUtime=522.3 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 1035118 0 0 0 52060 170 0 0 25 0 1 0 509939964 1476358144 358040 33554432000 134512640 135151029 4290321712 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 360439 358040 80 156 0 360282 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1441756

[startup+582.301 s]
/proc/loadavg: 4.00 3.79 2.40 5/190 17221
/proc/meminfo: memFree=15407160/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=1513812 CPUtime=582.3 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 1194928 0 0 0 58037 193 0 0 25 0 1 0 509939964 1550143488 376807 33554432000 134512640 135151029 4290321712 18446744073709551615 134551629 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 378453 376807 80 156 0 378296 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1513812

[startup+642.301 s]
/proc/loadavg: 4.00 3.82 2.49 5/190 17223
/proc/meminfo: memFree=15096452/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=1726444 CPUtime=642.3 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 1280135 0 0 0 64025 205 0 0 25 0 1 0 509939964 1767878656 429245 33554432000 134512640 135151029 4290321712 18446744073709551615 134581524 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 431611 429245 80 156 0 431454 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 1726444

[startup+702.301 s]
/proc/loadavg: 4.03 3.87 2.59 5/190 17224
/proc/meminfo: memFree=14980340/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=1829776 CPUtime=702.3 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 1305146 0 0 0 70018 212 0 0 25 0 1 0 509939964 1873690624 454256 33554432000 134512640 135151029 4290321712 18446744073709551615 134542664 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 457444 454256 80 156 0 457287 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 1829776

[startup+762.307 s]
/proc/loadavg: 4.08 3.91 2.68 5/190 17226
/proc/meminfo: memFree=15013056/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=1747664 CPUtime=762.31 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 1366208 0 0 0 76006 225 0 0 25 0 1 0 509939964 1789607936 432919 33554432000 134512640 135151029 4290321712 18446744073709551615 134578627 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 436916 432919 80 156 0 436759 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1747664

[startup+822.301 s]
/proc/loadavg: 4.08 3.94 2.77 5/190 17227
/proc/meminfo: memFree=14772092/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=1944272 CPUtime=822.3 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 1607445 0 0 0 81974 256 0 0 25 0 1 0 509939964 1990934528 484438 33554432000 134512640 135151029 4290321712 18446744073709551615 134542954 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 486068 484438 80 156 0 485911 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 1944272

[startup+882.301 s]
/proc/loadavg: 4.03 3.94 2.84 5/190 17229
/proc/meminfo: memFree=14766132/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=2010440 CPUtime=882.3 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 1623602 0 0 0 87970 260 0 0 25 0 1 0 509939964 2058690560 500595 33554432000 134512640 135151029 4290321712 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 502610 500595 80 156 0 502453 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 2010440

[startup+942.301 s]
/proc/loadavg: 4.01 3.95 2.90 5/190 17258
/proc/meminfo: memFree=15140108/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=2141960 CPUtime=942.3 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 1655116 0 0 0 93962 268 0 0 25 0 1 0 509939964 2193367040 532109 33554432000 134512640 135151029 4290321712 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 535490 532109 80 156 0 535333 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 2141960

[startup+1002.3 s]
/proc/loadavg: 4.05 3.97 2.98 5/190 17259
/proc/meminfo: memFree=14758732/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=2267044 CPUtime=1002.31 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 1685181 0 0 0 99955 276 0 0 25 0 1 0 509939964 2321453056 562174 33554432000 134512640 135151029 4290321712 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 566761 562174 80 156 0 566604 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 2267044

[startup+1062.3 s]
/proc/loadavg: 4.02 3.97 3.04 5/190 17261
/proc/meminfo: memFree=14797940/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=2074888 CPUtime=1062.31 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 1845626 0 0 0 105932 299 0 0 25 0 1 0 509939964 2124685312 515661 33554432000 134512640 135151029 4290321712 18446744073709551615 134522076 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 518722 515661 80 156 0 518565 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 2074888

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.10 6/190 17372
/proc/meminfo: memFree=14895820/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=2371172 CPUtime=1122.31 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 1985600 0 0 0 111914 317 0 0 25 0 1 0 509939964 2428080128 590218 33554432000 134512640 135151029 4290321712 18446744073709551615 134578057 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 592793 590218 80 156 0 592636 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 2371172

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.15 6/190 17401
/proc/meminfo: memFree=15430780/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=2432724 CPUtime=1182.32 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 2000470 0 0 0 117910 322 0 0 25 0 1 0 509939964 2491109376 605088 33554432000 134512640 135151029 4290321712 18446744073709551615 134581786 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 608181 605088 80 156 0 608024 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 2432724

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.20 6/190 17430
/proc/meminfo: memFree=15251892/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=2595288 CPUtime=1242.32 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 2038214 0 0 0 123901 331 0 0 25 0 1 0 509939964 2657574912 642832 33554432000 134512640 135151029 4290321712 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 648822 642832 80 156 0 648665 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 2595288



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 3.99 3.25 5/190 17458
/proc/meminfo: memFree=16171188/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=2646984 CPUtime=1300.03 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4202496 2050610 0 0 0 129669 334 0 0 25 0 1 0 509939964 2710511616 655228 33554432000 134512640 135151029 4290321712 18446744073709551615 134551374 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/17177/statm: 661746 655228 80 156 0 661589 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 2646984

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

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

[startup+1300.11 s]
/proc/loadavg: 4.04 3.99 3.25 5/191 17459
/proc/meminfo: memFree=18532592/32950928 swapFree=67111528/67111528
[pid=17177] ppid=17175 vsize=0 CPUtime=1300.13 cores=5,7
/proc/17177/stat : 17177 (precosat) R 17175 17177 16948 0 -1 4203524 2050612 0 0 0 129669 344 0 0 25 0 1 0 509939964 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/17177/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.12
CPU time (s): 1300.14
CPU user time (s): 1296.69
CPU system time (s): 3.45347
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2646984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1296.69
system time used= 3.45347
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2050612
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= 14422

runsolver used 2.02969 second user time and 5.07723 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-28 11:37:13
IDJOB=3308620
IDBENCH=82363
IDSOLVER=1690
FILE ID=node149/3308620-1303983431
RUNJOBID= node149-1303983193-16969
PBS_JOBID= 13168677
Free space on /tmp= 71824 MiB

SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308620-1303983431/watcher-3308620-1303983431 -o /tmp/evaluation-result-3308620-1303983431/solver-3308620-1303983431 -C 2400 -W 1300 -M 7680  HOME/precosat HOME/instance-3308620-1303983431.cnf

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

MD5SUM BENCH= f52ec4dacdcf65c3aedb61fb46ade01b
RANDOM SEED=979719521

node149.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.806
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.61
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.806
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	: 5332.83
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.806
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.83
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.806
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.73
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.806
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.82
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.806
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.75
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.806
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.82
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17670824 kB
Buffers:       2196852 kB
Cached:       11197616 kB
SwapCached:          0 kB
Active:        5738568 kB
Inactive:      8996696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17670824 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           44344 kB
Writeback:           0 kB
AnonPages:     1340228 kB
Mapped:          16056 kB
Slab:           476468 kB
PageTables:       7980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1530620 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= 71876 MiB
End job on node149 at 2011-04-28 11:58:55