Trace number 3365531

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 1799.3 1799.26

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.11.unsat.cnf
MD5SUM90581094793af5fc10d4e4b9a10259ac
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark642.926
Satisfiable
(Un)Satisfiability was proved
Number of variables1400
Number of clauses4732
Sum of the clauses size12300
Maximum clause length21
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22052
Number of clauses of size 32605
Number of clauses of size 427
Number of clauses of size 531
Number of clauses of size over 514

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-3365531-1305315244.cnf
0.00/0.00	c found header 'p cnf 1400 4732'
0.00/0.00	c finished parsing
0.00/0.00	c
0.00/0.00	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.00/0.00	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.00/0.00	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.00/0.00	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.00/0.00	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.00/0.00	c --random=1 --spread=2000 --seed=0 --skip=25
0.00/0.00	c
0.00/0.00	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.00/0.00	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.00/0.00	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.00/0.00	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.00/0.00	c
0.00/0.00	c starting search after 0.0 seconds
0.00/0.00	c no decision limit
0.00/0.00	c
0.00/0.00	c       original/binary      fixed     eliminated      learned       agility
0.00/0.00	c   seconds        variables     equivalent    conflicts       height       MB
0.00/0.00	c
0.00/0.00	c *    0.0     4729    1397      3     0      0       0      0    0.0   0    0
0.00/0.02	c -    0.0     5489    1025     18    12    345       0   1000    0.0   0    1
0.00/0.02	c s    0.0     4290     841     18    12    529       0      0    0.0   0    0
0.00/0.02	c l    0.0     4290     841     18    12    529       0   3155    0.0   0    0
0.00/0.03	c N    0.0     4299     840     19    12    529     121    119   30.0  37    0
0.04/0.04	c N    0.0     4300     840     19    12    529     221    219   26.0  43    1
0.04/0.08	c N    0.1     4301     840     19    12    529     823    821   20.6  47    1
0.04/0.09	c s    0.1     4289     840     19    12    529     901    890   20.1  45    1
0.09/0.10	c B    0.1     4290     840     19    12    529    1002    991   22.7  45    1
0.09/0.17	c s    0.2     4295     840     19    12    529    1952   1941   29.2  41    1
0.09/0.17	c B    0.2     4295     840     19    12    529    2002   1991   28.8  42    1
0.09/0.19	c N    0.2     4299     840     19    12    529    2429   2418   28.7  42    1
0.20/0.23	c +    0.2     4300     840     19    12    529    3159   3470   29.1  41    1
0.20/0.27	c s    0.3     4301     840     19    12    529    3734   3497   28.6  38    1
0.20/0.29	c +    0.3     4302     840     19    12    529    3947   3817   28.4  34    1
0.30/0.36	c +    0.4     4306     840     19    12    529    4931   4198   27.2  34    1
0.30/0.39	c s    0.4     4306     840     19    12    529    5284   4185   26.8  35    1
0.40/0.43	c +    0.4     4398     840     19    12    529    6161   4617   26.5  34    1
0.40/0.45	c N    0.5     4398     840     19    12    529    6438   4483   26.7  39    1
0.50/0.52	c
0.50/0.52	c       original/binary      fixed     eliminated      learned       agility
0.50/0.52	c   seconds        variables     equivalent    conflicts       height       MB
0.50/0.52	c
0.50/0.52	c s    0.5     4398     840     19    12    529    7534   4631   27.3  41    1
0.50/0.53	c +    0.5     4398     840     19    12    529    7701   5078   27.2  43    1
0.50/0.54	c B    0.5     4398     840     19    12    529    8007   4936   26.8  37    1
0.60/0.66	c +    0.7     4398     840     19    12    529    9625   5585   26.0  46    2
0.80/0.85	c +    0.8     4398     840     19    12    529   12030   6143   25.1  38    2
1.00/1.07	c +    1.1     4398     840     19    12    529   15036   6757   24.8  41    2
1.11/1.14	c N    1.1     4398     840     19    12    529   16062   6776   24.6  40    2
1.30/1.37	c +    1.4     4398     840     19    12    529   18795   7432   23.9  37    2
1.70/1.75	c +    1.8     4398     840     19    12    529   23491   8175   22.9  44    2
1.70/1.79	c B    1.8     4398     840     19    12    529   24011   8066   22.9  46    2
2.10/2.20	c +    2.2     4398     840     19    12    529   29360   8992   22.4  44    3
2.59/2.66	c s    2.7     4400     840     19    12    529   33953   6768   22.1  44    2
2.79/2.87	c +    2.9     4400     840     19    12    529   36700   9891   21.9  40    2
2.99/3.02	c N    3.0     4400     840     19    12    529   38511   9921   21.7  42    3
3.59/3.63	c s    3.6     4371     834     19    12    535   45078   9766   21.4  41    2
3.69/3.70	c +    3.7     4373     834     19    12    535   45876  10880   21.4  39    3
3.89/3.90	c s    3.9     4373     834     19    12    535   48310  10902   21.3  38    3
4.59/4.68	c +    4.7     4373     834     19    12    535   57346  11968   20.7  41    3
5.19/5.27	c B    5.3     4373     834     19    12    535   64023  12007   20.6  44    4
5.89/5.95	c
5.89/5.95	c       original/binary      fixed     eliminated      learned       agility
5.89/5.95	c   seconds        variables     equivalent    conflicts       height       MB
5.89/5.95	c
5.89/5.95	c +    6.0     4373     834     19    12    535   71680  13164   20.4  46    5
6.20/6.21	c s    6.2     4374     834     19    12    535   74255   9915   20.3  43    2
6.50/6.51	c s    6.5     4375     834     19    12    535   77196  12855   20.3  35    3
7.49/7.60	c +    7.6     4375     834     19    12    535   89600  14480   20.3  36    3
7.60/7.62	c N    7.6     4375     834     19    12    535   89791  13373   20.3  39    3
9.91/9.92	c +    9.9     4375     834     19    12    535  112000  15928   19.6  38    4
12.70/12.74	c +   12.7     4375     834     19    12    535  140002  17520   19.1  41    4
14.59/14.66	c B   14.7     4375     834     19    12    535  160046  17545   19.7  41    5
15.99/16.08	c +   16.1     4375     834     19    12    535  175000  19272   19.9  40    5
19.30/19.34	c N   19.3     4375     834     19    12    535  205149  28461   20.0  39    7
19.40/19.49	c s   19.5     4380     834     19    12    535  206336  14490   20.0  40    2
20.49/20.50	c +   20.5     4380     834     19    12    535  218753  21199   19.9  43    5
26.10/26.11	c +   26.1     4380     834     19    12    535  273442  23318   19.6  43    7
30.49/30.55	c s   30.6     4381     834     19    12    535  315167  23348   19.1  39    6
31.19/31.25	c s   31.3     4382     834     19    12    535  322045  23347   19.1  39    5
33.29/33.34	c +   33.3     4382     834     19    12    535  341801  25649   18.9  39    5
37.09/37.12	c s   37.1     4383     834     19    12    535  372313  25677   18.6  38    4
37.79/37.81	c s   37.8     4385     834     19    12    535  380795  25678   18.8  36    4
38.09/38.11	c B   38.1     4386     834     19    12    535  384098  25691   18.8  36    5
38.51/38.51	c
38.51/38.51	c       original/binary      fixed     eliminated      learned       agility
38.51/38.51	c   seconds        variables     equivalent    conflicts       height       MB
38.51/38.51	c
38.51/38.51	c s   38.5     4386     834     19    12    535  388099  25717   18.9  47    4
43.69/43.70	c +   43.7     4386     834     19    12    535  427251  28213   19.2  40    8
48.89/48.90	c s   48.9     4387     834     19    12    535  460598  24412   19.3  34    4
48.99/49.03	c N   49.0     4387     834     19    12    535  461508  25322   19.3  46    5
60.40/60.49	c +   60.5     4387     834     19    12    535  534060  31034   18.6  38    7
80.49/80.56	c +   80.6     4387     834     19    12    535  667575  34137   18.3  42    8
82.50/82.52	c s   82.5     4388     834     19    12    535  680130  34176   18.3  45    6
87.59/87.64	c s   87.6     4389     834     19    12    535  726172  47386   18.2  40    6
89.10/89.15	c s   89.2     4397     834     19    12    535  739684  34195   18.3  42    6
98.79/98.90	c +   98.9     4397     834     19    12    535  834466  37550   17.6  34    7
101.10/101.17	c s  101.2     4398     834     19    12    535  855972  37563   17.4  31    4
101.99/102.05	c s  102.1     4406     834     19    12    535  865255  37619   17.5  42    5
104.79/104.82	c B  104.8     4406     834     19    12    535  896176  37582   17.7  33    8
105.19/105.22	c s  105.2     4407     834     19    12    535  899793  37575   17.7  35    6
106.49/106.54	c s  106.5     4412     834     19    12    535  913626  37640   17.8  41    6
107.99/108.08	c s  108.1     4419     834     19    12    535  923715  37619   17.8  45    7
121.89/121.98	c N  122.0     4419     834     19    12    535 1025383  37602   18.2  39    9
124.69/124.73	c +  124.7     4419     834     19    12    535 1043081  41305   18.2  43    9
125.69/125.74	c s  125.8     4420     834     19    12    535 1050679  41318   18.2  32    6
127.09/127.16	c
127.09/127.16	c       original/binary      fixed     eliminated      learned       agility
127.09/127.16	c   seconds        variables     equivalent    conflicts       height       MB
127.09/127.16	c
127.09/127.16	c s  127.2     4434     834     19    12    535 1060374  41359   18.2  42    7
128.60/128.70	c s  128.7     4441     834     19    12    535 1075176  41342   18.2  42    7
130.09/130.10	c s  130.1     4442     834     19    12    535 1086364  41394   18.2  43    7
164.39/164.45	c s  164.5     4443     834     19    12    535 1300822  45225   17.9  40    7
164.79/164.81	c +  164.8     4464     834     19    12    535 1303850  45435   17.9  36    7
166.00/166.04	c s  166.1     4464     834     19    12    535 1314396  45489   17.9  42    7
167.69/167.76	c s  167.8     4432     832     20    12    536 1326930  45453   18.0  36    7
173.99/174.04	c s  174.0     4433     832     20    12    536 1372141  45436   18.2  28    7
176.19/176.23	c s  176.2     4434     832     20    12    536 1389276  45474   18.3  45    8
213.80/213.84	c +  213.9     4434     832     20    12    536 1629813  49978   18.0  45   12
244.21/244.26	c s  244.3     4438     832     20    12    536 1817650  49997   17.8  24    9
277.50/277.56	c +  277.6     4438     832     20    12    536 2037265  54975   17.7  42   16
279.30/279.39	c B  279.4     4438     832     20    12    536 2048380  55012   17.7  37   13
299.70/299.79	c s  299.8     4439     832     20    12    536 2168509  54993   17.7  28    8
302.30/302.31	c s  302.3     4441     832     20    12    536 2183537  55010   17.7  44    9
311.90/311.94	c s  311.9     4442     832     20    12    536 2239240  55008   17.6  39    7
314.10/314.14	c s  314.1     4446     832     20    12    536 2252747  55020   17.7  37    7
314.61/314.65	c N  314.7     4446     832     20    12    536 2255619  55027   17.7  41    8
367.10/367.15	c +  367.2     4446     832     20    12    536 2546582  60472   17.6  40   13
400.50/400.54	c
400.50/400.54	c       original/binary      fixed     eliminated      learned       agility
400.50/400.54	c   seconds        variables     equivalent    conflicts       height       MB
400.50/400.54	c
400.50/400.54	c s  400.6     4447     832     20    12    536 2734647  60482   17.4  34    9
402.70/402.76	c s  402.8     4451     832     20    12    536 2750174  60536   17.4  40    9
406.90/406.91	c s  406.9     4452     832     20    12    536 2789515  60486   17.4  30    7
419.50/419.52	c s  419.5     4453     832     20    12    536 2860992  60559   17.3  37    9
480.40/480.41	c +  480.4     4453     832     20    12    536 3183225  66519   17.2  37   19
630.50/630.58	c +  630.6     4453     832     20    12    536 3979030  73170   16.5  42   21
641.60/641.65	c s  641.7     4454     832     20    12    536 4029577  73365   16.4  36   11
645.10/645.12	c s  645.1     4455     832     20    12    536 4047285  73210   16.4  38   12
755.50/755.55	c B  755.6     4455     832     20    12    536 4608724  73385   16.3  40   19
798.21/798.22	c s  798.2     4467     832     20    12    536 4807595  54893   16.2  41    8
823.21/823.24	c N  823.3     4467     832     20    12    536 4920911  73224   16.3  38   15
836.41/836.43	c +  836.5     4467     832     20    12    536 4973785  80487   16.3  40   15
871.23/871.21	c s  871.2     4468     832     20    12    536 5126839  80526   16.2  38   12
875.22/875.24	c s  875.3     4469     832     20    12    536 5150733  80527   16.2  44   13
1027.92/1027.96	c s 1028.0     4470     832     20    12    536 5871314  80515   16.1  23   10
1097.22/1097.26	c + 1097.3     4470     832     20    12    536 6217230  88535   16.0  40   19
1201.72/1201.72	c s 1201.8     4471     832     20    12    536 6634718  88573   15.9  36   11
1206.52/1206.58	c s 1206.6     4483     827     22    13    538 6653983  87075   15.9  42   12
1229.62/1229.60	c s 1229.6     4484     827     22    13    538 6767826  88549   15.9  35   14
1234.24/1234.23	c
1234.24/1234.23	c       original/binary      fixed     eliminated      learned       agility
1234.24/1234.23	c   seconds        variables     equivalent    conflicts       height       MB
1234.24/1234.23	c
1234.24/1234.23	c s 1234.3     4488     827     22    13    538 6788705  88577   15.9  36   13
1338.74/1338.79	c s 1338.8     4489     827     22    13    538 7210227  88761   15.9  42   13
1342.23/1342.29	c s 1342.3     4490     827     22    13    538 7236014  88620   15.9  33   12
1461.23/1461.27	c + 1461.3     4490     827     22    13    538 7771535  97388   15.9  36   21
1524.03/1524.03	c s 1524.1     4492     827     22    13    538 8058540  97396   15.8  28   11
1657.74/1657.73	c s 1657.8     4493     827     22    13    538 8594715  97415   15.7  40   15
1663.24/1663.25	c s 1663.3     4495     827     22    13    538 8617939  97438   15.7  33   14
1674.43/1674.40	c s 1674.4     4496     827     22    13    538 8680132  97401   15.7  27   12
1680.84/1680.84	c s 1680.9     4586     826     22    14    538 8706743  96669   15.7  41   12
1686.83/1686.88	c s 1686.9     4588     826     22    14    538 8727723  97428   15.7  38   12
1703.43/1703.46	c s 1703.5     4589     826     22    14    538 8805974  97419   15.6  37   13
1737.94/1737.99	c s 1738.0     4590     826     22    14    538 8956829  97422   15.6  36   12
1742.44/1742.42	c s 1742.5     4660     821     23    17    539 8982053  95961   15.6  37   11
1747.94/1747.99	c s 1748.0     4768     820     23    18    539 9009783  97431   15.6  38   12
1753.44/1753.42	c - 1753.5     4775     820     23    18    539 9031758  94467   15.5  35   10
1753.44/1753.50	c s 1753.5     4739     818     23    18    541 9031758  95241   15.5  35   11
1758.84/1758.91	c s 1759.0     5258     801     29    29    541 9054856  73055   15.5  39    9
1758.84/1758.91	c - 1759.0     5258     801     29    29    541 9054856  91633   15.5  39    9
1775.53/1775.55	c s 1775.6     4802     795     29    30    546 9129439  90153   15.5  41   11
1777.64/1777.66	c
1777.64/1777.66	c       original/binary      fixed     eliminated      learned       agility
1777.64/1777.66	c   seconds        variables     equivalent    conflicts       height       MB
1777.64/1777.66	c
1777.64/1777.66	c + 1777.7     5225     789     32    33    546 9140294 100796   15.5  40   13
1779.84/1779.89	c s 1779.9     6641     755     45    54    546 9149661  97947   15.5  36   12
1779.84/1779.89	c - 1779.9     6641     755     45    54    546 9149661  94749   15.5  36   12
1791.84/1791.81	c s 1791.9     6352     742     45    54    559 9200723  90128   15.5  38   10
1798.03/1798.05	c s 1798.1     6290     739     48    54    559 9227740  94799   15.4  38   11
1799.23/1799.25	c 0 1799.3    20098     281    428   132    559 9231512  94748   15.4  32   15
1799.23/1799.25	c
1799.23/1799.25	s UNSATISFIABLE
1799.23/1799.25	c
1799.23/1799.25	c 9231512 conflicts, 11314373 decisions, 1 random
1799.23/1799.25	c 7 iterations, 5 restarts, 15193 skipped
1799.23/1799.25	c 37 enlarged, 155 shrunken, 90227 rescored, 2039 rebiased
1799.23/1799.25	c 72 simplifications, 9 reductions
1799.23/1799.25	c
1799.23/1799.25	c vars: 428 fixed, 132 equiv, 559 elim, 216 merged
1799.23/1799.25	c elim: 127843 resolutions, 9 phases, 9 rounds
1799.23/1799.25	c sbst: 100% substituted, 0.0% nots, 90.3% ands, 9.7% xors, 0.0% ites
1799.23/1799.25	c arty: 2.03 and 2.00 xor average arity
1799.23/1799.25	c prbe: 136490 probed, 72 phases, 81 rounds
1799.23/1799.25	c prbe: 3 failed, 52 lifted, 5 merged
1799.23/1799.25	c sccs: 0 non trivial, 0 fixed, 0 merged
1799.23/1799.25	c hash: 11 units, 211 merged
1799.23/1799.25	c mins: 269374289 learned, 51% deleted, 1332 strong, 59 depth
1799.23/1799.25	c subs: 244 forward, 613 backward, 24267 doms
1799.23/1799.25	c strs: 237 forward, 26 backward
1799.23/1799.25	c doms: 24486 dominators, 23862 high, 120 low
1799.23/1799.25	c prps: 1562741603 propagations, 0.87 megaprops
1799.23/1799.25	c
1799.23/1799.25	c 1799.3 seconds, 26 MB max, 1231 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-3365531-1305315244/watcher-3365531-1305315244 -o /tmp/evaluation-result-3365531-1305315244/solver-3365531-1305315244 -C 5000 -W 5100 -M 15500 HOME/precosat HOME/instance-3365531-1305315244.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: 0.00 0.00 0.00 2/336 7534
/proc/meminfo: memFree=9809176/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=1392 CPUtime=0 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 272 0 0 0 0 0 0 0 22 0 1 0 643122416 1425408 229 33554432000 134512640 135151029 4287915584 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 348 230 80 156 0 191 0

