Trace number 3723478

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 NameAnswerobjective functionCPU timeWall clock time
PB12: minisatp 1.0-2-g022594cSAT (TO)1197 1800.08 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-mux.opb
MD5SUM80d8f8438bdd117e32edd926d4898421
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark872
Best CPU time to get the best result obtained on this benchmark0.010997
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 872
Optimality of the best value was proved YES
Number of variables232
Total number of constraints527
Number of constraints which are clauses527
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint27
Number of terms in the objective function 232
Biggest coefficient in the objective function 61
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 9597
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 9597
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Parsing PB file...
0.00/0.00	c Converting 527 PB-constraints to clauses...
0.00/0.00	c   -- Unit propagations: (none)
0.00/0.00	c   -- Detecting intervals from adjacent constraints: (none)
0.00/0.00	c   -- Clauses(.)/Splits(s): ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.00/0.00	c ==================================[MINISAT+]==================================
0.00/0.00	c | Conflicts | Original         | Learnt                           | Progress |
0.00/0.00	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     527     2331 |     175       0        0    -nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Found solution: 1330
0.00/0.00	c ---[   0]---> Sorter-cost:29793     Base: 2 5 2 2
0.00/0.04	c ==================================[MINISAT+]==================================
0.00/0.04	c | Conflicts | Original         | Learnt                           | Progress |
0.00/0.04	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   71948   169106 |   23982       0        0    -nan |  0.000 % |
0.00/0.06	c |       100 |   71806   168786 |   26380      99     2955    29.8 |  0.129 % |
0.00/0.12	c |       251 |   71806   168786 |   29018     250     6809    27.2 |  0.129 % |
0.00/0.18	c |       477 |   71373   167811 |   31920     472    10592    22.4 |  0.579 % |
0.00/0.20	c ==============================================================================
0.00/0.20	c Found solution: 1234
0.00/0.20	c ---[   0]---> Sorter-cost:24283     Base: 2 5 2 2
0.00/0.23	c ==================================[MINISAT+]==================================
0.00/0.23	c | Conflicts | Original         | Learnt                           | Progress |
0.00/0.23	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.00/0.23	c ==============================================================================
0.00/0.23	c |       513 |  131893   309118 |   43964     507    11929    23.5 |  0.579 % |
0.00/0.29	c |       614 |  131893   309118 |   48360     608    14630    24.1 |  0.337 % |
0.00/0.36	c |       765 |  131893   309118 |   53196     759    16948    22.3 |  0.337 % |
0.00/0.46	c |       990 |  131893   309118 |   58516     984    20452    20.8 |  0.337 % |
0.00/0.62	c |      1327 |  131793   308891 |   64367    1316    29130    22.1 |  0.398 % |
0.00/0.80	c |      1833 |  131793   308891 |   70804    1822    42478    23.3 |  0.398 % |
0.00/0.93	c |      2592 |  131771   308841 |   77884    2580    60031    23.3 |  0.409 % |
1.28/1.33	c |      3733 |  131637   308542 |   85673    3717    88874    23.9 |  0.482 % |
1.58/1.68	c ==============================================================================
1.58/1.68	c Found solution: 1233
1.58/1.68	c ---[   0]---> Sorter-cost:    6     Base: 2 5 2 2
1.58/1.69	c ==================================[MINISAT+]==================================
1.58/1.69	c | Conflicts | Original         | Learnt                           | Progress |
1.58/1.69	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.58/1.69	c ==============================================================================
1.58/1.69	c |      4682 |  131826   309294 |   43942    4666   147647    31.6 |  0.482 % |
1.68/1.74	c |      4783 |  131826   309294 |   48336    4767   149006    31.3 |  0.483 % |
1.68/1.77	c ==============================================================================
1.68/1.77	c Found solution: 1199
1.68/1.77	c ---[   0]---> Sorter-cost:    5     Base: 2 5 2 2
1.68/1.78	c ==================================[MINISAT+]==================================
1.68/1.78	c | Conflicts | Original         | Learnt                           | Progress |
1.68/1.78	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.68/1.78	c ==============================================================================
1.68/1.78	c |      4810 |  132099   309958 |   44033    4794   152722    31.9 |  0.483 % |
1.78/1.84	c |      4910 |  132099   309958 |   48436    4894   157309    32.1 |  0.484 % |
1.88/1.90	c |      5060 |  132072   309899 |   53279    5043   159720    31.7 |  0.500 % |
1.88/1.95	c |      5285 |  131903   309518 |   58607    5267   163387    31.0 |  0.615 % |
1.98/2.00	c |      5625 |  131903   309518 |   64468    5607   168622    30.1 |  0.615 % |
2.09/2.13	c |      6131 |  131903   309518 |   70915    6113   194131    31.8 |  0.615 % |
2.38/2.42	c |      6890 |  131899   309509 |   78007    6871   241526    35.2 |  0.617 % |
2.68/2.74	c |      8029 |  131899   309509 |   85807    8010   289686    36.2 |  0.617 % |
3.19/3.27	c |      9737 |  131899   309509 |   94388    9718   397994    41.0 |  0.617 % |
4.58/4.68	c |     12302 |  131861   309425 |  103827   12282   821299    66.9 |  0.638 % |
6.08/6.10	c |     16147 |  131861   309425 |  114210   16127  1206341    74.8 |  0.638 % |
9.38/9.42	c |     21913 |  131835   309366 |  125631   21891  2092579    95.6 |  0.657 % |
14.88/14.98	c |     30562 |  131835   309366 |  138194   30540  2600561    85.2 |  0.657 % |
23.87/23.96	c |     43536 |  131835   309366 |  152013   43514  3494888    80.3 |  0.657 % |
36.47/36.57	c |     62997 |  131835   309366 |  167215   62975  6493291   103.1 |  0.657 % |
64.07/64.19	c |     92189 |  131835   309366 |  183936   92167 10075876   109.3 |  0.657 % |
112.85/112.98	c |    135978 |  131835   309366 |  202330  135956 15689465   115.4 |  0.657 % |
174.83/174.93	c |    201664 |  131835   309366 |  222563  201642 20104649    99.7 |  0.657 % |
268.91/269.03	c |    300190 |  131835   309366 |  244819   94357  8267290    87.6 |  0.657 % |
390.48/390.63	c ==============================================================================
390.48/390.63	c Found solution: 1197
390.48/390.63	c ---[   0]---> Sorter-cost:    5     Base: 2 5 2 2
390.58/390.72	c ==================================[MINISAT+]==================================
390.58/390.72	c | Conflicts | Original         | Learnt                           | Progress |
390.58/390.72	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
390.58/390.72	c ==============================================================================
390.58/390.72	c |    402613 |  132105   310030 |   44035  196780 17653603    89.7 |  0.657 % |
391.98/392.17	c |    402713 |  132105   310030 |   48438   20845  1240807    59.5 |  0.659 % |
392.08/392.26	c |    402863 |  132105   310030 |   53282   20995  1253054    59.7 |  0.659 % |
392.28/392.43	c |    403088 |  132105   310030 |   58610   21220  1270282    59.9 |  0.659 % |
392.48/392.65	c |    403425 |  132105   310030 |   64471   21557  1303212    60.5 |  0.659 % |
392.78/392.95	c |    403931 |  132105   310030 |   70918   22063  1346348    61.0 |  0.659 % |
393.28/393.44	c |    404690 |  132105   310030 |   78010   22822  1402884    61.5 |  0.659 % |
394.08/394.24	c |    405831 |  132101   310021 |   85811   23962  1479668    61.8 |  0.661 % |
395.18/395.38	c |    407540 |  132101   310021 |   94392   25671  1567099    61.0 |  0.661 % |
396.68/396.84	c |    410102 |  132101   310021 |  103832   28233  1729330    61.3 |  0.661 % |
398.68/398.83	c |    413946 |  132101   310021 |  114215   32077  2041168    63.6 |  0.661 % |
402.38/402.54	c |    419713 |  132101   310021 |  125636   37844  2475091    65.4 |  0.661 % |
407.88/408.05	c |    428366 |  132101   310021 |  138200   46497  3149795    67.7 |  0.661 % |
415.87/416.03	c |    441341 |  132101   310021 |  152020   59472  3862728    65.0 |  0.661 % |
429.27/429.42	c |    460803 |  132101   310021 |  167222   78934  5094548    64.5 |  0.661 % |
454.97/455.16	c |    489995 |  132101   310021 |  183945  108126  7521253    69.6 |  0.661 % |
504.67/504.88	c |    533784 |  132101   310021 |  202339  151915 10322960    68.0 |  0.661 % |
598.75/598.91	c |    599471 |  132101   310021 |  222573   29211  1425207    48.8 |  0.661 % |
680.54/680.75	c |    697997 |  132101   310021 |  244830  127737  7811204    61.2 |  0.661 % |
870.30/870.54	c |    845787 |  132101   310021 |  269314   45841  2643823    57.7 |  0.661 % |
1149.27/1149.58	c |   1067472 |  132101   310021 |  296245  267526 16210481    60.6 |  0.661 % |
1626.39/1626.75	c |   1400000 |  132101   310021 |  325870   35406  1446519    40.9 |  0.661 % |
1800.06/1800.40	c 
1800.06/1800.40	c *** TERMINATED ***
1800.06/1800.40	s SATISFIABLE
1800.06/1800.40	v -x1 -x2 -x3 x4 x5 -x6 -x7 -x8 x9 x10 -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 x83 -x84 -x85 x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 x100 x101 x102 x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 x145 x146 -x147 -x148 -x149 -x150 -x151 x152 x153 -x154 x155 x156 -x157 x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 x194 -x195 -x196 -x197 -x198 x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232

