Trace number 3308800

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 1116.05 1116.06

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
MD5SUM9059f458d76edcc4dc5681746a6de6e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark265.638
Satisfiable
(Un)Satisfiability was proved
Number of variables88352
Number of clauses262658
Sum of the clauses size612866
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2175104
Number of clauses of size 387552
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c PicoSATLight Version 236 3e7a3f8825c0b9e241f38a63fee5517540b2feca
0.00/0.00	c Copyright (C) 2009, Armin Biere, JKU, Linz, Austria.  All rights reserved.
0.00/0.00	c Released on Sun Mar 22 10:16:26 CET 2009
0.00/0.00	c Compiled on Tue Mar 24 21:24:39 CET 2009
0.00/0.00	c g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
0.00/0.00	c -O3 -m32 -static -Wall -Wextra -DNDEBUG -DNLOGPRECO -DNSTATSPRECO
0.00/0.00	c -finline-limit=10000000 -fomit-frame-pointer -fno-exceptions
0.00/0.00	c Linux baghera 2.6.27.19-170.2.35.fc10.i686.PAE i686
0.00/0.00	c
0.00/0.00	c reading HOME/instance-3308800-1303984529.cnf
0.00/0.00	c found header 'p cnf 88352 262658'
0.19/0.20	c finished parsing
0.19/0.20	c
0.19/0.20	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.19/0.20	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.19/0.20	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.19/0.20	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.19/0.20	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.19/0.20	c --random=1 --spread=2000 --seed=0 --skip=25
0.19/0.20	c
0.19/0.20	c sizeof     vars[0] = 16   alignment = 0       1 MB
0.19/0.20	c sizeof     orgs[0] =  8   alignment = 0       1 MB
0.19/0.20	c sizeof     occs[0] =  8   alignment = 0       1 MB
0.19/0.20	c sizeof iirfs[0..1] =  8   alignment = 0       1 MB
0.19/0.20	c
0.19/0.20	c starting search after 0.2 seconds
0.19/0.20	c no decision limit
0.19/0.21	c
0.19/0.21	c       original/binary      fixed     eliminated      learned       agility
0.19/0.21	c   seconds        variables     equivalent    conflicts       height       MB
0.19/0.21	c
0.19/0.21	c *    0.2   262656   88350      2     0      0       0      0    0.0   0   23
2.20/2.21	c s    2.2   129787   20235    172    93  67852       0      0    0.0   0   18
2.20/2.21	c l    2.2   129787   20235    172    93  67852       0 106304    0.0   0   18
2.20/2.25	c R    2.3   129952   20227    178    95  67852     100     99  674.4   7   19
2.20/2.28	c R    2.3   130021   20217    178   105  67852     200    178  442.6   5   19
2.39/2.45	c B    2.5   130838   20191    192   117  67852    1001    930  403.0   9   20
2.89/2.93	c B    2.9   162739   19532    662   306  67852    2002   1918  371.7   4   22
3.30/3.35	c R    3.4   172500   19431    728   341  67852    3529   3406  350.6   9   23
3.99/4.09	c s    4.1   165775   19394    753   353  67852    6053   5817  330.7   4   22
3.99/4.09	c -    4.1   165775   19394    753   353  67852    6053 102052  330.7   4   22
4.59/4.66	c B    4.7   168432   19370    764   366  67852    8003   7745  345.2  10   23
5.09/5.17	c R    5.2   170379   19353    770   377  67852   10486  10214  347.0  10   24
6.00/6.08	c R    6.1   177446   19332    779   389  67852   14503  14212  341.6  12   26
7.09/7.15	c s    7.2   166165   18612    783   395  68562   16401  12563  337.0   9   21
8.99/9.02	c B    9.0   224674   18577    801   412  68562   24007  20116  339.7  13   28
10.29/10.38	c s   10.4   275488   18546    825   419  68562   27031  22991  331.9   7   31
13.59/13.64	c R   13.6   301411   18492    862   436  68562   39337  35245  318.6   4   39
15.90/15.93	c s   15.9   202078   18387    876   436  68653   45092  28176  319.9   7   25
20.09/20.19	c s   20.2   258496   18325    916   456  68655   59224  42114  312.6   7   33
20.69/20.74	c
20.69/20.74	c       original/binary      fixed     eliminated      learned       agility
20.69/20.74	c   seconds        variables     equivalent    conflicts       height       MB
20.69/20.74	c
20.69/20.74	c R   20.7   259725   18320    921   456  68655   61777  44665  313.3  11   36
21.29/21.37	c B   21.4   261078   18310    931   456  68655   64014  46899  313.7   7   37
25.49/25.58	c s   25.6   291475   18301    936   460  68655   75749  58568  308.7   9   41
32.80/32.80	c s   32.8   219047   18204    945   475  68728   95844  57577  295.7   8   32
34.70/34.73	c +   34.7   219182   18203    945   476  68728  102054 112257  295.2  13   36
37.89/37.90	c s   37.9   221576   18187    952   483  68730  111728  72956  293.3  10   38
42.99/43.01	c +   43.0   222967   18184    952   486  68730  127566 123482  287.4   6   48
43.79/43.88	c s   43.9   222948   18184    952   486  68730  128160  89362  286.8   5   45
50.60/50.68	c s   50.7   225471   18127    966   501  68758  144802  92507  279.7  14   35
55.79/55.84	c +   55.8   236206   18124    968   502  68758  159457 135830  273.6   8   47
56.00/56.07	c B   56.1   236225   18124    968   502  68758  160031 107726  273.5   4   48
57.10/57.15	c s   57.2   235533   18122    968   502  68760  161176 103848  273.1  17   43
64.29/64.35	c s   64.4   236739   18116    971   505  68760  180117 122756  273.3  11   56
71.50/71.57	c +   71.6   239052   18102    979   511  68760  199321 149413  268.1   8   69
72.79/72.84	c s   72.8   210369   18086    979   512  68775  199963 125220  268.0   0   45
80.90/80.93	c s   80.9   213426   18080    982   515  68775  218317 143539  262.9   4   55
89.79/89.80	c s   89.8   214643   18070    987   520  68775  237824 150023  259.2   6   66
94.79/94.88	c +   94.9   214906   18067    988   522  68775  249150 164354  255.5  11   75
99.20/99.21	c s   99.2   215271   18048    991   527  68786  257432 141008  254.4   7   48
107.90/107.94	c
107.90/107.94	c       original/binary      fixed     eliminated      learned       agility
107.90/107.94	c   seconds        variables     equivalent    conflicts       height       MB
107.90/107.94	c
107.90/107.94	c s  107.9   215551   18044    993   529  68786  277956 161508  253.2   5   59
112.40/112.46	c R  112.5   216041   18044    993   529  68786  287924 165129  250.8   5   68
117.79/117.83	c s  117.8   216319   18042    995   529  68786  298208 165759  248.7  12   69
124.20/124.23	c +  124.2   223602   18013   1009   544  68786  311437 180789  246.4   9   80
128.10/128.16	c s  128.2   220652   17971   1014   563  68804  316400 168944  245.9  12   77
138.90/138.98	c s  139.0   223899   17953   1022   573  68804  335672 181079  242.9  13   85
149.69/149.80	c s  149.8   224574   17952   1022   574  68804  355862 181488  239.7  13   91
160.99/161.04	c s  161.0   224410   17940   1022   576  68814  380008 181052  237.6   2   98
163.19/163.21	c B  163.2   224559   17939   1022   577  68814  384078 181425  237.3  10  103
165.49/165.51	c +  165.5   224687   17938   1023   577  68814  389295 198867  237.9  14  105
172.19/172.29	c s  172.3   224923   17937   1024   577  68814  399955 192901  236.4   7  106
183.90/183.96	c s  184.0   225219   17936   1024   578  68814  421305 199200  234.2   3  110
195.00/195.04	c s  195.0   225387   17936   1024   578  68814  444257 200073  232.8   5  111
208.80/208.82	c s  208.8   225856   17929   1024   583  68816  464542 199441  230.7  10  113
222.29/222.30	c s  222.3   214109   17828   1076   612  68836  485982 198191  228.2   4  115
222.69/222.71	c +  222.7   214109   17828   1076   612  68836  486615 218753  228.2  14  118
235.80/235.88	c s  235.9   224330   17759   1107   650  68836  506212 218304  225.3   9  130
249.29/249.33	c s  249.3   223113   17652   1127   671  68902  526840 202881  224.0   4  116
264.20/264.27	c s  264.3   224064   17642   1129   676  68905  549381 214046  221.0   1  122
278.89/278.93	c
278.89/278.93	c       original/binary      fixed     eliminated      learned       agility
278.89/278.93	c   seconds        variables     equivalent    conflicts       height       MB
278.89/278.93	c
278.89/278.93	c s  278.9   224973   17634   1132   677  68909  569788 219561  219.3  11  128
292.99/293.00	c s  293.0   225833   17630   1134   679  68909  591363 219318  217.2  11  127
296.49/296.51	c R  296.5   225850   17628   1134   681  68909  598598 220155  216.6  12  134
301.59/301.62	c +  301.6   226983   17628   1134   681  68909  608265 240628  215.7  11  135
308.00/308.08	c s  308.1   227346   17620   1136   681  68915  615678 227216  214.9  12  133
323.41/323.43	c s  323.4   227194   17612   1142   683  68915  637793 241229  213.3   6  145
340.50/340.54	c s  340.6   227641   17602   1144   683  68923  659051 241620  211.9   8  144
357.99/358.08	c s  358.1   228369   17600   1145   684  68923  681951 241337  210.1  10  146
375.01/375.02	c s  375.0   228524   17596   1145   686  68925  701836 240875  208.7   6  146
392.00/392.00	c s  392.0   228583   17596   1145   686  68925  726299 243122  208.8  11  151
408.39/408.42	c s  408.4   228721   17596   1145   686  68925  746944 241296  207.0   8  149
418.20/418.20	c +  418.2   233702   17492   1246   689  68925  760330 264690  205.7   6  156
425.79/425.81	c s  425.8   222382   17397   1258   703  68994  767583 246476  205.1   4  151
425.79/425.81	c -  425.8   222382   17397   1258   703  68994  767583 262044  205.1   4  151
442.59/442.65	c s  442.7   227480   17320   1294   741  68997  788804 257478  203.8   6  158
459.10/459.18	c s  459.2   230145   17259   1315   755  69023  812980 254646  202.1   8  154
475.39/475.46	c s  475.5   230885   17254   1319   756  69023  833880 263215  201.0   9  158
492.90/492.97	c s  493.0   230828   17240   1323   757  69032  862358 261211  200.3  13  163
510.59/510.69	c s  510.7   231534   17239   1323   758  69032  884952 262846  199.0   7  160
518.19/518.27	c
518.19/518.27	c       original/binary      fixed     eliminated      learned       agility
518.19/518.27	c   seconds        variables     equivalent    conflicts       height       MB
518.19/518.27	c
518.19/518.27	c B  518.3   231707   17238   1324   758  69032  896216 263005  198.3  11  165
527.90/527.96	c s  528.0   231564   17235   1324   759  69034  908053 261805  197.5  10  157
545.50/545.55	c s  545.6   231772   17233   1324   761  69034  930352 262738  195.7   5  158
553.20/553.20	c +  553.2   247051   17227   1325   766  69034  940907 288248  194.9  11  165
562.89/562.93	c s  562.9   246774   17223   1325   767  69037  951352 273663  194.4   5  165
580.69/580.72	c s  580.7   261729   17219   1327   769  69037  979012 288901  193.8   8  177
599.49/599.55	c s  599.6   261840   17219   1327   769  69037 1005787 288827  192.5   7  178
621.69/621.72	c s  621.7   261728   17206   1332   773  69041 1029416 287222  191.2   8  174
644.19/644.23	c s  644.2   263466   17194   1338   778  69042 1053871 288359  190.0  11  166
667.10/667.17	c s  667.2   263207   17176   1348   781  69047 1077755 288490  188.4   4  165
686.89/686.98	c s  687.0   267112   17173   1350   782  69047 1101005 288703  187.3   3  162
709.69/709.71	c s  709.7   267780   17161   1359   785  69047 1125269 288167  186.0   9  161
732.60/732.66	c s  732.7   268741   17150   1366   789  69047 1150032 288437  184.5   7  154
755.70/755.77	c s  755.8   269508   17136   1373   793  69050 1174812 288815  182.8  12  150
756.70/756.78	c +  756.8   269644   17136   1373   793  69050 1176131 317072  182.8   8  155
777.20/777.22	c s  777.2   262587   17085   1400   796  69071 1198742 295330  181.7   6  152
799.90/799.95	c s  800.0   265460   17018   1423   814  69097 1222595 312172  180.3  11  159
825.00/825.01	c s  825.0   275619   16871   1521   820  69140 1249490 309036  178.8  11  159
825.00/825.01	c -  825.0   275619   16871   1521   820  69140 1249490 313902  178.8  11  159
849.30/849.38	c
849.30/849.38	c       original/binary      fixed     eliminated      learned       agility
849.30/849.38	c   seconds        variables     equivalent    conflicts       height       MB
849.30/849.38	c
849.30/849.38	c s  849.4   284329   16599   1647   840  69266 1274887 270451  177.4  10  106
849.30/849.38	c -  849.4   284329   16599   1647   840  69266 1274887 310763  177.4  10  106
869.50/869.53	c s  869.5   299789   16533   1690   863  69266 1302229 297593  176.2  12  122
892.39/892.41	c s  892.4   303292   16466   1705   885  69296 1328879 309610  175.0   9  132
917.40/917.41	c s  917.4   307500   16444   1722   890  69296 1355384 311029  173.7  11  136
941.60/941.68	c s  941.7   308863   16422   1729   894  69307 1383096 287269  172.5   4  124
965.20/965.22	c s  965.2   304496   16400   1745   900  69307 1411335 309867  171.2  10  137
989.09/989.16	c s  989.2   304438   16359   1755   913  69325 1438758 294622  169.9  10  122
990.79/990.86	c +  990.9   304526   16359   1755   913  69325 1440906 341839  169.8  10  127
1014.19/1014.24	c s 1014.2   303404   16352   1759   916  69325 1468686 324532  168.6  10  140
1043.79/1043.89	c s 1043.9   280816   15165   2487  1081  69619 1496751 164256  167.3   9   58
1043.79/1043.89	c - 1043.9   280816   15165   2487  1081  69619 1496751 317911  167.3   9   58
1056.99/1057.09	c s 1057.1   285933   15102   2537  1094  69619 1518880 185468  166.2  12   68
1071.68/1071.73	c s 1071.7   192389   11968   4562  1402  70420 1539745 152843  165.2  13   50
1071.68/1071.73	c - 1071.7   192389   11968   4562  1402  70420 1539745 254329  165.2  13   50
1071.68/1071.73	c + 1071.7   192389   11968   4562  1402  70420 1539745 279761  165.2  13   50
1082.39/1082.43	c s 1082.4   193020   11857   4643  1432  70420 1556859 168828  164.4  11   57
1082.39/1082.43	c - 1082.4   193020   11857   4643  1432  70420 1556859 276964  164.4  11   57
1094.39/1094.42	c s 1094.4   194851   11614   4720  1487  70531 1574492 167573  163.6  13   54
1094.39/1094.42	c
1094.39/1094.42	c       original/binary      fixed     eliminated      learned       agility
1094.39/1094.42	c   seconds        variables     equivalent    conflicts       height       MB
1094.39/1094.42	c
1094.39/1094.42	c - 1094.4   194851   11614   4720  1487  70531 1574492 274195  163.6  13   54
1105.88/1105.93	c s 1105.9   196027   11551   4769  1500  70532 1592137 183398  162.8  11   59
1115.98/1116.04	c 0 1116.0   302189    1756  13553  2511  70532 1610261 201431  162.0  12   74
1115.98/1116.04	c
1115.98/1116.04	s UNSATISFIABLE
1115.98/1116.04	c
1115.98/1116.04	c 1610261 conflicts, 5383165 decisions, 1941 random
1115.98/1116.04	c 61 iterations, 4610 restarts, 0 skipped
1115.98/1116.04	c 14 enlarged, 5250 shrunken, 15749 rescored, 442 rebiased
1115.98/1116.04	c 75 simplifications, 0 reductions
1115.98/1116.04	c
1115.98/1116.04	c vars: 13553 fixed, 2511 equiv, 70532 elim, 3448 merged
1115.98/1116.04	c elim: 19370805 resolutions, 71 phases, 32 rounds
1115.98/1116.04	c sbst: 81% substituted, 0.7% nots, 92.1% ands, 1.2% xors, 6.0% ites
1115.98/1116.04	c arty: 2.06 and 2.00 xor average arity
1115.98/1116.04	c prbe: 1960233 probed, 1176 phases, 57 rounds
1115.98/1116.04	c prbe: 1829 failed, 2351 lifted, 607 merged
1115.98/1116.04	c sccs: 15 non trivial, 0 fixed, 73 merged
1115.98/1116.04	c hash: 590 units, 2768 merged
1115.98/1116.04	c mins: 231447508 learned, 39% deleted, 1478 strong, 234 depth
1115.98/1116.04	c subs: 70896 forward, 27178 backward, 108896 doms
1115.98/1116.04	c strs: 15256 forward, 1356 backward
1115.98/1116.04	c doms: 143351 dominators, 94320 high, 1011 low
1115.98/1116.04	c prps: 1329026109 propagations, 1.19 megaprops
1115.98/1116.04	c
1115.98/1116.04	c 1116.0 seconds, 188 MB max, 927 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-3308800-1303984529/watcher-3308800-1303984529 -o /tmp/evaluation-result-3308800-1303984529/solver-3308800-1303984529 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308800-1303984529.cnf 