[startup+0.0412271 s]
/proc/loadavg: 0.00 0.00 0.00 2/336 7534
/proc/meminfo: memFree=9809176/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=1656 CPUtime=0.04 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 338 0 0 0 4 0 0 0 22 0 1 0 643122416 1695744 295 33554432000 134512640 135151029 4287915584 18446744073709551615 134554752 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 414 295 80 156 0 257 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1656

[startup+0.100244 s]
/proc/loadavg: 0.00 0.00 0.00 2/336 7534
/proc/meminfo: memFree=9809176/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=1656 CPUtime=0.09 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 348 0 0 0 9 0 0 0 22 0 1 0 643122416 1695744 305 33554432000 134512640 135151029 4287915584 18446744073709551615 134574638 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 414 305 80 156 0 257 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1656

[startup+0.301187 s]
/proc/loadavg: 0.00 0.00 0.00 2/336 7534
/proc/meminfo: memFree=9809176/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=2316 CPUtime=0.3 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 508 0 0 0 30 0 0 0 23 0 1 0 643122416 2371584 465 33554432000 134512640 135151029 4287915584 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 579 465 80 156 0 422 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2316

[startup+0.701117 s]
/proc/loadavg: 0.00 0.00 0.00 2/336 7534
/proc/meminfo: memFree=9809176/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=2580 CPUtime=0.7 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 575 0 0 0 70 0 0 0 25 0 1 0 643122416 2641920 532 33554432000 134512640 135151029 4287915584 18446744073709551615 134554752 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 645 532 80 156 0 488 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2580