Verifier Data

OK	1197

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3723478-1338570569/watcher-3723478-1338570569 -o /tmp/evaluation-result-3723478-1338570569/solver-3723478-1338570569 -C 1800 -W 1900 -M 15500 minisat+_script HOME/instance-3723478-1338570569.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 1.00 1.22 1.61 3/173 3352
/proc/meminfo: memFree=24257952/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0

[startup+0.0898849 s]
/proc/loadavg: 1.00 1.22 1.61 3/173 3352
/proc/meminfo: memFree=24257952/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100326 s]
/proc/loadavg: 1.00 1.22 1.61 3/173 3352
/proc/meminfo: memFree=24257952/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30032 s]
/proc/loadavg: 1.00 1.22 1.61 3/173 3352
/proc/meminfo: memFree=24257952/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700333 s]
/proc/loadavg: 1.00 1.22 1.61 3/173 3352
/proc/meminfo: memFree=24257952/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 1.00 1.22 1.61 4/177 3362
/proc/meminfo: memFree=24208044/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
[pid=3360] ppid=3352 vsize=20020 CPUtime=1.48 cores=1,3,5,7
/proc/3360/stat : 3360 (minisat+_64-bit) R 3352 3352 1027 0 -1 4202496 4833 0 0 0 148 0 0 0 20 0 1 0 323185515 20500480 4462 33554432000 4194304 5276501 140735712121424 140735712119672 4399904 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0
/proc/3360/statm: 5005 4462 119 265 0 4737 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 29168

