Trace number 3365841

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 359.32 359.314

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
MD5SUM3fad4722cb319d6fee4192f2fe2c31ed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark153.665
Satisfiable
(Un)Satisfiability was proved
Number of variables98935
Number of clauses296405
Sum of the clauses size691609
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2197602
Number of clauses of size 398801
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c PicoSATLight Version 236 3e7a3f8825c0b9e241f38a63fee5517540b2feca
0.00/0.01	c Copyright (C) 2009, Armin Biere, JKU, Linz, Austria.  All rights reserved.
0.00/0.01	c Released on Sun Mar 22 10:16:26 CET 2009
0.00/0.01	c Compiled on Tue Mar 24 21:24:39 CET 2009
0.00/0.01	c g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
0.00/0.01	c -O3 -m32 -static -Wall -Wextra -DNDEBUG -DNLOGPRECO -DNSTATSPRECO
0.00/0.01	c -finline-limit=10000000 -fomit-frame-pointer -fno-exceptions
0.00/0.01	c Linux baghera 2.6.27.19-170.2.35.fc10.i686.PAE i686
0.00/0.01	c
0.00/0.01	c reading HOME/instance-3365841-1305318719.cnf
0.00/0.01	c found header 'p cnf 98935 296405'
0.19/0.23	c finished parsing
0.19/0.23	c
0.19/0.23	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.19/0.23	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.19/0.23	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.19/0.23	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.19/0.23	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.19/0.23	c --random=1 --spread=2000 --seed=0 --skip=25
0.19/0.23	c
0.19/0.23	c sizeof     vars[0] = 16   alignment = 0       2 MB
0.19/0.23	c sizeof     orgs[0] =  8   alignment = 0       1 MB
0.19/0.23	c sizeof     occs[0] =  8   alignment = 0       1 MB
0.19/0.23	c sizeof iirfs[0..1] =  8   alignment = 0       1 MB
0.19/0.23	c
0.19/0.23	c starting search after 0.2 seconds
0.19/0.23	c no decision limit
0.19/0.24	c
0.19/0.24	c       original/binary      fixed     eliminated      learned       agility
0.19/0.24	c   seconds        variables     equivalent    conflicts       height       MB
0.19/0.24	c
0.19/0.24	c *    0.2   296403   98933      2     0      0       0      0    0.0   0   25
1.99/2.00	c s    2.0   159335   25572   1428   421  71514       0      0    0.0   0   21
1.99/2.00	c l    2.0   159335   25572   1428   421  71514       0 121149    0.0   0   21
1.99/2.05	c R    2.0   159497   25572   1428   421  71514     100     96   90.3  11   22
2.10/2.13	c R    2.1   159573   25572   1428   421  71514     200    193  263.0   1   22
2.20/2.21	c R    2.2   160015   25572   1428   421  71514     803    792  204.9  12   22
2.20/2.24	c B    2.2   160167   25569   1429   423  71514    1002    988  189.4  10   22
2.39/2.43	c B    2.4   161523   25457   1516   448  71514    2004   1942  194.3   7   23
4.09/4.17	c B    4.2   226864   23687   2709  1025  71514    8005   7809  161.9  17   27
5.39/5.42	c s    5.4   169791   22089   2795  1079  72972   10938   7789  154.2  16   22
5.39/5.42	c -    5.4   169791   22089   2795  1079  72972   10938 107823  154.2  16   22
7.98/8.01	c B    8.0   203030   21003   3435  1525  72972   24012  20641  142.4  13   27
8.79/8.85	c s    8.8   173001   20693   3484  1561  73197   25657  19997  141.5  14   24
8.79/8.85	c -    8.8   173001   20693   3484  1561  73197   25657 102432  141.5  14   24
9.18/9.20	c R    9.2   176244   20603   3528  1607  73197   27067  21386  142.6  14   25
12.59/12.69	c s   12.7   163849   19146   3740  1799  74250   41379  28495  139.2  10   23
12.59/12.69	c -   12.7   163849   19146   3740  1799  74250   41379  98335  139.2  10   23
15.49/15.56	c R   15.6   176665   18815   3922  1948  74250   55702  42660  134.9  13   28
16.28/16.36	c s   16.4   166109   18645   3948  1988  74354   57754  43254  135.0  10   26
16.28/16.36	c
16.28/16.36	c       original/binary      fixed     eliminated      learned       agility
16.28/16.36	c   seconds        variables     equivalent    conflicts       height       MB
16.28/16.36	c
16.28/16.36	c -   16.4   166109   18645   3948  1988  74354   57754  96369  135.0  10   26
17.68/17.76	c B   17.8   167749   18605   3963  2013  74354   64024  49488  133.0  13   29
17.88/17.92	c R   17.9   167846   18605   3963  2013  74354   65318  50778  133.7  11   29
20.39/20.44	c s   20.4   162792   18206   3974  2039  74716   73953  54961  132.0  13   27
24.98/25.02	c s   25.0   167356   18073   4012  2089  74761   92380  71652  129.2  15   30
26.08/26.14	c +   26.1   169056   18042   4036  2096  74761   96369 106005  128.6   7   34
29.99/30.08	c s   30.1   167239   17701   4084  2161  74989  108340  78279  125.8  16   29
29.99/30.08	c -   30.1   167239   17701   4084  2161  74989  108340 104945  125.8  16   29
32.79/32.89	c +   32.9   170355   17669   4100  2177  74989  119256 115439  123.8  13   34
35.19/35.21	c s   35.2   169140   17638   4111  2184  75002  125416  92836  122.8   9   32
40.89/40.93	c s   40.9   177183   17409   4157  2233  75136  143639 107667  119.8  14   35
42.29/42.31	c +   42.3   178348   17389   4161  2249  75136  149070 126982  120.0  14   39
45.79/45.88	c B   45.9   182161   17366   4167  2266  75136  160053 124048  118.4  16   42
47.08/47.14	c s   47.1   178179   17336   4169  2268  75162  162640 120717  118.4  12   37
53.59/53.65	c s   53.7   179654   17265   4181  2281  75208  181183 126422  116.2  14   39
55.19/55.25	c +   55.3   180194   17251   4185  2291  75208  186336 139680  115.5  13   43
57.49/57.54	c R   57.5   181656   17239   4193  2295  75208  193460 134215  114.6  10   45
60.39/60.47	c s   60.5   181274   17232   4198  2296  75209  200416 139585  113.8  10   43
67.99/68.01	c s   68.0   182570   17116   4220  2330  75269  216616 136869  112.3   8   44
73.99/74.09	c
73.99/74.09	c       original/binary      fixed     eliminated      learned       agility
73.99/74.09	c   seconds        variables     equivalent    conflicts       height       MB
73.99/74.09	c
73.99/74.09	c +   74.1   188831   17077   4235  2354  75269  232921 153648  110.5   8   50
75.49/75.53	c s   75.5   185792   17069   4238  2354  75274  234570 138684  110.3  12   45
83.50/83.60	c s   83.6   187334   16975   4255  2374  75331  253218 151007  108.4   8   48
91.30/91.32	c s   91.3   190471   16925   4271  2393  75346  271594 141882  106.6  12   44
99.59/99.65	c s   99.7   189712   16850   4293  2407  75385  290318 151985  104.5   9   46
100.00/100.09	c +  100.1   189821   16849   4294  2407  75385  291153 169012  104.4  19   49
107.89/107.98	c s  108.0   192034   16819   4307  2419  75390  308518 169123  102.9   7   50
117.39/117.44	c s  117.4   193223   16739   4322  2439  75435  328341 166646  101.1   9   50
125.89/125.98	c s  126.0   195179   16730   4322  2448  75435  347704 169913   99.6  10   52
132.89/132.96	c +  133.0   196511   16725   4325  2450  75435  363940 185913   98.3  10   57
134.69/134.79	c s  134.8   196349   16711   4328  2450  75446  366037 170855   98.1  15   53
143.59/143.69	c s  143.7   197903   16701   4331  2457  75446  383658 186613   96.7  11   57
144.00/144.04	c B  144.0   197980   16699   4331  2459  75446  384118 186049   96.7   9   59
150.30/150.39	c R  150.4   199708   16684   4336  2469  75446  398326 186151   95.8  13   63
152.99/153.00	c s  153.0   198760   16669   4336  2470  75460  402096 186454   95.5  15   58
162.59/162.64	c s  162.6   199708   16661   4340  2474  75460  422426 186350   94.1   6   59
172.60/172.61	c s  172.6   201225   16628   4350  2481  75476  441824 184588   92.9  12   59
179.09/179.13	c +  179.1   201982   16622   4351  2486  75476  454925 204504   92.0  11   66
182.90/182.98	c s  183.0   201978   16619   4354  2486  75476  460748 191924   91.6   9   62
194.09/194.12	c
194.09/194.12	c       original/binary      fixed     eliminated      learned       agility
194.09/194.12	c   seconds        variables     equivalent    conflicts       height       MB
194.09/194.12	c
194.09/194.12	c s  194.1   202777   16591   4358  2498  75488  480804 202699   90.3   8   65
205.99/206.06	c s  206.1   204365   16581   4364  2501  75489  499873 204240   89.0  15   66
217.39/217.43	c s  217.4   204839   16561   4371  2502  75501  519435 204900   87.8  11   66
228.40/228.48	c s  228.5   205955   16554   4374  2505  75502  536869 204615   86.8   8   66
240.39/240.49	c s  240.5   207555   16542   4376  2510  75507  555168 204708   85.8   7   67
247.89/247.96	c +  248.0   208760   16539   4378  2511  75507  568658 224954   85.1  12   73
252.29/252.37	c s  252.4   209241   16535   4382  2511  75507  575606 211778   84.8   6   69
264.80/264.81	c s  264.8   209422   16515   4389  2514  75517  596291 223471   83.7  10   72
277.50/277.54	c s  277.5   210050   16510   4390  2518  75517  616558 225383   82.8  10   72
289.89/289.94	c s  289.9   210466   16504   4391  2520  75520  636771 225428   81.9  11   72
304.20/304.25	c s  304.3   211133   16501   4393  2521  75520  657323 225069   81.0   9   72
318.40/318.43	c s  318.4   211736   16495   4395  2521  75524  676067 224407   80.0   7   71
332.90/332.91	c s  332.9   212432   16462   4413  2536  75524  695538 220260   79.0   8   69
343.11/343.18	c +  343.2   222311   16430   4424  2557  75524  710821 247449   78.2  10   76
345.70/345.78	c s  345.8   194548   15837   4616  2664  75818  712808 151791   78.1   8   47
345.70/345.78	c -  345.8   194548   15837   4616  2664  75818  712808 237552   78.1   8   47
354.80/354.86	c s  354.9   202585   15285   5010  2798  75842  727784 147923   77.4  14   46
354.80/354.86	c -  354.9   202585   15285   5010  2798  75842  727784 230426   77.4  14   46
359.30/359.30	c 0  359.3   254313   12999   7092  3002  75842  735572 155679   77.0  14   52
359.30/359.30	c
359.30/359.30	s UNSATISFIABLE
359.30/359.30	c
359.30/359.30	c 735572 conflicts, 1952833 decisions, 321 random
359.30/359.30	c 122 iterations, 2500 restarts, 0 skipped
359.30/359.30	c 10 enlarged, 8328 shrunken, 7200 rescored, 230 rebiased
359.30/359.30	c 41 simplifications, 0 reductions
359.30/359.30	c
359.30/359.30	c vars: 7092 fixed, 3002 equiv, 75842 elim, 3398 merged
359.30/359.30	c elim: 12292332 resolutions, 41 phases, 21 rounds
359.30/359.30	c sbst: 80% substituted, 1.9% nots, 93.1% ands, 0.0% xors, 4.9% ites
359.30/359.30	c arty: 2.10 and 0.00 xor average arity
359.30/359.30	c prbe: 2380497 probed, 484 phases, 68 rounds
359.30/359.30	c prbe: 1577 failed, 1414 lifted, 484 merged
359.30/359.30	c sccs: 31 non trivial, 0 fixed, 53 merged
359.30/359.30	c hash: 151 units, 2861 merged
359.30/359.30	c mins: 35774934 learned, 36% deleted, 1329 strong, 164 depth
359.30/359.30	c subs: 55340 forward, 56664 backward, 183862 doms
359.30/359.30	c strs: 16237 forward, 1194 backward
359.30/359.30	c doms: 200106 dominators, 161974 high, 339 low
359.30/359.30	c prps: 551464427 propagations, 1.53 megaprops
359.30/359.30	c
359.30/359.30	c 359.3 seconds, 81 MB max, 164 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: 961)

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-3365841-1305318719/watcher-3365841-1305318719 -o /tmp/evaluation-result-3365841-1305318719/solver-3365841-1305318719 -C 5000 -W 5100 -M 15500 HOME/precosat HOME/instance-3365841-1305318719.cnf 