running on 2 cores: 1,3

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.85 3.91 2.99 6/189 23296
/proc/meminfo: memFree=14970476/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=5536 CPUtime=0 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 1099 0 0 0 0 0 0 0 21 0 1 0 588683631 5668864 1055 33554432000 134512640 135151029 4288859904 18446744073709551615 134534687 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23296/statm: 1384 1067 60 156 0 1227 0

[startup+0.052145 s]
/proc/loadavg: 3.85 3.91 2.99 6/189 23296
/proc/meminfo: memFree=14970476/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=13220 CPUtime=0.04 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 3261 0 0 0 4 0 0 0 21 0 1 0 588683631 13537280 3119 33554432000 134512640 135151029 4288859904 18446744073709551615 134682423 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 3305 3120 64 156 0 3148 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13220

[startup+0.101137 s]
/proc/loadavg: 3.85 3.91 2.99 6/189 23296
/proc/meminfo: memFree=14970476/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=17824 CPUtime=0.1 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 4548 0 0 0 9 1 0 0 21 0 1 0 588683631 18251776 4277 33554432000 134512640 135151029 4288859904 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 4456 4278 64 156 0 4299 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 17824

[startup+0.301103 s]
/proc/loadavg: 3.85 3.91 2.99 6/189 23296
/proc/meminfo: memFree=14970476/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=29372 CPUtime=0.29 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 7674 0 0 0 28 1 0 0 22 0 1 0 588683631 30076928 7145 33554432000 134512640 135151029 4288859904 18446744073709551615 134581608 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 7343 7146 80 156 0 7186 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29372