[startup+1.50098 s]
/proc/loadavg: 0.00 0.00 0.00 3/340 7541
/proc/meminfo: memFree=9723044/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=3108 CPUtime=1.5 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 710 0 0 0 150 0 0 0 25 0 1 0 643122416 3182592 667 33554432000 134512640 135151029 4287915584 18446744073709551615 134554582 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 777 667 80 156 0 620 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 3108

[startup+3.10069 s]
/proc/loadavg: 0.00 0.00 0.00 3/340 7541
/proc/meminfo: memFree=9687000/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=4828 CPUtime=3.09 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 1129 0 0 0 309 0 0 0 25 0 1 0 643122416 4943872 1086 33554432000 134512640 135151029 4287915584 18446744073709551615 134554549 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 1207 1086 80 156 0 1050 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4828

[startup+6.30114 s]
/proc/loadavg: 0.16 0.03 0.01 3/340 7541
/proc/meminfo: memFree=9673824/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=7080 CPUtime=6.3 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 1675 0 0 0 630 0 0 0 25 0 1 0 643122416 7249920 1632 33554432000 134512640 135151029 4287915584 18446744073709551615 134554774 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 1770 1632 80 156 0 1613 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 7080

[startup+12.701 s]
/proc/loadavg: 0.31 0.07 0.02 3/340 7541
/proc/meminfo: memFree=9671580/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=7080 CPUtime=12.7 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 1676 0 0 0 1270 0 0 0 25 0 1 0 643122416 7249920 1633 33554432000 134512640 135151029 4287915584 18446744073709551615 134554752 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 1770 1633 80 156 0 1613 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 7080