running on 4 cores: 0,2,4,6

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): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 1.92 3/301 11506
/proc/meminfo: memFree=12315900/32951124 swapFree=66050672/67111528
[pid=11506] ppid=11504 vsize=5004 CPUtime=0 cores=0,2,4,6
/proc/11506/stat : 11506 (precosat) R 11504 11506 11255 0 -1 4202496 1077 0 0 0 0 0 0 0 25 0 1 0 643469802 5124096 1034 33554432000 134512640 135151029 4287468096 18446744073709551615 134534335 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11506/statm: 1251 1035 60 156 0 1094 0

[startup+0.0903609 s]
/proc/loadavg: 2.00 2.01 1.92 3/301 11506
/proc/meminfo: memFree=12315900/32951124 swapFree=66050672/67111528
[pid=11506] ppid=11504 vsize=17092 CPUtime=0.07 cores=0,2,4,6
/proc/11506/stat : 11506 (precosat) R 11504 11506 11255 0 -1 4202496 4396 0 0 0 7 0 0 0 25 0 1 0 643469802 17502208 4126 33554432000 134512640 135151029 4287468096 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/11506/statm: 4273 4127 64 156 0 4116 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 17092

[startup+0.100353 s]
/proc/loadavg: 2.00 2.01 1.92 3/301 11506
/proc/meminfo: memFree=12315900/32951124 swapFree=66050672/67111528
[pid=11506] ppid=11504 vsize=18148 CPUtime=0.09 cores=0,2,4,6
/proc/11506/stat : 11506 (precosat) R 11504 11506 11255 0 -1 4202496 4639 0 0 0 8 1 0 0 25 0 1 0 643469802 18583552 4369 33554432000 134512640 135151029 4287468096 18446744073709551615 134679981 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/11506/statm: 4537 4370 64 156 0 4380 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18148