[startup+0.701036 s]
/proc/loadavg: 3.85 3.91 2.99 6/189 23296
/proc/meminfo: memFree=14970476/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=39924 CPUtime=0.69 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 12526 0 0 0 67 2 0 0 24 0 1 0 588683631 40882176 9761 33554432000 134512640 135151029 4288859904 18446744073709551615 134561379 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 9981 9761 80 156 0 9824 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39924

[startup+1.50087 s]
/proc/loadavg: 3.85 3.91 2.99 5/188 23300
/proc/meminfo: memFree=15042040/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=44152 CPUtime=1.49 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 13425 0 0 0 147 2 0 0 25 0 1 0 588683631 45211648 10660 33554432000 134512640 135151029 4288859904 18446744073709551615 134518606 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 11038 10660 80 156 0 10881 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44152

[startup+3.10057 s]
/proc/loadavg: 3.85 3.91 2.99 5/187 23300
/proc/meminfo: memFree=15031880/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=38548 CPUtime=3.09 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 13809 0 0 0 306 3 0 0 25 0 1 0 588683631 39473152 9295 33554432000 134512640 135151029 4288859904 18446744073709551615 134567933 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 9637 9295 80 156 0 9480 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38548

[startup+6.30096 s]
/proc/loadavg: 3.86 3.91 3.00 5/190 23324
/proc/meminfo: memFree=15016984/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=39060 CPUtime=6.3 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 14814 0 0 0 627 3 0 0 25 0 1 0 588683631 39997440 9439 33554432000 134512640 135151029 4288859904 18446744073709551615 134578147 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 9765 9439 80 156 0 9608 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 39060