[startup+25.5008 s]
/proc/loadavg: 0.68 0.16 0.05 3/340 7541
/proc/meminfo: memFree=9671388/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=8288 CPUtime=25.5 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 2008 0 0 0 2550 0 0 0 25 0 1 0 643122416 8486912 1947 33554432000 134512640 135151029 4287915584 18446744073709551615 134552618 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 2072 1947 80 156 0 1915 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 8288

[startup+51.1002 s]
/proc/loadavg: 1.13 0.31 0.10 3/340 7569
/proc/meminfo: memFree=9804288/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=11708 CPUtime=51.09 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 2860 0 0 0 5109 0 0 0 25 0 1 0 643122416 11988992 2799 33554432000 134512640 135151029 4287915584 18446744073709551615 134555012 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 2927 2799 80 156 0 2770 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 11708

[startup+102.312 s]
/proc/loadavg: 1.62 0.56 0.20 3/340 7570
/proc/meminfo: memFree=9785816/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=16544 CPUtime=102.3 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 4045 0 0 0 10230 0 0 0 25 0 1 0 643122416 16941056 3984 33554432000 134512640 135151029 4287915584 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 4136 3984 80 156 0 3979 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 16544

[startup+162.301 s]
/proc/loadavg: 1.86 0.82 0.31 3/340 7572
/proc/meminfo: memFree=9777080/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=16544 CPUtime=162.29 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 4048 0 0 0 16229 0 0 0 25 0 1 0 643122416 16941056 3987 33554432000 134512640 135151029 4287915584 18446744073709551615 134554575 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 4136 3987 80 156 0 3979 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 16544