[startup+3.10034 s]
/proc/loadavg: 1.08 1.24 1.61 4/177 3362
/proc/meminfo: memFree=24205200/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
[pid=3360] ppid=3352 vsize=21672 CPUtime=3.08 cores=1,3,5,7
/proc/3360/stat : 3360 (minisat+_64-bit) R 3352 3352 1027 0 -1 4202496 5222 0 0 0 308 0 0 0 20 0 1 0 323185515 22192128 4848 33554432000 4194304 5276501 140735712121424 140735712119016 4399816 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0
/proc/3360/statm: 5418 4848 119 265 0 5150 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 30820

[startup+6.30034 s]
/proc/loadavg: 1.08 1.24 1.61 4/177 3362
/proc/meminfo: memFree=24198140/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
[pid=3360] ppid=3352 vsize=25836 CPUtime=6.28 cores=1,3,5,7
/proc/3360/stat : 3360 (minisat+_64-bit) R 3352 3352 1027 0 -1 4202496 6264 0 0 0 627 1 0 0 20 0 1 0 323185515 26456064 5890 33554432000 4194304 5276501 140735712121424 140735712119416 4399992 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0
/proc/3360/statm: 6459 5890 119 265 0 6191 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 34984

[startup+12.7003 s]
/proc/loadavg: 1.22 1.26 1.62 4/177 3362
/proc/meminfo: memFree=24162064/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
[pid=3360] ppid=3352 vsize=31656 CPUtime=12.68 cores=1,3,5,7
/proc/3360/stat : 3360 (minisat+_64-bit) R 3352 3352 1027 0 -1 4202496 7705 0 0 0 1266 2 0 0 20 0 1 0 323185515 32415744 7470 33554432000 4194304 5276501 140735712121424 140735712119016 4394737 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0
/proc/3360/statm: 7914 7470 121 265 0 7646 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 40804