[startup+12.7007 s]
/proc/loadavg: 3.87 3.91 3.00 5/190 23324
/proc/meminfo: memFree=15013312/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=44072 CPUtime=12.69 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 21836 0 0 0 1265 4 0 0 25 0 1 0 588683631 45129728 10690 33554432000 134512640 135151029 4288859904 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 11018 10690 80 156 0 10861 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44072

[startup+25.5003 s]
/proc/loadavg: 3.90 3.92 3.02 6/190 23325
/proc/meminfo: memFree=14989032/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=50700 CPUtime=25.49 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 30220 0 0 0 2544 5 0 0 25 0 1 0 588683631 51916800 12327 33554432000 134512640 135151029 4288859904 18446744073709551615 134572573 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 12675 12327 80 156 0 12518 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50700

[startup+51.1005 s]
/proc/loadavg: 3.93 3.92 3.04 6/190 23353
/proc/meminfo: memFree=15538892/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=64592 CPUtime=51.09 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 43741 0 0 0 5101 8 0 0 25 0 1 0 588683631 66142208 15817 33554432000 134512640 135151029 4288859904 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 16148 15817 80 156 0 15991 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 64592

[startup+102.307 s]
/proc/loadavg: 3.97 3.93 3.09 5/190 23355
/proc/meminfo: memFree=15456132/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=87268 CPUtime=102.3 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 65292 0 0 0 10218 12 0 0 25 0 1 0 588683631 89362432 21483 33554432000 134512640 135151029 4288859904 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 21817 21483 80 156 0 21660 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 87268