[startup+0.300324 s]
/proc/loadavg: 2.00 2.01 1.92 3/301 11506
/proc/meminfo: memFree=12315900/32951124 swapFree=66050672/67111528
[pid=11506] ppid=11504 vsize=32028 CPUtime=0.29 cores=0,2,4,6
/proc/11506/stat : 11506 (precosat) R 11504 11506 11255 0 -1 4202496 8366 0 0 0 28 1 0 0 25 0 1 0 643469802 32796672 7838 33554432000 134512640 135151029 4287468096 18446744073709551615 134572611 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/11506/statm: 8007 7838 80 156 0 7850 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32028

[startup+0.700245 s]
/proc/loadavg: 2.00 2.01 1.92 3/301 11506
/proc/meminfo: memFree=12315900/32951124 swapFree=66050672/67111528
[pid=11506] ppid=11504 vsize=38160 CPUtime=0.68 cores=0,2,4,6
/proc/11506/stat : 11506 (precosat) R 11504 11506 11255 0 -1 4202496 12282 0 0 0 67 1 0 0 25 0 1 0 643469802 39075840 9382 33554432000 134512640 135151029 4287468096 18446744073709551615 134685026 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/11506/statm: 9540 9382 80 156 0 9383 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 38160

[startup+1.50114 s]
/proc/loadavg: 2.00 2.01 1.92 3/302 11507
/proc/meminfo: memFree=12271252/32951124 swapFree=66050672/67111528
[pid=11506] ppid=11504 vsize=49144 CPUtime=1.49 cores=0,2,4,6
/proc/11506/stat : 11506 (precosat) R 11504 11506 11255 0 -1 4202496 14877 0 0 0 147 2 0 0 25 0 1 0 643469802 50323456 11977 33554432000 134512640 135151029 4287468096 18446744073709551615 134548282 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/11506/statm: 12286 11977 80 156 0 12129 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49144