[startup+222.301 s]
/proc/loadavg: 1.95 1.04 0.41 3/340 7574
/proc/meminfo: memFree=9774444/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=16544 CPUtime=222.3 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 4054 0 0 0 22230 0 0 0 25 0 1 0 643122416 16941056 3993 33554432000 134512640 135151029 4287915584 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 4136 3993 80 156 0 3979 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 16544

[startup+282.301 s]
/proc/loadavg: 2.04 1.22 0.51 3/340 7575
/proc/meminfo: memFree=9771796/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=18608 CPUtime=282.3 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 4512 0 0 0 28230 0 0 0 25 0 1 0 643122416 19054592 4451 33554432000 134512640 135151029 4287915584 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 4652 4451 80 156 0 4495 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 18608

[startup+342.301 s]
/proc/loadavg: 2.01 1.36 0.60 3/340 7577
/proc/meminfo: memFree=9769644/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=18252 CPUtime=342.3 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 4724 0 0 0 34230 0 0 0 25 0 1 0 643122416 18690048 4451 33554432000 134512640 135151029 4287915584 18446744073709551615 134576059 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 4563 4451 80 156 0 4406 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 18252

[startup+402.3 s]
/proc/loadavg: 2.00 1.48 0.69 3/340 7578
/proc/meminfo: memFree=9767632/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=19428 CPUtime=402.3 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 5143 0 0 0 40230 0 0 0 25 0 1 0 643122416 19894272 4682 33554432000 134512640 135151029 4287915584 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 4857 4682 80 156 0 4700 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 19428