[startup+162.3 s]
/proc/loadavg: 4.02 3.96 3.15 6/190 23356
/proc/meminfo: memFree=15384428/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=113292 CPUtime=162.29 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 82311 0 0 0 16215 14 0 0 25 0 1 0 588683631 116011008 27984 33554432000 134512640 135151029 4288859904 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 28323 27984 80 156 0 28166 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 113292

[startup+222.301 s]
/proc/loadavg: 4.07 3.98 3.20 5/190 23385
/proc/meminfo: memFree=15510716/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=133088 CPUtime=222.29 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 96616 0 0 0 22212 17 0 0 25 0 1 0 588683631 136282112 32933 33554432000 134512640 135151029 4288859904 18446744073709551615 134520453 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 33272 32933 80 156 0 33115 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 133088

[startup+282.301 s]
/proc/loadavg: 4.02 3.98 3.25 5/190 23415
/proc/meminfo: memFree=16299284/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=145620 CPUtime=282.29 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 108382 0 0 0 28209 20 0 0 25 0 1 0 588683631 149114880 36075 33554432000 134512640 135151029 4288859904 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 36405 36075 80 156 0 36248 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 145620

[startup+342.301 s]
/proc/loadavg: 4.01 3.98 3.29 5/190 23452
/proc/meminfo: memFree=16128652/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=162292 CPUtime=342.3 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 121171 0 0 0 34208 22 0 0 25 0 1 0 588683631 166187008 40240 33554432000 134512640 135151029 4288859904 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 40573 40240 80 156 0 40416 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 162292