[startup+3.10086 s]
/proc/loadavg: 2.00 2.01 1.92 3/302 11507
/proc/meminfo: memFree=12273860/32951124 swapFree=66050672/67111528
[pid=11506] ppid=11504 vsize=42828 CPUtime=3.09 cores=0,2,4,6
/proc/11506/stat : 11506 (precosat) R 11504 11506 11255 0 -1 4202496 15466 0 0 0 307 2 0 0 25 0 1 0 643469802 43855872 10441 33554432000 134512640 135151029 4287468096 18446744073709551615 134554797 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/11506/statm: 10707 10441 80 156 0 10550 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42828

[startup+6.30025 s]
/proc/loadavg: 2.00 2.01 1.92 3/302 11507
/proc/meminfo: memFree=12273888/32951124 swapFree=66050672/67111528
[pid=11506] ppid=11504 vsize=42828 CPUtime=6.28 cores=0,2,4,6
/proc/11506/stat : 11506 (precosat) R 11504 11506 11255 0 -1 4202496 17798 0 0 0 626 2 0 0 25 0 1 0 643469802 43855872 10452 33554432000 134512640 135151029 4287468096 18446744073709551615 134581653 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/11506/statm: 10707 10452 80 156 0 10550 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 42828

[startup+12.7011 s]
/proc/loadavg: 2.00 2.01 1.92 3/302 11507
/proc/meminfo: memFree=12272052/32951124 swapFree=66050672/67111528
[pid=11506] ppid=11504 vsize=42316 CPUtime=12.69 cores=0,2,4,6
/proc/11506/stat : 11506 (precosat) R 11504 11506 11255 0 -1 4202496 21936 0 0 0 1266 3 0 0 25 0 1 0 643469802 43331584 10334 33554432000 134512640 135151029 4287468096 18446744073709551615 134542664 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/11506/statm: 10579 10334 80 156 0 10422 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42316

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 1.92 3/302 11507
/proc/meminfo: memFree=12273144/32951124 swapFree=66050672/67111528
[pid=11506] ppid=11504 vsize=42828 CPUtime=25.48 cores=0,2,4,6
/proc/11506/stat : 11506 (precosat) R 11504 11506 11255 0 -1 4202496 28647 0 0 0 2544 4 0 0 25 0 1 0 643469802 43855872 10467 33554432000 134512640 135151029 4287468096 18446744073709551615 134520387 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/11506/statm: 10707 10467 80 156 0 10550 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42828

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 1.92 3/302 11508
/proc/meminfo: memFree=12266768/32951124 swapFree=66050672/67111528
[pid=11506] ppid=11504 vsize=48264 CPUtime=51.08 cores=0,2,4,6
/proc/11506/stat : 11506 (precosat) R 11504 11506 11255 0 -1 4202496 39260 0 0 0 5102 6 0 0 25 0 1 0 643469802 49422336 11796 33554432000 134512640 135151029 4287468096 18446744073709551615 134554911 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/11506/statm: 12066 11796 80 156 0 11909 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 48264