[startup+462.301 s]
/proc/loadavg: 2.00 1.57 0.77 3/340 7580
/proc/meminfo: memFree=9764236/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=19428 CPUtime=462.3 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 5209 0 0 0 46230 0 0 0 25 0 1 0 643122416 19894272 4748 33554432000 134512640 135151029 4287915584 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 4857 4748 80 156 0 4700 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 19428

[startup+522.3 s]
/proc/loadavg: 2.11 1.67 0.85 3/340 7582
/proc/meminfo: memFree=9759728/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=24220 CPUtime=522.3 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 6117 0 0 0 52230 0 0 0 25 0 1 0 643122416 24801280 5656 33554432000 134512640 135151029 4287915584 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 6055 5656 80 156 0 5898 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 24220

[startup+582.301 s]
/proc/loadavg: 2.09 1.75 0.93 3/340 7583
/proc/meminfo: memFree=9758804/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=25216 CPUtime=582.3 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 6327 0 0 0 58230 0 0 0 25 0 1 0 643122416 25821184 5866 33554432000 134512640 135151029 4287915584 18446744073709551615 134583486 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 6304 5866 80 156 0 6147 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 25216

[startup+642.301 s]

################
# More data... #
################

/proc/meminfo: memFree=9733964/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=28548 CPUtime=1122.32 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 7536 0 0 0 112231 1 0 0 25 0 1 0 643122416 29233152 6937 33554432000 134512640 135151029 4287915584 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 7137 6937 80 156 0 6980 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 28548