[startup+402.301 s]
/proc/loadavg: 4.00 3.98 3.33 5/190 23454
/proc/meminfo: memFree=16056020/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=169232 CPUtime=402.3 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 129370 0 0 0 40206 24 0 0 25 0 1 0 588683631 173293568 41971 33554432000 134512640 135151029 4288859904 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 42308 41971 80 156 0 42151 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 169232

[startup+462.3 s]
/proc/loadavg: 4.00 3.98 3.37 5/190 23455
/proc/meminfo: memFree=15978984/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=182800 CPUtime=462.3 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 139953 0 0 0 46204 26 0 0 25 0 1 0 588683631 187187200 45354 33554432000 134512640 135151029 4288859904 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 45700 45354 80 156 0 45543 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 182800

[startup+522.301 s]
/proc/loadavg: 4.00 3.98 3.41 5/190 23457
/proc/meminfo: memFree=15947724/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=185088 CPUtime=522.29 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 147059 0 0 0 52202 27 0 0 25 0 1 0 588683631 189530112 45943 33554432000 134512640 135151029 4288859904 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 46272 45943 80 156 0 46115 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 185088

[startup+582.301 s]
/proc/loadavg: 4.00 3.98 3.44 5/190 23459
/proc/meminfo: memFree=15925748/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=198788 CPUtime=582.29 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 160606 0 0 0 58199 30 0 0 25 0 1 0 588683631 203558912 49331 33554432000 134512640 135151029 4288859904 18446744073709551615 134554656 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 49697 49331 80 156 0 49540 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 198788

[startup+642.3 s]
/proc/loadavg: 4.03 3.99 3.48 5/190 23460
/proc/meminfo: memFree=15905532/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=197044 CPUtime=642.3 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 165495 0 0 0 64199 31 0 0 25 0 1 0 588683631 201773056 48934 33554432000 134512640 135151029 4288859904 18446744073709551615 134521974 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 49261 48934 80 156 0 49104 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 197044