[startup+25.5003 s]
/proc/loadavg: 1.34 1.28 1.62 4/177 3362
/proc/meminfo: memFree=24146796/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
[pid=3360] ppid=3352 vsize=38372 CPUtime=25.47 cores=1,3,5,7
/proc/3360/stat : 3360 (minisat+_64-bit) R 3352 3352 1027 0 -1 4202496 9405 0 0 0 2545 2 0 0 20 0 1 0 323185515 39292928 9172 33554432000 4194304 5276501 140735712121424 140735712119608 4399816 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0
/proc/3360/statm: 9593 9172 121 265 0 9325 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 47520

[startup+51.1003 s]
/proc/loadavg: 1.56 1.34 1.63 4/178 3365
/proc/meminfo: memFree=24101480/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
[pid=3360] ppid=3352 vsize=59344 CPUtime=51.07 cores=1,3,5,7
/proc/3360/stat : 3360 (minisat+_64-bit) R 3352 3352 1027 0 -1 4202496 14623 0 0 0 5103 4 0 0 20 0 1 0 323185515 60768256 14390 33554432000 4194304 5276501 140735712121424 140735712119608 4399816 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0
/proc/3360/statm: 14836 14390 121 265 0 14568 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 68492

[startup+102.307 s]
/proc/loadavg: 1.82 1.45 1.65 4/177 3366
/proc/meminfo: memFree=24039564/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
[pid=3360] ppid=3352 vsize=88984 CPUtime=102.26 cores=1,3,5,7
/proc/3360/stat : 3360 (minisat+_64-bit) R 3352 3352 1027 0 -1 4202496 21989 0 0 0 10219 7 0 0 20 0 1 0 323185515 91119616 21756 33554432000 4194304 5276501 140735712121424 140735712119416 4399334 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0
/proc/3360/statm: 22246 21756 121 265 0 21978 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 98132

[startup+162.3 s]
/proc/loadavg: 1.93 1.55 1.67 4/177 3366
/proc/meminfo: memFree=24009000/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
[pid=3360] ppid=3352 vsize=111660 CPUtime=162.22 cores=1,3,5,7
/proc/3360/stat : 3360 (minisat+_64-bit) R 3352 3352 1027 0 -1 4202496 27597 0 0 0 16211 11 0 0 20 0 1 0 323185515 114339840 27426 33554432000 4194304 5276501 140735712121424 140735712119016 4399332 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0
/proc/3360/statm: 27915 27426 121 265 0 27647 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 120808