[startup+1182.3 s]
/proc/loadavg: 2.05 1.99 1.43 3/340 7599
/proc/meminfo: memFree=9733676/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=29096 CPUtime=1182.32 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 7646 0 0 0 118231 1 0 0 25 0 1 0 643122416 29794304 7047 33554432000 134512640 135151029 4287915584 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 7274 7047 80 156 0 7117 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 29096

[startup+1242.3 s]
/proc/loadavg: 2.02 1.99 1.47 3/340 7601
/proc/meminfo: memFree=9733156/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=28840 CPUtime=1242.32 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 7777 0 0 0 124231 1 0 0 25 0 1 0 643122416 29532160 7024 33554432000 134512640 135151029 4287915584 18446744073709551615 134555139 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 7210 7024 80 156 0 7053 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 28840

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.50 3/340 7602
/proc/meminfo: memFree=9727312/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=28840 CPUtime=1302.33 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 7778 0 0 0 130232 1 0 0 25 0 1 0 643122416 29532160 7025 33554432000 134512640 135151029 4287915584 18446744073709551615 134574657 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 7210 7025 80 156 0 7053 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 28840

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.53 3/340 7604
/proc/meminfo: memFree=9727540/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=28840 CPUtime=1362.33 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 7805 0 0 0 136232 1 0 0 25 0 1 0 643122416 29532160 7052 33554432000 134512640 135151029 4287915584 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 7210 7052 80 156 0 7053 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 28840

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 1.56 3/340 7606
/proc/meminfo: memFree=9727772/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=28840 CPUtime=1422.34 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 7807 0 0 0 142233 1 0 0 25 0 1 0 643122416 29532160 7054 33554432000 134512640 135151029 4287915584 18446744073709551615 134530772 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 7210 7054 80 156 0 7053 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 28840

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 1.58 3/340 7607
/proc/meminfo: memFree=9727264/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=29356 CPUtime=1482.33 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 7882 0 0 0 148232 1 0 0 25 0 1 0 643122416 30060544 7129 33554432000 134512640 135151029 4287915584 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 7339 7129 80 156 0 7182 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 29356

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 1.61 3/340 7609
/proc/meminfo: memFree=9727592/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=28584 CPUtime=1542.33 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 7975 0 0 0 154232 1 0 0 25 0 1 0 643122416 29270016 7031 33554432000 134512640 135151029 4287915584 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 7146 7031 80 156 0 6989 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 28584

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.63 3/340 7610
/proc/meminfo: memFree=9727688/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=28968 CPUtime=1602.33 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 8039 0 0 0 160232 1 0 0 25 0 1 0 643122416 29663232 7095 33554432000 134512640 135151029 4287915584 18446744073709551615 134554797 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 7242 7095 80 156 0 7085 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 28968

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 1.65 3/340 7621
/proc/meminfo: memFree=9726812/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=28712 CPUtime=1662.33 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 8326 0 0 0 166232 1 0 0 25 0 1 0 643122416 29401088 7059 33554432000 134512640 135151029 4287915584 18446744073709551615 134574605 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 7178 7059 80 156 0 7021 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 28712

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 1.67 3/340 7623
/proc/meminfo: memFree=9726764/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=28712 CPUtime=1722.33 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 8326 0 0 0 172232 1 0 0 25 0 1 0 643122416 29401088 7059 33554432000 134512640 135151029 4287915584 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 7178 7059 80 156 0 7021 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 28712

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.69 3/340 7624
/proc/meminfo: memFree=9726124/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=28712 CPUtime=1782.33 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 8326 0 0 0 178232 1 0 0 25 0 1 0 643122416 29401088 7059 33554432000 134512640 135151029 4287915584 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 7178 7059 80 156 0 7021 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 28712

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

[startup+1791.91 s]
/proc/loadavg: 2.01 2.01 1.70 3/340 7624
/proc/meminfo: memFree=9726120/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=28712 CPUtime=1791.94 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 8327 0 0 0 179193 1 0 0 25 0 1 0 643122416 29401088 7060 33554432000 134512640 135151029 4287915584 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 7178 7060 80 156 0 7021 0
Current children cumulated CPU time (s) 1791.94
Current children cumulated vsize (KiB) 28712