[startup+702.301 s]
/proc/loadavg: 4.01 3.99 3.51 5/190 23462
/proc/meminfo: memFree=15893612/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=199096 CPUtime=702.29 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 174695 0 0 0 70197 32 0 0 25 0 1 0 588683631 203874304 49447 33554432000 134512640 135151029 4288859904 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 49774 49447 80 156 0 49617 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 199096

[startup+762.306 s]
/proc/loadavg: 3.55 3.88 3.50 4/184 23480
/proc/meminfo: memFree=16184896/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=199096 CPUtime=762.3 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 184241 0 0 0 76197 33 0 0 25 0 1 0 588683631 203874304 49447 33554432000 134512640 135151029 4288859904 18446744073709551615 134554549 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 49774 49447 80 156 0 49617 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 199096

[startup+822.301 s]
/proc/loadavg: 3.25 3.73 3.47 4/184 23482
/proc/meminfo: memFree=16178568/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=199340 CPUtime=822.3 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 190635 0 0 0 82195 35 0 0 25 0 1 0 588683631 204124160 49477 33554432000 134512640 135151029 4288859904 18446744073709551615 134542619 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 49835 49477 80 156 0 49678 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 199340

[startup+882.301 s]
/proc/loadavg: 3.09 3.60 3.44 4/184 23484
/proc/meminfo: memFree=16169632/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=199084 CPUtime=882.29 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 200218 0 0 0 88193 36 0 0 25 0 1 0 588683631 203862016 49442 33554432000 134512640 135151029 4288859904 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 49771 49442 80 156 0 49614 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 199084

[startup+942.3 s]
/proc/loadavg: 3.03 3.49 3.41 4/184 23485
/proc/meminfo: memFree=16169488/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=199084 CPUtime=942.29 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 209765 0 0 0 94192 37 0 0 25 0 1 0 588683631 203862016 49443 33554432000 134512640 135151029 4288859904 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 49771 49443 80 156 0 49614 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 199084

[startup+1002.3 s]
/proc/loadavg: 3.01 3.39 3.38 4/184 23487
/proc/meminfo: memFree=16156832/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=199600 CPUtime=1002.29 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 216204 0 0 0 100191 38 0 0 25 0 1 0 588683631 204390400 49518 33554432000 134512640 135151029 4288859904 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 49900 49518 80 156 0 49743 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 199600

[startup+1062.3 s]
/proc/loadavg: 3.00 3.32 3.35 4/184 23488
/proc/meminfo: memFree=16155948/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=199084 CPUtime=1062.29 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 225831 0 0 0 106189 40 0 0 25 0 1 0 588683631 203862016 49445 33554432000 134512640 135151029 4288859904 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 49771 49445 80 156 0 49614 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 199084

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

[startup+1075.1 s]
/proc/loadavg: 3.00 3.30 3.35 4/184 23489
/proc/meminfo: memFree=16155824/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=198060 CPUtime=1075.08 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 227991 0 0 0 107468 40 0 0 25 0 1 0 588683631 202813440 49193 33554432000 134512640 135151029 4288859904 18446744073709551615 134554594 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 49515 49193 80 156 0 49358 0
Current children cumulated CPU time (s) 1075.08
Current children cumulated vsize (KiB) 198060

[startup+1100.7 s]
/proc/loadavg: 3.00 3.28 3.34 4/184 23489
/proc/meminfo: memFree=16151472/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=198060 CPUtime=1100.69 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 232304 0 0 0 110028 41 0 0 25 0 1 0 588683631 202813440 49194 33554432000 134512640 135151029 4288859904 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 49515 49194 80 156 0 49358 0
Current children cumulated CPU time (s) 1100.69
Current children cumulated vsize (KiB) 198060

[startup+1107.1 s]
/proc/loadavg: 3.00 3.27 3.34 4/184 23490
/proc/meminfo: memFree=16151348/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=198060 CPUtime=1107.08 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 234460 0 0 0 110667 41 0 0 25 0 1 0 588683631 202813440 49194 33554432000 134512640 135151029 4288859904 18446744073709551615 134552157 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 49515 49194 80 156 0 49358 0
Current children cumulated CPU time (s) 1107.08
Current children cumulated vsize (KiB) 198060