[startup+222.3 s]
/proc/loadavg: 1.97 1.63 1.68 4/177 3366
/proc/meminfo: memFree=23946464/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
[pid=3360] ppid=3352 vsize=128340 CPUtime=222.22 cores=1,3,5,7
/proc/3360/stat : 3360 (minisat+_64-bit) R 3352 3352 1027 0 -1 4202496 31627 0 0 0 22208 14 0 0 20 0 1 0 323185515 131420160 31456 33554432000 4194304 5276501 140735712121424 140735712119016 4399816 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0
/proc/3360/statm: 32085 31456 121 265 0 31817 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 137488

[startup+282.3 s]
/proc/loadavg: 1.99 1.69 1.70 4/177 3366
/proc/meminfo: memFree=23945692/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
[pid=3360] ppid=3352 vsize=129708 CPUtime=282.21 cores=1,3,5,7
/proc/3360/stat : 3360 (minisat+_64-bit) R 3352 3352 1027 0 -1 4202496 31904 0 0 0 28207 14 0 0 20 0 1 0 323185515 132820992 31733 33554432000 4194304 5276501 140735712121424 140735712119608 4390362 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0
/proc/3360/statm: 32427 31733 121 265 0 32159 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 138856

[startup+342.3 s]
/proc/loadavg: 1.99 1.74 1.72 4/177 3366
/proc/meminfo: memFree=23894580/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
[pid=3360] ppid=3352 vsize=130672 CPUtime=342.19 cores=1,3,5,7
/proc/3360/stat : 3360 (minisat+_64-bit) R 3352 3352 1027 0 -1 4202496 32158 0 0 0 34205 14 0 0 20 0 1 0 323185515 133808128 32044 33554432000 4194304 5276501 140735712121424 140735712119608 4399918 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0
/proc/3360/statm: 32668 32044 121 265 0 32400 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 139820

[startup+402.3 s]
/proc/loadavg: 1.99 1.79 1.73 4/177 3367
/proc/meminfo: memFree=23843616/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/3352/statm: 2287 277 236 213 0 72 0
[pid=3360] ppid=3352 vsize=142096 CPUtime=1062.08 cores=1,3,5,7
/proc/3360/stat : 3360 (minisat+_64-bit) R 3352 3352 1027 0 -1 4202496 34696 0 0 0 106192 16 0 0 20 0 1 0 323185515 145506304 34712 33554432000 4194304 5276501 140735712121424 140735712119656 4399816 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0
/proc/3360/statm: 35524 34712 122 265 0 35256 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 151244

[startup+1122.3 s]
/proc/loadavg: 2.09 2.01 1.86 4/177 3372
/proc/meminfo: memFree=23374972/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
[pid=3360] ppid=3352 vsize=143272 CPUtime=1122.07 cores=1,3,5,7
/proc/3360/stat : 3360 (minisat+_64-bit) R 3352 3352 1027 0 -1 4202496 34985 0 0 0 112191 16 0 0 20 0 1 0 323185515 146710528 35109 33554432000 4194304 5276501 140735712121424 140735712119608 4399735 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0
/proc/3360/statm: 35818 35109 122 265 0 35550 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 152420