[startup+102.311 s]
/proc/loadavg: 2.00 2.00 1.92 3/302 11509
/proc/meminfo: memFree=12254344/32951124 swapFree=66050672/67111528
[pid=11506] ppid=11504 vsize=60408 CPUtime=102.3 cores=0,2,4,6
/proc/11506/stat : 11506 (precosat) R 11504 11506 11255 0 -1 4202496 58561 0 0 0 10220 10 0 0 25 0 1 0 643469802 61857792 14850 33554432000 134512640 135151029 4287468096 18446744073709551615 134520387 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/11506/statm: 15102 14850 80 156 0 14945 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 60408

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/302 11511
/proc/meminfo: memFree=12243788/32951124 swapFree=66050672/67111528
[pid=11506] ppid=11504 vsize=70768 CPUtime=162.29 cores=0,2,4,6
/proc/11506/stat : 11506 (precosat) R 11504 11506 11255 0 -1 4202496 77734 0 0 0 16216 13 0 0 25 0 1 0 643469802 72466432 17425 33554432000 134512640 135151029 4287468096 18446744073709551615 134521507 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/11506/statm: 17692 17425 80 156 0 17535 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 70768

[startup+222.301 s]
/proc/loadavg: 2.04 2.01 1.93 3/302 11513
/proc/meminfo: memFree=12234940/32951124 swapFree=66050672/67111528
[pid=11506] ppid=11504 vsize=79804 CPUtime=222.29 cores=0,2,4,6
/proc/11506/stat : 11506 (precosat) R 11504 11506 11255 0 -1 4202496 91966 0 0 0 22214 15 0 0 25 0 1 0 643469802 81719296 19683 33554432000 134512640 135151029 4287468096 18446744073709551615 134557067 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/11506/statm: 19951 19683 80 156 0 19794 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 79804