[startup+1795.1 s]
/proc/loadavg: 2.01 2.01 1.70 3/340 7625
/proc/meminfo: memFree=9726120/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=28712 CPUtime=1795.14 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 8327 0 0 0 179513 1 0 0 25 0 1 0 643122416 29401088 7060 33554432000 134512640 135151029 4287915584 18446744073709551615 134554888 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 7178 7060 80 156 0 7021 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 28712

[startup+1796.7 s]
/proc/loadavg: 2.01 2.01 1.70 3/340 7625
/proc/meminfo: memFree=9726120/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=28712 CPUtime=1796.73 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 8327 0 0 0 179672 1 0 0 25 0 1 0 643122416 29401088 7060 33554432000 134512640 135151029 4287915584 18446744073709551615 134578108 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 7178 7060 80 156 0 7021 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 28712

[startup+1798.3 s]
/proc/loadavg: 2.01 2.01 1.70 3/340 7625
/proc/meminfo: memFree=9725996/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=28712 CPUtime=1798.33 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 8327 0 0 0 179832 1 0 0 25 0 1 0 643122416 29401088 7060 33554432000 134512640 135151029 4287915584 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 7178 7060 80 156 0 7021 0
Current children cumulated CPU time (s) 1798.33
Current children cumulated vsize (KiB) 28712

[startup+1798.7 s]
/proc/loadavg: 2.01 2.01 1.70 3/340 7625
/proc/meminfo: memFree=9725996/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=28712 CPUtime=1798.73 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 8327 0 0 0 179872 1 0 0 25 0 1 0 643122416 29401088 7060 33554432000 134512640 135151029 4287915584 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 7178 7060 80 156 0 7021 0
Current children cumulated CPU time (s) 1798.73
Current children cumulated vsize (KiB) 28712

[startup+1799.1 s]
/proc/loadavg: 2.01 2.01 1.70 3/340 7625
/proc/meminfo: memFree=9725996/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=28712 CPUtime=1799.13 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 8327 0 0 0 179912 1 0 0 25 0 1 0 643122416 29401088 7060 33554432000 134512640 135151029 4287915584 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 7178 7060 80 156 0 7021 0
Current children cumulated CPU time (s) 1799.13
Current children cumulated vsize (KiB) 28712

[startup+1799.2 s]
/proc/loadavg: 2.01 2.01 1.70 3/340 7625
/proc/meminfo: memFree=9725996/32951124 swapFree=67082152/67111528
[pid=7534] ppid=7532 vsize=28712 CPUtime=1799.23 cores=0,2,4,6
/proc/7534/stat : 7534 (precosat) R 7532 7534 7502 0 -1 4202496 8327 0 0 0 179922 1 0 0 25 0 1 0 643122416 29401088 7060 33554432000 134512640 135151029 4287915584 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/7534/statm: 7178 7060 80 156 0 7021 0
Current children cumulated CPU time (s) 1799.23
Current children cumulated vsize (KiB) 28712

Child status: 20
Real time (s): 1799.26
CPU time (s): 1799.3
CPU user time (s): 1799.29
CPU system time (s): 0.015997
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 30696

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

runsolver used 6.26905 second user time and 13.223 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-13 21:34:05
IDJOB=3365531
IDBENCH=20472
IDSOLVER=1843
FILE ID=node136/3365531-1305315244
RUNJOBID= node136-1305315243-7520
PBS_JOBID= 13324296
Free space on /tmp= 44116 MiB

SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.11.unsat.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365531-1305315244/watcher-3365531-1305315244 -o /tmp/evaluation-result-3365531-1305315244/solver-3365531-1305315244 -C 5000 -W 5100 -M 15500  HOME/precosat HOME/instance-3365531-1305315244.cnf

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

MD5SUM BENCH= 90581094793af5fc10d4e4b9a10259ac
RANDOM SEED=1631251995

node136.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.809
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.809
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.75
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.809
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.809
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.76
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.809
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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.75
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9809456 kB
Buffers:        252544 kB
Cached:       13277836 kB
SwapCached:       2740 kB
Active:       10516264 kB
Inactive:     12131264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9809456 kB
SwapTotal:    67111528 kB
SwapFree:     67082152 kB
Dirty:           10540 kB
Writeback:           0 kB
AnonPages:     9115504 kB
Mapped:          27132 kB
Slab:           389160 kB
PageTables:      39112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69858904 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= 44124 MiB
End job on node136 at 2011-05-13 22:04:04