[startup+1182.3 s]
/proc/loadavg: 2.03 2.00 1.87 4/177 3372
/proc/meminfo: memFree=23339508/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
[pid=3360] ppid=3352 vsize=146844 CPUtime=1182.06 cores=1,3,5,7
/proc/3360/stat : 3360 (minisat+_64-bit) R 3352 3352 1027 0 -1 4202496 35787 0 0 0 118190 16 0 0 20 0 1 0 323185515 150368256 35911 33554432000 4194304 5276501 140735712121424 140735712119848 4399804 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0
/proc/3360/statm: 36711 35911 122 265 0 36443 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 155992

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 1.87 4/178 3375
/proc/meminfo: memFree=23304640/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
[pid=3360] ppid=3352 vsize=146844 CPUtime=1242.05 cores=1,3,5,7
/proc/3360/stat : 3360 (minisat+_64-bit) R 3352 3352 1027 0 -1 4202496 35847 0 0 0 124189 16 0 0 20 0 1 0 323185515 150368256 35971 33554432000 4194304 5276501 140735712121424 140735712119848 4394737 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0
/proc/3360/statm: 36711 35971 122 265 0 36443 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 155992

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.88 4/177 3376
/proc/meminfo: memFree=23270068/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
[pid=3360] ppid=3352 vsize=146844 CPUtime=1302.04 cores=1,3,5,7
/proc/3360/stat : 3360 (minisat+_64-bit) R 3352 3352 1027 0 -1 4202496 35847 0 0 0 130188 16 0 0 20 0 1 0 323185515 150368256 35971 33554432000 4194304 5276501 140735712121424 140735712119848 4399958 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0
/proc/3360/statm: 36711 35971 122 265 0 36443 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 155992

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.89 4/177 3376
/proc/meminfo: memFree=23268828/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
[pid=3360] ppid=3352 vsize=148604 CPUtime=1362.02 cores=1,3,5,7
/proc/3360/stat : 3360 (minisat+_64-bit) R 3352 3352 1027 0 -1 4202496 36224 0 0 0 136186 16 0 0 20 0 1 0 323185515 152170496 36348 33554432000 4194304 5276501 140735712121424 140735712119608 4399804 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0
/proc/3360/statm: 37151 36348 122 265 0 36883 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 157752

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.89 4/177 3376
/proc/meminfo: memFree=23268332/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
[pid=3360] ppid=3352 vsize=149616 CPUtime=1422.03 cores=1,3,5,7
/proc/3360/stat : 3360 (minisat+_64-bit) R 3352 3352 1027 0 -1 4202496 36357 0 0 0 142186 17 0 0 20 0 1 0 323185515 153206784 36481 33554432000 4194304 5276501 140735712121424 140735712119608 4399804 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0
/proc/3360/statm: 37404 36481 122 265 0 37136 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 158764

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.90 4/177 3376
/proc/meminfo: memFree=23266876/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
[pid=3360] ppid=3352 vsize=149988 CPUtime=1482.02 cores=1,3,5,7
/proc/3360/stat : 3360 (minisat+_64-bit) R 3352 3352 1027 0 -1 4202496 36550 0 0 0 148185 17 0 0 20 0 1 0 323185515 153587712 36674 33554432000 4194304 5276501 140735712121424 140735712119608 4394737 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0
/proc/3360/statm: 37497 36674 122 265 0 37229 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 159136