[startup+282.301 s]
/proc/loadavg: 2.05 2.02 1.93 3/302 11514
/proc/meminfo: memFree=12227732/32951124 swapFree=66050672/67111528
[pid=11506] ppid=11504 vsize=86440 CPUtime=282.3 cores=0,2,4,6
/proc/11506/stat : 11506 (precosat) R 11504 11506 11255 0 -1 4202496 105309 0 0 0 28213 17 0 0 25 0 1 0 643469802 88514560 21336 33554432000 134512640 135151029 4287468096 18446744073709551615 134546691 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/11506/statm: 21610 21336 80 156 0 21453 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 86440

[startup+342.301 s]
/proc/loadavg: 2.02 2.02 1.93 3/302 11516
/proc/meminfo: memFree=12229548/32951124 swapFree=66050672/67111528
[pid=11506] ppid=11504 vsize=86440 CPUtime=342.3 cores=0,2,4,6
/proc/11506/stat : 11506 (precosat) R 11504 11506 11255 0 -1 4202496 114633 0 0 0 34211 19 0 0 25 0 1 0 643469802 88514560 21376 33554432000 134512640 135151029 4287468096 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/11506/statm: 21610 21376 80 156 0 21453 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 86440

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

[startup+345.5 s]
/proc/loadavg: 2.02 2.02 1.93 3/302 11516
/proc/meminfo: memFree=12226324/32951124 swapFree=66050672/67111528
[pid=11506] ppid=11504 vsize=85412 CPUtime=345.5 cores=0,2,4,6
/proc/11506/stat : 11506 (precosat) R 11504 11506 11255 0 -1 4202496 116570 0 0 0 34531 19 0 0 25 0 1 0 643469802 87461888 21121 33554432000 134512640 135151029 4287468096 18446744073709551615 134672969 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/11506/statm: 21353 21121 80 156 0 21196 0
Current children cumulated CPU time (s) 345.5
Current children cumulated vsize (KiB) 85412

[startup+351.901 s]
/proc/loadavg: 2.01 2.02 1.93 3/302 11516
/proc/meminfo: memFree=12229540/32951124 swapFree=66050672/67111528
[pid=11506] ppid=11504 vsize=86440 CPUtime=351.91 cores=0,2,4,6
/proc/11506/stat : 11506 (precosat) R 11504 11506 11255 0 -1 4202496 116956 0 0 0 35172 19 0 0 25 0 1 0 643469802 88514560 21378 33554432000 134512640 135151029 4287468096 18446744073709551615 134555566 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/11506/statm: 21610 21378 80 156 0 21453 0
Current children cumulated CPU time (s) 351.91
Current children cumulated vsize (KiB) 86440

[startup+355.101 s]
/proc/loadavg: 2.01 2.02 1.93 3/302 11516
/proc/meminfo: memFree=12229540/32951124 swapFree=66050672/67111528
[pid=11506] ppid=11504 vsize=86440 CPUtime=355.1 cores=0,2,4,6
/proc/11506/stat : 11506 (precosat) R 11504 11506 11255 0 -1 4202496 119277 0 0 0 35491 19 0 0 25 0 1 0 643469802 88514560 21378 33554432000 134512640 135151029 4287468096 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/11506/statm: 21610 21378 80 156 0 21453 0
Current children cumulated CPU time (s) 355.1
Current children cumulated vsize (KiB) 86440