[startup+1110.3 s]
/proc/loadavg: 3.00 3.27 3.33 4/184 23490
/proc/meminfo: memFree=16151472/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=198060 CPUtime=1110.28 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 234460 0 0 0 110987 41 0 0 25 0 1 0 588683631 202813440 49194 33554432000 134512640 135151029 4288859904 18446744073709551615 134554594 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 49515 49194 80 156 0 49358 0
Current children cumulated CPU time (s) 1110.28
Current children cumulated vsize (KiB) 198060

[startup+1113.5 s]
/proc/loadavg: 3.00 3.27 3.33 4/184 23490
/proc/meminfo: memFree=16152960/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=198060 CPUtime=1113.48 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 234460 0 0 0 111307 41 0 0 25 0 1 0 588683631 202813440 49194 33554432000 134512640 135151029 4288859904 18446744073709551615 134554549 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 49515 49194 80 156 0 49358 0
Current children cumulated CPU time (s) 1113.48
Current children cumulated vsize (KiB) 198060

[startup+1115.1 s]
/proc/loadavg: 3.00 3.26 3.33 4/184 23490
/proc/meminfo: memFree=16151844/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=199084 CPUtime=1115.08 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 234973 0 0 0 111467 41 0 0 25 0 1 0 588683631 203862016 49450 33554432000 134512640 135151029 4288859904 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 49771 49450 80 156 0 49614 0
Current children cumulated CPU time (s) 1115.08
Current children cumulated vsize (KiB) 199084

[startup+1115.5 s]
/proc/loadavg: 3.00 3.26 3.33 4/184 23490
/proc/meminfo: memFree=16151720/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=199084 CPUtime=1115.48 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 234973 0 0 0 111507 41 0 0 25 0 1 0 588683631 203862016 49450 33554432000 134512640 135151029 4288859904 18446744073709551615 134520405 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 49771 49450 80 156 0 49614 0
Current children cumulated CPU time (s) 1115.48
Current children cumulated vsize (KiB) 199084

[startup+1115.9 s]
/proc/loadavg: 3.00 3.26 3.33 4/184 23490
/proc/meminfo: memFree=16151720/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=199084 CPUtime=1115.88 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 234973 0 0 0 111547 41 0 0 25 0 1 0 588683631 203862016 49450 33554432000 134512640 135151029 4288859904 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 49771 49450 80 156 0 49614 0
Current children cumulated CPU time (s) 1115.88
Current children cumulated vsize (KiB) 199084

[startup+1116 s]
/proc/loadavg: 3.00 3.26 3.33 4/184 23490
/proc/meminfo: memFree=16151720/32950928 swapFree=67111528/67111528
[pid=23296] ppid=23294 vsize=199084 CPUtime=1115.98 cores=1,3
/proc/23296/stat : 23296 (precosat) R 23294 23296 23061 0 -1 4202496 234973 0 0 0 111557 41 0 0 25 0 1 0 588683631 203862016 49450 33554432000 134512640 135151029 4288859904 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23296/statm: 49771 49450 80 156 0 49614 0
Current children cumulated CPU time (s) 1115.98
Current children cumulated vsize (KiB) 199084

Child status: 20
Real time (s): 1116.06
CPU time (s): 1116.05
CPU user time (s): 1115.63
CPU system time (s): 0.424935
CPU usage (%): 99.9994
Max. virtual memory (cumulated for all children) (KiB): 201196

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

runsolver used 1.83172 second user time and 4.26635 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-28 11:55:30
IDJOB=3308800
IDBENCH=82469
IDSOLVER=1690
FILE ID=node114/3308800-1303984529
RUNJOBID= node114-1303983220-23081
PBS_JOBID= 13168712
Free space on /tmp= 71744 MiB

SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308800-1303984529/watcher-3308800-1303984529 -o /tmp/evaluation-result-3308800-1303984529/solver-3308800-1303984529 -C 2400 -W 1300 -M 7680  HOME/precosat HOME/instance-3308800-1303984529.cnf

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

MD5SUM BENCH= 9059f458d76edcc4dc5681746a6de6e5
RANDOM SEED=1329239758

node114.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.848
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.848
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.848
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.848
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.848
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.848
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.848
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.848
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:      14970632 kB
Buffers:       2319908 kB
Cached:       13435156 kB
SwapCached:          0 kB
Active:        8708732 kB
Inactive:      8678092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14970632 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           19828 kB
Writeback:           0 kB
AnonPages:     1631184 kB
Mapped:          16116 kB
Slab:           525048 kB
PageTables:       8284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1825776 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= 71792 MiB
End job on node114 at 2011-04-28 12:14:06