[startup+1542.3 s]
/proc/loadavg: 2.08 2.03 1.91 4/177 3376
/proc/meminfo: memFree=23264176/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
[pid=3360] ppid=3352 vsize=153248 CPUtime=1542.01 cores=1,3,5,7
/proc/3360/stat : 3360 (minisat+_64-bit) R 3352 3352 1027 0 -1 4202496 37229 0 0 0 154184 17 0 0 20 0 1 0 323185515 156925952 37353 33554432000 4194304 5276501 140735712121424 140735712119656 4399360 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0
/proc/3360/statm: 38312 37353 122 265 0 38044 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 162396

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 1.91 4/177 3377
/proc/meminfo: memFree=23259668/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
[pid=3360] ppid=3352 vsize=158236 CPUtime=1601.99 cores=1,3,5,7
/proc/3360/stat : 3360 (minisat+_64-bit) R 3352 3352 1027 0 -1 4202496 38382 0 0 0 160181 18 0 0 20 0 1 0 323185515 162033664 38506 33554432000 4194304 5276501 140735712121424 140735712119608 4399741 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0
/proc/3360/statm: 39559 38506 122 265 0 39291 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 167384

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 1.91 4/177 3377
/proc/meminfo: memFree=23256928/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
[pid=3360] ppid=3352 vsize=159464 CPUtime=1661.98 cores=1,3,5,7
/proc/3360/stat : 3360 (minisat+_64-bit) R 3352 3352 1027 0 -1 4202496 38722 0 0 0 166179 19 0 0 20 0 1 0 323185515 163291136 39137 33554432000 4194304 5276501 140735712121424 140735712119672 4399816 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0
/proc/3360/statm: 39866 39137 122 265 0 39598 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 168612

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.91 4/177 3377
/proc/meminfo: memFree=23255868/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
[pid=3360] ppid=3352 vsize=160188 CPUtime=1721.97 cores=1,3,5,7
/proc/3360/stat : 3360 (minisat+_64-bit) R 3352 3352 1027 0 -1 4202496 38867 0 0 0 172178 19 0 0 20 0 1 0 323185515 164032512 39415 33554432000 4194304 5276501 140735712121424 140735712119608 4399913 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0
/proc/3360/statm: 40047 39415 122 265 0 39779 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 169336

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/177 3377
/proc/meminfo: memFree=23255248/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
[pid=3360] ppid=3352 vsize=160512 CPUtime=1781.96 cores=1,3,5,7
/proc/3360/stat : 3360 (minisat+_64-bit) R 3352 3352 1027 0 -1 4202496 38934 0 0 0 178177 19 0 0 20 0 1 0 323185515 164364288 39482 33554432000 4194304 5276501 140735712121424 140735712119608 4399816 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0
/proc/3360/statm: 40128 39482 122 265 0 39860 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 169660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 3377
/proc/meminfo: memFree=23254752/32873844 swapFree=7112/7112
[pid=3352] ppid=3347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3352/stat : 3352 (minisat+_script) S 3347 3352 1027 0 -1 4202496 384 551 0 0 0 0 0 0 20 0 1 0 323185514 9367552 277 33554432000 4194304 5064252 140734369530368 140734369529280 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3352/statm: 2287 277 236 213 0 72 0
[pid=3360] ppid=3352 vsize=161528 CPUtime=1800.06 cores=1,3,5,7
/proc/3360/stat : 3360 (minisat+_64-bit) R 3352 3352 1027 0 -1 4202496 39069 0 0 0 179987 19 0 0 20 0 1 0 323185515 165404672 39617 33554432000 4194304 5276501 140735712121424 140735712119608 4399816 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0
/proc/3360/statm: 40382 39617 122 265 0 40114 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 170676

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1799.88
CPU system time (s): 0.19597
CPU usage (%): 99.9816
Max. virtual memory (cumulated for all children) (KiB): 170676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.19597
maximum resident set size= 158472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40018
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= 84
involuntary context switches= 4362

runsolver used 2.71859 second user time and 7.31789 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-01 19:09:30
IDJOB=3723478
IDBENCH=2016
IDSOLVER=2307
FILE ID=node104/3723478-1338570569
RUNJOBID= node104-1338570569-3326
PBS_JOBID= 14635880
Free space on /tmp= 66464 MiB

SOLVER NAME= minisatp 1.0-2-g022594c
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-mux.opb
COMMAND LINE= minisat+_script BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3723478-1338570569/watcher-3723478-1338570569 -o /tmp/evaluation-result-3723478-1338570569/solver-3723478-1338570569 -C 1800 -W 1900 -M 15500  minisat+_script HOME/instance-3723478-1338570569.opb

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

MD5SUM BENCH= 80d8f8438bdd117e32edd926d4898421
RANDOM SEED=873249135

node104.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.266
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.266
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.266
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.266
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24258860 kB
Buffers:          529144 kB
Cached:          7076176 kB
SwapCached:          780 kB
Active:          4466788 kB
Inactive:        3148892 kB
Active(anon):       1856 kB
Inactive(anon):     8072 kB
Active(file):    4464932 kB
Inactive(file):  3140820 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105060 kB
Dirty:              4832 kB
Writeback:             0 kB
AnonPages:         13860 kB
Mapped:            13560 kB
Shmem:                 8 kB
Slab:             859852 kB
SReclaimable:     302164 kB
SUnreclaim:       557688 kB
KernelStack:        1400 kB
PageTables:         4072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:      93164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 66460 MiB
End job on node104 at 2012-06-01 19:39:30