[startup+356.7 s]
/proc/loadavg: 2.01 2.02 1.93 3/302 11516
/proc/meminfo: memFree=12229540/32951124 swapFree=66050672/67111528
[pid=11506] ppid=11504 vsize=86440 CPUtime=356.7 cores=0,2,4,6
/proc/11506/stat : 11506 (precosat) R 11504 11506 11255 0 -1 4202496 119277 0 0 0 35651 19 0 0 25 0 1 0 643469802 88514560 21378 33554432000 134512640 135151029 4287468096 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/11506/statm: 21610 21378 80 156 0 21453 0
Current children cumulated CPU time (s) 356.7
Current children cumulated vsize (KiB) 86440

[startup+358.301 s]
/proc/loadavg: 2.01 2.02 1.93 3/302 11516
/proc/meminfo: memFree=12229540/32951124 swapFree=66050672/67111528
[pid=11506] ppid=11504 vsize=86440 CPUtime=358.3 cores=0,2,4,6
/proc/11506/stat : 11506 (precosat) R 11504 11506 11255 0 -1 4202496 119277 0 0 0 35811 19 0 0 25 0 1 0 643469802 88514560 21378 33554432000 134512640 135151029 4287468096 18446744073709551615 134554837 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/11506/statm: 21610 21378 80 156 0 21453 0
Current children cumulated CPU time (s) 358.3
Current children cumulated vsize (KiB) 86440

[startup+359.101 s]
/proc/loadavg: 2.01 2.02 1.93 3/302 11516
/proc/meminfo: memFree=12229540/32951124 swapFree=66050672/67111528
[pid=11506] ppid=11504 vsize=86440 CPUtime=359.1 cores=0,2,4,6
/proc/11506/stat : 11506 (precosat) R 11504 11506 11255 0 -1 4202496 119277 0 0 0 35891 19 0 0 25 0 1 0 643469802 88514560 21378 33554432000 134512640 135151029 4287468096 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/11506/statm: 21610 21378 80 156 0 21453 0
Current children cumulated CPU time (s) 359.1
Current children cumulated vsize (KiB) 86440

[startup+359.301 s]
/proc/loadavg: 2.01 2.02 1.93 3/302 11516
/proc/meminfo: memFree=12229540/32951124 swapFree=66050672/67111528
[pid=11506] ppid=11504 vsize=86440 CPUtime=359.3 cores=0,2,4,6
/proc/11506/stat : 11506 (precosat) R 11504 11506 11255 0 -1 4202496 119277 0 0 0 35911 19 0 0 25 0 1 0 643469802 88514560 21378 33554432000 134512640 135151029 4287468096 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/11506/statm: 21610 21378 80 156 0 21453 0
Current children cumulated CPU time (s) 359.3
Current children cumulated vsize (KiB) 86440

Child status: 20
Real time (s): 359.314
CPU time (s): 359.32
CPU user time (s): 359.119
CPU system time (s): 0.200969
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 90060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 359.119
system time used= 0.200969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119278
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= 5
involuntary context switches= 974

runsolver used 1.02184 second user time and 2.26266 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-13 22:31:59
IDJOB=3365841
IDBENCH=82482
IDSOLVER=1843
FILE ID=node135/3365841-1305318719
RUNJOBID= node135-1305315243-11273
PBS_JOBID= 13324297
Free space on /tmp= 46412 MiB

SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365841-1305318719/watcher-3365841-1305318719 -o /tmp/evaluation-result-3365841-1305318719/solver-3365841-1305318719 -C 5000 -W 5100 -M 15500  HOME/precosat HOME/instance-3365841-1305318719.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3fad4722cb319d6fee4192f2fe2c31ed
RANDOM SEED=638088924

node135.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.851
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.70
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.851
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.851
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.75
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12315924 kB
Buffers:        223428 kB
Cached:        5702132 kB
SwapCached:      50684 kB
Active:        9864216 kB
Inactive:     10528396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12315924 kB
SwapTotal:    67111528 kB
SwapFree:     66050672 kB
Dirty:            5920 kB
Writeback:           0 kB
AnonPages:    14421704 kB
Mapped:          19256 kB
Slab:           133904 kB
PageTables:      46624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 57115332 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 46412 MiB
End job on node135 at 2011-05-13 22:37:59